/* $Id: style.css,v 1.1.4.2 2009/03/19 23:50:07 couzinhub Exp $
*/

/* colors 
	orange: 	#e85f3f
	blue: 		#77b6b4 
	tan: 		#ceb87f
	mid tan:    #baa572  #community hightlights title
	dk tan: 	#46340c 
	lt tan/yel: #ede9d0
*/

/*
	container padding: 10px
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  padding-top:10px;
  color:#46340c;
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
  width:761px;
}


/* fonts */

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2{
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight:normal;
}


/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover, a:active {
  /*
color: red;
  text-decoration: underline;
*/
}

/* Titles  */

h1 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
}
 
/* Paragraph Styles */
p {
  margin: 1em 0;
}

/* List Styles  */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */
table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code ###### DELETE ######## */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}




#header {
	height:54px;
}

#main {
	position:relative;
}



h1#site-name{
	position:relative;
	float:left;	
	width:100px;
	padding:0;
	margin:0;
	height:14px;
	font-size:14px;
	}

h1#site-name a{ 
	color:#000;
}

#footer {
	background-color: #eee;
}

#sidebar-left {
	background: #B9CAFF;
}

#sidebar-right {
	margin-top:0px;
	width:249px;
}

#content{
margin-top:0px;
padding-top:0px;
}


/* homepage specific */
#homeTitle{
	width:760px;
	height:324px;
}

.imageBox{
	float:right;
	width:248px;
	height:325px;
	background-color:#CCC;
	background-repeat:no-repeat;
	overflow:hidden;
}

#homeTitle .titleBox{
	float:left;
	width:503px;
	height:100%;
	background-color:#e85f3f;
	background-image:url('../images/bg_homeTitle.jpg');
	background-repeat: no-repeat;
}

.topBox{
	margin-bottom:10px;
}

#content-inner{
	width:503px;
	padding:0;
	margin:0;
}

#content-area{
	width:488px;	
	min-height: 255px !important;
	padding-left:15px;
	padding-right:0;
	padding-bottom:30px;
	padding-top:20px;
	background-color:#ede9d0;
	border-top:1px solid #ede9d0; /* fixes drupal layout bug*/
	background-image:url('../images/bg_content.jpg');
	background-repeat: repeat-y;
	background-position: top;
}

#content-area h2{
	line-height:120%;
}

#content-area h3{
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:16px;
	padding-bottom:8px;
}

#content-area p{
	font-size:12px;
	width:480px;
}


#content-area table{
	font-size:12px;
	margin-bottom:15px;
}

#content-area tbody{
	border:0;
}

#content-area th{
	border:0;
}

#content-area td{
	height:40px;
}

#content-bottom{
	width:100%;	
}
	
	
/* landing page specific */

#landingTitle{
	position:relative;
	float:left;
	width:760px;
	height:324px;
	margin-bottom:11px;
	background-color:#FFF;
}

#landingTitle .columnLeft{
	float:left;
}

#landingTitle .columnRight{
	float:right;
}

.subNav{
	position:relative;
	height:28px;
	width:503px;
	background-color:#77b6b4;
	margin-bottom:10px;
	font-size:11px;
}

.subNav h2{
	position: relative;
	float:left;
	width:95px;
	height:23px;
	text-align:center;
	background-color:#e85f3f;
	padding-top:5px;
	text-transform: uppercase;
	color:#ede9d0;
	font-size:11px;
}

.subNav ul{
	position:relative;
	float:right;
	width:400px;
	padding-top:6px;
}

.subNav li{
	display: inline;
	float:left;
	text-transform:uppercase;
}

.subNav li a{
	color:#46340c;
	text-decoration: none;
}

.subNav li a:hover{
	color:#ede9d0;
}

#landingTitle .photo{
	position:relative;
	width:503px;
	height:286px;
	background-repeat:no-repeat;
	background-position: center;
}

.title{
	position:relative;
	width:248px;
	height:135px;
	background-color:#e85f3f;
	background-repeat:no-repeat;
	background-position: center;
}

