/*
Theme Name: Howe Five Star Concrete
Theme URI: http://berrywebteam.net
Description: Custom theme for Five Star Concrete.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #9e9e9e url(images/bgimage.jpg) repeat-x 0 0;
	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;
}

a {
	color: #000066;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

hr { 
    color: #ccc;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

/*-- Container --*/
#container {
	background: #fff;
	width: 850px;
	margin: 0 auto 25px;
}

/*-- Header --*/
#header {
	height: 166px;
	overflow: hidden;
}

#header h1 {
	display: none;
}

#header h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin: -10px 15px 10px 0;
}

#header h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .lhead {
	background: #9e9e9e;
	width: 425px;
	height: 40px;
	float: left;
}

#header .rhead {
	background: #4d4d4d;
	width: 425px;
	height: 40px;
	float: right;
}

#header .logoleft {
	color: #000066;
	width: 410px;
	height: 126px;
	padding: 0 0 0 15px;
	float: left;
}

#header .logoright {
	color: #990000;
	width: 410px;
	height: 126px;
	padding: 0 0 0 15px;
	float: right;
}

/*-- Menu --*/
#menu {
	background: #000066 url(images/mainphoto.jpg) no-repeat top right;
	height: 220px;
}

#menu .nav li {
	background: url(images/buttonbg.jpg) no-repeat 0 0;
	list-style-type: none;
	width: 425px;
}

#menu .nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 49px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 25px 0 125px;
	border-bottom: solid 1px #000099;
}

#menu .nav li a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #ccc;
	display: block;
	text-transform: none;
}

#menu .nav li:hover {
	background: url(images/buttonbg-over.jpg) no-repeat 0 0;
}

/*-- Content --*/
#content {
	background: #fff;
	padding: 25px;
}

#content .postarea {
	color: #666;
	width: 510px;
	float: right;
}

#content .postarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#content .postarea h2 a {
	text-decoration: none;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}

#content .postarea p {
	font-size: 13px;
	color: #000066;
	margin: 0 0 10px 0;
}

#content .postarea blockquote {
        border: solid 1px #ccc;
        padding: 5px 15px;
        margin: 0 15px 15px;
}

#content .postarea .date {
	font-size: 10px;
	padding: 5px;
	margin: 0 0 15px 0;
	border: solid 1px #ccc;
}

#content .logos {
	width: 488px;
	float: right;
	text-align: center;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px 0 0 0;
}

#content .logos p {
	font-size: 14px;
	color: #666;
}

#content .logos li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
}

#postsnav {
	margin: 15px 0;
}

/*-- Sidebar --*/
#sidebar {
	width: 240px;
	border: solid 1px #ccc;
	padding: 15px;
	float: left;
}

#sidebar p {
	margin: 0 0 10px 0;
}

#sidebar ul {
	list-style-type: circle;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#sidebar .tk {
	font-size: 10px;
	color: #000066;
	text-align: center;
}

img.centerimg {
	display: block;
	margin: 0 auto;
}

/*-- Footer --*/
#footer {
	background: #4d4d4d;
	padding: 15px;
	text-align: center;
	overflow: hidden;
}

#footer p {
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}

#footer .lfooter {
	text-align: left;
	margin: 0 0 10px 0;
	float: left;
}

#footer .rfooter {
	text-align: right;
	margin: 0 0 10px 0;
	float: right;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	text-decoration: none;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


