/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	
	font-family:Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	background: #240c00 url(http://waldorfcollege.org.uk/themes/WCP/images/bg.jpg) no-repeat left top;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
img {
	border: 0px
}
a { cursor:pointer }
/* Page Structure / Navigation */
#page {
	width:705px;
	margin: auto;
	position:relative;
	background: #fff;
	padding-right: 20px;
	padding-left: 20px;
	top: 10px;
}
#page.sidebar-left {
	
}
#page #header {
	position:relative;
	height:100px;
	background: #fff;
	margin-top: 85px;
	padding: 20px;
}
#page #header #logo {
	color:#fff;
	font-size:32px;
	line-height: auto;
	padding: 0px;
	margin:0;
	cursor:pointer;
	position:absolute;
	bottom:15px;
	left: 15px;
}
#page #header #logo a {
	/* customize_header_logo */ color: #ffffff; /* customize_header_logo */
	font: normal bold 32px Arial;
	text-decoration:none;
}

#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

#page #header ul.nav-header {
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:2;
	overflow:visible;
}
#page #header ul.nav-header li {
	float:left;
	padding:2px 0px;
	margin-bottom: 0px;
	color: #e03a00;
	font-size:14px;
	letter-spacing:1.5px;
	margin-top:0px;
	margin-right: 16px;
}
#page #header ul.nav-header li a, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color: #e03a00}
#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#header-area {
	position: absolute;
	bottom: 15px;
	width: 451px;
	float: right;
	right: 4px;
}

#page #homeHeader {
	min-height:192px;
}

#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
}

#page #central {
	clear:both;
	padding-bottom: 30px; /* for footer */
}
#page.no-sidebar {
	background-image: none !important;
	background-color:#fff;
}
/* body & sidebar */
#page #central #body {
	float:left;
	text-align:left;
	width:450px;
	padding:15px;
	/* customize_background */ background-color:#fff; /* customize_background */
}
#page #central #sidebar {
	float:right;
	width:250px;
	padding:15px 15px 30px 15px;
}
#page.sidebar-left #central #sidebar {
	float:left;
	width: 200px
}
#page.sidebar-left #central #body {
	float:right;
	width: 440px;
	padding: 15px;
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {}
#page #central #sidebar ul.nav {
	list-style:none;
	font-size:11px;
	margin-left: -40px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color:#e03a00;
	font-size: 14px;
	line-height: 1.5px;
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold;
		color: #b32d00;

}
#page #central #sidebar ul.nav a:hover {
	text-decoration:none;
	color: #982600;
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	border-left: 1px solid #69ab2b;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer #lfl{
	float: left;
	padding-top: 5px;
}
#page #footer {
	height: 52px;
	line-height:10px;
	clear:both;
	color: #7d7d7d;
	font-size:10px;
	text-align:right;
	bottom:0;
	width: 675px;
	border-top: 3px double #E23305;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
}
#page #footer a {
	color: #e03a00;
	text-decoration:none;
	border-top-color: #4e4e4e;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */

blockquote {
	margin: 0;  
 	background: url(http://waldorfcollege.org.uk/themes/WCP/./images/quoteg.gif) no-repeat 4px 2px;
	color: #555;
	padding: 20px 10px 0 20px;
	font-size: 13px;
}
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* customize_miscellaneous */ /* customize_miscellaneous */