/*
Theme Name: WCS
Theme URI: http://whitstablechoral.org.uk/
Description: A theme for Whitstable Choral Society.
Version: 1.0
Author: Furber Consultancy
Author URI: http://www.furber-consultancy.com/
*/

body {
	background: url('i/bg.png') repeat-x top #F8F2E0;
	margin: 0;
	font-family: Arial;
	color: #333;
	font-size: 13px;
}

img {
	border: 0;
}

p.center {margin: 0 auto;}

#container {
	margin: 0 auto;
	width: 740px;
}

#header {
	float: left;
	width: 740px;
	height: 105px;
	background: url('i/top.png') left no-repeat;
	padding: 0;
	margin: 0;
	text-align: center;
}

#header p {
	float: right;
	width: 400px;
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0;
}

#header p a {
	color: #38221B;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
}
#header p a:hover {color: #BB8A5E;}

#image {
	float: left;
	width: 740px;
	height: 270px;
	margin: 15px 0 15px 0;
	background: url('i/header.jpg') center no-repeat;
}

#sidebar {
	float: left;
	margin: 10px 0 0 10px;
	width: 210px;
}

#nav-shell {
	float: left;
	width: 210px;
	background: url('i/nav-bottom.png') bottom right no-repeat;
	
}

#nav {
	float: left;
	width: 210px;
	margin: 0 0 5px 0;
	background: url('i/nav-top.png') center top no-repeat #664A2E;
	text-align: left;
	padding: 10px 0 0 0;
}

#nav ul {
	margin: 0 0 10px 8px;
	padding: 0;
	font-size: 14px;
}

#nav ul li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {color: #CC9361;}
	

#body {
	margin: 15px 0 0 0;
	width: 740px;
	padding: 0;
	background: #fff;
	float: left;
}

#text {
	width: 500px;
	float: right;
	padding: 10px 10px 0 0;
}

#text p {
	padding: 0 0 15px 15px;
	margin: 0;
}
#text p a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#text p a:hover {color: #666;}

#text h2 {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	padding: 0 0 10px 20px;
	margin: 0;
}

#text p.news {
	padding: 0 0 15px 40px;
	color: #666;
}


#text h1 {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}



#footer {
	float: left;
	width: 740px;
	padding: 10px 0;
	text-align: left;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: left;
}

#footer p a {
	text-decoration: none;
	color: #000;
}