#landingTitle .headerContent{
	position:relative;
	width:248px;
	height:179px;
	margin-top:10px;
	background-color:#ceb87f;
}
	
/* community news page specific (node/24) */
.newsItem{
	padding-bottom:20px;
}
	
.newsItem p{
	padding-top:0px;
	font-size:12px;
}	
	
/* widget styles */	
.widget{
	position:relative;
	width: 238px; 
	min-height: 40px;
	text-align: center; 
	padding-top: 10px;
	padding-left:9px;
	margin-bottom:10px;
}

.widget h2{
	width:230px;
	text-align:center;
}

/* radio player*/
#sidebar-right .radio{
	background-color:#ede9d0;
	height:75px;
	background-image:url('../images/bg_radio_wdgt.jpg');
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

#sidebar-right .radio h2{
	float:left;
	width:150px;
	font-size: 18px;
	color:#e85f3f;
	text-transform: uppercase;
	text-align:left;
	line-height:120%;
}

#sidebar-right .external a{
	position:relative;
	float:left;
	top:7px;
	left:40px;
	height:10px;
	font-size:10px;
	color:#46340c;
}

#sidebar-right .player{
	position:relative;
	float:right;
	top:30px;
	width:80px;
	height:50px;
	padding-right:5px;
}

/* word of the day */
#sidebar-right .word{
	background-color:#e85f3f;
	height:102px;
	background-image:url('../images/bg_word_wdgt.jpg');
}

#sidebar-right .word h2{
	color:#FFF;
	letter-spacing:3px;
	font-weight:normal;
}

#sidebar-right .word h3{
	padding-top:10px;
	padding-bottom:15px;
	font-weight:normal;
	color:#ede9d0;
	letter-spacing: 2px;
}

/* region guide */
#sidebar-right .guide{
	height:85px;
	background-color:#77b6b4;
	background-image:url('../images/bg_guide_wdgt.jpg');
}

#sidebar-right .guide h2{
	text-transform: uppercase;
	text-align:left;
	letter-spacing:1.5px;
}

#sidebar-right .guide h3{
	width:220px;
	padding-top:8px;
	font-weight:normal;
	text-align:left;
	color:#FFF;
	font-size:15px;
	letter-spacing:1px;
}

/* archive search widget*/
#sidebar-right .archive{
	height:70px;
	background-color:#77b6b4;
	background-image:url('../images/bg_search_wdgt.jpg');
	text-align:left;
}	

#sidebar-right .archive h2{
	text-transform: uppercase;
	letter-spacing:1.5px;
	text-align:left;
}

#sidebar-right .archive h3{
	width:220px;
	padding-top:8px;
	font-weight:normal;
	color:#FFF;
	font-size:15px;
	letter-spacing:1px;
}

/* browser specific form positioning fix in respective stylesheets */
#sidebar-right .archive form{
	position:relative;
	width:160px;
	height:20px;
	top:-75px;
	left:85px;
}

#sidebar-right .archive input{
	position:relative;
	width:100px;
	height:18px;
	top:-2px;
	margin-left:5px;
	background-color:#EDE9D0;
    border:1px solid #46340C;

}

#sidebar-right input.archiveButton{
	position:relative;
	width:30px;
	height:20px;
	top:2px;
	left:3px;
	margin:0;
	padding:0;
	/* border:1px solid #46340c; */
	color:#46340c;
	text-transform: uppercase;

}

/* links widget (places and names pdfs, etc.) */
#sidebar-right .links{
	padding-bottom:20px;
	height:310px;
	min-height:310px !important;
	background-color:#e85f3f;
	
}

#sidebar-right .links h3{
	color:#ede9d0;
	font-weight:normal;
	font-size:14px;
	padding-top:5px;
}

#sidebar-right .links a{
	display:block;
	padding-bottom:5px;
	font-size:12px;
	color:#FFF;
}

#sidebar-right .links p{	
	color:#FFF;
}


/* media highlights widget */
#sidebar-right .media{
	background-color:#ede9d0;
	height:80px;
}

