/* This is the style sheet for the nytesmallpress website. It was created on May 7, 2008 by Martin Denton and Rochelle Denton */

/* 
	PAGE STRUCTURE: Applies to all pages 
	page DIV is container for all content
	main DIV is the header of the page except mainhome DIV is header of home page only
	all pages contain two columns: left DIV (navigation sidebar) and right DIV (main page content)
	pages with big photos of books on them contain two more DIVS (one above the other) within the right DIV. book DIV holds the photo and associated text. content DIV holds the rest of the page
	footer DIV is the footer of the page
	
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #0E0755;
}

#page {
	text-align: left;
	width: 95%;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #5475A9;
	background-color: #FFFFFF;
}

#main {
	background-color: #FFFFFF;
	max-width:1000px;
	min-height: 90px;
	margin: 0px;
	padding: 5px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0E0755;
	background-image: url(images/nytesmpr_new.jpg);
	background-repeat: no-repeat;
}

#mainhome {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	width: auto;
	border-bottom: 2px solid #0E0755;
}

#content {
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 5px;
	width: auto;
}

#book {
	margin-top: 1px;
	margin-bottom: 6px;
	width: auto;
	height: 244px;
}

#left {
	float: left;
	width: 180px;
	background-color: #F4F6F9;
	font-size: .75em;
	padding: 5px;
}

#right {
	margin-left: 185px;
	padding: 5px;
	
}

#footer {
	border-top: 1px solid #0E0755;
	clear: both;
}

#footer p {
	font-size: x-small;
	text-align: center;
}


/* Tag Definitions */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0E0755;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	color: #0E0755;
	text-decoration: underline;
}

div {
	margin-right: 10px;
}

p {
	font-size: small;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #333366;
	text-align: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333366;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
}

li {
	color: #000000;
}

ul {
	color: #000000;
	margin-top: 0px;
}

#left li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 2px;
}

#left ul {
	list-style-type: disc;
	margin-left: 12px;
	padding-left: 2px;
}

/* Classes for text formatting */

.notopmargin {
	margin-top: 0px;
}

.smallsize {
	font-size: x-small;
}
