/*
Theme Name: iknow_yarmouthlibrary

Description: This is a WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net
Date: 7-9-2008


/*-----------Block Level Elements--------------*/

Body
	{
	color: #222;
	background-color: #F2F2D8;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	padding: 0px;
	margin: 0;
	background-image: url('images/body_bkgd.jpg');
	background-position: 0px 10px;
	background-repeat: repeat-x;
	}

body.wp-admin
	{
	background-color: red;
	}

#page
	{
	width: 1040px;
	margin: 10px auto;
	background-image: url('images/main_bkgd.jpg');
	}

#header
	{
	width: 100%;
	height: 183px;
	background-image: url('images/header.jpg');
	background-position: 0px 0px;
	}

#sidebar
	{
	width: 228px;
	background: #A0B1CF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	}

#sidebar div.inner
	{
	margin: 20px 10px 0px 20px;
	}

#content
	{
	width: 654px;
	}

#content div.inner
	{
	margin: 35px 35px 10px 35px;
	overflow: visible;
	}


ul
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

#footer
	{
	font-size: 11px;
	background-image: url('images/footer.jpg');
	width: 100%;
	height: 45px;
	}

#footer a
	{
	color: #fff;
	}

#footer p.copyright
	{
	float: left;
	margin: 10px 0 0 35px;
	}

#footer p.iknow
	{
	float: right;
	margin: 10px 35px 0 0;
	}

/*-------------Text elements-------------*/

a
	{
	text-decoration: none;
	color: #2D42AB;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	color: #8995A9;
	}

#sidebar h1, h2, h3, h4, h5, h6
	{
	color:#222;
	}

#sidebar h2
	{
	font-size: 135%;
	}

h1
	{
	font-size: 180%;
	margin: 0px 0px 30px 0px;
	}

h1.main_heading
	{
	text-align: center;
	}

h2
	{
	font-size: 150%;
	margin: 0px 0px 15px 0px;
	}

h3
	{
	font-size: 120%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 7px 0px;
	}

h4
	{

	}

h5
	{

	}

/*-------------Left Nav-------------*/

#lib_search_form
	{
	padding: 9px 0px 0px 10px;
	}

#lib_search_form input.search_term
	{
	float: left;
	border: 1px solid #A7B1C2;
	}

#lib_search_form label
	{
	margin: 0px;
	display: block;
	font-weight: bold;
	}

#lib_search_form input.submit
	{
	float: left;
	}

#left_nav ul li div.adv_search a
	{
	padding: 0px 0px 3px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	}

#left_nav ul li div.adv_search a:hover
	{
	background-color: #B7C3D6;
	border-bottom: 1px solid #A7B1C2;
	}

#left_nav
	{
	width: 228px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #B7C3D6;
	background-image: url('images/bar_divider.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	}

#left_nav ul
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

#left_nav ul li
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	
	}

#left_nav ul li a
	{
	font-size: 13px;
	padding: 9px 0px 9px 20px;
	display: block;
	color: #222;
	border-bottom: 1px solid #CCD8ED;
	}

#left_nav ul li a:hover
	{
	background-color: #CCD8ED;	
	border-bottom: 1px solid #fff;
	}

#left_nav ul li.current_page_item a
	{
	background-color: #CCD8ED;
	border-bottom: 0px solid #fff;	
	}

#left_nav ul li li.page_item
	{
	
	}


#left_nav ul li.current_page_ancestor a
	{
	background-color: #CCD8ED;
	border-bottom: 0px solid #fff;	
	}

#left_nav ul li ul
	{
	margin:0px;
	padding: 0 0 0 10px;
	background-color: #CCD8ED;
	
	}

#left_nav ul li ul a
	{
	
	border-bottom: 0px solid #fff;
	}

/*-------------A few (GASP!)table items-------------*/

table.main
	{
	margin-left: 78px;
	margin-right: 0px;
	width: 882px;
	}

td
	{
	vertical-align: top;
	}



/*-------------The Post-------------*/

.post
	{
	
	}

.post p
	{
	margin: 0px 0px 10px 0px;
	}

.post .entry
	{
	margin: 10px 0px 0px 0px;
	}

.post h2
	{

	}

.entry h2
	{
	margin:0px 0px 10px 0px;
	}

.post h3
	{
	margin:0px 0px 0px 0px;
	font-size: 130%
	}

.post ul
	{
	margin-left: 10px;
	padding-left: 10px;
	list-style: disc;
	}

blockquote
	{
	width: 200px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding-left: 30px;
	background-image: url('images/quotes.gif');
	background-repeat: no-repeat;
	color: #333;
	font-size: 125%;
	}

blockquote p
	{
	background-image: url('images/end_quotes.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	}



/*--------------Home Page Styling------------*/

#home #content
	{
	
	}

#content div.inner #highlight
	{
	background-color: #D9DFEB;
	border: 1px solid #98A1B0;
	margin: 0 251px 0 0;
	padding: 15px;
	}

#announcement
	{
	float: right;
	width: 250px;
	background-color: #E2E8EF;
	margin-right: -35px;
	margin-left: 10px;
	background-image: url('images/bar_divider.jpg');
	background-repeat: repeat-x;
	}

#announcement div.inner
	{
	margin: 20px 5px 10px 10px;
	}

#announcement a
	{
	font-weight: bold;
	color: #2D42AB;
	}

#announcement p
	{
	margin: 0px 2px 1em 0px;
	}

/*--------------staff Page Styling------------*/

#library-staff #announcement
	{
	float: right;
	width: 330px;
	background-color: #E2E8EF;
	margin-right: -35px;
	margin-left: 30px;
	background-image: url('images/bar_divider.jpg');
	background-repeat: repeat-x;
	}

#library-staff #announcement div.inner
	{
	margin: 20px 5px 10px 10px;
	}


/*-------------Categories------------------*/

.current-cat a
	{
	color: #666;
	text-decoration: none;
	}
/*-------------Other------------------*/

.clearboth
	{
	clear: both;
	}

.clearright
	{
	clear: right;
	}

.floatleft
	{
	float: left;
	}

.floatleft_img
	{
	float: left;
	margin-right: 10px;
	}

.floatright
	{
	float: right;
	}

.floatright_img
	{
	float: right;
	margin-left: 10px;
	}

left_margin
	{
	margin-left: 10px;
	}

right_margin
	{
	margin-right: 10px;
	}

btm_margin
	{
	margin-bottom: 10px;
	}

.block
	{
	display: block;
	}

img.bordered
	{
	border: 1px solid #000000;
	padding: 3px;
	}

.hide
	{
	display: none;
	}