#sidebar-right .media h2{
	text-transform: uppercase;
	font-size:16px;
}


/* coloring book widget */
#sidebar-right .coloring{
	background-color:#ede9d0;
	height:80px;
}

#sidebar-right .coloring h2{
	text-transform: uppercase;
	font-size:18px;
	text-align:left;
	color:#E96040;
}

#sidebar-right .coloring h3{
	position:relative;
	top:-5px;
	text-transform: uppercase;
	font-size:11px;
	font-weight:normal;
}

#sidebar-right .coloring h4 a{
	position:relative;
	top:-5px;
	text-transform: uppercase;
	font-size:13px;
	font-weight:normal;
	color:#46340c;
}

#sidebar-right .coloring .link a{
	position:relative;
	top:-20px;
	left:25px;
	text-transform: uppercase;
	font-size:8px;
	font-weight:normal;
	color:#e85f3f;
}

#sidebar-right .coloring img{
	float:right;
	position:relative;
	right:5px;
	top:-32px;
}


/* dictionary widget */
#sidebar-right .dictionary{
	background-color:#CEB87F;
	background-image:url('../images/bg_dictionary_wdgt.jpg');
	height:157px;
}

#sidebar-right .dictionary h2{
	text-transform: uppercase;
	font-size:16px;
	text-align:left;
}


/* story of the month widget */
#sidebar-right .story{
	background-color:#e85f3f;
	background-image:url('../images/bg_story_wdgt.jpg');
	min-height:74px;
}

#sidebar-right .story h2{
	text-transform: uppercase;
	font-size:16px;
	text-align:center;
	color:#CEB87F;
}

#sidebar-right .story h3{
	padding-top:3px;
}

#sidebar-right .story p{
	text-align:left;
	font-size:12px;
	padding-bottom:5px;
}

#sidebar-right #block-block-15 .title{
	display:none;
}



/* featured childrens story widget */
#sidebar-right .childrenStory{
	background-color:#e85f3f;
	height:74px;
}

#sidebar-right .childrenStory h2{
	text-transform: uppercase;
	font-size:16px;
	text-align:center;
	color:#CEB87F;
}

#sidebar-right .childrenStory h4 a{
	position:relative;
	top:9px;
	left:-3px;
	text-transform: uppercase;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
}

#sidebar-right .childrenStory .link a{
	position:relative;
	left:-4px;
	text-transform: uppercase;
	font-size:8px;
	font-weight:normal;
	color:#46340c;

}

/* advertisements */
#sidebar-right .image-advertisement{
	position:relative;
	left:-1px;
	margin-bottom:3px;
}

#sidebar-right .image-advertisement img{

}

/* theater widget */
.theater{
	height:186px;
	padding-bottom:3px;
	background-color: #cfb87f;
	background-image:url('../images/bg_theater_wdgt.jpg');
	padding-left:10px;
}

.theater img{
	cursor:pointer;
}

.theater h2{
	text-align:left;
}

.theater h3{
	text-align:left;
	font-size: 12px;
	padding-top:10px;
	line-height:95%;
}

#theaterContainer{
	overflow: hidden;
}

#thumbContainer{
	height:52px;
	width:250px;
	padding-bottom:10px;
	padding-top:5px;	
}

.widget .theaterItem{
	position:relative;
	float:left;
	padding:2px;
	width:110px;
	height:55px;
}

 .theaterItem img{
	width:110px;
	height:55px;
}

.widget .theaterItem a img{
	border:1px solid #cfb87f;
}
.widget .theaterItem a:hover img{
	border:1px solid #FFF;
}

/* exhibit fo the month */
.exhibit{
	min-height:250px;
	background-color:#cfb87f;
	padding-bottom:5px;
}

.exhibit h2{
	color:#FFF;
}

.exhibit p{
	font-size:12px;
	text-align:left;
	width:230px;
	line-height:110%;
}


