@charset "utf-8";
/* CSS Document for Tess Gerritsen website */

body{
	background-color:#fff;
	font-size: 60%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}

body, div, p, h1, h2, h3, h4, h5, a, img{
	padding: 0px;
	margin: 0px;
	border: none;
}

h1, h2{
	text-align: center;
	display: block;
}
h1{
	padding-top: 28px;
	height: 124px;
}
h2{
	height: 12px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image:url(../images/officialSite_title.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-indent: -5000px;
}
h3{
	text-transform:uppercase;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left;
	text-indent: -5000px;
	margin-bottom: 10px;
}

input, textarea{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 10px;
}
textarea{
	height: 100px;
}

a{
	color:#7a060d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.homequote{
	width: 160px;
	font-size: 11px;
	clear:both;
	float: left;
	padding-left: 42px
}

.blacktext{
	color: #000;
}

.rightLink{
	display: block;
	text-align: right;
	text-decoration: underline;
	color:#000;
}

.question{
	text-transform:uppercase;
	color:#717171;
	font-weight: bold;
	font-size:14px;
}

.answer{
	text-transform:uppercase;
	color:#711711;
	font-weight: bold;
	font-size:14px;
}

.critic_quote{
	color:#7a060d;
}
.creepy-head, .creepy-head a{
	text-transform:uppercase;
	color:#000;
}

label{
	margin-left: 0px;
	clear: both;
}
dd{
	float: left;
	width: 270px;
	margin: 0 0 8px 0;
	clear: both;
}

dl{
	position: relative;
	clear: both;
	width: 270px;
	display: table;
}
dt{
	clear: both;
	float:left;
	width: 270px;
	padding: 0px 0 2px 0;
	text-align: left;
	line-height: 17px;
}
#rh{
	margin: 0px!important;
	padding-top: 6px!important;
	width: 15px!important;
}


/* Layout divs */

#wrapperDiv{
	margin-left: 20px;
	width: 1079px;
	display: table;
	font-size: 1.2em;
}
#leftContainerDiv{
	width: 507px;
	display: table;
	float: left;
}
#rightContainerDiv{
	width: 572px;
	height: 703px;
	float: left;
	vertical-align:top;
}
#leftContentDiv{
	width: 250px;
	height: 442px;
	float: left;
	text-align: center;
	display: table;
}
#rightContentDiv{
	width: 250px;
	float: left;
}

/* Navigation */

#navigation{
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 15px;
	padding-bottom: 32px;
}
#navigation li{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	display: inline;
	padding-left: 16px;
}
#navigation li a{
	border-bottom: none;
}
#navigation li a:hover{
	border-bottom: #7a060d 1px solid;
}

/* Sub Navigation */

#subNavigation{
	padding: 0px;
	margin: 0px;
	text-align:right;
	padding-top: 10px;
}
#subNavigation li{
	list-style-type:none;
	padding-bottom: 5px;
}

/* Footer Navigation */

#footerNavigation{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 10px;
}
#footerNavigation li{
	list-style-type:none;
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-right: #7a060d 1px solid;
}

#footerNavigation li a{
	
}

.nopad{
	padding-left: 0px;
	padding-right: 0px;
}

.imageGreyBorder{
	border: gray 1px solid;
}


/* Homepage */

.homepage #leftContentDiv, .homepage p{
	color: #7a060d;
}

/* Content pages */

.contentpage #leftContentDiv{
	width: 180px;
	text-align: right;
	padding-right: 20px;
	
}
.contentpage #rightContentDiv{
	width: 290px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.contentpage #leftContainerDiv{
	
}
.contentpage #wrapperDiv{
	
}

/* Books page */

#BooksContentDiv{
	width: 472px;
	margin-left: 35px;
	display: table;
	margin-bottom: 20px;
}
#BooksContentDiv h3{
	clear: both;
}
#BooksContentDiv a{
	color: #000;
	font-size: 0.9em;
}
.BooksContentRowDiv{
	clear:both;
}
.BooksContentRowDiv div{
	float: left;
	width: 100px;
	text-align:center;
	padding-right: 10px;
	padding-bottom: 20px;
}

/* Vote page */

#voteDiv div{
	float: left;
	padding-top: 15px;
	padding-right:4px;
}

.rightVote{
	padding-left: 30px;
}



