/*
Theme Name: Bad Diary Days
Theme URI: http://baddiarydays.com/
Description: A custom theme for Bad Diary Days.
Version: 1.0
Author: Matt McCausland
Author URI: http://idiotbanter.com/
*/

body {
	margin: 0;
	padding: 0 0 0 30px;
	background: #EEE9D6 url(images/wallpaperborderwithstroke.gif) repeat-y;
	font-family: "Lucida Grande",LucidaGrande,Lucida,Verdana,sans-serif;
	font-size: 10px;
}

#Container {
	width: 850px;
	margin: 0 0 0 50px;
	overflow: hidden;
}

#Header h1 {
	margin: 0;
	padding: 0;
}

#Header h1 a {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 560px;
	height: 85px;
	background: url(images/Logo.gif);
	display: block;
}

#MainContent {
	width: 520px;
	float: left;
	margin-right: 30px;
}

#SecondaryContent {
	width: 300px;
	float: left;
}

#Footer {
	clear: both;
}

/* Main Content ======================= */

#MainContent h2 a, .post h2 {
	font-size: 12px;
	text-transform: uppercase;
}

#MainContent p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 6px 0;
	padding: 0;
}

#MainContent a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

#MainContent a:hover, #MainContent a:visited {
	color: #555;
	border-bottom: 1px dotted #555;
}

.post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #000;
}

/* Comments ===== */

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dashed #999;
}

ol.commentlist li.Kate {
	background: #fff;
}

/* Secondary Content ==================== */

#SecondaryContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#SecondaryContent ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

#SecondaryContent h2 {
	font-size: 12px;
	text-transform: uppercase;
}

#SecondaryContent a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

#SecondaryContent a:hover, #SecondaryContent a:visited {
	color: #555;
	border-bottom: 1px dotted #555;
}

/* Footer ====================== */

#Footer {
	float: left;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px dashed;
	width: 850px;
}

#Footer p {
	line-height: 1.7em;
}

#Footer a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

#Footer a:hover, #Footer a:visited {
	color: #555;
	border-bottom: 1px dotted #555;
}