/* single video widget for landing pages */
.singleVideo{
	height:166px;
	padding-bottom:3px;
	background-color: #cfb87f;
	background-image:url('../images/bg_theater_wdgt.jpg');
	padding-left:10px;
}

.singleVideo .theaterItem img{
	position:relative;
	left:10px;
	top:20px;
	height:100px;
	width:200px;
}

.singleVideo h2{
	text-align:left;
}

/* overlay video player */

h2.theaterTitle{
	position:relative;
	text-align:center;
	margin-bottom:5px;
	margin-top:0;
}

#theaterNavWrapper{
	width:638px;
	height:100px;
	text-align:center;
	margin:auto;
	margin-top:15px;
	background-color:#EDE8CF;
	border:3px solid #46340c;
}

#theaterNavWrapper h3{
	margin:0;
	padding:0;
	margin-top:7px;
	font-size:16px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	letter-spacing: 1.2px;
}

#theaterNav{
	position:relative;
	width:490px;
	margin:auto; 
	text-align:center;
}

#theaterNav .theaterItem{
	position:relative;
	float:left;
	padding:2px;
	padding-right:10px;
	width:110px;
	height:55px;
	cursor:pointer;
}

/*
#theaterNav .theaterItem img{
	width:110px;
	height:55px;
	cursor:pointer;
}
*/

#theaterNav .theaterItem a img{
	border:1px solid #cfb87f;
}

#theaterNav .theaterItem a:hover img{
	border:1px solid #FFF;
}

.theaterItem a:focus, .theaterItem a:active{
	outline: 0;
}

#playerWrapper {
	height:391px;
}

#playerBorder{
	width:638px;
	height:390px;
	border:3px solid #46340c;
	margin:auto;
}

.modal-player{
	position:relative;
	text-align: center;
	z-index:50;
}

#TB_window{
	background:transparent;
}

#TB_window, #TB_title  {
	text-align:center;
}

#TB_title{
	position:relative;
	top:545px;
	right:50px;
	font-weight:bold;
}

#TB_closeAjaxWindow a{
	display:block;
	width:100px;
	padding-right:15px;
	background-image:url('../images/btn_overlayClose.gif');
	background-repeat:no-repeat;
	background-position:right;
}

#TB_window a{
	color:#000;
}

#theaterNav .prev{
	position:relative;
	float:left;
	top:20px;
	left:-20px;
	width:20px;
	height:20px;
	cursor:pointer;
}

#theaterNav .next{
	position:relative;
	float:right;
	right:-25px;
	top:-46px;
	width:20px;
	height:20px;
	cursor:pointer;
}

#theaterScroller{
	position:relative;
	overflow: hidden; 
	left:-10px;
	width:470px;
}

#itemContainer{
	height:52px;
	width:2000px;
	padding-bottom:10px;
	padding-top:5px;	
}
/* end theater widget */


/* news widget (accordion) */
#accordion {
	position:relative;
	width:100%;
	text-align:left;
	padding:0;
	background-color:#ede9d0;
	font-size:12px;
}

#accordion h2{
	padding-top:7px;
	padding-bottom:7px;
	font-size:18px;
	background-color:#baa572;
	color:#FFF;
	padding-left:10px;
}

#accordion h2 small{
	color:#46340c;
	font-size:12px;
	padding-left:10px;
}

#accordion h3{
	background-color:#ceb87f;
	margin:0;
	font-size:12px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
	border-top:1px solid #ede9d0;
	cursor:pointer;
	color:#46340c;
	outline: 0;
}

#accordion p{
	margin:0;
	padding:0;
	width:480px;
}

#accordion .pad{
	height:5px;  /* empty div used as spacer due to collapsing padding/margin issue */
}

#accordion a{
	font-weight:bold;
	color:#46340c;
}

#accordion .foot{ /* see IE sylesheets for browser specific fixes */
	height:20px;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

#accordion .foot a{
	background-image:url('../images/arrowRight.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:8px;
	font-size: 10px;
}

.ui-accordion-content{
	height:90px;
	overflow:hidden;
}

