/*
Theme Name: BetterClean
Theme URI: http://www.workslikeadream.net
Description: Custom theme for BetterClean
Version: 1.1
Author: Sixpm
Author URI: http://www.sixpm.co.uk
Tags: BetterClean, Sixpm, Workslikeadream, SeventyThree 
*/


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/mainBkg.jpg') repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height:18px;
	}

h2{
	font-size:14px;
	padding:0px;
	margin:0px;
}

img{
	border:0;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 812px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 142px;
	width: 812px;
	}

#header img{
	float:left;
}

#headerTxt{
	float:right;
	font-size:24px;
	color:#00A4E4;
	padding-top:50px;
	line-height:30px;
}

#headerTxt b, #headerTxt strong{
	color:#7BC242;
}

#nav_bar{
	padding-top:4px;
}

#top_nav{
	float:left;
	padding-left:15px;
}

#top_nav ul{
	margin:0;
	padding:0;
}

#top_nav ul li{
	list-style:none;
	float:left;
	background:url('images/navDivider.jpg') no-repeat right;
}

#top_nav ul li a{
	font-size:14px;
	color:#FFFFFF;
	line-height:40px;
	text-decoration:none;
	height:43px;
	float:left;
	margin-right:30px;
}

#top_nav ul li a:hover{
	background:url('images/navBkg.jpg') no-repeat bottom;
	}



#latest_jobs{
	float:right;
}

#mainContent{
	float:left;
	width:812px;
	background:url('images/contentBkg.jpg') repeat-y;

}

#leftHolder{
	float:left;
	width:577px;
	background:url('images/contentFooter.jpg') no-repeat bottom;
	padding-bottom:20px;
}

#headerImg{
	margin:0px;
	padding:0px;
}

#sidebar{
	margin:0px;
	padding:0px;
}

#sidebar ul{
	margin:0px;
	padding:0px;
}


#mainContentHolder{
	margin-top:10px;	
}

#mainContentHolderInner{
	padding:0px 10px 30px 20px;
	float:left;
	width:45%;
	border-right:solid 1px #000;
}

#mainContentHolderInner2{
	padding:0px 10px 30px 15px;
	float:left;
	width:44%;
}

hr{
	color:#000;
}

#rightHolder{
	float:left;
	width:235px;
	height:500px;
	background:url('images/formBkg.jpg') no-repeat;
}

#rigthHolderComments{
	font-size:18px;
	padding: 10px 0px 0px 8px;
	color:#fff;
	line-height:25px;
	height:140px;
}

#rightContentForm{
	height:278px;
}

#contentFormInner{
	padding-left:25px;
	margin:0;
}

#contentFormInner img{
	float:right;
}

#contentFormInner form{
	padding:0px;
	margin:0px;
	list-style:none;
}

#rightContentInner{
	padding: 5px 10px 0px 25px;
	color:#fff;
	font-size:10px;
}

#rightFooterNotes{
	font-size:10px;
	color:#3CBAEC;
	padding-left:20px;
}

#rightFooterNotes a{
	text-decoration:underline;
	color:#3CBAEC;
}

#rightFooterNotes a:hover{
	text-decoration:none;
}

#rigthHolderComments a{
	color:#ffffff;
}

#rigthHolderComments a:hover{
	text-decoration:none;
}

#rightHolder p{
	color:#ffffff;
	font-weight:bold;
}

#rightHolder ul li{
	list-style:none;
}

#rightHolder input.form{
	width:92%;
}

#rightHolder p{
	margin:0px;
	padding:0px;
}

#rightHolder label{
	float:left;
	padding-right:5px;
}

#rightHolder label submit, .floatRight{
	float:right;
}

p{
	margin-top:30px;
}

#mainContentHolderInner p {
margin-top: 10px;
}

#mainContentHolderInner2 p {
margin-top: 10px;
}

#mainContentHolderInner a,#mainContentHolderInner2 a{
	text-decoration:underline;
	color:#3CBAEC;
}

#mainContentHolderInner a:hover,#mainContentHolderInner2 a:hover{
	text-decoration:none;
	color:#3CBAEC;
}

/* Begin Images */
p img {
 padding: 0;
 max-width: 100%;
 }

/* Using 'class="alignright"' on an image will (who would've
 thought?!) align the image to the right. And using 'class="centered',
 will of course center the image. This is much better than using
 align="center", being much more futureproof (and valid) */

img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }

img.alignright {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
 }

img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
 }

.alignright {
 float: right;
 }

.alignleft {
 float: left;
 }
 
/* End Images */
