/*
Theme Name: BM
Theme URI: http://bradsawicki.com/
Description: Brad Matthew v1
Author: Brad Sawicki
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

.clear {
	clear: both;
}

body {
	background:url(images/bg_body.png);
	font-family: Georgia;
}

body,
input,
textarea {
	color: #474747;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

ol, ul {
	list-style: none;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a img { border: none; }

h1, h2, h3
{
	color: #000;
	font-family: "superclarendon-1","superclarendon-2";
	font-weight:200;
}

.post h1, h2 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
}

h1.page-title {
	margin-bottom: 40px;
	padding-left: 320px;
	font-size: 24px;
	line-height: 1em;
	font-weight: 300;
}

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

h3 {
	font-size: 20px;
}

dcode {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

#wrapper {
	margin-top: 20px;
}

/****** Header ******/


#header {
	margin-bottom: 40px;
	padding-bottom:40px;
	border-bottom: 1px solid #000;
}

#site-title {
	float: left;
	width: 700px;
	font-size: 120px;
	line-height: 110px;
	font-weight:900;
}
#site-title a {
	color: #000;
	text-decoration: none;
}


.post {
	float: left;
	width: 960px;
}

#entry-date {
	float: left;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	background: url(images/bg_meta.png) no-repeat;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.month {
	font-family: "superclarendon-1","superclarendon-2";
	font-weight:500;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.date {
	margin-top: -6px;
	font-size: 30px;
	line-height: 40px;
}

.year {
	margin-top: -6px;
	font-size: 20px;
	line-height: 20px;
}

#site-description {
	float: right;
	margin-top: 200px;
	font-style: italic;
}

/****** Content ******/


#entry-content {
	float: right;
	width: 640px;
	margin-bottom: 40px;
}

#entry-content p,
#entry-content ul,
#entry-content ol {
	margin: 1em 0;
	font-size: 18px;
	line-height: 1.5em;
}

#entry-content p::selection,
#entry-content p::-moz-selection,
#entry-content p::-webkit-selection {
	background: #fff;
}

#entry-content ol li {
	list-style: decimal;
}


/****** Comments ******/

#comments {
	padding-top: 40px;
}

#entry-content #comments p {
	font-size: 16px;
}

#comments label {
	float: left;
	width: 120px;
	font-size: 16px;
}

#comments label span {
	color: #f00;
}

#comments input {
	width: 300px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #000;
}

#comments textarea {
	width: 400px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #000;
}

#comments p.form-submit {
	padding-left: 120px;
}

#comments input#submit {
	width: 140px;
	background: #000;
	color: #fff;
}

.form-allowed-tags {
	display: none;
}

#comments-title {
	margin-bottom: 20px;
}

.commentlist {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.comment-meta {
	margin-bottom: 10px;
	font-size: 14px;
}

.comment-author {
	font-size: 14px;
}

.comment-meta a,
.comment-author a {
	text-decoration: none;
}

/****** Footer ******/

#footer {
	height: 60px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

#footer a {
	color: #474747;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}

