/*
Title: Washoe County Library
Description:	Global styles and page build
Author: Christine Harcinske/Twelve Horses
Last Updated:	01.2009
*/

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/
body, html {
  margin: 0;
  padding: 0;
  background: #827457 url('/repository/templates/library/images/main_bg.gif') top left;
  font: 12px/24px Georgia, "Times New Roman", Times, serif;
  letter-spacing: .03em;
  color: #574b32;
}
html, body, #anchor {
  height: 100%;
}
body > #anchor {
  height: auto;
	min-height: 100%;
}
#bottom_stripe {
  margin: -17px 0 0 0;
  height: 17px;
	width: 100%;
	background: url('/repository/templates/library/images/bottom_stripe.gif') top left repeat-x;
	bottom: 0;
	position: relative;
	clear: both;
}
/* CLEAR FIX*/
.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* TYPOGRAPHY
----------------------------------------------------------------------*/
a, a:link {
  font: italic 12px/24px Georgia, "Times New Roman", Times, serif;
  color: #559b77;
  text-decoration: none;
  position: relative;
}
a:hover {
  color: #466958;
  text-decoration: underline;
}
a:focus{  
  -moz-outline-style: none;
}
p {
  margin: 0 0 20px 0;
  letter-spacing: .03em;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
}
h1 {
  color: #441e81;
	font: 24px/20px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}
h2 {
  color: #441e81;
	font: 22px/20px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}
