/*
Theme Name: BumbleBoosh
Author: BooshMedia
Author URI: http://www.booshmedia.co.uk
*/
 
body {
	background:#023864;
	margin:0;
	font-family:Trebuchet MS, Verdana, Arial, helevtica;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, p, blockquote { padding:0; margin:0; list-style:none; outline:none; }

html { height:101%; }
img { border:none; }

a { text-decoration:none; color:#013660; }
a:hover { text-decoration:underline; }

#wrap {
	background:url(images/bg.gif) 0 0 repeat-x #fff;
}

#innerwrap { background:url(images/bg-footer1.gif) 0 bottom repeat-x; }


/* == Header Content == */
#header {
	background:url(images/blue-boosh.gif) 0 0 no-repeat;
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding:0 74px 0 74px;
	height:87px;
	position:relative;
}

#header a.logo {
	display:block;
	float:left;
	width:400px;
	height:60px;
	padding:23px 0 0 0;
	margin-left:-4px;
}

.menu ul {
	position:absolute;
	right:74px;
	padding:53px 10px 0 0;
}

.menu ul li {
	float:left;
	padding-left:30px;
}

.menu ul li a {
	color:#dcdcdc;
	text-decoration:none;
	font-size:1.2em;
	text-transform:uppercase;
}
.menu ul li.current_page_item a, .menu ul li.home a { color:#fff; text-decoration:underline; }
.menu ul li a:hover { text-decoration:underline; color:#fff; }


/* == Main Content == */
#contentwrap {
	background:url(images/top.png) 0 0 no-repeat;
	width:900px;
	margin:0 auto;
	clear:both;
}

#innercontentwrap {
	background:url(images/bottom.png) 0 bottom no-repeat;
	padding:10px;
}

#maincontent {
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	padding:14px;
	padding-bottom:0;
	width:850px;
	overflow:hidden;
}

.banner {
	border:1px solid #cfcfcf;
	padding:4px;
	margin-bottom:14px;
	position:relative;
	width:840px;
	overflow:hidden;
}
.banner img { float:left; }

.banner span { display:none; }

#slider { position:absolute; top:41px; right:72px; }

#slider ul, #slider li{ height:149px; width:267px; overflow:hidden; }

#leftcontent {
	width:550px;
	float:left;
}
#leftcontent.fullwidth {
	width:850px;
	overflow:hidden;
}
#leftcontent h1 {
	font-size:2em;
	color:#333;
	padding:7px 0 0 0;
}
#leftcontent h1 a { color:#333333; }
#leftcontent p {
	font-size:1.2em;
	color:#5f5f5f;
	line-height:18px;
	padding:9px 0;
}
#leftcontent h2 {
	color:#333;
	font-size:1.6em;
	padding:27px 0 0 0;
}
#leftcontent h3 {
	font-size:1.4em;
	padding:27px 0 0 0;
	color:#333;
}
#leftcontent h4 {
	font-size:1.3em;
	padding:27px 0 0 0;
	color:#333;
}
#leftcontent h5 {
	font-size:1.2em;
	padding:27px 0 0 0;
	color:#333;
}

#leftcontent h1 span {
	display:block;
	float:right;
	width:57px;
	height:30px;
	background:url(images/blog-post-date.gif) 0 0 no-repeat;
	text-align:center;
	color:#fff;
	font-size:.7em;
	font-weight:bold;
	line-height:14px;
	padding-top:6px;
}
#leftcontent h1 span strong {
	display:block;
	font-size:.8em;
}

