/*
Theme Name: Clean
Theme URI: http://davidpett.com/
Description: The super minimal design of davidpett.com.
Version: 1.0
Author: David Pett
Tags: white, minimal
*/

/*------------ LAYOUT --*/
body {
	color: #666666;
	font-family: "United", Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#wrapper_top {
	width: 620px;
	margin: 20px 0 0px 150px;
	padding: 0 20px;
	height: 20px;
	background: url('images/wrapper_top.png') no-repeat;
}
#wrapper {
	width: 620px;
	margin: 0 0 0px 150px;
	padding: 0px 20px 40px;
	background: url('images/wrapper_bg.png') repeat-y;
}
#wrapper_bottom {
	width: 620px;
	margin: 0 0 30px 150px;
	padding: 0 20px;
	height: 20px;
	background: url('images/wrapper_bottom.png') no-repeat;
}
.clear {
	clear: both;
}
/*------------ HEADERS --*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1.pageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #999999;	
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h1.pageTitle a {
	color: #999999;	
}
h1.pageTitle a:hover {
	color: #7aaa5b;
	text-decoration: none;
}
h2.postTitle {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	line-height: 40px;
	padding-top: 8px;
}
h2.postTitle a {
	color: #555555;
}
h2.postTitle a:hover {
	color: #7aaa5b;
	text-decoration: none;
}
h3.postDate {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

/*------------ HTML ELEMENTS --*/
p {
	line-height: 15px;
	margin-bottom: 15px;
}
a {
	color: #7aaa5b;
	text-decoration: none;
}
a:hover {
	color: #7aaa5b;
	text-decoration: underline;
}
a img {
	border: none;
}
input[type="submit"]:hover {
	border: 1px solid #7aaa5b;
}
input, textarea {
	background-color: #ffffff;
	color: #666666;
	outline: none;
	border: 1px solid #cccccc;
}
input:focus, textarea:focus {
	outline: none;
	border: 1px solid #7aaa5b;
}
img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
/*------------ OTHER ELEMENTS --*/
.post {
	margin: 80px 0 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
.meta {
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}
.meta p {
	margin: 5px 0 0 0;
	padding: 0;
}
.meta h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
.comment {
	border-bottom: 1px solid #cccccc;
	margin: 10px 0;
}
.pagination {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}
#search {
	float: right;
	margin: 0;
	padding: 0;
}
#nav {
	float: right;
}
#nav li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav ul {
	margin: 0;
	padding: 5px 0 0 0;
	float: right;
}
.mainNav {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.mainNav a {
	color: #999999;
	text-decoration: none;
}
.mainNav a:hover {
	color: #7aaa5b;
	text-decoration: none;
}
.topContent {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 20px;
}