h3 {
  color: #441e81;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
h4 {
  color: #441e81;
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 4px 0;
	padding: 0;
}
::-moz-selection { 
  background: #408d66; 
  color: #fff;
}
::selection { 
  background: #408d66;
  color: #fff;
}
/* FORMS
----------------------------------------------------------------------*/
input.search {
  margin: 0;
	padding: 1px 0 1px 26px;
	border: 1px solid #827457;
	color: #827457;
	font: 12px Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	width: 200px;
	height: 16px;
	background: #fff url('/repository/templates/library/images/search_bg.gif') 2px 2px no-repeat;
}
.button {
  height: 22px;
	background: url('/repository/templates/library/images/button_bg.gif') top left repeat-x;
	font: bold italic 12px/18px Georgia, "Times New Roman", Times, serif !important;
	color: #fff;
	margin: 0;
	padding: 0 0 1px 0;
	border: none;
	text-align: center;
	width: 100px;
	vertical-align: middle;
}
.button:hover {
  background-position: 0 -22px;
	color: #e0fff0;
}
.button_wide {
  height: 22px;
	background: url('/repository/templates/library/images/button_bg.gif') top left repeat-x;
	font: bold italic 12px/18px Georgia, "Times New Roman", Times, serif !important;
	color: #fff;
	margin: 0;
	padding: 0 0 1px 0;
	border: none;
	text-align: center;
	width: 150px;
	vertical-align: middle;
}
.button_wide:hover {
  background-position: 0 -22px;
	color: #e0fff0;
}
select {
  margin: 0px 4px 0 0;
	border: 1px solid #827457;
	vertical-align: middle;
}
/* GENERAL
----------------------------------------------------------------------*/
hr {
	display: block;
  width: 100%;
	height: 4px;
	border-top: 1px solid #dadaca;
	border-bottom: 1px solid #dadaca;
	border-left: none;
	border-right: none;
	background-color: #f6f6eb;
	color: #f6f6eb;
}
ul {
  margin: 12px 0 20px 38px;
}
li {
  padding: 4px 0;
}
blockquote {
  margin: 12px 42px 20px 42px;
}
.clear {
  clear: both;
 }
.padded_border {
  padding: 4px;
	border: 1px solid #cbcbab;
}
/*****************************************************************************
SITE BUILD
*****************************************************************************/
#top_stripe {
  background: url('/repository/templates/library/images/top_bg.png') top left repeat-x;
	width: 100%;
	height: 205px;
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
}
#center {
  width: 980px;
  margin: 0 auto;
	padding-bottom: 17px;
	z-index: 100;
	position: relative;
}
#logo {
  background: url('/repository/templates/library/images/logo_bg.png') top left no-repeat;
  width: 161px;
  height: 106px;
  top: 0;
  margin-left: 14px;
	padding: 4px 0 0 61px;
  position: absolute;
  z-index: 999;
}
#logo a:hover, #logo a:visited:hover {
  cursor: pointer;
}
#warning {
  top: 14px;
	left: 250px;
	padding: 3px 6px 0 0;
	height: 20px;
	z-index: 9000px;
	position: absolute;
	background: #cc0000 url('/repository/templates/library/images/warning.gif') 4px 0 no-repeat;
	width: 410px;
	z-index: 9000;
	color: #fff;
	font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
}
#warning a {
  color: #fff;
	font: 14px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#header_right {
  margin-top: 16px;
  float: right;
  width: 300px;
  text-align: right;
}
*html #header_right {
  padding-bottom: 4px;
}
#header_right p, #header_right a {
  margin: 0 0 8px 0;
	font-size: 14px;
}
#header_right a {
  color: #92deb7;
}
#header_right a:hover {
  color: #8db6a2;
}
#header_right .button {
  width: 70px;
}
#wrapper_top {
  margin-top: 5px;
  width: 980px;
  height: 24px;
  background: url('/repository/templates/library/images/wrapper_top.png') top left no-repeat;
}
#wrapper {
  width: 980px;
  padding-top: 56px;
  background: url('/repository/templates/library/images/wrapper_bg.png') top left repeat-y;
}
#wrapper_btm {
  margin-bottom: 14px;
  width: 980px;
  height: 32px;
  background: url('/repository/templates/library/images/wrapper_btm.png') top left no-repeat;
}
#content {
  margin: 0 auto;
  padding: 0 13px 4px 13px;
  width: 924px;
  background: url('/repository/templates/library/images/book_waterrmark.gif') bottom right no-repeat;
}
*html #content {
  padding-top: 4px;
}
#footer_top {
  margin: 0 auto;
	padding: 0;
  height: 19px;
	width: 954px;
	background:url('/repository/templates/library/images/footer_top.gif') top left no-repeat;
}
#footer_content {
  margin: 0 auto;
	padding: 0 24px;
  width: 906px;
	background: url('/repository/templates/library/images/footer_bg.gif') top left repeat-y;
	color: #e0dfc3;
  line-height: 1.4em;
}
#footer_content a {
  color: #92deb7;
  line-height: 1.4em;
}
#footer_copy {
  margin: 0;
	padding: 0;
	float: left;
	width: 320px;
}
.footer_nav {
  margin: 0;
	padding: 0;
	float: left;
}
.footer_nav li {
  margin: 0 30px 0 0;
	padding: 0;
  width: 120px;
	border-bottom: 1px solid #5a4e31;
	text-align: center;
	list-style: none;
}
.footer_nav li img {
  padding: 5px 0 2px 0;
}
#footer_social {
  float: right;
}
#footer_social .footer_nav {
  margin: 6px 0 0 0;
}
#footer_btm {
  margin: 0 auto 10px auto;
	padding: 0;
  height: 19px;
	width: 954px;
	background:url('/repository/templates/library/images/footer_btm.gif') top left no-repeat;
}
#footer_left
{
	float: left; 
	width: 25%;
}
#footer_center
{
	float: left; 
	width: 50%;
	text-align: center;
	padding-top: 10px;
}
#footer_right
{
	float: left; 
	width: 25%;
	padding-top: 5px;
}
/* MAIN PAGE FEATURE
----------------------------------------------------------------------*/
#feature_container {
  width: 924px;
  background-color: #fff;
  border: 1px solid #dadaca;
	overflow: hidden;
}
#feature_container h1 {
  color: #441e81;
	font: 26px/20px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}
#feature_wrap_top {
  height: 14px;
	width: 912px;
	margin: 6px auto 0 auto;
	background: url('/repository/templates/library/images/feature_wrap_top.gif') bottom left no-repeat;
}
#feature_wrap {
	width: 892px;
    height: 300px;
	margin: 0 auto;
	padding: 0 10px;
	background: url('/repository/templates/library/images/feature_wrap_bg.gif') top left repeat-y;
}
#feature_wrap_btm {
  height: 14px;
	width: 912px;
	margin: 0 auto 6px auto;
	background: url('/repository/templates/library/images/feature_wrap_btm.gif') top left no-repeat;
	clear: both;
}

