/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/*
Hordaland Kunstsenter
Copyright (c) 2009, Kamikaze Media AS. All rights reserved.
http://wwww.kamikazemedia.no>
*/
body
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
}

a
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

.clearfix, .clear
{
	clear: both;
}

hr
{
	display: block;
	margin: 20px 0px;
	height: 1px;
	width: 100%;
	border: 0px;
	background-color: #e1e1e1;
}

#flashContent
{
	margin-top: 120px;
}

div#header
{
	height: 108px;
	width: 984px;
	background-color: #fff;
	position: relative;
}
	div#header h1 a
	{
		display: block;
		width: 410px;
		height: 108px;
		background-image: url('../images/header_logo.png');
		background-repeat: no-repeat;
		background-position: top left;
		text-indent: 1000px;
		overflow: hidden;
		white-space: nowrap;
	}
	div#header.en h1 a
	{
		background-image: url('../images/header_logo_en.png');
	}
	
	div#header ul#menu
	{
		display: none;
		position: absolute;
		top: 47px;
		right: 0px;
	}
		div#header ul#menu li
		{
			display: block;
			float: left;
			position: relative;
		}
			div#header ul#menu li a
			{
				display: block;
				float: left;
				height: 22px;
				background-color: #fff;
				position: relative;
			}
				div#header ul#menu li a span
				{
					display: block;
					float: right;
					padding: 0px 10px 0px 10px;
					height: 22px;
					line-height: 21px;
				}
			
				div#header ul#menu li a:hover
				{
					background-color: #f2d900;
					background-image: url('../images/header_menu_item_hover_left_bg.png');
					background-position: top left;
					background-repeat: no-repeat;
				}
					div#header ul#menu li a:hover span
					{
						color: #000;
						background-image: url('../images/header_menu_item_hover_right_bg.png');
						background-position: top right;
						background-repeat: no-repeat;
					}			
			
			div#header ul#menu li a.current,
			div#header ul#menu li a.section
			{
				background-color: #000;
				background-image: url('../images/header_menu_item_current_left_bg.png');
				background-position: top left;
				background-repeat: no-repeat;
			}
				div#header ul#menu li a.current span,
				div#header ul#menu li a.section span
				{
					color: #fff;
					background-image: url('../images/header_menu_item_current_right_bg.png');
					background-position: top right;
					background-repeat: no-repeat;
				}
		/* submenu */
		div#header ul#menu li ul.submenu
		{
			display: none;
			position: absolute;
			top: 22px;
			left: 4px;
			background-color: #fff;
		}
		div#header ul#menu li:hover ul
		{
			display: block;
		}
			div#header ul#menu li ul.submenu li
			{
				height: auto;
				display: block;
				float: none;
			}
				div#header ul#menu li ul.submenu li a
				{
					float: none;
					height: auto;
					border-bottom: 1px solid #e1e1e1;
					background: none;
					font-weight: bold;
					padding: 4px 6px 4px 7px;
				}
				div#header ul#menu li ul.submenu li:last-child a
				{
					border-bottom: none;
				}
					div#header ul#menu li ul.submenu li a:hover
					{
						background-color: #f2d900;
					}

div#content
{
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
	width: 984px;
}

div#content div.basepage
{
	float: left;
	padding: 0px 18px 0px 80px;
	background-image: url('../images/basepage_bg.png');
	background-repeat: repeat-y;
	width: 670px;
}
	div#content div.basepage.full_program
	{
		background-image: url('../images/basepage_full_program_bg.png');
	}

