body {
	background: #502419;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .70em;
	behavior: url('hover.htc');
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	clear: both;
}

#header {
	margin: 0;
	padding: 0;
	background: url('/images/header.jpg') no-repeat;
	width: 700px;
	height: 185px;
}

#buzz {position: relative; border:none; left: 550px; top: 35px; z-index: 10;}
#buzz img {border:none;}

#navbar {
	width: 700px;
	height: 20px;
	background: url('/images/nav-bg.jpg') repeat-x;
}

#container {
	width: 698px;
	overflow: hidden;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	
}

#tblPhotos, #tblPhotos td {
	border: 1px solid #a4a4a4;
}



#content {
	margin: 0;
	
	float: left;
	width: 522px;
	background: #f6e8e9;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#sidebar {
	margin: 0;
	
	float: right;
	width: 140px;
	background: #edc7c8;
	border-left: 1px solid #5d0303;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#sidebar p {
	margin-top: -10px;
}

#sidebar p.latestbook {
	text-align: center;
}

#sidebar p.lnkBuy, #sidebar p.lnkOrder {
	padding-left: 20px;
}

#sidebar img {
	border: none;
}

#footer {
	position: relative;
	clear: both;
	background: #5d0303;
	color: #fff;
	border: 1px solid #000;
	
}



.copy { margin-left: 15px; margin-right: 445px;}
.validate {margin-right: 180px;}
#footer a {color: white;}
#footer a:visited {color:white;}



h4 {
	font-size: 115%;
	color: #5d0303;
	/* border-bottom: 1px solid #5d0303; */
	font-style: italic;
	display:inline;
}

ul.IR {


	padding: 0;
	margin-top: 0;
	margin-left: 70px;

	/* margin-right: 150px; */
}

ul.IR li {
	position: relative;
	margin-left: 0;
	padding: 0;

}

.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#navbar {
	border-top: 1px solid #2e2e2e;
	padding-left: 0px;
	width: 700px;
}

fieldset {
	border: none;
}

.nav { list-style: none;}
.nav li {float: left; margin-right: 30px;}
.nav li, .nav li em {height: 20px;}

a { text-decoration: underline; color: #3c0202;}
a:hover { text-decoration: underline; }
.nav a:hover { text-decoration: none; }		

a:visited {color: #6f3636;}

.lnkBuy a, .lnkOrder a {

	font-size: .8em;
}

.lnkBuy em {
	display:block;

	z-index: 1;
	height: 25px;
	width: 100px;
	background: url('/images/buythebook.gif') no-repeat;
	cursor: pointer;
	margin:0;padding:0;
}

.lnkOrder em {
	display: block;
	z-index: 1;
	height: 25px;
	width: 100px;
	background: url('/images/preorder.gif') no-repeat;
	cursor: pointer;
	margin: 0;padding:0;
}

.lnkBuy, .lnkOrder {left: 0; width: 100px;}
.lnkBuy em, .lnkOrder {background-position: 0 0;}
.lnkBuy:hover em, .lnkOrder:hover em {background-position: 0 -26px;}

.homelink a, .aboutlink a, .bloglink a, .projectslink a, .presslink a, .contactlink a, .eventslink a {
	font-size: .8em;
}


.homelink em, .aboutlink em, .bloglink em, .projectslink em, .presslink em, .contactlink em, .eventslink em {
	background: url('/images/navbar.gif') no-repeat;
	cursor: pointer;
}

.homelink { left: 0; width: 39px;}
.homelink em { width: 39px; background-position: -68px 0; }
.homelink:hover em { background-position: -68px -20px; }

.aboutlink {left: 0; width: 86px;}
.aboutlink em { width: 86px; background-position: -138px 0px;}
.aboutlink:hover em { background-position: -138px -20px; }

.bloglink {left: 0; width: 35px;}
.bloglink em { width: 35px; background-position: -247px 0px;}
.bloglink:hover em {background-position: -247px -20px;}

.projectslink { left: 0; width: 55px;}
.projectslink em { width: 55px; background-position: -318px 0px; }
.projectslink:hover em { background-position: -318px -20px; }

.presslink { left: 0; width: 35px}
.presslink em { width: 35px; background-position: -402px 0px; }
.presslink:hover em {background-position: -402px -20px;}

.contactlink { left: 0; width: 50px;}
.contactlink em {width: 50px; background-position: -474px 0px;}
.contactlink:hover em {background-position: -474px -20px;}

.eventslink { left: 0; width: 45px;}
.eventslink em {width: 45px; background-position: -545px 0px;}
.eventslink:hover em {background-position: -545px -20px;}


/* suckerfish styles */
.nav a { display: block; font-weight: normal; }
* html .nav a { height: 1%; }

.nav li ul {
	position: absolute;
	z-index: 10; /* show the dropdowns above the images */
	top: 20px; /* position the dropdowns a set distance from the top of the image */
	left: -999em;
	list-style: none;
	border: 1px solid #5d0303;
	padding-left: 0;
	margin-left: 0px;
	
	width: 75px;
	background: #f6e8e9;

}

.nav li:hover ul { left: auto; }

.nav li li {
	height: auto; /* reset the height set on the IR list items */
	font-size: 120%;
	border-bottom: 1px solid #5d0303;
	width: 75px;
	margin-right: -30px;

}

.nav li ul a {
	font-size: 80%;
	padding: 3px;
	color: #5d0303;
	background: #f6e8e9; 
	text-decoration: none;
}
.nav li ul a:hover {
	color: #f6e8e9;
	background: #5d0303;
}		

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	/* border: 1px solid #00A8E6; */
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF0000;
}
input.validation-passed, textarea.validation-passed {
	/* border: 1px solid #00CC00;
	color : #000; */
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}	

#sidebar ul {
	list-style:none;
}

#sidebar li {
	margin-left: -25px;
}

#sidebar h2 {
	list-style:none;
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
}

.blog {
	padding-top: 20px;
}

.small {
	font-size: 85%;
}

#tblOrder {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #777;
	margin-top: 1.0em;
}

#tblOrder th {
	font-weight: bold;
	text-align: left;
	border: 1px solid #777;
}

#tblOrder td {
	border: 1px solid #777;
}

#tblOrder tfoot td {
	border: none;
	font-weight: bold;
}

label {
	font-weight: bold;
	display:block;
	margin-top: 1.0em;
}

#frmPreorder input {
	display:block;
	
}

#quantity {
	font-size: 90%;
}

#btnPayment {
	background: rgb(80, 36, 25);
	color: #fff;
	border-bottom: 2px solid rgb(145,117,117);
	border-right: 2px solid rgb(145,117,117);
}

.sponsor {
	font-size: 18px;
	font-weight: bold;
	float: left; width: 45%;
	
	text-align: center;
	margin: 5px;

}

