/*
Theme Name: Vestal Blog Theme
Theme URI: http://www.vestaldesign.com/blog
Description: A custom-designed theme for the Vestal Design Blog
Version: 2.4
Author: Jeffrey Warren

Vestal Blog Theme by Jeffrey Warren || http://www.vestaldesign.com
Modifications by Dave Pitman || http://www.vestaldesign.com
*/

html {
	background: #fafafa url("images/bg.png") repeat-y center;
}
body {
	margin:10px auto;
	width:800px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#900;
}
h1,h2,h3 {
	color:#222;
	letter-spacing:-1px;
	font-family: helvetica, arial, sans-serif;
}


#header {
	font-family: lucida grande, helvetica, sans-serif;
	text-align:right;
	font-size:.9em;
	padding:8px 0;
	height:40px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
#header img {
	float:left;
}
#header .links {
	margin-top:18px;
}

	/* Firefox 3 */
	#header .links, x:-moz-any-link, x:default {
		margin-top:4px;
	}

#header a, #footer a {
	margin:0 6px;
	padding-top:4px;
}
#header {
	padding-bottom:2px;
}
#header form {
	display:inline;
}
#header form input {
	font-size:.85em;
}
.sidebar {
	float:right;
	clear:right;
	border:1px solid #ccc;
	width:200px;
	padding:10px;
	margin-bottom:10px;
}
.sidebar a {
	font-size:1.3em;
	letter-spacing:-1px;
}
.sidebar h2 {
	margin-top:2px;
	margin-bottom:4px;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.5em;
}
.sidebar ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
.sidebar form {
	margin:8px 0;
}
.sidebar ul.previousPosts a {
	display:block;
}
.sidebar.message {
	font-size:.95em;
	text-transform:uppercase;
}

#content {
	width:525px;
}

.post {
	border-bottom:1px dotted #ccc;
	margin-bottom:12px;
}
.post img {
	margin-bottom:10px;
}
.post h2 {
	font-size:2.4em;
	font-weight:normal;
	margin:4px 0;
}
.post h3 {
	font-size:1.8em;
	font-weight:normal;
	margin:4px 0;
}
.post a {
	padding-top:2px;
	text-decoration:underline;
}
.post a.imagelink {
	/* border-bottom:none; */
}
.post a:hover {
	text-decoration:none;
	color:#fff;
}
.post h2 a, .post h3 a {
	color:#222;
	border-bottom:none;
	text-decoration:none;
}

.post h3 a {
	color:#900;
	text-decoration:underline;
}
.post h3 a:hover {
	background:#900;
	color:#fff;
}

.post small {
	color:#aaa;
	text-transform:uppercase;
}
.post small b {
	color:#333;
}
.post blockquote {
	border-left:1px solid #ccc;
	padding-left:6px;
}
.post .postmetadata {
	font-size: .9em;
	color: #999;
	text-transform: uppercase;
}
.post .postmetadata b {
	color: #333;
}

.google_inline {
	border-top: 1px dotted #ccc;
}

.navigation {
	margin:10px 0;
	text-align:left;
}
.navigation div {
	display:inline;
	margin-right:14px;
}

#footer {
	clear:both;
	text-align:center;
	padding:8px 0;
	margin-top:12px;
	border-top:1px solid #ccc;
}

.left {
float: left;
width: 60%;
}

