/*
Theme Name: WordPress Library Default
Version: 1.0
Author: Robert Drake
Notes: 
*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
			/* Global Defaults DO NOT MODIFY*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  font: 1em/1.25 Helvetica, sans-serif;

}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.35 Helvetica, sans-serif;
  font-size: 1.03em;
  font-family: Trebuchet MS;
  line-height: 1.45;
  list-style:none;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}
img {
  border: none;
}


table {
  margin: 0;
  padding: 0;
  border: none;
}


form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.center { text-align: center;}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* Location CSS - THIS WILL MOVE THINGS AROUND*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */


#container {
	position:relative;
	margin:0 auto;
	font-size:1.2em;
	width:970px;
	background:url(images/bg_content.png) repeat-y center top;
}
#content {
	width:960px;
	margin:0 auto;
	background:#FFFFFF none repeat scroll 0 0;
}

#header {
	margin:0 auto;
	line-height:1.2em;
	width:960px;
	background:url(images/bg_header.png);
	height: 125px;
}

#nav {
	display:block;
	height:32px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.15em;
	text-transform:uppercase;
	width:960px;
	background:url(images/bg_nav.png) repeat-x left top transparent;
	list-style:none;
	z-index:8;
}

#leftsidebar {
	float:left;
	text-align:left;
	line-height:1.6em;
	width:230px;
	display:inline;
	overflow:hidden;
}

#primary-content {
	float:left;
	text-align:left;
	line-height:1.6em;
	width:500px;
	display:inline;
	overflow:hidden;
/*	background:url(images/globebw.jpg) no-repeat top center transparent; */
}

#primary-content-nosidebar {
	float:left;
	text-align:left;
	line-height:1.6em;
	width:950px;
	display:inline;
	overflow:hidden;
/*	background:url(images/globebw.jpg) no-repeat top center transparent; */
}

#rightsidebar {
	float:left;
	text-align:left;
	line-height:1.6em;
	width:230px;
	display:inline;
	overflow:hidden;
}

#clear {
	clear:left;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

#footer {
	clear:both;
	height:64px;
	margin:0 auto;
	width:970px;
	background:url(images/bg_footer.png) no-repeat top center transparent;

}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* TOP LEVEL STYLES - MODIFY TO CHANGE DEFAULT STYLING*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */



h1, h2, h3, h4 {
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:1.8em;
	text-align:left;
	padding:45px 0 5px 20px;
}
h2 {
	margin:5px 0;
	font-size:1.6em;
}
h3, h4 {
	margin:15px 0 0;
	font-size:1.2em;
}

a, a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

*, html {
	margin:0;
	padding:0;
}
body {
	font:62.5% "Lucida Grande", Segoe UI, Verdana, Arial, sans-serif;
	text-align:center;
}
fieldset, select, img {
	border:0;
}
#searchform br, .counter {
	display:none;
}

p {
	margin:0 0 10px;
}
ol li {
	list-style:decimal outside;
}
acronym, abbr, span.caps {
	cursor:help;
}
acronym, abbr {
	border-bottom:1px dashed #fc0;
}
blockquote {
	border-left:3px solid #ccc;
	margin:20px;
	padding-left:10px;
}
cite, ins {
	text-decoration:none;
}
code, pre, kbd {
	font:1em 'Courier New', Courier, sans-serif;
}
small {
	font:.8em Arial, Helvetica, sans-serif;
	color:#777;
}
strike, del {
	color:#777;
	text-decoration:line-through;
}
label {
	cursor:pointer;
}

img {
	border:0;
}
p img {
	border:0;
	max-width:100%;
	padding:2px;
}

.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
	padding-right:10px;
}

.alignright {
	float:right;
}


/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* NAV STYLES - CHANGE HOW ITEMS IN THE TOP NAV DIV LOOK*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

#nav li {
	float:left;
	padding:0;
	margin:0;
}
#nav li a {
	display:block;
	line-height:32px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	color:#fff;
	background:#333;
}
#nav li li {
	width:200px;
}
#nav ul a {
	color:#fff;
	line-height:24px;
}
#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:200px;
	list-style:none;
	text-align:center;
	border:1px solid #333;
	background:url(images/bg_nav_ul.png) repeat left top transparent !important;
	background:#444;
}
#nav ul ul {
	top:0;
	left:100%;
}
#nav li:hover, #nav li.sfhover {
	color:#fff;
	background:#333;
	cursor:pointer;
	z-index:100;
}
#nav li:hover ul ul, #nav li li:hover ul ul, #nav li li li:hover ul ul, #nav li li li li:hover ul ul, #nav li.sfhover ul ul, #nav li li.sfhover ul ul, #nav li li li.sfhover ul ul, #nav li li li li.sfhover ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display:block;
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* WIDGET STYLES - CHANGE WIDGET STYLING LOOKs*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
.widget {
	margin: 10px;
	padding: 10px;
	border:1px solid #DDDDDD;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #eee;
	padding: 10px;
}

