/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body { 
	font-size: 14px; 
	background: #2c5aa0 url(images/pgBG.png) no-repeat scroll center top;
	color: #222;
}

a { color: #3771C8; }

#content img { border: 1px solid #afc6e9; padding: 3px; }

#content img.bookimg {
	padding: 0;
	margin: 0 40px 0 -5px;
}

#wrap { min-height: 720px; }

#top, #content, #content-top, #footer { width: 720px; }

#main-full { width: 680px; }

#header, #header a { height: 83px; }

#header a { margin: 0 auto; width: 650px; }

#content-top-white, #content-bot-white {
display:block;
height:18px;
margin:0 auto;
width:720px;
}

#content-top-white { background:transparent url(images/bg-content-header-white-720.png) no-repeat scroll 0 0; }

#content-bot-white { background:transparent url(images/bg-content-footer-white-720.png) no-repeat scroll 0 0; }

#header p {
	color: #695531;
	margin: -15px 0 0 0;
	font-size: 1.15em;
	line-height: 1.5em;
}

#header p span {
	color: #881111;
	font-size: 1.4em;
}

#menu a { text-decoration: none; font-weight: normal; }

#catnav li:hover { background: #D79B5C none repeat scroll 0 0; }

#catnav li.current_page_item { background: #D79B5C none repeat scroll 0 0; }

#content { min-height: 200px; }

#content h2 { font-size: 38px; }

#content h3 { font-size: 30px; }

#content h2, #content h3, #content h4 { color: #3771c8; }

#content blockquote {
	color: #222;
	border: 1px solid #afc6e9;
	background: #d7e3f4;
}

#content a img:hover { background: #afc6e9; }

#content a img.noborder:hover { background: none; }

#content img.noborder { border: none; }

#content ul li {
	list-style-type: square;
}

#content .qList { 
	font-size: 1.2em; 
	line-height: 2em;
}

#content .qList .big { font-size: 1.4em; }

#content .qList td { padding: 0 25px 0 0; }

#content .qList a { text-decoration: none; }

#content .qList a:hover { text-decoration: underline; }

small { display: none; }

#footer { color: #d5e5ff; }

#footer a { color: #d5e5ff; }