/*--------- calendar ---------*/
#calendar_container {
  margin-left: 16px;
	padding: 0 0 0 10px;
  width: 228px;
	height: 284px;
	overflow: hidden;
	float: left;
	background: url('/repository/templates/library/images/main_calendar_border.gif') center left no-repeat;
}
#calendar_container h2 {
  color: #441e81;
	font: 20px/20px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 5px 0 0 0;
	padding: 0;
}
.calendar_item {
  margin: 14px 0 24px 0;
}
.calendar_date_wrapper {
  border: 1px solid #cbcbab;
	text-align: center;
	width: 42px;
	height: 46px;
	color: #4a3f25;
	float: left;
}
.calendar_date {
  padding: 3px 0 0 0;
  border: 1px solid #fff;
	background-color: #cbcbab;
	text-align: center;
	width: 40px;
	height: 41px;
	color: #4a3f25;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
.calendar_day {
  font: bold 20px/18px Georgia, "Times New Roman", Times, serif;
}
.calendar_desc_main {
  float: left;
	width: 172px;
	margin: 0 0 0 10px;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}
.calendar_desc_main a {
  font: italic 14px/16px Georgia, "Times New Roman", Times, serif;
}
/* MAIN PAGE FEATURE
----------------------------------------------------------------------*/
#main_blocks {
  margin-top: 10px;
}
#main_blocks h3 {
  text-align: center;
}
#audio_books {
  margin-right: 10px;
	padding: 0 10px 0 4px;
  width: 234px;
	height: 210px;
	overflow: hidden;
	float: left;
	background: url('/repository/templates/library/images/block_border.gif') center right no-repeat;
}
#main_subsites {
  margin-right: 10px;
	padding: 0 10px 0 4px;
  width: 400px;
	height: 210px;
	overflow: hidden;
	float: left;
	background: url('/repository/templates/library/images/block_border.gif') center right no-repeat;
	text-align: center;
}
#main_general_block {
	padding: 0 4px;
  width: 234px;
	height: 210px;
	overflow: hidden;
	float: left;
}
/* SUBPAGE ELEMENTS
----------------------------------------------------------------------*/
#sidebar {
  width: 240px;
	float: left;	
}
#sub_right {
  padding: 0 0 0 10px;
  width: 674px;
  float: left;
}
#sub_right_full {
  padding: 0 0 0 10px;
  width: 100%;
  float: left;
}
#sub_img {
  border: 1px solid #dadaca;
	padding: 4px;
	background: #fff;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.intro {
  font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #466958;
	margin: 16px 0 30px 0;
}
/*--------- sidebar elements ---------*/
.sidebar_top {
  width: 239px;
	height: 14px;
	background: url('/repository/templates/library/images/sidebar_top.gif') top left no-repeat;
}
.sidebar_bg {
  width: 227px;
	padding: 0 6px;
	background: url('/repository/templates/library/images/sidebar_bg.gif') top left repeat-y;
}
.sidebar_bg p {
  margin: 0 6px;
}
.sidebar_btm {
  width: 239px;
	height: 18px;
	margin-bottom: 10px;
	background: url('/repository/templates/library/images/sidebar_btm.gif') bottom left no-repeat;
}
#sidenav {
  margin: 0;
	padding: 0;
	list-style: none;
	width: 228px;
}
#sidenav li {
  display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav li a {
  padding: 1px 0 4px 14px;
	display: block;
	height: 20px;
	font-style: normal;
}
#sidenav li a:hover {
  border-top: 1px solid #ddddc5;
	border-bottom: 1px solid #ddddc5;
	background: #fff;
	height: 20px;
	padding: 0 0 3px 14px;
	text-decoration: none;
	color: #466958;
}
#sidenav li a.on {
  border-top: 1px solid #ddddc5;
	border-bottom: 1px solid #ddddc5;
	background: #fff;
	height: 20px;
	padding: 0 0 3px 14px;
	text-decoration: none;
	color: #466958;
  font-weight: bold;
}
#sidenav li ul {
  margin: 0;
	padding: 0;
	background: #e0e0c7;
}
#sidenav li ul li {
  display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccca8;
}
#sidenav li ul li ul {
  display: block;
	margin: 0;
	padding: 0;
	background: #cdcdae;
}
#sidenav li ul li a {
  height: 20px;
  padding: 3px 0 3px 26px;
	display: block;
	line-height: 20px;
}
#sidenav li ul li ul a {
  height: 20px;
  padding: 3px 0 3px 38px;
	display: block;
	line-height: 20px;
}
#sidenav li ul li a:hover {
  height: 20px;
  padding: 2px 0 2px 26px;
	background: #d4d4b8;
}
#sidenav li ul li ul a:hover {
  height: 21px;
  padding: 2px 0 1px 38px;
	background: #c6c6a7;
}
#sidenav li ul li a.on {
  height: 20px;
  padding: 2px 0 2px 26px;
	background: #d4d4b8;
	font-weight: bold;
}
#sidenav li ul li a.on3 {
  height: 20px;
  padding: 2px 0 2px 38px;
	background: #d4d4b8;
}
#sidenav li ul li a.on3_selected {
  height: 20px;
  padding: 2px 0 2px 38px;
	background: #d4d4b8;
	font-weight: bold;
	color: #466958;
}
/* CALENDAR ELEMENTS
----------------------------------------------------------------------*/
#events_left {
  float: left;
	width: 530px;
	padding: 0 12px 0 12px;
}
.eCalendar_item {
  margin: 10px 0 20px 0;
}
.eCalendar_date_wrapper {
  border: 1px solid #cbcbab;
	text-align: center;
	width: 42px;
	height: 48px;
	color: #4a3f25;
	float: left;
}
.eCalendar_date {
  padding: 5px 0 0 0;
  border: 1px solid #fff;
	background-color: #cbcbab;
	text-align: center;
	width: 40px;
	height: 41px;
	color: #4a3f25;
	font: 12px/12px Georgia, "Times New Roman", Times, serif;
}
.eCalendar_day {
  font: bold 20px Georgia, "Times New Roman", Times, serif;
}
.eCalendar_desc_main {
  float: left;
	margin: 0 0 0 20px;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	width: 460px;
}
.eCalendar_desc_main p {
  margin: 6px 0;
}
.eCalendar_desc_main a {
  font: italic 14px/16px Georgia, "Times New Roman", Times, serif;
}
#events_right {
  float: left;
	width: 370px;
	padding: 0;
}
#events_right h3 {
  text-align: center;
	margin: 4px 0;
}
#events_right table {
  border: 1px solid #cbcbab;
}
#events_right table th {
  padding: 2px 3px;
}
#events_right table table {
  border: none;
}
.events_calendar {
  color: #466958;
	border: none;
}
.events_calendar th {
  background: #e6e6d2;
	border-bottom: 1px solid #cbcbab;
	border-top: 1px solid #cbcbab;
  color: #574b32;
}
.active_day {
  background: #e6e6d2;
	border: 1px solid #cbcbab;
	padding: 2px 4px;
}
/*  START NEW ADDITIONS TO CSS FOR FRONT PAGE  */
#event_image
{
	float: left;
	width: 630px;
	height: 300px;
	overflow: hidden;
}
#upcoming_events
{
	position: relative;
	float: left;
	margin-left: 16px;
	padding: 0 0 0 10px;
	width: 228px;
	height: 300px;
	overflow: auto;
	background: url('/repository/templates/library/images/main_calendar_border.gif') center left no-repeat;
}
#feature_link
{
	font-size: 1.4em;
}
#scooter
{
	margin-left: -15px;
}
#left_block
{
            float: left;
            width: 210px;
            height: auto;
            margin: 0 10px 0 14px;
			padding-right: 10px;
            background: url('/repository/templates/library/images/block_border.gif') center right no-repeat;
}
#center_block
{
            float: left;
            width: 450px;
            height: auto;
            background: url('/repository/templates/library/images/block_border.gif') center right no-repeat;
            margin: 0 10px 0 0;
}
#right_block
{
            float: left;
            width: 220px;
            height: auto;
}

