﻿/*
Theme Name: Brian Correll Contracting
Theme URI: http://berrywebteam.net
Description: Theme created Brian Correll Contracting.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #383838;
	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-style: none;
	border-color: inherit;
	border-width: 0;
	margin-right: 0px;
	margin-bottom: 0px;
}

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;
}

a {
	color: #8f2e2e;
}

a:hover {
	color: #000;
	text-decoration: none;
}

hr { 
    color: #800000;
	border-top: none;
	height: 4px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

ul {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

/*-- Container --*/
#container {
	background: #fff;
	width: 902px;
	margin: 25px auto 15px;
	border: solid 1px #000;
}

/*-- Header --*/
#header {
	background: url('http://jagconstruction.com/wp-content/themes/Correll/images/headerbg.jpg') repeat-x 0 0;
	height: 125px;
}

#header h1 {
	display: none;
}

.logo {
	margin: 40px 0 0 15px;
}

.logo p {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 0 15px;
}

.headtext {
	color: #fff;
	margin: 50px 100px 0 0;
}

.headtext h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
}

/*-- Menu --*/
#menu {
	background: url(images/navleft.jpg) no-repeat;
	height: 40px;
	width: 902px;
}

#menu .nav {
	background: url('http://jagconstruction.com/wp-content/themes/Correll/images/navbg.jpg') repeat-x;
	height: 40px;
	overflow: hidden;
	width: 897px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu .nav li {
	float: left;
	list-style-type: none;
	padding: 0 10px;
	border-right: solid 1px #999;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 7px;
	height: 57px;
	width: 68px;
}

#menu .nav li a {
	font-size: small;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	float: left;
	text-align: center;
	margin-bottom: 0px;
	height: 32px;
	width: 47px;
}

#menu .nav li a:hover {
	background: #000;
	color: #fff;
}

/*-- Content --*/
#content {
	background: url(images/contenttop.jpg) repeat-x 0 0;
	padding: 15px 15px 15px;
}

#content .postarea {
    width: 530px;
    padding: 15px 15px;
}

#content .postarea h2 {
    font-size: 28px;
    color: #8f2e2e;
    margin: 0 0 15px 0;
}

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

#content .postarea h3 {
    font-size: 20px;
    color: #8f2e2e;
    padding: 10px 0 5px;
}

#content .postarea h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0;
}

#content .postarea p {
    font-size: x-small;
    line-height: 20px;
    color: #666;
    margin: 0 0 10px 0;
	text-align: center;
}

#content .postarea li {
	color: #666;
	line-height: 20px;
} 

.contentdiv {
	width: 170px;
	margin: 0 15px 10px 0;
}

.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: 300px;
	overflow: hidden;
	height: 1063px;
}

#sidebar .widget {
	border: solid 1px #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

#sidebar h2 {
	background: #ccc;
    font-size: 18px;
	font-weight: bold;
    color: #000;
	padding: 10px;
	margin: 0 0 15px 0;
}

#sidebar h3 {
    font-size: 14px;
	font-weight: bold;
    color: #000;
	padding: 5px 0 5px 0;
	margin: 0 10px 0;
}

#sidebar h4 {
    font-size: 12px;
	font-weight: bold;
    color: #000;
	padding: 0 15px 0;
}

#sidebar p {
    color: #666;
    line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 15px 0;
	height: 27px;
}

#sidebar li {
    color: #666;
    line-height: 20px;
}

/*-- Footer --*/
#footer {
    text-align: center;
    overflow: hidden;
	padding: 0 0 25px 0;
}

#footer p {
    color: #fff;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
	height: 29px;
	width: 604px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