div#content div.sidebar
{
	float: right;
	width: 216px;
	/*padding: 0px 15px;*/
}
	/* map */
	div#content div.sidebar div.map
	{
		margin: 0px 0px 5px 15px;
	}

	/* related articles */
	div#content div.sidebar div.related_articles
	{
		margin: 0px 0px 15px 15px;
	}

	div#content div.sidebar div.related_articles ul li
	{
		padding: 3px 0px 3px 19px;
		background-image: url('../images/arrow.png');
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	body#ProgramPage div.sidebar div.related_articles
	{
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 3px;
		padding-bottom: 27px;
		padding-top: 16px;
	}
	
	/* calendar list */
	div#content div.sidebar div.calendar_list
	{
		/*padding: 10px 0px 0px 15px;*/
		padding: 0px 0px 0px 15px;
	}
		div#content div.sidebar div.calendar_list span,
		div#content div.sidebar div.calendar_list div,
		div#content div.sidebar div.calendar_list ul li
		{
			font-size: 11px;
			font-weight: bold;
			line-height: 18px;
		}
			div#content div.sidebar div.calendar_list div.event_item
			{
				padding: 3px 0px;
				border-bottom: 1px solid #e1e1e1;
			}
				div#content div.sidebar div.calendar_list span.date,
				div#content div.sidebar div.calendar_list span.byline,
				div#content div.sidebar div.calendar_list span.type
				{
					color: #575757;
				}
				div#content div.sidebar div.calendar_list span.type
				{
					margin-left: 5px;
				}
				div#content div.sidebar div.calendar_list a.title
				{
					display: block;
					margin-left: 36px;
				}
		div#content div.sidebar div.calendar_list ul.read_more
		{
			margin-top: 0px;
		}
		
	div#content div.sidebar div.calendar_list.previous
	{
		margin-top: 37px;
	}
	

div#footer
{
	width: 904px;
	margin-top: 34px;
	margin-bottom: 50px;
	border-top: 1px solid #e1e1e1;
	padding: 20px 0px 20px 80px;
}
	div#footer div.contact_info
	{
		background-image: url('../images/footer_logo.png');
		background-repeat: no-repeat;
		background-position: top left;
		padding: 0px 0px 0px 70px;
		height: 29px;
	}
		div#footer div.contact_info a
		{
			font-weight: normal;
		}

table.list tr th
{
	border-top: 1px solid #dbdbdb;
	padding: 9px 0px 9px 26px;
	border-bottom: 1px solid #000;
}
table.list tr th.first
{
	padding-left: 0px;
}

table.list tr td
{
	border-top: 1px solid #dbdbdb;
	padding: 9px 0px 20px 26px;
	vertical-align: top;
}
table.list tr td.first
{
	padding-left: 0px;
}
table.list tr.first td
{
	border-top: 1px solid #000;
}
	table.list tr.first td.first
	{
		border-top: 2px solid #000;
	}


/**
 * Member list
 */
table.list.member_list
{
	width: 100%;
}
	table.list.member_list td.surname,
	table.list.member_list td.firstname
	{
		font-weight: bold;
	}
	
	table.list.member_list td.web a
	{
		display: block;
		font-weight: normal;
		margin-bottom: 4px;
	}
	
/**
 * Public art list
 */	
table.list.public_art_list
{
	width: 100%;
}
	table.list.public_art_list tr td.first
	{
		border-top: 1px solid #dbdbdb;
	}
	table.list.public_art_list td.image
	{
		width: 107px;
	}
	table.list.public_art_list tr.first td.artist
	{
		border-top: 2px solid #000;
		font-weight: bold;
	}
		table.list.public_art_list td.artist a
		{
			text-decoration: none;
		}
	table.list.public_art_list .artist
	{
		padding-left: 0px;
	}

/**
 * Program
 */
div.event_list
{
}
	div.event_list div.event_item
	{
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 30px;
		margin-bottom: 19px;
		line-height: 17px;
	}
	div.event_list div.event_item:last-child
	{
		border-bottom: none;
	}
	div.event_list div.event_item a.picture
	{
		width: 670px;
		display: block;
		margin-bottom: 10px;
	}
	div.sidebar ul.read_more,
	div.basepage ul.read_more
	{
		margin-top: 10px;
	}
	
		div.sidebar ul.read_more li,
		div.basepage ul.read_more li
		{
			padding: 3px 0px 3px 21px;
			background-image: url('../images/arrow.png');
			background-repeat: no-repeat;
			background-position: 0px 6px;
		}
			div.sidebar ul.read_more li a,
			div.basepage ul.read_more li a
			{
				color: #000;
			}
	
div.event_list.current
{
	float: left;
	width: 436px;
	overflow: hidden;
}
	div.event_list.current a.picture
	{
		width: 436px;
	}
	
div.event_list.upcoming
{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 32px;
}
	div.event_list.upcoming div.event_item
	{
		margin-bottom: 17px;
	}

/**
 * Meta data
 */
div.metadata
{
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 16px 0px;
	border-bottom: 1px solid #e1e1e1;
}
	div.metadata dl
	{
		margin: 2px 0px 0px 0px;
		font-size: 11px;
		font-weight: bold;
		color: #575757;
	}
		div.metadata dl dt
		{
			padding: 2px 0px;
			display: block;
			float: left;
			clear: both;
		}
		div.metadata dl dd
		{
			padding: 2px 0px;
			display: block;
			float: right;
		}

/**
 * Article layout
 */

div.page_intro
{
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px 10px 0px;
	line-height: 22px;
}
div.page_content
{
	margin: 20px 0px 10px 0px;
	line-height: 18px;
}

div.page_content p
{
	margin-bottom: 10px;
}

/**
 * Pictures, video, sound
 */
div.picture_list,
div.video_list,
div.sound_list
{
	border-top: 1px solid #e1e1e1;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 15px 15px;
}
	div.sidebar div.picture_list h4,
	div.sidebar div.video_list h4,
	div.sidebar div.sound_list h4
	{
		margin-bottom: 0px;
	}
	div.picture_list div.picture_item,
	div.video_list div.video_item,
	div.video_list div.sound_item
	{
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #e3e3e3;
		position: relative;
		clear:both;
	}
	div.picture_list div.picture_item:last-child,
	div.video_list div.video_item:last-child,
	div.video_list div.sound_item:last-child
	{
		border-bottom: none;
	}
		div.picture_list div.picture_item div.meta,
		div.video_list div.video_item div.meta
		{
			float: none;
			font-size: 11px;
		}
			div.picture_list div.picture_item div.meta *,
			div.video_list div.video_item div.meta *,
			div.sound_list div.sound_item div.meta h5
			{
				display: block;
				font-weight: bold;
				line-height: 15px;
			}
			div.picture_list div.picture_item div.meta span.byline,
			div.video_list div.video_item div.meta span.byline
			{
				color: #575757;
			}
		
		div.picture_list div.picture_item a,
		div.video_list div.video_item a
		{
			float: right;
			width: 86px;
			position: relative;
			margin: 0 0 10px 10px
		}
		
		/* video */
		div.video_list div.video_item span.play
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 86px;
			height: 32px;
			background-image: url('../images/video_play_btn.png');
			background-position: bottom left;
			background-repeat: no-repeat;
		}
		
		/* sound */
		div.sidebar div.sound_list div.sound_item
		{
			margin-top: 10px;
		}
		div.sound_list div.sound_item div.meta
		{
			font-size: 11px;
		}
		div.sound_list div.sound_item h5
		{
			margin: 5px 0px;
		}
		div.sound_list div.sound_item h5 span
		{
			font-weight: normal;
		}
		
		