.widgettitle {
	text-align: center;
}

.textwidget {
	text-align: center;
}

#leftsidebar ul {
	color:#777;
	list-style:none;
}
#leftsidebar li {

}
#leftsidebar ul ul li {
	width:100%;
	margin:0 5px;
	padding:2px;
}
#leftsidebar ul ul li a, #leftsidebar ul ul li a:link, #leftsidebar ul ul li a:visited {
	padding:2px 4px;
}

#rightsidebar ul {
	color:#777;
	list-style:none;
}
#rightsidebar li {

}
#rightsidebar ul ul li {
	width:100%;
	margin:0 5px;
	padding:2px;
}
#rightsidebar ul ul li a, #rightsidebar ul ul li a:link, #rightsidebar ul ul li a:visited {
	padding:2px 4px;
}



#search {
	width:100%;
	line-height:1em;
	display:block;
}

.searchinput {
	font-size:1em;
	width:88%;
	margin:5px 4%;
	padding:3px;
	border:1px solid #ccc;
	height:16px;

}

#libraryhourswidget {
	text-align: left;
	font-weight: bold;
}

.day{
	font-weight: normal;
}

#librarygigcatwidget {
	text-align: center;
}


.widget input[type="TEXT"] {
	width: 174px;
}



/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* CENTER CONTENT STYLES - CHANGE POST STYLING LOOKs*/
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

.content-top {
	font-size:.9em;
	text-align:right;
	width:958px;
	background:url(images/bg_content_top.png) transparent repeat-x top center;
	margin:0 1px;
	height:32px;
}
.content-top a {
	margin:0 15px 0;
}
.content-bottom {
	background:url(images/bg_content_bottom.png) repeat-x bottom left;
	height:6px;
	margin:0 1px;
	width:958px;
}

.pagetitle {
	margin-top:15px;
	text-align:center;
}


.hentry{
	margin: 10px;
	padding: 10px;
	border:1px solid #DDDDDD;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #eee;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	
}

.entry {
	text-align:left;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:8px;
	padding-right:8px;
}
.entry ul, .entry ol {
	margin:0 0 0 40px;
}
.entry li {
	padding-bottom:8px;
	list-style-type: disc;
	margin-left:20px;
}
.entry-header {
	font-size:1.6em;
	font-weight:400;
	margin:0;
	padding:3px 0;
}
.entry-date {
	text-align:right;
	font-size:.9em;
	color:#777;
	background:url(images/bg_meta.png) no-repeat top center;
}
.entry-footer {
	color:#ccc;
	font-size:0.9em;
	text-align:right;
	margin:0 0 0px;
	line-height:1.2em;
	padding:2px 0;
}

.sticky {
	background:#DDEEEE;
	border: 1px solid black;
	margin-bottom: 7px;
}




/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* 404 STYLES - CHANGE FOOTER STYLING */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
.searchinput404 {
	width: 80%;
	font-size:14px;
	margin-left: 50px;
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* Calendar STYLES - CHANGE FOOTER STYLING */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
.upcoming-events {
	text-align: center;
}

.upcoming-events {
	text-align: center;
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* FOOTER STYLES - CHANGE FOOTER STYLING */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
#footer p {
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:1.3em;
	padding:12px 0 0;
	padding-left: 20px;
	padding-right: 20px;
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* FOOTER2 STYLES - CHANGE FOOTER STYLING */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

#footer2 p {
	color:#000;
	text-align:center;
	font-size:1.1em;
	line-height:1.5em;
	padding:12px 0 0;
}

#footer2 a {
	float: none;
	text-decoration: underline ;
	color: #000;
     }
#footer2 a:link { 
     }
#footer2 a:visited { 

     }
#footer2 a:link:focus{ 

     }
#footer2 a:link:hover, 
#footer2 a:visited:hover {
	text-decoration: none;
    }
#footer2 a:link:active, 
#footer2 a:visited:active {
     }

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
		/* PRINTING STYLES - CHANGE FOOTER STYLING */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
.printbox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #B0BDC5;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;

}

div.center-blog-print
	{
	width:600px;
	float:left;
	background: #fff;
	padding-bottom: 20px;
	}

.print-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: helvetica;

}

div#pagecenterprint
	{
	margin: 0 auto;
	width: 600px;
	background: #FFFFFF;
	}
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

 /*   .upcoming-events {   position: absolute; top: 200px; left: 360px; }  */
 
 /*   .hentry { position: relative; top: 120px; margin-top: 40px; } */




.kids .page{
	background-image:url('/shared_images/looseleaf.jpg');
	padding-left: 100px;
	
}

.kids .page .entry .entry-header{
	padding-bottom: 10px;
}

.kids .page .entry li{
	list-style-type: none;
}

.fb_iframe_widget iframe {
    height: 80px !important;
}

ol li {
    list-style: decimal outside none !important;
}