﻿/*Main Content*/
body {
	background-color:#333333;
	color:#cccccc;
}
.bigdaddy {
	background:#333333;
	width:80%;
	padding:3px;
	margin:0 auto;
	position:relative;
}
a {
	margin:12px 0;
	font-family:"Trebuchet MS";
	font-size:1em;
	font-variant:normal;
	font-style:normal;
	line-height:1.5em;
}
/*Links*/
a:link {
	color:#e1771e;
	text-decoration:none;
}
a:visited {
	color:#ffff66;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
img{
	border-width:0;
	margin:0 auto;
	padding:0;
}
/*Headers */
h1 {
	margin:5px 5px 0;
	font-weight:bold;
	font-size:1.02em;
	font-family:"Trebuchet MS";
	color:#e1771e;
}
/*Post date*/
h2 {
	margin:0 0 .5em 0;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:.9em;
	line-height:1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#cccccc;
}
/*Post title*/
h3{
	margin:.75em 0;
	padding:0 0 4px;
	font-family:"Times New Roman";
	font-size:1.9em;
	font-weight:bold;
	line-height:inherit;
	color:#cccccc;
}
h4 {
	margin:0 0 .5em 0;
	padding:0 0 4px;
	font-size:1.4em;
	font-weight:bold;
	line-height:inherit;
	color:#cccccc;
}
/*Posts*/
.post {
	margin:0 0 1.5em 0;
	padding-bottom:1.5em;
}
div.posts{
	margin-left:25px;
	width:70%;
	float:left;
}
p {
	text-align: left;
	margin:12px 0;
	font-family:"Trebuchet MS";
	font-size:1em;
	font-variant:normal;
	font-style:normal;
	line-height:1.5em;
}
img.post {
	padding:4px;
	margin:0 auto;
	border:1px solid #333333;
}
span.separator{
	margin:0 1px 0 1px;
}
.post-footers{
	font-style:italic
}
/*Comments*/
.comments{
	margin:0 0 35px 0;
	padding:0 0 20px 0;
	margin-left:30px;
	margin-right:40px;
}
p.comment{
	margin:0 0 5px 0;
}
.comment{
	margin:0 0 40px 0;
}
.comment-footer{
	float:right;
	font-style:italic;
}
textarea {
	font-family:"Trebuchet MS";
	font-size:1.1em;
	font-variant:normal;
	font-style:normal;
}
input{
	font-family:"Trebuchet MS";
	font-size:1.1em;
	font-variant:normal;
	font-style:normal;
}
hr.dotted{
	border:none;
	border-top:1px #cccccc dotted;
}
/*Sidebar*/
.sidebar {
	color: #999999;
	line-height: 1.5em;
	padding-right:5%;
	float:right;
	width:109px;
}