body{margin:0px;padding:0px;font-family:Arial,Helvetica,sans-serif;font-size:1.0em;color:#000;background-color:#FFF}a{color:#333;text-decoration:underline}a:hover{color:#0C5449;text-decoration:none}img{border:0px}h1,h2,h3,h4,h5,form{margin:0px;padding:0px}.clearleft{clear:left}.clearright{clear:right}.clearboth{clear:both}
html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #C8A7AD url(images/main-bg2.gif) 0px 30px repeat-x;
}
#container {
}
.container {
	width: 687px;
	margin: 0px auto;
}
#main-bg {
	background: #FFF url(images/main-bg.gif) top left repeat-y;
}

/* Header */
#header {
	height: 98px;
	border-bottom: 3px solid #FFF;
	text-align: right;	
	margin: 0px 3px 0px 3px;
}
#header h1 {
	font-weight: normal;
	font-size: 1.4em;
	padding: 8px 10px 4px 0px;
	border-bottom: 1px dashed #000;	
}
#header h1 a {
		text-decoration: none;
		color: #333;
}
header h1 a:hover {
	color: #333;
}
#header .days-remaining {
	font-size: .75em;
	padding: 10px 10px 0px 0px;
}

/* Menu */
#menu {
	float: left;
	width: 155px;
}
#menu ul {
	list-style: none;
	text-align: right;
}
#menu ul li a {
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	color: #898a81;
	font-size: .9em;
	font-weight: bold;
}

/* Main Images */
#main-images {
	height: 161px;
	border-left: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#main-images #left-image {
	background: url(images/rob-emily.jpg) top left no-repeat;
	height: 161px;
	width: 161px;
}
#main-images #right-image {
	background: url(images/main-image.jpg) top left no-repeat;
	height: 161px;
	width: 517px;
	float: right;
}

/* Content */
#content {
	margin: 0px 3px 0px 3px;
	font-size: .85em;
	line-height: 1.25em;
	font-family: 
}
#content h1 {
	text-align: right;
	font-size: 1em;
	padding: 5px 5px 3px 0px;
	font-weight: normal;
	border-bottom: 1px dashed #000;
}
.content {
	margin: 10px 10px 0px 170px;
}

/* Posts */
.post {
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #c4939d;
}
.post h2 {
	margin: 0px 0px 5px 0px;
}
.post h2 a {
	color: #c4939d;
	font-size: 1em;
	text-decoration: none;
}
.post small {
	font-size: .9em;
}

/* Single Page */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Comments */
.alt {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.commentlist {
	padding: 0px;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0px 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
}

#commentform p {
	margin: 5px 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata {
	margin: 0px;
	display: block;
}

/* Polls */
#polls ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}