/**
	Navigation
**/
	@import url("navigation.css");
/**
	General styles
**/
	@import url("styles.css");

/**
	Hacks :-)
**/
	/** Clearfix hack **/
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}

	/* Hides from IE-mac \*/
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	}

	/** Old school markup clear **/
	.clear {
		clear:both;
	}

/**
	Default layout styles
**/
	#banner {
		width:950px;
		height:200px;
		margin:0px auto 0 auto;
	}
	#container {
		width:878px;
		margin:0 auto;
		padding:10px;
		background:#FFF url(images/mask.jpg) no-repeat;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	#footer {
		position:relative;
		height:55px;
		width:688px;
		margin:0 auto 20px auto;
		padding:10px 10px 10px 200px;
		background:#FFF url(images/kids_bottom_left.png) bottom left no-repeat;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		text-align:right;
	}
	#footer .contact {
		position:absolute;
		bottom:0px;
		right:0px;
	}
	#footer .contact li {
		float:left;
		margin:0 10px;
	}
	.pages-display img {
		margin:5px;
	}

/**
	Layout
**/
	/** Used in forms to allow flash anim **/
	#left-panel {
		width:280px;
		float:left;
		display:inline;
		margin-right:20px;
	}
	#content.narrow {
		width:360px;
	}
	#content {
		width:660px;
		float:left;
		display:inline;
	}
	#right-panel {
		width:200px;
		float:right;
		display:inline;
	}

/**
	Forms
**/
	div.required {
		font-weight:bold;
	}
	div.input label {
		display:block;
		margin-bottom:1px;
	}
	div.error-message {
		font-size:87%;
		color:red;
		margin-bottom:5px;
		font-weight:bold;
	}
	div.input input,
	div.input textarea,
	div.input select{
		background:#FFF;
		border:1px solid #ABADB3;
	}


/**
	Timeline for performances
**/
	.timeline-top {
		text-align:center;
	}
	.timeline-top h1 {
		font-size:180%;
	}
	.timeline-top .left {
		width:60px;
		float:left;
	}
	.timeline-top .right {
		width:60px;
		float:right;
	}
	.timeline-top h1 {
		width:758px;
		float:left;
		margin:0;
		line-height:49px:
	}
	table.timeline {
		border-collapse:collapse;
		background-color: #1F3045;
		border: 1px solid #000;
		clear: both;
		color: #FFF;
		width: 100%;
	}
	table.timeline th {
		border-bottom: 1px solid #000;
		padding: 3px 4px;
		text-align: center;
	}
	table.timeline tr td {
		border:0;
		padding: 0px;
		text-align: center;
		vertical-align: top;
		width: 7%;
	}
	table.timeline .selected {
		color:#FFF;
		background:#000;
	}
	table.timeline .selected a {
		background:#000;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	table.timeline a {
		display:block;
		padding:6px 3px;
		text-decoration:underline;
		color:#FFF;
	}
	table.timeline a:hover {
		color:#FFF;
		text-decoration:none;
	}

	/**
		Performances table
	**/
	table.performances {
		border-collapse:collapse;
		background-color: #FFF;
		clear: both;
		color: #333;
		width: 100%;
	}
	table.performances th {
		background-color: #1F3045;
		color:#FFF;
		border: 1px solid #000;
		padding: 3px 4px;
		text-align: center;
	}
	table.performances tr td {
		border: 1px solid #ccc;
		padding: 4px 2px;
		text-align: center;
		vertical-align: top;
	}
	table.performances tr.altrow td {
		background: #f4f4f4;
	}
	table.performances a {
		display:block;
	}
	table.performances .no-shows {
		padding:20px 10px;
		font-weight:bold;
		font-size:120%;
	}
	table.performances .soldOut,
	table.performances .fewTickets,
	table.performances .cancelled {
		color:red;
	}

