/*__________Clean slate__________*/
body, h1, h2, h3, li, p, ul { font-size: 1em; margin: 0; padding: 0; }


/*__________Basics__________*/
a, a:link, a:visited, a:hover, a:active { color: #ada364; }
a:hover { text-decoration: none; }
acronym { border: 0; color: #780101; cursor: help; }
.accesskey { text-decoration: underline; }

body {
	background: url(imgs/ivybg.jpg) repeat-y;
	color: #0f330d;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-bottom: 20px;
}

h3 { color: #8f9947; font-style: italic; font-size: 1.8em; font-weight: normal; margin-bottom: 0.5em; }
h4 { color: #8f9947; font-style: italic; font-size: 1.5em; font-weight: normal; margin-bottom: 0.5em; }
#container { position: relative; z-index: 99; }
p { line-height: 1.5em; margin-bottom: 1em; }


/* banner Code*/
#banner {
	background: #fff url(imgs/banner.jpg) no-repeat left top;
	border-bottom: 0px;
	height: 180px;
}

#banner span { display: none; }

/* main body*/
#mainBody {
	margin-left: 255px;
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 25px;
	/* Make IE play nice with others */
	width: 920px;
}

#mainBody .p3 {
	background: url(imgs/curlSmall.gif) no-repeat bottom;
	margin-bottom: 1em;
	padding-bottom: 37px;
}


/* Menubar */
#navBar {
	color: #fff;
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 170px;
	width: 210px;
}

#navLinks a, #navLinks h3 { font-family: Georgia, "Times New Roman", Times, serif; }
#navLinks a { 
	display: block; 
	color: #ccc180; 
	font-size: 1.4em; 
	font-weight: normal; 
	font-style:italic; 
	text-decoration: none;
}

#navLinks a:hover { text-decoration: underline; }

#navLinks h3 {
	color: #ccc180;
	font-size: 1.8em;
	font-style: normal;
	padding-top: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

#navLinks li { 
	background: url(imgs/bullet.gif) no-repeat 0 0.3em; 
	padding-left: 20px; 
}
#navLinks ul { 
	list-style: none; 
	padding: 0 15px 0.8em 15px; 
}
#navLinks { 
	background: url(imgs/curlBig.gif) no-repeat top; 
	padding-bottom: 40px; 
}
#navLinks li { 
	padding-bottom: 0.8em; 
}

#navLinks li.s { 
	background: url(imgs/bullet2.gif) no-repeat 15px 0.3em; 
	padding-left: 35px; 
}

#navLinks a.s { 
	display: block; 
	color: #ccc180; 
	font-size: 1.2em; 
	font-weight: normal; 
	font-style:italic; 
	text-decoration: none;
}

/* book list */

#bookList li { 
	background: url(imgs/bullet.gif) no-repeat 0 0.3em; 
	padding-left: 20px; 
}

#bookList ul { 
	list-style: none; 
	padding: 0 15px 0.8em 15px; 
}

/* footer */
#footer, #footer a { 
	font-size: 1em; text-align: center; 
}

a.link:link, a.link:visited {
	color:#ada364;
	text-decoration: underline;
}

a.link:hover { text-decoration: underline; }

a.cat_link:link, a.cat_link:visited {
	color:#ada364;
	text-decoration: none;
}

a.cat_link:hover { text-decoration: underline; }

.todoBox {
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:18px;
	display:inline;
}

.spacer {
	clear: both; 
}