﻿/* -- This reset came from here originally: http://meyerweb.com/eric/tools/css/reset/ It is teh r0x0r -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




body { background-color: #FFFFFF; background-image: url(Images/BodyBackground.jpg); background-repeat: repeat-x; }

div.page
{
	background-color: #FFFFFF;
	background-image: url(Images/RepeatingBackground.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	width: 960px;
}

#header { background-image: url(Images/HeaderBackground.jpg);	 background-repeat: no-repeat; height: 130px; }

#title { padding: 13px 0px 0px 13px; }
#title a h1 { display: none; }
#title a { background-image: url(Images/Logo.jpg); background-repeat: no-repeat; display: block; height: 60px; width: 960px; }

#logindisplay { float: right; margin: 12px 30px 0px 0px; top: -30px; }
#logindisplay { font-family: Verdana; font-size: .8em; }

#menu { border-bottom: solid 3px black; height: 33px; margin: 0px 0px 0px 30px; width: 900px; }
#menu li { float: left; font-size: 1em; margin: 10px 50px 0px 0px; }
#menu li a { color: #000000; font-family: Georgia; font-weight: bold; text-decoration: none; }

div.categoryMenu 
{
	background-color: #3F351F; 
	background-image: url(Images/CategoryMenuBackground.jpg);
	background-repeat: no-repeat;
	border: solid 1px #CCCCCC;
	color: #FFFFFF; 
	float: left; 
	margin: 30px 0px 10px 20px; 
	overflow: hidden; 
	padding: 6px 3px 6px 3px;
	width: 180px; 
}
div.categoryMenu ul { margin-left: 5px; }
div.categoryMenu ul li { margin-top: 8px; }
div.categoryMenu ul li a { font-weight: bold; color: #FFFFFF; }
div.categoryMenu ul li ul { margin-left: 10px; }
div.categoryMenu ul li ul li { font-size: smaller; margin-top: 0px; }
div.categoryMenu ul li ul li a { font-weight: normal; }

#main { float: left; margin: 20px; min-height: 770px; width: 710px; }
#mainAdmin { margin: 20px; }


p { font-family: Verdana, Sans-Serif; font-size: .9em; line-height: 1.4em; margin: 5px 0px 5px 0px; }
.defaultFont { font-family: Verdana, Sans-Serif; font-size: .9em; line-height: 1.4em; }
h2 { font-family: Georgia, Serif; font-size: 1.2em; font-weight: bold; margin: 5px 0px 10px 0px; }
h3 { font-family: Georgia; font-weight: bold; line-height: 1.3em; }
h4 { font-family: Verdana, Sans-Serif; font-weight: bold; font-style: italic; font-size: .8em; margin: 10px 0px 5px 0px;}
li { font-family: Verdana, Sans-Serif; font-size: .9em; line-height: 1.4em; }

table tr th 
{
	background-color: #0769C2; 
	color: #FFFFFF; 
	font-family: Verdana, Sans-Serif; 
	font-size: .9em; 
	font-weight: bold; 
	padding: 5px;
}

table tr td
{
	border: solid 1px #0769C2;
	border-collapse: collapse;
	font-family: Verdana, Sans-Serif;
	font-size: .9em;
	padding: 5px;
}




div.bookListing
{
	background-color: #448ACE;
	background-image: url(Images/BookListingDetailsBackground.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 8px 0px 8px 0px;
	padding: 5px;
}
div.bookListing img { float: left; width: 75px; }
div.bookListing div.details { float: right; padding: 5px; margin-left: 15px; width: 600px;  }
div.bookListing div.details h3 { font-family: Georgia; font-weight: bold; line-height: 1em; }
div.bookListing div.details h4 { font-family: Verdana, Sans-Serif; font-size: .8em; font-weight: bold; line-height: 1.5em; }
div.bookListing div.details p { font-size: .8em; font-style: italic; }


form fieldset div.field { margin-bottom: 10px; }
form fieldset div.field label { color: #0769C2; font-weight: bold; display: block }
form fieldset div.field input {; }
form fieldset div.field span.field-validation-error { color: Red; }


ul.validation-summary-errors { margin: 10px 0px 10px 0px; }
ul.validation-summary-errors li { color: Red; }




#footer 
{
	background-color: #3f351f;
	background-image: url(Images/FooterBackground.jpg);
	background-repeat: repeat-x;
	clear: both; 
	color: #FFFFFF; 
	height: 180px;
	margin-bottom: 30px;
}

#footer div
{
	float: left;
	height: 150px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	width: 300px;
}

#footer div.suggestions p
{
	font-size: .9em;
}

#footer div.suggestions p a
{
	color: #FFFFFF;
}

#footer div.copyright
{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

#footer div.copyright p
{
	font-size: .7em;
	padding-bottom: 10px;
	text-align: center; 
}

#footer div.follow
{
	font-size: .9em;
	margin-left: 10px;
}

#footer div.follow p a
{
	color: #FFFFFF;
}





/* ================================================ */
/*					/Home/Index						*/
/* ================================================ */

