/*
Theme Name: Easy Bee
Theme URI: http://berrywebteam.net
Description: A simplified version of the Busy Bee Woo Theme.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #333;
	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: none;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}

/*-- Links --*/

a {
	color: #ccbe00;
}

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

a.boxlink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    background: #5e93bf;
    color: #fff;
    padding: 10px 15px;
    margin: 15px 0;
    text-decoration: none;
    display: block;
    width: 70px;
}

a:hover.boxlink {
    background: #142535;
}

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

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

.toptext {
	height: 25px;
	padding: 5px 0 0;
	float: left;
}

.toptext p {
	color: #fff;
	font-weight: bold;
}

.headtext {
	width: 855px;
	margin: 0 auto;
	height: 145px;
}

.logo {
	width: 380px;
	margin: 15px 50px 0 0;
	float: left;
}

.logo p {
	font-size: 13px;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 0 0 10px;
}

.headinset {
	margin: 25px 0 0 0;
	float: right;
}

.headinset p {
	color: #fff;
}

.headinset h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	margin: 0 0 5px 0;
}

.headinset h4 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin: 0 0 5px 0;
}

#header h1 {
	display: none;
}

/*-- Menu --*/
#menu {
	width: 855px;
	margin: 0 auto;
}

#menu .nav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-type: none;
	padding: 15px 0;
	margin: 2px 0;
	float: left;
}

#menu .nav li a {
	color: #000;
	padding: 10px 15px;
	margin: 0 5px;
	text-decoration: none;
}

#menu .nav li a:hover {
	background: #000;
	color: #fff;
}

/*-- Content --*/
#midcontent {
	background: #eee url(images/bgimage.jpg) repeat-x 0 0;
	padding: 25px 0;
}

#container {
	background: url(images/contentbg.jpg) repeat-y 0 0;
	width: 855px;
	margin: 0 auto;
}

#content {
	background: url(images/contenttop.jpg) no-repeat 0 0;
	width: 855px;
}

#content .postarea {
	width: 505px;
	margin: 25px 25px 0;
	float: left;
}

#content .postarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	margin: 0 0 15px 0;
}

#content .postarea h2 a {
	color: #000;
}

#content .postarea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
}

#content .postarea h2 a, #content .postarea h3 a {
	text-decoration: none;
}

#content .postarea p {
	color: #666;
	margin: 0 0 10px 0;
}

#content .postarea ul {
	margin: 0 0 15px 25px;
}

#content .postarea li {
	list-style-type: circle;
}

.date {
	background: #F7F5F6;
	padding: 10px;
	border: solid 1px #eee;
	padding: 5px;
	margin: -5px 0 15px;
}

.date a {
	color: #000;
	text-decoration: none;
}

.date a:hover {
	color: #000;
	text-decoration: underline;
}

.catstags {
	background: #F7F5F6;
	padding: 5px;
	border: solid 1px #eee;
	margin: 15px 0;
	line-height: 22px;
}

.catstags a {
	color: #000;
}

#postsnav {
	
}

#botcontent {
	background: url(images/contentbottom.jpg) no-repeat 0 0;
	width: 855px;
	height: 40px;
}

/*-- Comments --*/
#comments_template {
    margin: 15px 0 0;
    padding: 15px 0 0;
}

ol#comments {
    list-style-type: none;
}

ol#comments li {
    padding: 15px;
    margin: 10px 0;
    background: #F7F5F6;
    border: 1px solid #eee;
	list-style-type: none !important;
}

ol#comments li.alt {
    background: #fff;
    border: 1px solid #eee;
	list-style-type: none;
}

#comments_template h3 {
    font-size: 18px;
    font-family: georgia;
    margin: 15px 0;
    color: #666;
}

#comments_template h4 {
    font-size: 18px;
    color: #333;
    font-family: georgia;
}

#comments_template li a {
    color: #000;
    text-decoration: none;
}

#comments_template li a:hover {
    text-decoration: underline;
}

#comments_template li small {
    font-size: 11px;
}

#comments_template .the_comment {
    padding: 5px;
    
}

#commentform {
    background: #eee;
    padding: 15px;
}

#commentform p label small {
    font-size: 1em;
    font-style: italic;
    color: #666;
}

#commentform p {
    padding: 5px 0;
}

#data {
	width: 325px;
}

/*-- Sidebar --*/
#sidebar {
	width: 285px;
	margin: 5px 5px 0 0;
	float: right;
	padding: 0 0 0 10px;
}

#sidebar .widget, #sidebar .video {
	padding: 25px 25px 10px;
	border-bottom: solid 1px #ddd;
}

#sidebar .video {
	padding: 20px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
	line-height: 24px;
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 5px 0 0;
}

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 5px 0 0;
}

#sidebar p {
	color: #333;
	margin: 0 0 10px 0;
}

#sidebar ul {
	margin: 0 0 15px 25px;
}

#sidebar li {
	color: #000;
	list-style-type: circle;
	line-height: 20px;
}

/*-- Footer --*/
#footer {
	background: url(images/footerbg.jpg) repeat-x 0 0;
	padding: 15px 0 35px;
}

#footer .footcontent p {
	color: #fff;
	width: 855px;
	margin: 0 auto 10px;
	text-align: center;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}


