/*
Theme Name: Amazing sunset
Theme URI: 
Description: Sarah's variation on the  default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> version 1.6.
Version: 0.1
Author: Sarah Lewis (based on design by Leanne Taylor)
Author URI: 
Tags: sunset, custom header, fixed width, two columns, widgets
*/
body {
	background-color: #d7d1df;
	text-align: center;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.toBeCorrected {
	color: #8F006B;
	font-weight: bold;
}
.dontShow {
	display: none;
}
#pageHolder {
	width: 850px;
	margin: 15px auto;
	padding: 0 0 40px 0 !important;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}
#topCorners {
	z-index: 1;
} #topLeft  {
	height: 40px;
	width: 40px;
	background: url('images/top_left.jpg') top left no-repeat;
	float: left;
} #topRight  {
	height: 40px;
	width: 40px;
	background: url('images/top_right.jpg') top right no-repeat;
	float: right;
} #bottomCorners {
	z-index: 1;
	background-color: #ffffff;
	width: 100%;
	height: 0;
} #bottomLeft  {
	height: 40px;
	width: 40px;
	background: url('images/bottom_left.jpg') bottom left no-repeat;
	float: left;
} #bottomRight  {
	height: 40px;
	width: 40px;
	background: url('images/bottom_right.jpg') bottom right no-repeat;
	float: right;
}
.clearer {
	clear: both;
}
#header {
	background-color: #ffffff;
	border: 3px #ff9934;
	padding-top: 1px;
}
#title {
	height: 210px;
	margin: 0 0 30px 0;
	padding: 0 0 0 270px;	
	background: url('images/logo.jpg') 40px 0 no-repeat;
	z-index: 3;	
} h1 {
	font-size: 1.8em;	
	color: #25479e;
}.titleImage {
	display: block;
	height: 129px;
	width: 309px;	
	background: url('images/title.jpg')  0px 52px no-repeat;
} h1 span {
	margin: -4px 0 0 0;
	color: #8392bd;
	z-index: 2;
} h2 {
	font-size: 1.3em;
	color: #25479e;
} h3 {
	font-size: 1.2em;
	color: #8392bd;
	margin: 20px 0 0 0;
	padding: 0;
}
#navigation {
	margin: 0;
	padding: 8px 0 0 0;
	background-color: #ff9934;
	z-index: 1;
} #navigation ul , #navigation li{
	/*display: inline;*/
} #navigationLinks {	
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	min-height: 20px;
	font-size: 1em;
} #navigationLinks li.page_item, #navigationLinks li.pagenav {
	float: left;
} #navigationLinks li.current_page_item a {
	background-color: #ff9934;
} #navigationLinks a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #d7d1df;
	border-left: #ffffff 2px solid;
	font-size: 0.8em;	
	color: #666666;
} #navigationLinks a:hover,
 #navigationLinks a.selected {
	background-color: #ff9934;
} #navigationLinks a:hover {
	color: #ffffff;
}
#content {
	float: left;
	margin: 10px 0 40px 0;
	padding: 0;
	background-color: #ffffff;
}
#textContent {
	float: left;
	width: 470px;
	margin: 0 20px 0 40px;
}
#linksContentSunset, #linksContentBMH, #linksContentSupervision  {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
} #linksContentSunset {
	background: url('images/home-sunset.jpg') 0 0 no-repeat;
	padding: 430px 0 0 0;
} #linksContentBMH {
	background: url('images/bmh.jpg') 0 0 no-repeat;
	padding: 360px 0 0 0;
} #linksContentSupervision {
	background: url('images/bmh-supervisor.jpg') 0 0 no-repeat;
	padding: 395px 0 0 0;
} #sidebar {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	/*background-color: #EAE5EF;*/
} #sidebar h2 {
	color: #8392bd;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0;
} #sidebar ul, #sidebar li {
	list-style: none;
} #sidebar ul {
	padding-left: 0;
	margin: 3px 0 0 10px;
}
p, ul, #entry {
	font-size: 0.9em;
	color: #3E3D3D;
} ul.list {
} p.opening {
	margin-top: 0;
	font-size: 1em;
	color: #25479e;
} p.indent {
	padding: 0 0 0 50px ;
} p.disclaimer {
	font-size: 0.7em;
	margin: 25px 0 0 0;
	font-weight: bold;
	font-style: italic;
} p.postmetadata {
	font-style: italic;
	margin: 12px 0;
}.imageFloatRight {
	float: right;
	margin: 0 40px 10px 20px;
}
#commentform {
	margin: 5px 50px 5px 5px;
} textarea#comment {
	width: 100%;
} #searchform div label.screen-reader-text {
	display: none;
} #searchform div input #s{
	width: 90%;
} #searchform div input #searchsubmit{
	width: 10%;
}
#footer {
	border-top: 1px #7b7b7b solid;
	padding-top: 6px;
}
#footer  p{
	margin: 0 0 0 40px;
	padding: 0;
	font-size: 0.7em;
	color: #7b7b7b;
}


