/*  
Theme Name: cleanitise
Description: Custom theme
Version: v2
Author: Pentagon Design
Author URI: http://www.pentagondesign.co.uk/

*/



* {
	margin:0;
	padding:0;
	list-style-type: none;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	color: #434343;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #49469D;
}

#whiteout {
	background: #fff url(images/body-bg.jpg) no-repeat center top;}



a {
	text-decoration:none;
	color:#236CB8;
	
}
a:active {outline:none;}

h1, h2, h3, h4, h5, h6{
	
	letter-spacing:-1px;
	color: #F2751C;
	margin-bottom:0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #F37E1E;
}

h1{font-size:20px;}
h2{font-size:16px;}

.home h2{font-weight:normal;}
h3{font-size:14px;}
h4, h5, h6{font-size:12px;}

#content h1{margin-top:5px;margin-bottom:12px}

.post h2{margin-top:5px;}

.pagetitle{font-size:16px;}
.twitter h3 {font-size:16px!important;margin-top:10px;}



.entry a{
	text-decoration: underline;
}

#footer *{
	color: #fff;
	font-size:11px;
}






#wrapper{
	width:940px;
	
	margin:0 auto;
	overflow : hidden; _height : 1%;
}


#footercontainer {
	
	width:920px;
	padding-top:0px;
	margin:0 auto;
	overflow : hidden;
	_height : 1%;
	
}

#footercontainer a{
	color:#DBDAEC
}


#header {
	position:relative;
	height:150px;
	
	
	
	}
	
	

div.sociable {
padding-top:8px;
}
.sociable_tagline{margin-bottom:7px;}	
	
.description {
	width:500px;
	height:50px;
	position:absolute;
	top:125px;
	left:188px;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #3697C3;
}
	



#content {
	padding-top:0px;
	width:690px;
	float:right;
	padding-bottom:30px;
	
}
#content * {
	margin-right:45px;
}
#content * * {
	margin-right:0;
}

#sidebar {
	width:220px;
	float:left;
	position:relative;
	padding-bottom:20px;
	
	padding-top:40px;
	
}

#sidebar ul{margin-bottom:20px;}

#footer {
	padding-bottom:100px;
	border-top:3px solid #fff;
	padding-top:30px;
	background: url(images/footer-bg.png) repeat-x;	
}




/* ---------------------------------------------------------------------------------------------------- */


#searchform{margin-bottom:20px;position:relative;}
#searchform #s {
	width:282px;
	border:1px solid #ABB6C3;
	padding:5px;
}

#searchform #s:focus {
	background-color:#DEF1F6;
	border-color: #4D8AC6;
}

#searchsubmit {position:absolute; top:2px; left:265px;}


/* ---------------------------------------------------------------------------------------------------- */




.wp-caption{margin-top:5px;}
.wp-caption-text{
	font-size:9px!important;
	margin-top:-1px;
	color: #999999!important;
	
	
	
	
/* ---------------------------------------------------------------------------------------------------- */

	
	
	
}

/* menu */

#menu {
	position:absolute;
	left:5px;
	top:107px;
}
#menu li ul {
	display:none;
}
#menu li {
	display:inline;
}
#menu li a {
	font-size: 12px;
	display:block;
	float:left;
	padding:0px 12px;
	height:1%;
	border-right:1px solid #EE8523;
	text-decoration:none;
	color: #FFFFFF;
	text-transform:uppercase;
}
#menu li a:hover {
	
}

.current_page_item a,  .current_page_parent a,  #menu .current-cat a, #menu .current-cat-parent a {
	/*border: 1px solid #3C9AB3!important;
	background: #6F78B5!important;
	color:#fff!important;*/
}



/* ---------------------------------------------------------------------------------------------------- */

#toplogo {
	margin:0;
	height: 100px;
	width: 788px;
	position:absolute;
	top:0;
	left:0px;
	text-indent:-9999px;
	border-bottom:none;
}
#toplogo a {
	display:block;
	position:absolute;
	height: 80px;
	width: 500px;
}

/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */


#sidebar h3{
	color: #6F78B5!important;
	margin-bottom:14px;
	padding-left:10px;
}



#footer h4 {
	font-size:16px;
	color: #FFFFFF;
}
p {
	margin:12px 0;
}

#homecontent p, #content p {
	font-size: 12px;
	color: #40475A;
	padding-right:5px;
}

li {font-size: 12px!important;}

.postmetadata{font-size:11px!important;}


blockquote {
	margin-left:10px;
	padding-left:10px;
	border-left:1px dotted gray;
	font-style: italic;
}
.more-link {
	border-bottom:dotted 1px #236CB8;
	padding-bottom:1px;
	font-size:11px;text-decoration:none!important;font-style:italic;
}


#homecontent ul, #content ul {
	padding-left:20px;
	margin: 12px 0 0;
}
#content ul ul {
	padding-left:20px;
	margin: 0px 0 20px;
}
#homecontent ul li, #content ul li {
	list-style-type:disc;
	font-size:1.1em;
	margin:3px;
}
#content ul li li {
	list-style-type:disc;
	font-size:1em;
	margin:3px;
}
#content ol {
	padding-left:20px;
	margin: 12px 0 0;
}
#content ol li {
	font-size:1.1em;
	margin:3px;
	list-style: decimal;
}

