@charset "utf-8";
/* CSS Document */

#content {
	padding-top: 36px;
	background: #000 url(../images/page-background-1.jpg) no-repeat left top;	
}

h1 {
	color: #BE1E2D;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	white-space: pre;
	margin-bottom: 24px;
}

h3 {
	color: #BE1E2D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
	margin-top: 30px;
}

p {
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 1.6em;
}

.big {
	font-size: 18px;	
}

.red {
	color: #BE1E2D;
}

#sidebar {
	float: right;
	border-left: 1px solid #3b0709;
	width: 164px;
	padding: 20px 0 20px 10px;
}
.sidebar-item {
	background: #000;
	border: 1px solid #3b0709;
	padding: 20px;
}
#body-content {
	margin-right: 234px;	
}

.overline {
	padding-top: 18px;
	border-top: 1px solid #666;
	margin-top: 18px;
}
.underline {
	padding-bottom: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 18px;
}
#content ul, #content ol {
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 14px;
}
#content li {
	margin-bottom: 6px;
}
.review-author {
	padding-left: 30px;
	font-style: italic;
}

#portrait-thumb .portrait {
	float: left;
	padding-right: 30px;
	padding-bottom: 24px;
}

.bio {
	clear: both;
	padding-top: 24px;
	border-top: 1px solid #666;
	margin-top: 24px;
	margin-right: -200px;
}

.bio .photo img {
	float: left;
	padding-bottom: 24px;
}

.bio-content {
	margin-left: 224px;
}

.bio-content h3 {
	margin-top: 0;	
}

.bio-content p {
	font-size: 12px;	
}
