@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Great Libraries
Theme URI: http://greatlibraries.org/wp/wp-content/themes/greatlibraries
Description: GLOW theme
Version: (v1.0)
Author: DigitalBarrio.org
Date: 07-27-2009

--------------------------------------------------
Structure:

.entire-page
	#header
	  .topNav
	  .logo
	 
	.wrapper 
		#container  
			.post
			.entry
			.postNav
			
		.sidebar
		
	#footer
		.footerNav
		.footerCopyright
--------------------------------------------------
Colors:

dark blue:      #003366;    top nav link (a:link, a:visited)
maroon:			#660000;    top nav onHover (a:hover, a:active)
grey: 			#777777;	footer text color
golden yellow	#FF9900; 	sidebar text
light blue		#445f7d;	sidebar link
vanilla white;  #fff7e3;	sidebar-treasures text  
   
--------------------------------------------------

--------------------------------------------------
*/

/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}
/*
--------------------------------------------------
entire-page 
--------------------------------------------------
*/

#entire-page {
	width: 1080px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: blue; /* not working*/
}

/*
--------------------------------------------------
header logo
--------------------------------------------------
*/

.logo {
  width: 1080px;
  height: 123px;
  position: absolute;
  margin-top: -1px;
}

/*
--------------------------------------------------
top horizontal navigation   
--------------------------------------------------
*/

.topNav, .topNav ul {
	width: 1080px;
	height: 25px;
	z-index: 500;
	padding: 0; /* remove all the borders and padding from the default list styling */
	margin: 0; /* remove all the borders and padding from the default list styling */
	list-style-type: none; /* remove all the bullets from the default list styling */
	text-align: center;
}

/* style the links for the top level */
.topNav a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #003366; /*dark blue*/
	height: 20px; 
	border:1px solid #FFFFFF; 
	background-image:url(assets/topNavBG.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	line-height: 23px; 
}

/* style the top level hover */
.topNav a:hover, #nav ul ul a:hover{
	color: #FFFFFF; /*#003366;  dark blue*/
	background: #660000; /*#FFFFFF; white*/
}

.topNav li {
	float: left;
	width: 135px; /* width needed or else Opera goes nuts */
	z-index: 500;
}

/* second-level lists */
.topNav li ul {
	position: absolute;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers or Opera */
	display: none;
	z-index: 500;
}

.topNav li:hover ul, .topNav li.sfhover ul {
	left: auto; /* lists nested under hovered list items */
	z-index: 500;
}

/*ie7 drop down menu fix */
.topNav li:hover ul, .topNav li.over ul {
	display: block;
	position: relative; /*align 2nd-level drop-down with the top-level in ie7*/
}
/*ie7 drop down menu fix */
.topNav li:hover, .topNav li.hover {   
    position: static;   
}  

/* style the second level links */
.topNav ul ul a, .topNav ul ul a:visited {
	background: #EFF0F1;  /*light grey*/
	color: #660000; 
	height: auto; 
	line-height: 0.9em; 
	padding: 5px 10px; 
	width: 140px;
}
.topNav ul ul a:hover {
	color: #FFFFFF;
	background-color: #660000;
}
/* style the third level links */
.topNav ul ul ul a:hover{
	background: #333333;  /*grey*/
	color: #cd8200; /*gold*/ 
}
/* position the third level flyout menu */
.topNav ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 120px; 
	top: 0; 
}

/* make the third level visible when you hover over second level list OR link */
.topNav ul:hover ul:hover ul{ 
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.topNav li:hover ul ul{
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers or Opera */
	display: none;
}

/*
--------------------------------------------------
main content
--------------------------------------------------
*/
body {
	margin: 0px auto;
	padding: 0px;
	font-family: "Times New Roman", serif;
	font-size: 14px; /*62.5%;  Resets 1em to 10px */
    color: #0f0902; /*dark grey*/
	text-align: left;
	vertical-align: top;
	width: 1080px;
	background-color: none;
}
#blueHome {
	background-image: url(assets/background-blueHome.jpg);
	background-repeat: repeat-x;
	background-color: #445f7d;
}	
	
#blue {
	background-image: url(assets/background-blue.jpg);
	background-repeat: repeat-x;
	background-color: #445f7d;
}

#grey {
	background-image: url(assets/background-grey.jpg);
	background-repeat: repeat-x;	
}
#green {
	background-image: url(assets/background-green.jpg);
	background-repeat: repeat-x;
	background-color: #409e40;	
}
#red {
	background-image: url(assets/background-red.jpg);
	background-repeat: repeat-x;
	
}
#yellow {
	background-image: url(assets/background-yellow.jpg);
	background-repeat: repeat-x;
	background-color: #dfba61;	
	
}


/*
--------------------------------------------------
content area (background styles)
--------------------------------------------------
*/