#leftcontent ul li {
	background:url(images/bullet.gif) 0 6px no-repeat;
	padding:3px 0 4px 16px;
	color:#333;
	font-size:1.1em;
}
#leftcontent .divider {
	border-bottom:1px solid #cfcfcf;
	height:1px;
	font-size:0em;
	padding-top:15px;
}
.floatimgleft {
	float:left;
	padding:0 15px 15px 0;
}
#leftcontent img.postimg, #leftcontent ul.gallery li img {
	background:#fff;
	padding:1px;
	border:5px solid #868686;
}
#leftcontent ul.gallery {
	padding:15px 0;
	width:900px;
	overflow:hidden;
}
#leftcontent ul.gallery li, #leftcontent ul.gallery li a {
	float:left;
	background:none;
}
#leftcontent ul.gallery li {
	padding:9px 9px 0 0;
}
#leftcontent ul.gallery li.alt { padding-right:0; }


/* == Blog Posts == */

#leftcontent .morepost {
	border-bottom:1px solid #cfcfcf;
	padding:0 0 9px 0;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
#leftcontent .morepost a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:50px;
	height:22px;
	background:url(images/more-post.gif) 0 0 no-repeat;
	float:right;
	text-align:center;
	line-height:22px;
}
#leftcontent ul.comments { padding-top:15px; }
#leftcontent ul.comments li {
	border:1px solid #cfcfcf;
	padding:10px;
	width:528px;
	overflow:hidden;
	color:#333;
	background:url(images/right-cta-bg-alt.gif) 0 0 repeat-x #E7E7E7;
	margin-bottom:10px;
}
#leftcontent ul.comments li.alt { background:url(images/right-cta-bg.gif) 0 0 repeat-x #F2F2F2; }
#leftcontent ul.comments li span { 
	float:left;
	display:block;
	width:50px;
	height:50px;
	background:url(images/avatar.png) 0 0 no-repeat;
}
#leftcontent ul.comments li h3,
#leftcontent ul.comments li i,
#leftcontent ul.comments li p {
	width:468px;
	float:right;
}

#leftcontent ul.comments li p { padding:19px 0 0 0; }

#leftcontent ul.comments li h3 { padding-top:4px; }

#leftcontent #sendmail { padding:15px 0; }

#leftcontent #sendmail p { padding:0; }

#leftcontent #sendmail label { color:#333; }

#leftcontent #sendmail .inputbox,
#leftcontent #sendmail textarea.inputbox,
#leftcontent form p span input,
#leftcontent form span textarea{
	border:1px solid #cfcfcf;
	display:block;
	margin-bottom:10px;
	background:url(images/inputbox.gif) 0 0 repeat-x #fdfdfd;
	font-size:1.2em;
	padding:7px 0 6px 7px;
	width:391px;
	color:#333;
	height:auto;
	text-align:left;
	left:0;
	cursor:default;
	font-family:Trebuchet MS, Verdana, Arial, helevtica;
}

#leftcontent #sendmail textarea.inputbox,
#leftcontent form span textarea{ height:150px; overflow:hidden; }

#leftcontent #sendmail .inputbox.focus,
#leftcontent #sendmail textarea.inputbox.focus {
	border:1px solid #999999;
}

#leftcontent #sendmail .inputbox.error,
#leftcontent #sendmail textarea.inputbox.error {
	border:1px solid #EE2A00;
}
#leftcontent #sendmail .inputbox.valid,
#leftcontent #sendmail textarea.inputbox.valid {
	border:1px solid #70A41B;
}

#leftcontent #sendmail .submitbutton,
#leftcontent form p input {
	display:block;
	width:78px;
	height:30px;
	text-align:center;
	color:#fff;
	background:url(images/submit-button.gif) 0 0 no-repeat;
	border:none;
	font-family:Trebuchet MS, Verdana, Arial, helevtica;
	cursor:pointer;
	position:relative;
	left:-2px;
	clear:both;
}

