body { min-width: 760px; }

/* DEFAULTS */
* {
	font-family: Helvetica, Arial, sans-serif; color: #666666; 
	font-size: 12px; line-height: 16px;
	margin: 0px; padding: 0px;
	list-style-type: none;
} 

#main {
	width: 758px; 
	position: relative;
	left: 50%;
	margin-left: -379px;
	padding-bottom: 0px;
	border: 1px solid #CC0000;
	border-top-width: 0px;
	border-bottom-width: 23px;
}

/* TEXT */
h1 { color: #FAFCFC; font-family: Georgia, Times New Roman, Serif; font-weight: bold; font-size: 36px; line-height:28px; }
h2 { 
	margin: 0px 15px 0px 20px; padding-top: 3px; padding-bottom: 35px;
	text-align: right; color: #999999; 
	font-weight: normal; font-size: 16px;
}
h2 em { color: #999999; font-size: 16px; }
h3 { color: #CC0000; font-size: 26px; line-height:30px; font-weight: normal; margin: 0px; font-family: Georgia, Times New Roman, Serif;}
h4 { color: #CC0000; font-size: 17px; font-weight: normal; line-height:24px; margin: 0px; margin-top: 4px;}
h5 { color: #014C92; font-size: 17px; font-weight: normal; margin-top: 0px;	margin-bottom:4px; font-family: Georgia, Times New Roman, Serif;}
h6 { font-size:11px; font-weight: bold;	margin: 0px; }

.notetxt { font-size: 9px; line-height: 11px;}
.author { font-weight: bold; }
.publication { font-weight: bold; font-style:italic; }

blockquote { margin-top: 12px; }


/* LINKS */
a:link, a:visited, a:hover { color: #CC0000; font-size: 12px; }
a:active { color: #FFFF00; }


/* MAIN NAVIGATION */
#mainnav {
	width: 758px; position: relative;
	left: 50%; margin-left: -378px;
	border: 2px solid #FFF;
}
#mainnav ul {
	position: absolute; right: 15px; top: 24px;	
	margin: 0px; padding: 0px;
}

#mainnav ul li {
	float: left;
	list-style: none;
	margin: 0px; padding: 0px;
}

#mainnav a {
	font-size:16px; font-weight: bold; text-decoration: none;
	margin-left:22px;
}
			
#mainnav a:link, #mainnav a:visited {color: #999999; }
#mainnav a:hover {color: #CC0000; text-decoration: underline; }
#mainnav a:active {color: #ff7f1e; text-decoration: underline; }


/* HEADER */
#header {
	position: relative;
	width: 760px; height: 88px;
	left: 50%; margin-left: -379px; margin-top: 46px;
	background-color: #CC0000;
}

#header .booktitle { position:absolute; right: 0px; bottom: -35px; }
#header .foster { position:absolute; left: 12px; top: -38px; }
#header .mira { position:absolute; left: 125px; top: 7px; }
#header .mirasolo { position:absolute; left: 25px; top: -42px; }
#header div { position:absolute; right: 15px; bottom: 12px; width: 70%; text-align: right; }


/* SUB MENU */
#submenu {
	width:220px; float:left;
	margin-top: 30px; margin-bottom: 10px; margin-left: 15px;
	padding-top: 10px; 
	display: inline; clear: both;
}

#submenu .menublock {
	margin-bottom: 10px;
}

#submenu .menublock h5 {
	display: block;
	width: 220px; height: 20px;
	line-height: 20px; text-decoration: none;
	background: url(../images/sitewide/sidemenuhdr.gif) no-repeat left bottom;
}

#submenu .menublock a .longtitle {
	display: block;
	width: 220px; height: 42px;
	line-height: 20px; text-decoration: none;
	background: url(../images/sitewide/sidemenuhdr.gif) no-repeat left bottom;
}

#submenu .menublock ul {
	margin: 10px; padding: 0px;
	list-style: none;
}

#submenu .menublock ul a {
	background:none; display: inline;
	font-size: 12px; line-height: 16px;
	text-decoration: none; color:#666666;
}

#submenu .menublock ul a:link { color:#666666; }
#submenu .menublock ul a:visited { color:#666666; }
#submenu .menublock ul a:hover { color: #CC0000; text-decoration: underline;}
#submenu .menublock ul a:active { color: #CC0000; text-decoration: underline;}

#submenu .menublock .blog li {font-size:9px; margin-bottom:5px; }

