/*
Theme Name: Calvin P Johnson
Theme URI: http://www.mankatowebsitedesigns.com
Description: Matching theme for Calvin P Johnson website
Version: 1.0
Author: Matthew Rush
Tags: sidebar navigation, 2 columns, standard

Calvin P Johnson wordpress blog integrated with website.
*/

@import "reset.css";
/* General styles */
body {
	background:#000000;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}
/* Typography */
h1 {
	color:#9c0000;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	margin-bottom:16px;
}
h2 {
	color:#990000;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}
/* Specific Pages styles */
/* Container */
/* Sidebar */
#sidebar h2, #sidebar h3 {
	color: #bbbbbb;
}
#sidebar #logo {
	margin-left:15px;
}
#sidebar ul.site {
	background:#000099;
	width: 143px;
	padding-bottom: 10px;
	margin-bottom:50px;
}
#sidebar ul {
	margin: 0;
	padding: 10px 0 0 5px;
}
#sidebar ul li {
	display:block;
	margin-bottom:8px;
}
#sidebar ul li a {
	color:#ffffff;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#9c0000;
}
/* Content-wrapper */
/* Header */
#header img {
	margin:14px 0 0 24px;
}
/* Content */
#block_featuredblog img {
	float:left;
	margin: 0 20px 20px 0;
}
#content a {
	color: #0000ff;
	font-weight:bold;
}
#content a:hover {
	color:#9c0000;
}
#content p {
	color: #000000;
	font-size:14px;
	font-weight:bold;
	margin:14px 0;
}
#content .separator {
	border-top:1px solid #555555;
	margin-top:20px;
	padding-top:20px;
}
/* Comments style */
#comments .avatar {
	float:left;
	margin:0 20px 20px 0;
}
#comments {
	padding:20px;
	background:#ffffff;
}
#comments .alt {
}
/* Footer */
#footer a {
	color:#9c0000;
	text-decoration:none;
}
#footer em {
	color:#9c0000;
	font-style:italic;
}
#footer ul {
	margin: 30px auto 10px;
	width: 270px;
	font-size: 12px;
	height:12px;
}
#footer ul li {
	float:left;
	margin-right:5px;
	color:#000000;
}
#footer ul li a {
	font-weight: bold;	
}
#footer p {
	text-align:center;
	font-weight:bold;
	margin:14px 0;
}
.copyright {
	color:#000000;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
}
/* Structure Top to bottom Left to right */
#container {
	width: 764px;
	display:block;
	overflow:hidden;
	margin: 8px auto;
	background: url("/images/bg-blog.jpg") repeat-y left top;
	padding:1px;
	border:2px solid #F2E3C9;
}
#sidebar {
	height: 100%;
	width: 157px;
	display:block;
	float:left;
}
#content-wrapper {
	display:block;
	float:left;
	width:580px;
	overflow:hidden;
	margin-left:8px;
}
#header {
	height: 200px;
	display:block;
}
#content {
	height: auto !important;
	min-height: 400px;
	background:url("/images/criminal-defense-law-house-background2.gif") repeat left top;
	padding:16px 30px;
}	
#footer {
	padding:10px 20px;
}
