/*
Theme Name: MC2 Blog
Theme URI: http://jguffey.com/
Description: The Custom simple blog theme for MC2 MM's blog
Version: 1.6
Author: Josh Guffey
Author URI: http://jguffey.com/
*/

/* @group reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */

/* @group globlas */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

a{
	color: #E85254;
	text-decoration: none;
}

a:hover{
	color: #5f1213;
}

p, ul, ol{
	margin: 0 0 12px;
	line-height: 15px;
}

/* @end */

/* @group structure */

.mc2-wrapper{
	width: 960px;
	margin: 0px auto;
	overflow:hidden;
}

.mc2-header{
	width:940px;
	margin: 0 auto 70px;
	overflow:hidden;
	position: relative;
}

.mc2-primary{
	width: 604px;
	margin: 0 60px 0 10px;
	overflow:hidden;
	clear: both;
	float:left;
}

.mc2-sidebar{
	width: 280px;
	overflow:hidden;
	float:left;
}

.footer{
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
	font-family: Times, serif;
	margin: 0 0 20px;
}

/* @end */

/* @group styles */

h1.logo{
	width: 362px;
	height: 116px;
	display: block;
	margin: 17px 0 0 0;
	float: left;
	text-align: left;
	text-indent: -9999px;
	background: transparent url(../img/logo.gif) no-repeat 0 0;
}

.mc2-header .locations{
	width: 400px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
}

.mc2-primary .blogpost{
	margin: 0 0 60px 0;
	padding:0;
	text-align:left;
}

.mc2-primary .blogpost h2{
	font-size: 26px;
	display:block;
	margin:0 0 4px;
	padding:0;
	font-weight: normal;
}

.mc2-primary .blogpost .date{
	color: #6f6f6f;
	margin: 0 0 20px;
}

.mc2-primary .blogpost img{
	display: block;
	margin: 0 auto 15px;
	border: 2px solid #000;
}

.mc2-primary .blogpost .btminfo{
	margin: 25px 0 0 0;
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 2px solid #000;
	overflow: hidden;
	line-height: 16px;
}

.mc2-primary .blogpost .btminfo .comments{
	font-size: 14px;
}

.mc2-primary .blogpost .btminfo .tags{
	color:#000000;
	font-size:14px;
	text-align:right;
	float: right;
	width: 450px;
}

.mc2-primary .blogpost .btminfo .tags span{
	margin:0;
	padding:0 0 2px 10px;
}

.mc2-primary .blogpost .btminfo .tags a{
}

/* @end */

/* @group sidebar*/

.mc2-sidebar a{
	color: #636363;
}

.mc2-sidebar a:hover{
	color: #000;
}

.mc2-sidebar h3{
	display: block;
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 3px 3px 3px 5px;
	margin: 0 0 15px;
	font-weight: normal;
}

.mc2-sidebar h3 a{
	color: #636363;
	font-size: 14px;
}

.mc2-sidebar .sidebar-element{
	overflow: hidden;
	margin: 0 0 60px;
}

.mc2-sidebar ul li ul{
	margin: 0 0 0 20px;
}

/* @end */

/* @group comments */

.comments h3#comments{
	color: #636363;
}

.comment-body{
	background:transparent url(../img/1pxblack.jpg) repeat-y scroll 190px 0;
	clear:both;
	overflow:hidden;
}

.comment-author{
	display:block;
	float:left;
	margin:0 10px 0 0;
	text-align:left;
	width:180px;
}

ol.commentlist{
	margin: 15px 0 0;
	/*border-bottom: 2px solid #000;*/
}

ol.commentlist li{
	margin: 0 0 15px;
}

#respond h3{
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 3px 3px 5px;
	font-weight:  bold;
	clear:both;
}

textarea#comment{
	width: 600px;
}

.comment-body .comment-meta, .comment-body p{
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
}

.comment-body .comment-author img{
	border:2px solid #000000;
	display:block;
	float:left;
	margin:0 10px 0 0;
}

.post-edit-link{
	padding: 0 0 0 10px;
}

/* @end */