.wrapper {
	width: 1080px;
	min-height: 651px;
	margin: 120px auto 10px auto;
}
#behind-the-scenes {
	background-image: url(assets/behindTheScenes-bg.jpg);
	background-repeat: no-repeat;
}
#treasures {
	background-image: url(assets/treasures-bg.jpg);
	background-repeat: no-repeat;
}
#links {
	background-image: url(assets/links-bg.jpg);
	background-repeat: no-repeat;
}
#about {
	background-image: url(assets/about-bg.jpg);
	background-repeat: no-repeat;
}
#board {
	background-image: url(assets/board-bg.jpg);
	background-repeat: no-repeat;
}
#policies {
	background-image: url(assets/policies-bg.jpg);
	background-repeat: no-repeat;
}
#donate {
	background-image: url(assets/donate-bg.jpg);
	background-repeat: no-repeat;
}
#sponsorship {
	background-image: url(assets/sponsorship-bg.jpg);
	background-repeat: no-repeat;
}
#store {
	background-image: url(assets/store-bg.jpg);
	background-repeat: no-repeat;
}
#contact {
	background-image: url(assets/contact-bg.jpg);
	background-repeat: no-repeat;
}
#comments {
	background-image: url(assets/comments-bg.jpg);
	background-repeat: no-repeat;
}
#transcript {
	background-image: url(assets/transcript-bg.jpg);
	background-repeat: no-repeat;
}
#press {
	background-image: url(assets/press-bg.jpg);
	background-repeat: no-repeat;
}

#container {
	float: left;
	width:760px;
	padding: 20px;
}

/*
--------------------------------------------------
content area (index/single/page)
--------------------------------------------------
*/
.entry {
	line-height: 16px;
	font-size: 15px;
    color: #333333; /*grey*/
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	margin: 56px 0px 0px 21px;
	padding: 5px 25px 10px 30px;
	background-color: #FFFFFF;
}
.entry a:link {
	text-decoration: none;
	color: #660000;
}
.entry a:hover {
	text-decoration:underline;
	color: #660000;
}
.entry h3 {
	color: #660000;
}
.entry h4 a {
	text-decoration: none;
	color: #660000;
}
.entry h4 a:hover {
	text-decoration:underline;
	color: #660000;
}

.entry-store {
	line-height: 16px;
	font-size: 15px;
    color: #333333; /*grey*/
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	margin: 56px 0px 0px -20px;
	padding: 5px 25px 10px 52px;;
	background-color: #FFFFFF;
	width: 1002px;
	height: auto;
}

.wp-caption {
	font-size: 12px;
	font-style: italic;
	color: #445f7d; /*light blue*/
}
p.postmetadata {
	border-top: 1px solid #CCC;
	margin: 10px 0 0 0;
}
.postNav {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


/*
--------------------------------------------------
home page content
--------------------------------------------------
*/
.content {
	width: 100%;
	height: 100%;
	margin: 122px 0px 0px 0px;
	padding: 0px 0px 0px;
}
.homeTable {
	width: 100%;
	margin: 0px 0px 0px; 0px;
	padding: 0px;
	border: none;
}

#topLeftCol {
	background-image: url(assets/topLeftColBG.jpg);
	width: 300px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#topLeftCol h1 {
	font-weight: normal;
    color: #cd8200;
    margin: 10px 0px 10px 0px;
}
#topLeftCol h4 {
	font-weight: normal;
    color: #cd8200;
	text-align: left;
	width: 260px;
	font-size: 15px;
}
#topLeftCol h4 a{
    color: #cd8200;
	text-decoration: none;
	line-height: normal;
}
#topLeftCol h4 a:hover {
	text-decoration:underline;
    color: #FFFFFF;
}
#topLeftCol p {
	color: #cd8200;
	font-size: 13px;
	width: 260px;
}
#topMidCol {
	background-color: #000000;
	width: 480px;
	height: 317px;
}
#vidTitle {
	z-index: 5;
}
.center-video {
	width: 480px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	z-index: 10;
}
#topRightCol {
	background-image: url(assets/topRightColBG.jpg);
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#topRightCol h1 {
	color: #cd8200;
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
}
#topRightCol img {
	margin: 1px 5px 4px 15px;
}
#topRightCol p {
	color: #cd8200;
	font-size: 13px;
}
#bottomLeftCol {
	width: 300px;
	text-align: center;
	background-image: url(assets/index-left-quotes.gif);
  	background-repeat: no-repeat;
}
#bottomLeftCol p {
   	font-size: 16px;
    color: #777777; /* grey */
    text-align: left;
    font-style: italic;
    line-height: 1.6em;
    margin: 10px 20px 0px 35px;
    padding: 0px 0px 0px 0px;
}	
#bottomMidCol {
	background-color: #FFFFFF;
	height: 255px;
	width: 480px;
	padding: 0px 20px 0px 30px;
	margin-top: 10px;
}
#bottomMidCol img {
	padding-top: 10px;
}
#bottomMidCol p {
	font-size: 17px;
	margin-top: 0px;
	line-height: 19px;
}
#bottomRightCol {
	width: 300px;
	padding: -11px 4px 0px 8px;
}
#bottomRightCol img {
	padding: 15px 5px 3px 30px;
	border-style: none;
}
.toggleopacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}
.toggleopacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-opacity: 0.75;
}
#bottomRightCol a {
	font-size: 14px;
	text-align: center;
	color: #660000;
	text-decoration: none;
}
#bottomRightCol a:hover {
	color: #003366;
}