#rightcontent {
	float:right;
	width:285px;
	background:#fff;
	color:#666;
}
#rightcontent .rightcta {
	border:1px solid #cfcfcf;
	background:url(images/right-cta-bg.gif) 0 0 repeat-x #f2f2f2;
	padding:10px;
	margin-bottom:15px;
	width:263px;
	overflow:hidden;
}
#rightcontent h3 {
	font-size:1.6em;
	color:#333;
	text-transform:uppercase;
}
#rightcontent h3 a { color:#333; }
#rightcontent h3 a:hover { text-decoration:none; }
#rightcontent h4 {
	font-size:1.3em;
	color:#000;
	float:right;
	width:212px;
	padding-top:6px;
}
#rightcontent h4 a { color:#000; text-decoration:none; }
#rightcontent p { padding:6px 0; }
#rightcontent strong { color:#000; }

#rightcontent .rightcta .contactdetails p {
	font-size:1.1em;
	padding:12px 0 0 0;
}

#rightcontent li p { line-height:14px; float:right; width:212px; padding:0; height:30px; overflow:hidden; }
#rightcontent span {
	float:left;
	height:44px;
	width:40px;
	background:url(images/date.gif) 0 0 no-repeat;
	margin-right:10px;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:14px;
	padding-top:15px;
}
#rightcontent span strong { font-size:.8em; display:block; color:#fff; }
#rightcontent ul { padding-top:10px; width:100%; overflow:hidden; }
#rightcontent li { 
	width:100%; 
	overflow:auto;
	background:url(images/li-bg.gif) bottom left repeat-x;
	padding:6px 0;
}
#rightcontent ul.social { width:285px; }
#rightcontent ul.social li {
	float:left;
	background:none;
	width:46px;
}
#rightcontent ul.social li a {
	float:left;
}

#rightcontent .rightcta.blog ul.social {
	background:none;
}
#rightcontent .rightcta.blog ul.social li {
	float:left;
	background:none;
	width:46px;
}
#rightcontent .rightcta ul.social li a, #rightcontent .rightcta.blog ul.social li a {
	float:left;
	display:block;
	background:none;
	height:auto;
	padding:0;
	width:32px;
	height:32px;
	text-indent:-9999px;
}
#rightcontent .rightcta ul.social li a.rss { background:url(images/rss.gif) 0 0 no-repeat; }
#rightcontent .rightcta ul.social li a.twitter { background:url(images/twitter.gif) 0 0 no-repeat; }
#rightcontent .rightcta ul.social li a.stumble { background:url(images/stumble.gif) 0 0 no-repeat; }
#rightcontent .rightcta ul.social li a.myspace { background:url(images/myspace.gif) 0 0 no-repeat; }
#rightcontent .rightcta ul.social li a.facebook { background:url(images/facebook.gif) 0 0 no-repeat; }
#rightcontent .rightcta ul.social li a.flikr { background:url(images/flikr.gif) 0 0 no-repeat; }

#rightcontent .rightcta.blog ul, #rightcontent .rightcta ul.blog  {
	background:url(images/li-bg.gif) bottom repeat-x;
}
#rightcontent .rightcta.blog ul li, #rightcontent .rightcta ul.blog li {
	background:url(images/li-bg.gif) 0 0 repeat-x;
	padding:0;
	overflow:hidden;
}
#rightcontent .rightcta.blog ul li a, #rightcontent .rightcta ul.blog li a {
	display:block;
	height:26px;
	background:url(images/rightbullet.gif) 10px 9px no-repeat;
	text-decoration:none;
	color:#666666;
	font-size:1.2em;
	line-height:30px;
	padding-left:28px;
}
#rightcontent .rightcta.blog ul li a:hover, , #rightcontent .rightcta ul.blog li a:hover { color:#333; }


/* == Footer Content == */
#footer {
	clear:both;
	color:#fff;
	text-align:right;
	background:url(images/bg-footer.gif) bottom left repeat-x;
	height:76px;
	padding-top:10px;
}
#footer .innerfooter { width:880px; margin:0 auto; text-transform:uppercase; }
#footer ul {
	float:left;
	text-align:left;
}
#footer ul li { float:left; }
#footer ul li a { color:#fff; text-decoration:none; padding-right:10px; }
#footer ul li a:hover { text-decoration:underline; }





