body {
	font-family: Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #FFFCEF;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	background-color: #D70044;
	color: #FCFBE3;
	padding: 2px;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#wrapper {
	width: 800px;
	margin: auto;
	text-align: left;
}

#primary {
	float: left;
	width: 450px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#primary h2 {
	margin-top: 10px;
	margin-bottom: 0px;
}

#primary h2 a {
	text-decoration: none;
}

#primary .post {
	border-top: solid #ccc 1px;
	padding-top: 15px;
	margin-bottom: 10px;
}

#primary .post img.picture {
	float: left;
	width: 200px;
	height: 150px;
	padding: 3px;
	border: solid #999 1px;
	margin: 0 10px 10px 10px;
	background-color: #fff;
}

#answers {
	font-size: 12px;
	float: left;
	margin-left: 20px;
	width: 300px;
	border-left: solid #ccc 1px;
	padding-left: 20px;
}

.intro {
	font-style: italic;
}

.clearfix {
overflow: auto;
}
* html .clearfix { height: 1%; }

#FITB {
	font-size: 12px;
	margin-bottom: 20px;	
}

#FITB span {
	border-bottom: 1px solid #666;
	padding: 0 3px;
}

#answers h2 {
	font-size: 12px;
}

#answers p {
	margin-top: 5px;
}

p a, #answers a, #answers a:visited {
	background: none;
	color: #D70044;
	font-weight: normal;
	text-decoration: underline;
}

#top {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 15px;
}
a.nopadding {
	padding: 0;
}