@charset "utf-8";
/* Fowey Fringe Festival - Pinboard Stylesheet      */
/* Author: MicroAngelo Ltd. - www.microangelo.co.uk */
/* Date: 20080428                                   */

body {
	background: #fff url("img/bg");
	font-family: Georgia;
}

em {
	font-weight: bold;
}

#wrapper {
	min-width: 660px;
	width: 96%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#nav {
	list-style-type: none;
	text-align: center;
	font-size: 138.5%;
	font-family: monospace;
}

	#nav li {
		display: inline;
	}
	
		#nav li a {
			color: black;
			text-decoration: none;
			padding: 5px 10px;
			margin: 0 3px;
			border: 1px solid white;
		}
		
			body#latest li#nav-latest a, body#programme li#nav-programme a, body#sponsors li#nav-sponsors a {
				background: black;
				color: white;
			}
		
			#nav li a:hover, #nav li a:focus {
				border: 1px solid black;
			}

#content {
	width: 518px;
	margin-left: 40px;
	margin-top: 0px;
	padding: 96px 16px 0 8px;
	background: url("img/big") top left no-repeat;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

	#content h1 {
		width: 509px;
		background: white;
		text-align: center;
	}
	
	#content ul, #content h2, #content h3, #content h4, #content p {
		padding: 6px 28px 3px;
		width: 453px;
		background: white;
	}
	
		#content h2 {
			padding-top: 1.8ex;
			font-size: 197%;
		}
		
		#content h3 {
			padding-top: 1.4em;
			font-weight: bold;
			font-size: 157%;
			text-align: center;
		}
		
		#content h4 {
			padding-top: 1.4em;
			font-weight: bold;
		}
	
	#content .wrap {
		background: url("img/big_bottom") bottom left no-repeat;
		padding-bottom: 57px;
	}
	
	body#programme #content ul li {
		padding: 0.5ex 0;
	}
	
		body#programme #content ul li span {
			background: black;
			color: white;
			font-family: monospace;
			font-size: 108%;
			width: 3em;
			padding: 1px 5px;
			border-right: 1ex solid white;
		}
	
#extras {
	position: absolute;
	top: 0px;
	left: 630px;
	text-align: left;
}

	#extras ul, #extras h2, #extras p {
		padding: 6px 9px 3px;
		width: 260px;
		background: white;
	}
	
#extras #message {
		background: url("img/sml") top left no-repeat;
		padding: 105px 9px 0;
	}
		
	#extras div.message	 img {
		display: block;
		margin: 0 auto;
		padding: 0 10px;
		border: none;
	}
	
	#extras #message .wrap {
		background: url("img/sml_bottom") bottom left no-repeat;
		padding-bottom: 55px;
	}
	
#extras #sponsors {
	
}
	
	#extras #sponsors img {
		padding: 0 10px;
		margin: 0;
	}

	#extras div#chunks {
		clear: both;
		padding: 10px 0;
		margin: 20px 0 10px;
	}
	
		#extras div#chunks div.chunk {
			float: left;
			width: 267px;
			padding: 43px 0px 10px;
			margin: 10px 0;
			background: url("img/img_top") top left no-repeat;
		}
		
			#extras div#chunks div.chunk a {
				display: block;
				background: #E6DCB9;
				padding-bottom: 68px;
			}
			
				#extras div#chunks div.chunk a img {
					padding: 0 42px;
					background: url("img/img_middle") bottom left repeat-y;
					border-right: 1px solid #E6DCB9;
					margin: 0;
				}		
		
		#extras p.clear {
			clear: both;
			text-align: center;
			background: transparent url("img/postit") top center no-repeat;
			padding-top: 60px;
			padding-bottom: 30px;
			height: 194px;
		}