/*
Theme Name: Tyler Diaz
Theme URI: http://www.tylerdiaz.com/
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 1.01
Author: Tyler Diaz
Author URI: http://tylerdiaz.com/
*/

* {
	margin:0;
	padding:0;
}
body {
	background:#f4eedc;
	font: normal 87.5%/1.6 Helvetica, sans-serif;
	color:#3C2C1C;
	border-top:3px solid #D3C6B0;
}
p a:link, 
p a:visited {
	color: #765125;
	background:#F0E0B9;
	padding:1px;
	text-decoration: underline;
}

p a:focus{
	outline:none;
}

p a:hover {
	color: #e97700;
	text-decoration: none;
}
a img {
	border:none;
}
img {
	vertical-align:middle;
}
p {
	margin-bottom:15px;
}
#wrap {
	width:930px;
	margin:0 auto;
}
#header {
	border-bottom:3px solid #DFD4C2;
	border-top:1px solid #DFD4C2;
	overflow:hidden;
}
#logo {
	width:241px;
	height:116px;
	display:block;
	background: transparent url('tylerdiaz.jpg') no-repeat left top;
	float:left;
	opacity:1;
}
#logo h1{
	text-indent:-9999px;
}
#logo:hover {
	opacity:0.8;
}
#description {
	color:#78614A !important;
	float:right;
	width:340px;
	padding:20px 25px;
	color:#3E372E;
	background:transparent url('description.jpg') no-repeat left top;
	font-family:"Georgia";
	font-size:0.929em;
}
#body {
	padding:0px 10px 10px;
	width:620px;
	float:left;
	padding-right:43px;
	border-right:2px solid #E6DCCC;
}
#body img{
	max-width:620px;
}
#sidebar {
	padding:0px 0 10px 5px;
	width:250px;
	float:left;
}
#sidebar h3{
	font-family:'Crimson Text', Georgia, Times, sans-serif;
	font-weight:normal;
	background:transparent url('side-header.jpg')no-repeat left top;
	font-size:21px;
	letter-spacing:-1px;
	padding:8px 40px;
	color:#4E6C31;
}

#sidebar h3.topics{
	background:transparent url('side-header.jpg')no-repeat left center;
	color:#7E694C;
}

#sidebar h3.likes{
	background:transparent url('side-header.jpg')no-repeat left bottom;
	color:#3F6B7F;
}
h2 {
	line-height:1.3;
	margin-bottom:10px;
	float:left;
}
h2 a {
	font-family:'Crimson Text', Georgia, Times, sans-serif;
	font-weight:normal;
	font-size:31px;
	color:#6A5732;
	text-decoration:none;
	border-bottom:1px dotted #B89E77;
}
h2 a:hover {
	background:#94805D;
	color:#F5F2EA;
	border-bottom:1px dotted #786245;
}
.date {
	font-family:'Crimson Text', Georgia, Times, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:42px;
	color:#CCBBA7;
	float:right;
}
#sidebar ul{
	margin:0 0 15px 40px;
	color:#918170;
}
#sidebar p {
	padding:5px 10px 0px 25px; 
	color:#918170
}
#sidebar ul li a{
	color: #8A5B4B;
	font-size:15px;
	padding:1px;
	text-decoration: none;
}
#sidebar ul li a:hover{
	background: #8A5B4B;
	color:#fff;
}
#comments {
	border:2px solid #D6CBB3;
	background:#E5DDC8;
}
#comments li{
	list-style:none;
	padding:15px 15px 10px;
	background:#E5DDC8;
	border-bottom:1px solid #D7CCB3;
}
#comments li p{
	margin:0;
	padding:0 0 5px;
}
#comments li strong{
	color:#9D8867;
}
#comments li span{
	color:#B7A38D;
}
#comments li:last-child p{
	border-bottom:none;
}

#comment_form {
	padding:10px;
	border:2px solid #D6CBB3;
	background:#E5DDC8;
	margin-bottom:10px;
}

#comment_form input{
	margin:3px 0px;
}

#comment_form input[type="text"] {
	width:320px;
	padding:3px;
	font-family:Helvetica;
	margin:5px 0px;
}

.prev a, .next a {
	text-decoration:none;
	padding:7px 11px 6px;
	color:#ffd;
	background:#6C553A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.prev a:hover, .next a:hover {
	text-decoration:underline;
	color:#fff;
	background:#926B43;
}

#footer {
	border-top:2px solid #DFD4C2;
	clear:both;
	font-family:'Crimson Text', Georgia, Times, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:42px;
	color:#CCBBA7;
	text-align:center;
}