/**
	Elements
**/
	/** Side panel Boxes **/
	.box-top {
		width:200px;
		height:55px;
	}
	.box-middle {
		color:#FFF;
		background: url(images/box_middle.gif) repeat-y;
		width:180px;
		padding:10px;
	}
	.box-bottom {
		background: url(images/box_bottom.gif) no-repeat;
		width:200px;
		height:35px;
		margin-bottom:20px;
	}
	.box-middle label {
		display:block;
		font-weight:bold;
		color:#FFF;
		margin-bottom:1px;
	}
	.box-middle input,
	.box-middle select {
		width:180px;
		margin-bottom:5px;
	}
	.box-middle input {
		width:175px;
	}
	.box-middle .button {
		width:auto;
	}
	.box-middle a {
		color:#FFF;
	}
	.box-middle ul {
		margin:0px;
	}
	.box-middle ul li {
		margin:5px 0;
		list-style:none;
	}

	/** General info **/
	.general .box-top {
		background: url(images/general_box_top.gif) no-repeat;
	}

	/** Se også **/
	.se-ogsaa .box-top {
		background: url(images/se-ogsaa_box_top.gif) no-repeat;
	}


	/** Info info **/
	.info .box-top {
		background: url(images/info_box_top.gif) no-repeat;
	}

	/** Brochure info **/
	.brochure .box-top {
		background: url(images/brochure_box_top.gif) no-repeat;
	}

	/** Search **/
	.search .box-top {
		background: url(images/search_box_top.gif) no-repeat;
	}
	.search .required select { /* Quick fix to make text non-bold. */
		font-weight:normal;
	}

	/** Press **/
	.press .box-top {
		background: url(images/press_box_top.gif) no-repeat;
	}
	.files img {
		width:16px;
		height:16px;
		float:left;
		display:inline;
		margin-right:5px;
	}
	.files a {
		display:block;
		line-height:16px;
		text-decoration:none;
		float:left;
		display:inline;
		color:#FFF;
	}
	.files a:hover {
		text-decoration:underline;
		color:#FFF;
	}
	.files li {
		clear:both;
		display:block;
		padding:5px 0;
	}

	/** Seasons **/
	.seasons .box-top {
		background: url(images/seasons_box_top.gif) no-repeat;
	}
	.seasons .box-middle .count {
		margin-left:5px;
	}

	/** Newsletter **/
	.newsletter .box-top {
		background: url(images/newsletter_box_top.gif) no-repeat;
	}

	.newsletter .radio {
		clear:both;
	}
	.newsletter .radio label {
		margin:0 10px 0 0;
		font-size:87%;
		display:block;
		float:left;
	}
	.newsletter .radio input {
		width:auto;
		float:left;
		margin-bottom:0 0 5px 0;
	}

	/** Tour **/
	.tour .box-top {
		background: url(images/tour_box_top.gif) no-repeat;
	}

	/** Performances **/
	.performances .box-top {
		background: url(images/performances_box_top.gif) no-repeat;
	}


	/** Picture frame **/
	.show-gallery {
	}
	.show-gallery a {
		background: #FFF url(images/picture_frame.gif) no-repeat;
		width:100px;
		height:100px;
		float:left;
		display:inline;
		margin:0 15px 15px 0;
		padding:15px;
	}
	.show-gallery a img {
		width:98px;
		height:98px;
		border:1px solid #40331F;
	}

	/** Documents **/
	.se-ogsaa h2 {
		font-size:13px;
		margin-top:0;
		margin-bottom:0px;
		color:#FFF;
	}
	.se-ogsaa ul {
		margin-top:0px;
		margin-bottom:20px;
	}
	.se-ogsaa img {
		display:none;
	}


/**
	Sections
**/
	/** Show display **/
	.show-display {
		width:460px;
	}
	.show-display .archived{
		color:red;
		margin:0 5px;
	}

/**
	Display show
**/
	h1.show {
		font-style:italic;
	}

/**
	Shows index
**/
	div.show {
		border-bottom:1px dotted #012360;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	div.show h1 {
		margin:0;
		font-style:italic;
	}
	div.show h1 a {
		text-decoration:none;
	}
	div.show h1 a:hover {
		text-decoration:underline;
	}
	div.show .image {
			background:url(/themed/skaegspire/css/images/picture_frame.gif) no-repeat;
			width:100px;
			height:100px;
			float:left;
			display:inline;
			padding:15px;
	}
	div.show .image img {
			width:98px;
			height:98px;
			border:1px solid #40331F;
			float:left;
			display:inline;
	}

	div.show .description {
		margin-left:10px;
		float:left;
		display:inline;
		width:520px;
	}
	div.show .info {
		list-style:none;
		margin:0 0 5px 0;
		padding:0;
	}
	div.show .info li {
		font-size:75%;
		font-weight:bold;
		float:left;
		display:inline;
		margin-right:10px;
	}




#signature {
	padding:1em 0;
	text-align:center;
}
#signature a {
	color:#666;
	font-size:10px;
	text-decoration:none;
}
#signature a:hover {
	text-decoration:underline;
}