/*
Theme Name:   MT v1
Theme URI:    http://mildtenacity.com
Description:  A straightforward theme for mildtenacity.com
Version:      1
Author:       Garrett Wright
Author URI:   http://garrettwright.com
*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #FFF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

div#main {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

div#content {
	float: left;
	width: 100%;
}

div.body {
	float: right;
	width: 500px;
}

div.post {
	float: left;
	width: 100%;
}

a {
	text-decoration: none;
}

div#content a {
	color: black;
}

div#content a:hover {
	color: #999;
}

#navlist a:hover {
	color: black;
}

h2 {
	font-size: 52px;
	font-weight: bold;
	color: black;
	margin-bottom: 25px;
	letter-spacing: -1px;
	margin-top: 0;
}

div#content p {
	line-height: 22px;
	font-size: 13px;
}

p.postDate {
	color: #CCC;
	text-align: right;
	margin-top: 0;
}

p.postMeta {
	color: black;
	text-align: right;
	font-weight: bold;
	margin-top: 25px;
}

span.postDate {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

div#header, div.car-container {
	float: left;
	width: 100%;
}

div#recentPosts, div#comments {
	float: left;
	width: 100%;
	margin-top: 15px;
}

label {
	font-size: 13px;
	text-transform: uppercase;
}

textarea {
	width: 100%;
}

input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

input.text_input {
	width: 200px;
}

#comments a {
	font-weight: bold;
}

div.content, div#comments {
	float: left;
	width: 100%;
}

div.postcomment {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

p.unstyled {
	text-transform: uppercase;
	font-size: 14px;
}

div.item {
	float: left;
	width: 100%;
}

div#recentPosts div.post, div.car-container div.item {
	margin-bottom: 20px;
}

div#recentPosts h3, h3.car-yearmonth, #comments h3 {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

div#recentPosts div.post h4, div.car-container h4 {
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: bold;
}

div#recentPosts div.post p, div.car-container div.item p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	font-weight: normal;
}

/***** HEADER *****/

div#header {
	margin-bottom: 25px;
}

div#header p {
	color: #999;
	float: left;
	width: 150px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

#navlist {
	float: right;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-left: 30px;
font-size: 14px;
}

#navlist a {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
	letter-spacing: 2px;
}