div.pager { position: relative; float: right; margin-bottom: 10px; }
div.pager a, div.pager span { font-family: Verdana, Sans-Serif; color: Blue; }



/* ================================================ */
/*					/Book/View						*/
/* ================================================ */

#book img { float: left; width: 120px; }
#book h3 { font-style: italic; margin-top: 0px; }
#book p span { font-weight: bold; }

#book div.bookTitleInformation
{
	float: left;
	margin-left: 10px;
	width: 530px;
}

#book div.bookDetailInformation
{
	border-right: solid 2px #0769C2;
	border-top: solid 2px #0769C2;
	clear: both;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	width: 280px;
}

#book div.authorsEditorsAndCategories
{
	border-top: solid 2px #0769C2;
	float: left;
	margin-top: 15px;
	padding-left: 15px;
	padding-top: 10px;
	width: 280px;
}

#book ul { margin-bottom: 25px; }
#book ul li { list-style-type: disc; margin-left: 20px; }
#book ul li ul li { font-size: 1em; list-style-type: circle; margin-left: 20px; }

#book div.rating { border-top: solid 2px #0769C2; clear: both; width: 575px; }



/* ================================================ */
/*		/NewBookWizard/AuthorsAndEditors			*/
/* ================================================ */

#associatePerson { border-top: solid 2px #0769C2; margin-top: 30px; }
#addPerson { border-top: solid 2px #0769C2; margin-top: 30px; }
#authors { border-top: solid 2px #0769C2; margin-top: 30px; }
#editors { border-top: solid 2px #0769C2; margin-top: 30px; }
#authorsAndEditors div.moveOnLink { margin-top: 20px; }



/* ================================================ */
/*		/NewBookWizard/AuthorsAndEditors			*/
/* ================================================ */

#newBookWizardCategories div.manageCategoriesAreaHiddenView h3.sectionHeader
{ 
	background-color: #0769C2;
	border: solid 1px #CCCCCC;
	color: #FFFFFF;
	padding: 3px;
}
#newBookWizardCategories div.manageCategoriesAreaHiddenView h3.sectionHeader a
{
	color: #FFFFFF;
}
#newBookWizardCategories div.manageCategoriesArea
{
	border: solid 1px #CCCCCC;
}
#newBookWizardCategories div.manageCategoriesArea h3.sectionHeader
{
	background-color: #0769C2;
	color: #FFFFFF;
	padding: 3px;
}
#newBookWizardCategories div.manageCategoriesArea h3.sectionHeader a
{
	color: #FFFFFF;
}
#newBookWizardCategories div.manageCategoriesArea div.categoriesPartialView
{
	margin: 5px 0px 0px 5px;
}
#newBookWizardCategories div.categoriesList { border-top: solid 2px #0769C2; margin-top: 5px; }
#newBookWizardCategories div.categoriesList div.categoriesPartialView { }
#newBookWizardCategories div.categoriesList div.unassociatedCategories { border-right: solid 2px #0769C2; float: left; width: 450px; }
#newBookWizardCategories div.categoriesList div.unassociatedCategories p { font-weight: bold; }
#newBookWizardCategories div.categoriesList div.associatedCategories { float: left; margin-left: 15px; width: 400px; }
#newBookWizardCategories div.categoriesList div.associatedCategories p { font-weight: bold; }
#newBookWizardCategories div.categoriesList div.unassociatedCategories ul li { }
#newBookWizardCategories div.categoriesList div.associatedCategories ul { }
#newBookWizardCategories div.moveOnLink { margin-top: 20px; }
#newBookWizardCategories ul li { margin-left: 15px; list-style-type: disc; }
#newBookWizardCategories ul li ul li { margin-left: 15px; list-style-type: circle; }


/* ================================================ */
/*					/Admin/EditBook					*/
/* ================================================ */

#editBook div.categoriesArea { clear: both; }
#editBook div.categoriesList { margin: 10px 0px 10px 0px; width: 920px; }
#editBook div.categoriesList div.unassociatedCategories { border-right: solid 2px #0769C2; float: left; width: 450px; }
#editBook div.categoriesList div.associatedCategories { float: left; margin-left: 5px; width: 450px; }
#editBook div.categoriesList ul { margin-left: 20px; }
#editBook div.categoriesList ul li { list-style-type: disc; }
#editBook div.categoriesList ul li ul li { list-style-type: circle; }




/* ================================================ */
/*					/Home/About						*/
/* ================================================ */

#aboutPage ol li { list-style-type: disc; margin-left: 15px; }