/***********************************************/
/* 2col_leftnav.css                            */
/* Use with template 2col_leftnav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a, a:hover, a:visited {
	color: #000099;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
}

h2{
 font-size: 124%;
 color: #660000;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

img {
	margin-top: 10px;
	}	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{ 
	margin: 0 0 0 0;
	padding: 1% 0 0 0 ;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid black;
}
 #masthead h1 {
 	margin-bottom: 10px;
}
#masthead a, a:visited, a:link {
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
#navBar{
	float: left;
	height: 150%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 20%;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#navBar li {
	padding-top: 10px;
	padding-left: 3%;
	height: 30px;
	border-right: 2px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#navBar ul {
	list-style-type: none;
}
#navBar a {
	color: #ffffff;
	font-size: 85%;
	font-weight: normal;
}
#navBar a:hover {
	text-decoration: underline;
}

#main-content{
	width: 100%;
	text-align: center;
}
#main-content a {
	color: #ffffff;
	font-size: 120%;
}
#main-content a:hover {
	text-decoration: underline;

	}
#content{
	float: left;
	width: 60%;
	margin: 0 0 2% 0;
	padding: 0 3% 0 1%;
}
#content a {
	color: #000099;
	text-decoration: underline;
	font-size: 100%;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	margin-right: 10px;
	width: 100%;
	padding: 5px 10px 10px 10px;
	font-size: 80%;
	text-align: center;
}
#footer a {
	font-size: 100%;
	color: #000099;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

	

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #000099;
padding: 0px 0px 0px 10px;
margin: 0 10px 0 0;
white-space: nowrap;
text-align: right;
font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color: #000099;
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#globalNav a:hover {
	text-decoration: underline;
}

.note {
	font-size: 75%;
}

.programinfo {
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	}
.center {
	text-align: center;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************ #navBar background styles ***********/

#title {
	margin: 20px 0 10px 0;
	font-size: 150%;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0;
	padding: 0px;
	color: #000000;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	color: #000099;
	font-size: 110%;
	font-weight: bold;
	}
	
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	text-decoration: underline;
	padding: 2px 0px 2px 10px;
}

#sectionLinks li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***** background colors for nav links ********/
.events {
	background-color:#3366FF;
}
.reading {
	background-color: #FF66FF;
}
.websites {
	background-color: #CC9900;
}
.catalog {
	background-color: #FF6600;
}
.storytimes {
	background-color: #336600;
}
.cph {
	background-color: #9966FF;
}
.homework {
	background-color: #660099;
}
.about {
	background-color: #99cc99;
}
.hours {
	background-color: #666666;
}
.photos {
	background-color: #cc3333;
}
.registration {
	background-color: #996633;
}
.tumblebooks {
	background-color:#330066;
}
a.pageheading,a:hover.pageheading, a:visited.pageheading {
	margin-left: 150px;
	color: #ffffff;
}
.title {
	font-style: italic;
}