/* ---------------------------------------------------------------------------------------------------- */
.commentlist{padding-left:0!important;}
.comment{
	border:dotted 1px gray;
	padding:10px;
	list-style-type:none!important;
	width:480px;
	background: #F5FDFD;
}
.comment .avatar{
	border:1px solid #E8E8E8;
	padding:5px;
	float:right;
	background-color:#fff;
}

/* ---------------------------------------------------------------------------------------------------- */
#sidebar #submenu li {
	display:inline;
}
#sidebar #submenu li a {
	display:block;
	color:#49469D;
	padding:8px 10px 8px 10px;
	font-size: 11px;
	text-decoration:none;
	height:1%;
	border-bottom: 1px solid #F3A923;
}	

#sidebar .current_page_item a {
	background: #49469D;
	color:#fff!important;
	cursor:default;
	display:block;	
	
	
}
#sidebar #submenu li a:hover {
	color: #fff;
	background:  #49469D;
}
#sidebar #submenu ul {
	margin-top:15px;
	
}

#submenu li:first-child{display:block!important;border-top: 1px solid #F3A923!important;}



.navigation{height:30px;}
#comment{width:500px;}






.flr {
	float:right;
}
.fll {
	float:left;
}

.noborder {
	border:none!important;
}


.entry {
	padding-bottom: 1px;
}

.clearer {
	clear:both;
}


.alignleft {
	float:left;
	
}
.alignright {
	float:right;
	
}


.address a{color:#bce3ed!important;}
.address a:hover{
	color:#FFDE00!important;
}

.about{width:620px; color:#fff; }
.address{padding-top:10px;width:560px;}





.post {
	/*margin-bottom: 20px;*/
	padding-bottom:10px;
}
.postmetadata {
	padding-bottom:20px;
	
}
form#contact input, form#contact textarea {
	margin-top:5px;
	padding:3px;
}



/* ---------------------------------------------------------------------------------------------------- */

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

/*	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;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	a img{border:none;}
/* End Images */

.youtube {display:block; text-align: center; padding: 20px; background-color:#262A37;border:solid 3px #fff;}




/* ---------------------------------------------------------------------------------------------------- */

.wpcf7-form {
-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin-top:30px;
	padding:12px 30px 20px;
	background: #E9F7FB;
	border: 1px solid #DBE7EF;
	
}

.wpcf7-form p{font-size:11px!important;}

.bullets{margin-bottom:40px;}
.bullets li{ display:inline; }
.bullets li a{
	background-position: 10px center;
	background-image: url(images/bullet.gif)!important;
	background-repeat: no-repeat;
	display: block;
	height:1%;
	margin-bottom:12px;
	font-size:12px;
	color:#515160;
	line-height:14px;
	padding-left:25px;
	padding-right:5px;
}

.bullets li a:hover {
	color: #0089B4;
}


.credits a{
	color:#666666!important;
	font-size:10px!important;
	text-decoration:none;
}

.credits {
	
	
	padding-top:50px;
	clear:both;
}

#footer, #whiteout{min-width:986px;}

#widgets li ul li{display:inline;}
#widgets li ul li a{display:block; color:gray; padding: 4px 0; border-bottom:dotted 1px gray;font-size:11px;}
#widgets li ul li a:hover{color:#122E48;}
.related{margin-bottom:10px;margin-top:20px;}

.nodeLevel1 li a{padding-left:15px!important;}
.haschildren{margin-top:0!important;}


acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dotted #999; }
blockquote { margin: 15px 30px 15px 0px; padding-left: 20px; border-left: 1px dotted #000; color:#000;}
blockquote cite { margin: 5px 0 0; display: block; }
blockquote p{padding-bottom:0!important;}
div.rss a{display:block;
	padding:5px 20px;
	background: url(images/rss-feed.png) no-repeat left center;
	color:gray;
}


.twitterlink{margin:5px 0;
color:gray;
	padding-left:30px;
	background: url(images/twitter.gif) no-repeat left center; display:block;
}

.twitterlink:hover, div.rss a:hover{color:#FF6600;
}

.sticky{
-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin-bottom:30px;
	padding:10px;
	background: #E9F7FB;
	border: 1px solid #DBE7EF;
	
}

.sticky small{display:none;}
.sticky img{border:3px #fff solid;}

.wordtube{margin-top:30px;}
.column{width:32%; padding-left:10px;float:left;padding-top:0px;margin-top:12px; min-height: 340px;
   height:auto !important;
   height: 340px;}
.column img{margin-bottom:12px;
}

.column .readmore{display:block; margin-top:-6px;}
div.border{border-right:solid 1px #9CBED7;}

.border *{padding-right:10px}
.homelist li{padding-bottom:10px;}

.newstitle{margin:5px 0 -6px 0;}


/* styles for 'outdoor' */
body.page-id-577, body.page-id-440, body.page-id-576 {background: #2b7268;}
body.page-id-577 #whiteout, body.page-id-440 #whiteout, body.page-id-576 #whiteout{background: #fff url(images/outdoors-bg.jpg) no-repeat center top;}

/* don't change or add to these 2 lines below*/
body.page-id-576 #sidebar #submenu li a:hover,  body.parent-pageid-576 #sidebar #submenu li a:hover {background: #2b7268;}
body.parent-pageid-576 #sidebar .current_page_item a {background: #2b7268;}

/* end styles for 'outdoor' */

.callback{
	position:absolute;
	top:20px;
	right:0;
	width:230px;
	height:66px;
	display:block;
	text-indent:-9999px;
	background: url(images/callback.png) no-repeat;
}