/*  
Theme Name: Book Club the Show Theme
Theme URI: http://www.bookclubtheshow.com
Description: A custom design for bookclubtheshow.com
Version: 1
Author: Gabe Marihugh
Author URI: http://www.Creativeevity.com

what more can I say?

*/


/*-----------Block Level Elements--------------*/
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


a:link,  a:visited, a:active{
	color: #d03a3f;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
}

#header {
	width: 100%;
	background-repeat: no-repeat;
	height: 126px;
}

#headerimg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 126px;
}

#page {
	width: 742px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#topbg{
	min-height: 129px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bgTop.jpg);
	padding-top: 10px;
}
#headLeft {
	width: 487px;
}
#topNav {
}

#headRight {
	float: right;
	width: 255px;
}

.postTitle {
	font-size: 1.6em;
	font-family: "Courier New", Courier, monospace;
	background-attachment: scroll;
	background-image: url(images/blogTitleBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 50px;
	padding-left: 75px;
	vertical-align: bottom;
	font-weight: bold;
	width: 450px;
	margin-left: 10px;
}

#wrapper {
	width: 100%;
}

#content {
	width: 680px;
	padding-left: 31px;
	padding-right: 31px;
	padding-top:10px;
	text-align: left;
}


#footer {
	width: 100%;
	background-image: url(images/foot.jpg);
	height: 66px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 9px;
}
#flashcontentPage{

}	
.notice {
	font-size: 16px;
	color: #E54044;
}