/*
--------------------------------------------
sidebar (right)
--------------------------------------------
*/
.sidebar {
	float: left;
	width: 270px;
	background-color: none;
	margin: 0;
	padding-top: 80px;
	display: inline; /*IE fix for double margin*/
	position: relative;
}
.sidebar ul {
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.sidebar ul li {
	color: #FF9900; /* golden yellow*/
	padding: 0 0 5px 20px;
	font-size: 14px;
}
.sidebar ul li a {
	color: #445f7d; /*light blue*/
}
#calendar {
	font-size: 14px;
}
table#wp-calendar {
	width: 80%;
}

/*
--------------------------------------------
sidebar-treasures (right)
--------------------------------------------
*/
.sidebar-treasures {
	float: left;
	width: 270px;
	background-color: none;
	margin: 0;
	padding-top: 80px;
	display: inline; /*IE fix for double margin*/
}
.sidebar-treasures  ul {
	list-style: none;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.sidebar-treasures  ul li {
	color: #fff7e3; /* vanilla white */
	padding: 0 0 5px 20px;
	font-size: 14px;
}
.sidebar-treasures ul li a {
	color: #555555; /*light grey*/
}
/*
--------------------------------------------
sidebar-links (right)
--------------------------------------------
*/
.sidebar-links {
	float: left;
	width: 270px;
	background-color: none;
	margin: 0;
	padding-top: 80px;
	display: inline; /*IE fix for double margin*/
}
.sidebar-links  ul {
	list-style: none;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.sidebar-links  ul li {
	color: #fff7e3; /* vanilla white */
	padding: 0 0 5px 20px;
	font-size: 14px;
}
.sidebar-links ul li a {
	color: #555555; /*light grey*/
}


/*
--------------------------------------------
sidebar-about (right)
--------------------------------------------
*/
.sidebar-about {
	float: left;
	width: 280px;
	margin-left: -20px;
	padding: 125px 0 0 0;
}
#dlAboutVids {
	margin: 110px 20px 0 10px;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#dlAboutVids h3 {
	color: #FF9900; /* golden yellow*/
}
#dlAboutVids ul li a {
	font-size: 16px;
	color: #FF9900; /* golden yellow*/
	text-decoration: none;
}
#dlAboutVids ul li a:hover {
	font-size: 16px;
	color: #FFFFFF; 
	text-decoration: underline;
}
/*
--------------------------------------------
sidebar-donate (right)
--------------------------------------------
*/
.sidebar-donate {
	width: 225px;
	float: right;
	margin: 50px 48px 5px 5px;
}

#justGive img {
	margin: 100px 0 0 22px;
	border-style: none;
}
#justGive p {
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 14px;
}
#justGive a {
	color: #FF9900;
	text-decoration: none;
}
#justGive a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#paypal {
	width: 220px;
	margin: 130px 48px 5px 5px;
}
#paypal p {
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 19px;
}
#paypal li {
	list-style: none;
	height: 60px;
	margin: 0 0 0 22px;
}


#calendar {
	font-size: 16px;
}
table#wp-calendar {
	width: 80%;
}

/*
--------------------------------------------
Comments
--------------------------------------------
*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Gill Sans MT", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

/*
--------------------------------------------
footer
--------------------------------------------
*/

#footer {
	/*clear: both;*/
	/*float:left;*/
	/*width: 1280px;*/
	height: 260px;
	background-color: #FFFFFF;
	background-image: url(assets/footer.jpg);
	background-repeat: repeat-x;
	margin: 2px 0px 0px 0px; /* remove all the borders and padding from the default list styling */
	list-style-type: none; /* remove all the bullets from the default list styling */
	font-size: 10px;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	color: #888888;
}
.footerNav {
	height: 10px;
	width: 820px;
	float: left;
	padding: 12px 1px 1px 1px;
}
.footerNav li {
	display: inline;
}
.footerNav li a {
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	padding: 1px 8px 2px 8px;
	border-right: 1px dotted #888888;
}
.footerNav a:hover {
	color: #660000;
	text-decoration: underline;
}
.footerCopyright {
	height: 10px;
	width: 258px;
	float: right;
	padding: 5px 0 0 0;
}

.footerCopyright p {
	padding: 4px 12px 2px 0;
}
.footerCopyright a {
	color: #660000;
	text-decoration: none;
}
.footerCopyright a:hover {
	text-decoration: underline;
}

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

