/*
Theme Name: Tab Cool
Theme URI: http://berrywebteam.net
Description: Two column theme with tab navigation.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 2.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #033a7d;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

/*-- Images --*/
img {
	border: 0;
}

img.alignleft {
    float: left;
	margin: 0 10px 0 0;
}

img.alignright {
    float: right;
	margin: 0 0 0 10px;
}

img.aligncenter {
	margin: 0 0 10px 0;
}

/*-- Links --*/
a {
	color: #fea81d;
}

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

hr { 
    color: #dfeaf4;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

ul {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

/*-- Container --*/
#container {
	width: 900px;
	margin: 0 auto;
}

/*-- Header --*/
#header {
	background: url(images/header.jpg) no-repeat 0 0;
	height: 150px;
}

#header h1 {
	display: none;
}

.logo {
	margin: 25px 0 0 25px;
	float: left;
}

.logo p {
	color: #fff;
	margin: -10px 0 0 65px;
}

.headtext {
	width: 250px;
	height: 85px;
	margin: 25px 200px 0 0;
	float: right;
}

.headtext h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	line-height: 20px;
	color: #fff;
}

.headtext h3 span {
	color: #fff;
}

.headtext h4 {
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	line-height: 20px;
	color: #FEA81D;
	padding: 5px 0 0;
}

/*-- Menu --*/
#menu {
	width: 900px;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
	display: block;
}

.nav {
	overflow: hidden;
	height: 40px;
	padding: 0 15px;
	float: left;
}

.nav li {
	background: url(images/button-sc.jpg) no-repeat 0 0;
	float: left;
	list-style-type: none;
}

.nav li a {
	background: url(images/button-lc.jpg) no-repeat top right;
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	color: #618fbd;
	height: 18px;
	text-decoration: none;
	padding: 12px 25px 10px 15px;
	margin: 0 3px 0 10px;
	display: block;
}

.nav li a:hover {
	color: #033a7d;
	text-decoration: none;
}

li.current_page_item {
	background: url(images/b-over-sc.jpg) no-repeat 0 0;
}

li.current_page_item a {
	background: url(images/b-over-lc.jpg) no-repeat top right;
	color: #fff;
}

li.current_page_item a:hover {
	color: #033a7d;
	text-decoration: none;
}

/*-- Content --*/
#contentwrap {
	background: url(images/contentbg.jpg) repeat-y 0 0;
}
#content {
	background: url(images/contenttop.jpg) no-repeat 0 0;
	padding: 0;
}

.postarea {
    width: 540px;
    padding: 25px 30px;
	float: left;
}

.postarea h2 {
    font-size: 28px;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: -1px;
    color: #d98604;
	line-height: 28px;
    margin: 0 0 15px 0;
}

.postarea h2 a {
	text-decoration: none;
}

.postarea h3 {
    font-size: 20px;
	font-weight: bold;
	font-style: oblique;
    color: #d98604;
	padding: 10px 0;
}

.postarea h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #033a7d;
	padding: 5px 0;
}

.postarea p {
    font-size: 13px;
    line-height: 20px;
    color: #033a7d;
    margin: 0 0 10px 0;
	clear: both;
}

.postarea li {
	color: #033a7d;
	line-height: 20px;
} 

.contentdiv {
	width: 200px;
	margin: 0 15px 10px 0;
	float: left;
}

.date {
	color: #999;
    font-size: 11px;
	margin: -5px 0 15px 0;
}

.date a {
	color: #999;
}

.subpost {
	color: #999;
	font-size: 11px;
	border-top: dotted 1px #ccc;
	padding: 5px 0 10px 0;
	margin: 15px 0 0 0;
}

#postsnav {
	margin: 15px 0;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
}

/*-- Sidebar --*/
#sidebar {
	width: 270px;
	padding: 65px 15px 0;
	float: right;
}

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

#sidebar h2 {
    font-size: 18px;
	font-weight: bold;
	font-style: oblique;
    color: #033a7d;
	margin: 0 0 10px 0;
}

#sidebar h3 {
    font-size: 15px;
	font-weight: bold;
	font-style: oblique;
    color: #033a7d;
	padding: 10px 0;
}

#sidebar h4 {
    font-size: 14px;
	font-weight: bold;
	font-style: oblique;
    color: #033a7d;
	padding: 5px 0;
}

#sidebar p {
    color: #033a7d;
    line-height: 18px;
	margin: 0 0 10px 0;
}

#sidebar li {
    color: #033a7d;
    line-height: 20px;
}

#sidebar a {
	color: #033a7d;
}

/*-- Footer --*/
#footer {
	background: url(images/footer.jpg) no-repeat 0 0;
	padding: 25px 0 0;
    text-align: center;
    overflow: hidden;
}

#footer p {
	font-size: 11px;
    color: #7EACD0;
	clear: both;
}

#footer a {
	color: #7EACD0;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}