.books #submenu {
	width:220px;
	float:right;
	margin-top: 10px; margin-right: 12px;
}

#submenu img { margin-left: 33px; }

#submenu p {
	text-align: center;
	margin-bottom: 34px; margin-top: 8px;
}

#submenu a { font-size: 14px; }
#submenu a:link { color:#666666; }
#submenu a:visited { color:#666666; }
#submenu a:hover { color: #CC0000; text-decoration: underline;}
#submenu a:active { color: #CC0000; text-decoration: underline;}

#books #submenu .menublock {
	margin-bottom: 30px;
}

.books #submenu p { font-weight: bold; }

/* MAIN CONTENT */
#content {
	display: inline; float: left;
	width: 400px;
	margin-left: 55px; margin-top: 30px; margin-bottom: 25px;
}

#content p { margin-top: 20px; }


/* LISTS */
#content ul { list-style: none; }
	
#content ul li { 
	background: url(../images/sitewide/bullet.gif) no-repeat 22px 4px;
	padding-left: 35px;
}

#content ol { list-style: decimal outside; margin-left: 35px; }
#content ol li { list-style: decimal outside; margin-top: 5px; }

.books #content {
	width: 420px;
	display: inline; float: left;
	margin-left: 30px;
	margin-top: 30px;
}


/* ENTRIES */
.blogentry	{ margin-bottom: 40px; }
				
.blogentry p { margin-top: 12px; margin-bottom: 20px; }

.blogentry a { color:#CC0000; }

.blogentry a.linksm {
	font-size:10px;	font-weight:normal;
	text-decoration:underline;
}


/* BOOKS MENU PAGE */
#bookspage {
	margin: 0px 15px 15px 20px; 
	padding-top: 12px;
}

#bookspage ul { margin: 0px; padding: 0px; }

#bookspage li {
	display: inline; float: left;
	list-style: none;
	margin: 20px 35px 7px 0px; 
	padding: 0px; width: 325px;
	line-height: 18px; 
}

#bookspage ul li a h5 { text-decoration:none; }
	
#bookspage li li { margin: 0px; }

#bookspage img {
	border: 0px; float: left;
	margin-right: 10px; margin-left: 5px;
}

#bookspage a { font-weight: bold; font-size: 12px; }

#bookspage h2 { font-weight: bold; font-size: 14px; color: #014C92; }


/* POST-ITS */
#pi {
	width: 215px;
	background: #F2F2DB url(../images/sitewide/pi-middle.gif) repeat-y right;
	margin-top: 10px;
}

#pi .last {
	background: url(../images/sitewide/pi-btm.gif) no-repeat right bottom;
	padding-bottom: 20px;
}
	
#pi .first {
	background: url(../images/sitewide/pi-top.gif) no-repeat right top;
	padding-top: 12px;
}

#pi li {
	margin-bottom:10px;
}

#pi .last .first ul li a { color: #CC0000; margin: 0px;}
#pi .last .first ul li a:hover { text-decoration: underline; }


/* SELECTED BOOKS */
#selectedbooks {
	float: left; clear: both;
	width: 726px; padding: 16px;
	border: 0px; border-style: solid;
	border-top-color: #CC0000; border-top-width: 2px;
}

#selectedbooks .linkbig {
	display: inline;
	margin-top: 0px; margin-right: 10px;
	clear:left; float: right;
	font-size: 15px; color:#CC0000; font-weight: bold;
}
#selectedbooks ul {
	margin: 0px; padding: 0px;
}

#selectedbooks li {
	display: inline; float: left;
	list-style: none;
	margin: 10px 11px 7px 0px;
	padding: 0px;
}

#selectedbooks .last { margin-right: 0px; }

/*#selectedbooks h3 { color: #014C92; font-size: 22px; font-weight: bold; margin-top: 0px; margin-bottom: 8px;}*/


				 
/* FORMS */
input[type="text"], select { width: 150px; margin-right:5px;}


/* FOOTER */
#footer		{
	clear: both;
	width: 756px; position: relative; left: 50%;
	margin-left: -378px; margin-top: 8px; margin-bottom: 25px;
	color: #7b7b7b; font-size: 10px; font-weight: normal;
	text-align: center;
}

#footer a {color: #7b7b7b; font-size: 10px; font-weight: normal; }
			
/* FIXES */
.clear { clear: both; margin-bottom: 20px;}