/*   
Theme Name: Big B Comics 2009
Theme URI: http://www.gregprogramming.com/wpthemes/bigbcomics
Description: Big B Comics wordpress Theme 2009
Author: Greg D'Angelo
Author URI: http://www.gregprogramming.com
Version: 0.1
*/
body{
	background:#fff url(img/background-bar-w-bar.jpg) repeat-x scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	position:absolute;
	width:100%;
	color:#333;
	line-height:20px;
}
li{
	list-style-type:disc;
}
ul{
	margin-left:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
#content{
	background-color:#fff;
	width:960px;
	margin-left:10px;
}
#sidebar{
	float:right;
	width:180px;
	margin:0 10px;
}
#inside-content{
	border-bottom:20px solid #CCCCCC;
	display:block;
	margin:230px 0 20px;
	overflow:hidden;
	padding:20px 0 20px 20px;
}
.post{
	/*width:740px;float:right;*/
}
.clear{
	clear:both;
}
#header{
	width:960px;
	position:absolute;
	top:0px;
	left:10px;
}
#header-graphic{
	width:100%;
	height:194px;
	background:#003573 url(img/background-bar.jpg) repeat-x scroll 0 0;

	overflow:hidden;
	width:960px;
}
#header .navigation a,#header .navigation a:visited,#header .navigation a:hover{
	color:#fff;
}
#footer .navigation a,#footer .navigation a:visited,#footer .navigation a:hover{
	color:#666;
}
#header .navigation,#header .navigation ul{
	background-color:#003573;
	overflow:hidden;
	float:right;
}
/*
#header .navigation ul{
	margin-right:70px;
}
*/
#footer .navigation,#footer .navigation ul{
	margin:0 auto;
	overflow:hidden;
	padding: 0 0 30px;;
	width:950px;
}
#header .navigation li{
	line-height:25px;
	padding:0 25px;
	text-align:center;
}
#header .navigation li.hover,#header .navigation li:hover{
	background-color:#22508e;
}
#header .navigation{
	margin-top:1px;
	width:970px;
}
#search-box{
	float:right;
	margin:-75px 0 0;
	position:relative;
}
#search-box label{
	position:relative;
	left:75px;
	font-size:14px;
	line-height:25px;
	top:3px;
}
#search-box label.active{
	overflow:hidden;
	visibility:hidden;
	width:1px;
}
#s{
	border:0;
	height:20px;
	margin:0px;
	width:200px;
}
searchsubmit{
	background-color:#fff;
	margin:0;
	padding:0;
	color:#fff;
}
.navigation ul{
	display:inline;
}
#header .navigation li{
	border-right:1px solid #fff;
}
#header .navigation li:first-child {
	border-left:1px solid #fff;
}
.navigation li{
	list-style-type:none;
	float:left;
	cursor:pointer;
}
#footer .navigation li{
	border-left:1px solid #666;
	padding:0 20px;
}
#footer .navigation li:first-child{
	border-left:0px none;
}
.navigation a{
	text-decoration:none;
}
#enter-site{
	margin:0 auto 20px;
	width:90%;
}
#logo-robot{
	margin-right:100px;
}
h2{
	color:#003573;
	font-size:20px;
	margin:5px 0;
}
h2.title{
	margin-bottom:30px;
}
h3{
	color:#003573;
	font-size:18px;
	margin:5px 0;
	padding:0 0 15px;
}
h5{
	color:#003573;
	padding:0 0 15px;
}
p{
	margin:0 0 10px;
}
.post{
	margin:15px 0;
	padding: 0 0 10px;
	border-bottom:1px solid #ccc;
}
#inside-content h2{
	width:740px;float:left;
}
.page-content{
	width:740px;
	float:left;
}
.page-content.left-sidebar, .left-sidebar .page-content{
	width:530px;
}
.post .page-content {
	float:none;
}
#sidebar{
	float:left;
	margin: 0 0 0 20px;
}
#sidebar-menu{
	float:left;
	margin:0 20px 0 0;
	width:190px;
}
#sidebar-menu ul,#sidebar-menu li{
	list-style-type:none;
	margin:0;
}
#sidebar-menu li{
	padding: 3px 0;
}
#sidebar-menu a {
	color:#22508e;
	text-decoration:none;
}
#sidebar h3,#sidebar-menu h3{
	background-color:#003573;
	color:#fff;
	line-height:20px;
	padding:5px;
}
.navigation {
	margin: 10px 0;
}
.aback,.aback:hover,.aback.visited{
	color:#003573;
	padding:10px 0;
}
#intro{
	height:240px;
	width:530px;
	overflow:hidden;
}
#intro img {  
    background-color: #eee;  
	height:240px;
	width:530px;
    top:  0; 
    left: 0 
} 
/* 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 */