/*
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: #4a9ebf;
	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;
}

img {
	border: 0;
}

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

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

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

a {
	color: #fff;
}

a:hover {
	color: #fff;
	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;
}

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

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

.logo {
	width: 380px;
	margin: 5px 50px 0 0;
}

.logo p {
	font-size: 13px;
	color: #fff;
	margin: -25px 0 0 92px;
}

.headinset {
	width: 285px;
	margin: 35px 0 0 0;
}

.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: 18px;
	list-style-type: none;
	padding: 15px 0;
	margin: 2px 0;
	float: left;
}

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

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

/*-- Content --*/
#midcontent {
	background: #666666 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;
}

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

#content .postarea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4A9EC0;
	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;
}

#content .postarea a {
	color: #4a9ec0;
}

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

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

.date a:hover {
	color: #000;
}

#postsnav {
	
}

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

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

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

#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;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 0 0;
}

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

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

#sidebar li {
	color: #666;
	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;
}


