/******************************
 * Stoneleigh Youth Orchestra *
 * @author Niall Fleming 2008 *
 ******************************/

/* Let's set some defaults */
body {
	background: #333;
	margin: 1em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Now on to the main page elements */
#wrapper {
	background: #fff;
	width: 769px;
	margin: 0 auto;
	padding: 2px;
	border: 7px solid #e5e5e5;
}

#header {
	width: 750px;
	height: 157px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0 auto;
}
#header h1 {
	margin: 0;
	display: none;
}

#nav {
	width: 100%;
	min-height: 25px;
	margin: 0.8em auto;
	margin-bottom: 1px;
	font-size: 11px;
	border-bottom: 4px solid #cb1d4c;
}
	#nav ul,
	#nav li {
		list-style: none outside;
		padding: 0px;
		margin: 0px;
	}
	#nav li,
	#nav a {
		display: block;
	}
	#nav li {
		float: left;
		min-width: 0px;
		width: auto !important;
		width: 0px;
		margin-right: 2px;
		padding: 5px 5px 5px 5px;
		color: #fff;
		background: url(../images/navBg.gif) repeat-x;
	}
	#nav a {
		min-width: 0px;
		width: auto !important;
		width: 0px;
	}
	#nav a:link, #nav a:visited, #nav a:active {
		text-decoration:none;
		color: #fff;
	}
	#nav a:hover {
		color: #666666;
	}

#content {
	margin-top: 5px;
	padding: 5px;
}
#contentNarrow {
	float: left;
	width: 550px;
	margin-top: 5px;
	padding: 5px;
}
#content h1, #content h2, #content h3, #contentNarrow h1, #contentNarrow h2, #contentNarrow h3 {
	margin: 0;
}
#content h1, #contentNarrow h1 { font-size: 25px; font-weight: bold; }
#content h2, #contentNarrow h2 { font-size: 19px; font-weight: bold; }
#content h3, #contentNarrow h3 { font-size: 13px; font-weight: bold; }
#content a:link, #content a:visited, #content a:active, #contentNarrow a:link, #contentNarrow a:visited, #contentNarrow a:active {
	text-decoration:none;
	color: #f0f;
}
#content a:hover, #contentNarrow a:hover {
	color: #000;
}


#sidebar {
	float: right;
	margin: 5px 1px 10px 10px;
	width: 170px;
	/*min-height: 300px;
	border: 1px solid #cb1d4c;
	color: #cb1d4c;*/
}
#sidebar h3 {
	background: url(../images/navBg.gif) repeat-x;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 0.3em;
	margin: 0;
	color: #fff;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #fff;
	text-decoration: none;
}
#sidebar h3 a:hover {
	color: #fff;
	text-decoration: none;
}

#sidebar p {
	padding: 0 5px;
}

#footer {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #cb1d4c;
	padding: 2px;
}

.galleryitem {
	margin: 10px;
	background: #fff;
	padding: 3px;
	border: 1px solid #000;
	float: left;
}