body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EAE9CB;
	background-image: url(../images/headerbkground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#header{
	width: 900px;
	height: 13px;
	margin-right: auto;
	margin-left: auto;
}
#navleft {
	float: left;
	height: 13px;
	width: 213px;
}
#navright {
	float: right;
	height: 13px;
	width: 202px;
}
#container{
	overflow:hidden;
	width: 700px;
	margin: 0 auto;
	padding-left:200px;
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	width:100%;
	border-left:200px solid #EAE9CB; /* The width and color of the rail */
	margin-left:-200px; /* Hat tip to Ryan Brill */
	float:right;
}
#rail{
	width:200px;
	float:left;
	margin-left:-200px;
	display:inline; /* So IE plays nice */
}

#wrapper {
	position: relative;
	width: 100%;
	float: left;

}
#footer {
	background-color: #595248;
	float: left;
	width: 100%;
	position: relative;
	color: #A59785;
	font-size: 9pt;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #303d4a;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #303d4a;
	margin-top: 0px;
	padding-top: 0px;
}
table {
	font-size: 10pt;
}
a{
	color: #303d4a;
	text-decoration: none;
}
#spacer {clear:both; height:200px;}
#topspacer {
	height: 310px;
	clear:both;
}
#footerContent {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
}
.footerColumn {
	float: left;
	width: 300px;
}
.footerColumn a {
	color: #ffffff;
	text-decoration: none;
}
.footerColumn ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
#leftcolumn {
	float: left;
	position: relative;
	height: 100%;
	width: 200px;
	padding-right: 15px;
}
#mainContent {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
}
#availablenow {
	position: absolute;
	height: 171px;
	width: 359px;
	left: 50%;
	top: 340px;
	margin-left: -315px;
}
.biophoto {
	width: 110px;
	text-align: center;
	float: left;
	margin: 5px;
}
.biophoto img { margin-bottom: 3px; }
.merchItem {
	margin: 5px;
	float: left;
	width: 150px;
	height: 175px;
	text-align: center;
}
.merchItem a {
	font-size: 8pt;
}
/* ----------- Post ------------- */

.post {
	padding-top: 10px;
	clear: right;
	margin-top: 15px;
}
.post-date {
	width: 42px;
	height: 45px;
	float:left;
	background: url(../images/datecal.jpg) no-repeat;
	margin-right: 5px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	margin-right: 5px;
	margin-left:10px;
}
.entry h2 { font-size: 1.6em; margin: 0 0 4px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #c3db8e;}

.entry h2 a {text-decoration: none;}

.post-content {
	padding-top: 5px;
}
.hidden{
	display: none;
}
.fanreview {
	background-color: #ACAB96;
	padding: 5px;
	margin: 5px;
	font-size: 9pt;
}
.breadcrumb {
	font-size: 8pt;
	color: #685E52;
}
.thumbnailDiv {
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #666666;
	background-color:#FFFFFF;
}
.commentPhoto {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
}
.commentPhoto .thumbnail {
	float: right;
}
.commentPhoto .comment {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.video {
	padding: 5px;
	border: 1px solid #666666;
	float: left;
	margin: 10px;
}
.video:hover {
	background:#333333;
}
.galleryDiv {
	background-color: #CCCAB1;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	float: left;
}
.galleryDiv .galleryTitle {
	font-size: 11pt;
}
#extraBlock {
	float: left;
	border-top: 1px dashed #333;
	border-left: 1px dashed #333;
	position: relative;
	padding: 7px;
	width: 325px;
}