#accordion-inner{
	overflow:hidden;
}

#accordion-inner p{
	width:450px;
}

.ui-accordion-content-active{
	padding:0;
	margin:0;
	padding-left:10px;
	line-height:130%;
}

/*
.fullLink{
	position: relative;
	left:3px;
	padding-left:7px;
	background-image:url('../images/arrowRight.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
*/

#accordion-inner img.arrow{
	position:relative;
	margin-right:4px;
	top:-1px;
} 

.headerClose{
	background-image:url('../images/headerClose.gif');
	background-repeat: no-repeat;
}

.headerOpen{
	background-image:url('../images/headerOpen.gif');
	background-repeat: no-repeat;
}

.ui-icon{
	float:right;
	display:block;
	padding-right:10px;
	width:20px;
	height:17px;
	background-position:0px 1px;;
}
/* end news widget */
/* end widget styles */

#contentFooter{
	position:relative;
	width:503px;
	height:30px;
	top:-10px;
	background-image:url('../images/footer.gif');
	background-repeat: no-repeat;
}

#contentFooter p{
	position:relative;
	top:30px;
	padding-left:10px;
	padding-top:3px;
	font-weight:bold;
	font-size:11px;
}

#contentFooter a{
	color:#46340c;
}

ul.secondary-links{
	position:relative;
	left:120px;
	padding-top:1px;
	font-size:11px;
}

ul.secondary-links li{
	width:100px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	border-right:1px solid #46340c;
}

ul.secondary-links li.first{
	border-left:1px solid #46340c;
	margin-left:10px;
}

ul.secondary-links li.last{
	border:none;
}

#customSearch{
	position:relative;
	float:right;
}

/*map */
#gmap-auto1map-gmap0{
	position:relative;
	left:-5px;
}

/* nav bar top */

#superfish{
	display:none; /* hide until page loaded */
}

.sf-menu {
	text-transform: uppercase;
	font-weight:normal;
}

.sf-navbar {
	background:		#ceb87f;
}

.sf-navbar li li, .sf-navbar li li a.active, .sf-navbar li li.active-trail {
	background-color:		#FFF;
}

/* DELETE */
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
.sf-navbar a:focus, .sf-navbar a:hover{
/* 	color:#FFF; */
}
/* */


/* end nav bar */


/* site map */
.site-map{
	font-size:12px;
	margin-left:20px;
}

.site-map h2{
	display:none;
}

.site-map a{
	color:#46340c;
}

/* clickable divs */
.clickable{cursor:pointer;}

/* custom settings */
#attachments{display:none;}

.tabs{
	margin-top:20px;
}

/* link types */
/*
a[href$='.pdf'] {
	background:transparent url(../images/filetype/pdf.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
*/

/* search results */
.query{
	font-weight:bold;
	color:#E85F3F;
}


/* misc */

hr{
	width:478px;
	border-top:1px;
}

.tooltip{ 
	position:fixed;
  	width:400px;
	height:auto;
	z-index: 110;
	border:2px solid #666;
	background-color: #333;
	color:#FFF; 
	font-size: 12px;
	padding:5px;
	text-align:left;
}

.tooltip h1{
	font-size:16px;
}

/* tooltip for single video on subpages */
.singleTip{ 
	position:fixed;
  	width:260px;
	height:auto;
	z-index: 110;
	border:2px solid #666;
	background-color: #333;
	color:#FFF; 
	font-size: 10px;
	padding:3px;
	text-align:left;
	line-height:130%;
}

.singleTip h1{
	font-size:13px;
}

/* photo mouseover captions */
.captionTip{
	/* position:fixed; */
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 z-index: 3; 
	 display: none;

	width:238px;
	padding:3px;
	padding-right:10px;
	font-size:11px;
	background-color:#CCC;	
}

.captionTip.wide{
	width:490px;
}

/* places and names iframe */
.placetable{
	background-color:#FFF;
	padding:5px;
}

.placetext{background-color:#FFF;}

.placeimgbg{
}



.clear{ clear:both; }

