/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:url(images/body_bg.jpg) top center repeat-x #818181;
	font-size: 12px;
	margin:0 0 15px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.clearBoth {clear:both;}


/* links */

a{
	color: #ee3b33;
	text-decoration:none;
	outline:none;
	}

a:hover{text-decoration: underline;}



/* container */

#wrapper {width:100%; background:url(images/wrapper_bg.jpg) top center no-repeat; min-height:700px; height:auto !important; height:700px;}


#container {
	width: 974px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	}
	
/* header */

#header {
  	height: 256px;
	background:url(images/header_bg.jpg) top center no-repeat;
	position:relative;
	}
	
	#home #header {height:644px; background:url(images/header_bg-body.jpg) top center no-repeat; }

#logoLink {width:198px; height:153px; display:block; position:absolute; left:26px; top:0px; background:url(images/logo.png) top center no-repeat;}
	#home #logoLink {display:none;}
	#logoFlag {width:212px; height:160px; display:block; position:absolute; left:12px; top:0px;  }
	
#navBanner {width:1024px; height:65px; position:absolute; left:-25px; background:url(images/nav_banner.gif) top center no-repeat;}

#pageTitle {width:750px; height:80px; position:absolute; top:135px; left:25px;}
	#pageTitle h1 {font-size:95px;}

/* main menu */


#menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	width:720px; 
	height:40px;	
	position:absolute; 
	left:248px;
	top:24px;
	overflow:hidden;
}


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

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0 28px 0 0;
	padding: 7px 0 0;
	cursor:pointer;
}

#menu ul li a {
	padding:4px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	cursor:pointer;
	color:#7e1c18;
}


/*HOME PAGE ITEMS&*/
#homeLeft {width:413px; float:left; margin-right:10px; background:url(images/home_left-rule.jpg) top right no-repeat; padding-right:20px;}
	#homeLeft h1 {font-size:40px; width:370px; }
	
#homeRight {width:365px; padding-right:20px; float:right;}
	#homeRight h1 {font-size:48px;}
	#homeRight ul {margin:0; padding:0; list-style:none;}
		#homeRight ul li {margin-bottom:10px; display:block;}
		#homeRight ul a {color:#ee3b33; text-decoration:underline; font-weight:bold;}
		
.anyClass {width:400px; top:153px; margin-left:64px; position:relative;}
	.anyClass li {width:864px; height:224	px; display:block;}
		span.carouselContent {display:block; width:422px; height:224px; float:left;}
		span.carouselContent h1 {font-size:48px;}
		span.carouselContent a {color:#ee3b33; font-weight:bold; text-decoration:underline;}
		span.carouselImage {float:right; margin:0 0 10px 10px; width:420px; height:217px;}
		
		a.prev {display:block; position:absolute; top:150px; left:23px; height:224px; width:33px; background:url(images/prev_button.jpg) top center no-repeat;}
		a.next {display:block; position:absolute; top:150px; right:10px; height:224px; width:33px; background:url(images/next_button.jpg) top center no-repeat;}
	


/* content */


#content {
	float: right;
	width:620px;
	overflow: hidden;
	margin:0px 30px 14px 10px;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
	#home #content {width:870px;margin:0px 20px 14px 20px;}
	
	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	div.blogStyle {padding-top:10px;}
	
.post h2{
	font-size:18px;
	color:#000;
	margin-bottom:12px;
	}
	
.post h2 a{
	color: #ee3b33;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post a {color:#ee3b33; text-decoration:underline;}
.post a:hover {text-decoration:none;}

.post ul {list-style:disc;margin:0 0 10px 25px;}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

ul#archive-list {margin-top:8px;}
ul#archive-list li {margin-bottom:8px; clear:both; padding-bottom:8px;}
ul#archive-list li h3 {margin-bottom:8px;}
ul#archive-list li img {float:left; margin:0 8px 8px 0px; width:168px; height:87px;}



/* sidebar */

#sidebar {
	font-size:8pt;
	width:280px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	font:bold 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
	font-size:24px;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

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

#sidebar a {color:#ee3b33;}

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

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

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

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

#sidebar ul ul li {
	list-style-type: none;
	line-height:140%;
	margin-bottom:8px;
	}

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

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	height:93px;
	padding-top:28px;
	background:url(images/footer_bg.gif) bottom center no-repeat #818181;
	position:relative;
	font-size:14px;
	font-weight:bold;
	z-index:90;
	color:#fff;
	}
	
	.footerBorder {background:url(images/footer_border.gif) top right no-repeat;}
	
	#footerEdge {height:134px; width:1024px; position:absolute; top:-13px; left:-25px; background:url(images/footer_banner.gif) top center no-repeat; z-index:10; }
	#footerNav {float:left; width:240px; position:relative; z-index:90; margin:0 0 0 55px}
	#footerNav ul {margin:0; padding:0; list-style:none;}
		#footerNav ul li {margin-bottom:5px;}
		#footerNav .left {float:left; margin-right:22px;}
		#footerNav .right {float:left;}
		
	#footerSignUp {width:235px; padding-left:20px; float:left;position:relative; z-index:90; z-index:10;}
		#footerSignUp form, #footerSignUp p, #footerSignUp form p {text-align:left; margin:0; padding:0;}
		#footerSignUp label {display:none;}
		#footerSignUp input#wpoi_email {background:url(images/email_bg.gif) top left no-repeat; width:203px; padding:7px 8px 3px; height:20px; font-style:italic; color:#999; border:none; margin:6px 0px; text-align:left;}
		#footerSignUp input {border:none; background:url(images/submit_bg.gif) top left no-repeat; font-size:11px; color:#FFF; font-weight:normal; width:74px; height:24px; padding:0px 9px 4px; text-align:center; font-style:normal; margin:0 0 0 150px;}
	
	#footerSocial {float:right; position:relative; z-index:90; width:280px; text-align:left; margin-right:120px;}
		#footerSocial p {text-align:left;}
		#footerSocial a img {border:none;}
		#footerSocial .icons {margin-top:8px;}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #99bfe5;text-decoration:none;}

/*MISC*/
div.addthis_container {margin-bottom:14px;}
#sbsLogo {display:block; position:absolute; right:-5px; top:35px; z-index:90; width:114px; height:35px; background:url(images/logo_sbs.gif) top center no-repeat;}
