/*
Theme Name: Bec's Desk
Description: The infamous illustrated desktop.
Version: 1.2
Author: Bec Wilson

I created this layout to match my main website. Please don't steal it, it
was a lot of work. Copyright 2008
*/
@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/parchmentBG.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 80%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #945608;
}
.date {
	background-image: url(images/date.jpg);
	float: left;
	height: 75px;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.wrap {
	margin: 0px;
	padding: 0px;
}
#contentWrap {
	padding: 0px;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerMain {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footerCenter.jpg);
	height: 59px;
}
#contentBg {
	margin: 0px;
	padding: 0px;
}
#footerWrap {
	background-image: url(images/footerRight.jpg);
	margin: 0px;
	padding: 0px;
	height: 59px;
}
#header {
	padding: 0px;
	height: 220px;
	background-image: url(images/headerCenter.jpg);
	text-align: center;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapperMain {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerWrap {
	background-image: url(images/headerRight.jpg);
}
.postHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #945608;
}
.posts {
}
#nav {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background: url(images/navDivider.jpg) repeat-y;
}
.margin20 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.postTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 175%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #5f3904;
}
.postContent {
	margin-top: 0;
	margin-left: 110px;
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#footer {
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin-top: 10px;
	text-align: center;
}
a.footer:link {
	text-decoration: none;
	color: #5f3904;
}
a.footer:visited {
	font-style: normal;
	font-weight: normal;
	color: #9d763c;	
}
a:hover {
	font-style: normal;
	font-weight: normal;
	color: #5f3904;
}
a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #5f3904;
}
a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #5f3904;
}
a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #9d763c;	
}
.postWrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 620px;
}
.postFooter {
	height: 18px;
	background: url(images/postBorder.jpg) no-repeat 0 bottom;

}
#innerNav {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	color: #5f3904;
}
.innerNavTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
}
.innerDate {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
	text-shadow: #686868 1px 0 2px;
}
.innerDay {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0;
}

.innerMonth {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-variant: small-caps;
	font-size: 140%;
	margin-top: 0;
	margin: 0;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #945608;
}
.prevNext {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #5f3904;
	margin-left: 110px;
}