/* home page */
body#HomePage div#header
{
    position: absolute;
    top: 0px;
    left: 0px;
}
body#HomePage div#content
{
	border-top: none;
	padding-top: 108px;
	width: 100%;
}
body#HomePage div#content div.basepage
{
	float: none;
	background-image: none;
	padding: 0px;
	width: auto;
}

div#home_calendar
{
	padding: 0px 0px 20px 80px;
}
	div#content div#home_calendar table.calendar
	{
		margin-left: 0px;
	}

div#home_calendar div.links
{
	display: block;
	float: left;
	width: 204px;
}

div#home_calendar a
{
	text-decoration: none;
}

div#home_calendar div.calendar_list
{
	display: block;
	float: left;
	margin: 14px 9px 0px 25px;
	width: 202px;
}

div#home_calendar ul.read_more
{
	border-top: 1px solid #e1e1e1;
	padding-top: 3px;
}
	div#home_calendar ul.read_more li
	{
		background-position: 0px 4px;
	}

div#home_calendar div.calendar_list span,
div#home_calendar div.calendar_list div,
div#home_calendar  div.calendar_list ul li
{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
	div#home_calendar div.calendar_list div.event_item
	{
		margin-top: 0px;
		border-top: 0px;
		padding: 3px 0px;
		border-bottom: 1px solid #e1e1e1;
	}
		div#home_calendar div.calendar_list span.date,
		div#home_calendar div.calendar_list span.byline,
		div#home_calendar div.calendar_list span.type
		{
			color: #575757;
		}
		div#home_calendar div.calendar_list span.type
		{
			margin-left: 5px;
		}
		div#home_calendar div.calendar_list a.title
		{
			display: block;
			margin-left: 51px;
		}

/* sidebar content block */
div.sidebar_content
{
	margin: 15px 0px 15px 15px;
	line-height: 17px;
	color: #575757;
	font-size: 11px;
}
	div.sidebar_content h4
	{
		font-size: 12px;
		color: #000;
	}

/* log in */
#MemberLoginForm_LoginForm div,
#MemberLoginForm_LoginForm span
{
	margin: 2px 0px;
	display: block;
}

/* pager */
div.pager
{
	margin: 23px 0px;
	border: 1px solid #dfdfdf;
	height: 23px;
}
	div.pager div.navigation
	{
		float: left;
	}
		div.pager div.navigation a
		{
			display: block;
			float: left;
			width: 23px;
			height: 23px;
			text-indent: 100px;
			overflow: hidden;
			background-repeat: no-repeat;
			background-position: top left;
			border-right: 1px solid #dfdfdf;
		}
		div.pager div.navigation a.previous
		{
			background-image: url('../images/pager_prev_disabled.png');
		}
		div.pager div.navigation a.previous.enabled
		{
			background-image: url('../images/pager_prev_enabled.png');
		}
		div.pager div.navigation a.next
		{
			background-image: url('../images/pager_next_disabled.png');
		}
		div.pager div.navigation a.next.enabled
		{
			background-image: url('../images/pager_next_enabled.png');
		}
		
		div.pager div.navigation span
		{
			float: left;
			padding-left: 8px;
			line-height: 23px;
			font-weight: bold;
		}
	div.pager div.count
	{
		float: right;
		line-height: 23px;
		padding-right: 8px;
	}

/* calendar */
div.basepage div.calendar_list div.event_item
{
	margin-top: 11px;
	border-top: 1px solid #dbdbdb;
	padding-bottom: 20px;
}
	div.basepage div.calendar_list div.event_item.identical_date
	{
		margin-left: 134px;
	}

	div.basepage div.calendar_list div.event_item div.meta
	{
		height: 32px;
		line-height: 32px;
	}
		div.basepage div.calendar_list div.event_item div.meta span.date
		{
			color: #6c6c6c;
			float: left;
			display: block;
			width: 134px;
			font-weight: bold;
		}
		div.basepage div.calendar_list div.event_item div.meta span.title
		{
			display: block;
			float: left;
		}
			div.basepage div.calendar_list div.event_item div.meta span.title em
			{
				font-weight: bold;
				font-style: normal;
				color: #6d6d6d;
			}
			div.basepage div.calendar_list div.event_item div.meta span.title a
			{
				text-decoration: none;
			}
	div.basepage div.calendar_list div.event_item div.intro
	{
		clear: both;
		margin-left: 134px;
		line-height: 18px;
	}
	div.basepage div.calendar_list div.event_item.identical_date div.intro
	{
		margin-left: 0px;
	}
	div.basepage div.calendar_list div.event_item.identical_date div.meta span.date
	{
		display: none;
	}
		div.basepage div.calendar_list div.event_item div.intro a.image
		{
			float: left;
			margin: 0px 10px 0px 0px;
		}

/* search */
p.searchQuery
{
	clear: both;
}

/* search_form menu */
div#header ul#nav li#nav_search ul.submenu li
{
	width: 130px;
}
div#header ul#nav div#Search
{
	float: left;
}

div#header ul#nav div#Search span.middleColumn
{
	padding: 0px;
}
div#header ul#nav div#Search input
	{
		width: 86px;
		height: 15px;
		padding: 3px;
		background-color: #fafafa;
		border: 1px solid #e3e3e3;
		border-right: none;
		font-weight: normal;
	}
div#header ul#nav #HksSearchForm_SearchForm_action_results
{
	float: left;
	border: 1px solid #e3e3e3;
	background-color: #fafafa;
	padding: 3px;
	font-size: 11px;
	height: 23px;
	text-align: center;
	font-weight: bold;
}

/* search_form */
div#content div.sidebar div.search_form
{
	margin: 19px 0 15px 15px;
}
	
	div#content div.sidebar div.search_form #HksSearchForm_SearchForm
	{
		display: block;
	}
		div#content div.sidebar div.search_form div#Search
		{
			float: left;
		}
			div#content div.sidebar div.search_form div#Search input
			{
				width: 139px;
				height: 13px;
				padding: 6px;
				background-color: #f2d900;
				border: 0px;
			}
		div#content div.sidebar div.search_form #HksSearchForm_SearchForm_action_results
		{
			float: left;
			border: 1px solid #e3e3e3;
			background-color: #fff;
			font-weight: bold;
			padding: 4px;
			font-size: 11px;
			height: 25px;
			width: 50px;
			text-align: center;
		}

/* page_list */
div.page_list div.page_item
{
	margin-bottom: 11px;
	border-top: 1px solid #dbdbdb;
}
div.page_list div.page_item:first-child
{
	border-top: none;
}
	div.page_list div.page_item div.meta
	{
		height: 32px;
		line-height: 32px;
	}
		div.page_list div.page_item div.meta span.title
		{
			display: block;
			float: left;
		}
			div.page_list div.page_item div.meta span.title em
			{
				font-weight: bold;
				font-style: normal;
				color: #6d6d6d;
			}
			div.page_list div.page_item div.meta span.title a
			{
				text-decoration: none;
			}
	div.page_list div.page_item div.intro
	{
		clear: both;
		line-height: 18px;
	}
		div.page_list div.page_item div.intro a.image
		{
			float: left;
			margin: 0px 10px 0px 0px;
		}
		
/* calendar grid */
div#content table.calendar
{
	margin: 0px 0px 15px 15px;
	width: 200px;
}
	div#content table.calendar caption
	{
		margin: 10px 0px 0px 0px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 10px 0px;
	}
		div#content table.calendar caption span
		{
			float: left;
			padding-right: 5px;
		}
		
		div#content table.calendar caption a
		{
			display: block;
			height: 13px;
			padding-left: 2px;
			float: left;
		}
	
	div#content table.calendar tr th
	{
		font-size: 10px;
		text-align: center;
		padding: 2px 2px;
	}
	div#content table.calendar tr td
	{
		padding: 0px 3px;
		border-left: 1px solid #e2e2e2;
		text-align: center;
	}
	div#content table.calendar tr td:first-child,
	div#content table.calendar tr th:first-child
	{
		border-left: none;
	}
	
		div#content table.calendar tr td a
		{
			color: #666666;
			font-weight: normal;
			font-size: 10px;
			display: block;
			padding: 2px 1px;
			margin: 1px 0px 1px 0px;
			height: 13px;
		}
		
		div#content table.calendar tr td.today a
		{
			background-image: url('../images/calendar_today.png');
			background-repeat: no-repeat;
			background-position: top center;
		}
		
		div#content table.calendar tr td.selected a
		{
			color: #000;
			background-image: url('../images/calendar_selected.png');
			background-repeat: no-repeat;
			background-position: top center;
		}
		
		div#content table.calendar tr td.starting a
		{
			color: #fff;
			background-image: url('../images/calendar_starting.png');
			background-repeat: no-repeat;
			background-position: top center;
		}
		
		div#content table.calendar tr td.ongoing a
		{
			color: #7e7e7e;
			background-image: url('../images/calendar_ongoing.png');
			background-repeat: no-repeat;
			background-position: top center;
		}
		
	div#content div.sidebar div.calendar_help
	{
		border-top: 1px solid #e1e1e1;
		padding-top: 11px;
		margin: 0px 0px 0px 15px;
	}

	div#content div.sidebar div.calendar_help ul li
	{
		display: block;
		width: 65px;
		float: left;
		color: #797979;
		background-position: 4px center;
		background-repeat: no-repeat;
		padding-left: 22px;
		font-size: 11px;
		margin-bottom: 9px;
	}
		div#content div.sidebar div.calendar_help ul li.starting
		{
			background-image: url('../images/calendar_help_starting.png');
		}
		div#content div.sidebar div.calendar_help ul li.selected
		{
			background-image: url('../images/calendar_help_selected.png');
		}
		div#content div.sidebar div.calendar_help ul li.ongoing
		{
			background-image: url('../images/calendar_help_ongoing.png');
		}
		div#content div.sidebar div.calendar_help ul li.today
		{
			background-image: url('../images/calendar_help_today.png');
		}

/* member holder */
body#MemberHolder div.page_content
{
	margin: 0px 0px 50px;
}

/* other */
.scrollpane
{
	overflow: auto;
	height: 480px;
}
#tooltip
{
	position:absolute;
	border:1px solid #E1E1E1;
	background:#fff;
	padding:5px;
	color:#333;
	display:none;
}	

