/*

main colors:
#008F4C;


EEFFEE

*/


*{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img{	border: 0;	}

a{
	color: #799E8D;
}

a:hover{	text-decoration: underline !important	}
b, strong{	font-weight: bold;	}
.back_link{
	color: white;
	background-color: blue;
}
.read_more_link{
	font-size: 11px;
	color: white;
	background-color: green;
}

p{ font-size: 12px; }

/* ================== Layout	============= */


body{
	width: 100%;
	height: 100%;
	display: block;
	color: #222;
	background: url(../images/bg.jpg) top left repeat-x #000;
}
#wrapper{
	width:  1000px;
	margin: auto;
	padding: 50px 40px 10px 60px;
	background: url(../images/inner_bg.jpg) top left no-repeat #000;
}		
		
		
#header{
	height: 58px;
	padding-bottom: 20px;
}		

#left_col{
	float: left;
	width: 310px;
	height: 430px;
	margin: 2px;
	padding: 100px 0px 0px 38px;
	display: block;
	background: url(../images/clip_board.png) 10px 0px no-repeat transparent;
}



#right_col{
	float: right;
	width: 630px;
	display: block;
	padding-left: 4px;
	height: 530px;
	margin: 2px;
}

#player{
	display: block;
	width: 500px;
	height: 280px;
	border: 0;
	float: left;
}

#player_icons{
	float: right;
	width: 124px;
	margin: 0px;
	padding: 0px;
	
}


#home_text_block{
	margin-top: 10px;
	height: 230px;
	width: 330px;
	overflow: auto;
	float: left;

}
#home_latest_news{
	margin-top: 10px;
	height: 230px;
	width: 290px;
	overflow: auto;
	float: left;
	margin-right: 4px;
}

#main_text_block{
	margin: 10px;
	padding: 2px;
	height: 490px;
	width: 600px;
	overflow: auto;
}

#main_text_block img{
	max-width: 220px;
	float: right;
	padding: 2px;
	margin: 2px;
}
	

h2{
	background: url(../images/h2_paper.jpg) 0px 0px repeat transparent;
	color: #0F140E;
	border-bottom: 1px solid #0F140E; 
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold; 
	padding: 4px;
}

h3{
	background-color: #0F140E; 
	color: #FFF;
	font-size: 16px;
	font-weight: bold; 
	padding: 4px;
}


h4{
	background: url(../images/h2_paper.jpg) 0px 0px repeat transparent;
	color: #0F140E;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold; 
	padding: 2px;
}

h5{
	background-color: #0F140E; 
	color: #FFF;
	font-size: 12px;
	font-weight: bold; 
	padding: 4px;
}



#main_text_block p, #home_text_block p, #home_latest_news p{
	padding: 4px;
	color: #fff;
	background-color: #121212; 	
/*	background: url(../images/text_bg.png) 0px 0px repeat transparent;	*/
}	


.white{
	color: #FFF;
}

.news_item{
	padding: 4px;
	margin: 4px;
	color: #fff;
	background-color: #121212; 	
/*	background: url(../images/text_bg.png) 0px 0px repeat transparent;	*/
}	
.headline{
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	padding: 2px 2px 2px 6px;
	margin: 2px;
}
.date_published{
	font-style: italic;
	font-size: 12px;
	float: right;
	padding: 2px;
	margin: 2px;	
}
.news_item p{
	background: none !important;
}

/* ==================================== NAVIGATION =================================*/

ul#top_nav {
	width: 250px;
	clear: both;
	display: block;
	list-style-type: none;
	margin-left: 10px;
}
ul#top_nav li a {
	display: block;
	font-weight: bold;
	color: #000;
}
ul#top_nav li a:hover{
	background: url(../images/nav_hover.png) 0px 0px no-repeat transparent;
}

ul#top_nav li a.active{


}



ul#sub_nav {
	clear: both;
	list-style-type: none;
	border-right: 1px solid #dedede;	
}


ul#sub_nav li a {
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #0072BC;
	text-decoration: none;
	font-size: 11px;
}

ul#sub_nav li a.active{
	color: #008F4C !important; 
}

ul#sub_nav li ul{
	list-style: none;
	padding-left: 20px;
	border-bottom: 1px solid #dedede;
}



/* ============= SITE MAP ====== */

#site_map{
	padding: 10px;
	margin: 10px;
}
#site_map .summary{
	font-size: inherit;
	color: #666;
}
#site_map .topnav_level{
	margin-top: 8px;
	font-size: 12px;
}
#site_map .subnav_level{
	margin-top: 6px;
	padding-left: 5px;
	font-size: 11px;
}
#site_map .subsubnav_level{
	margin-top: 4px;
	padding-left: 10px;
	font-size: 10px;
}






/* ============================ FOOTER ================== */
#footer{
	clear: both;
	display: block;
	padding-top: 20px;
}
#footer p{
	margin: auto;
	text-align: right;
	font-size: 10px;
	color: #666;
}
#footer a{
	font-size: 10px;
	color: #666 !important;
}

#footer p#disclaimer{
	width: 350px;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #999;
}



/* ======================================== Screen Reader Hack ==============================*/
.hidden{	
	display: none;
	/* \*/
	display: block;
	/* */
	position: absolute;
	left: -2000px;	
	top: -2000px;	
	width: 1px;	
	height: 1px;
}





/* ================ events calendar ========== */
.calendar{
	margin: 5px;
	padding: 5px;
	border: none;
	color: #666;	
}
.calendar td{
	border: 1px solid #666;
	color: #333;	
	width: 80px;
	height: 80px;
	vertical-align: top;
}
.calendar th{
	border: none;
}
caption.calendar-month{
  font-size: 18px;		
  font-weight: bold;
}

.daynumber{
	font-size: 11px;
}

.event{
	clear: both;
	float: left;
	background-color: #FDD;
	font-size: 12px;	
	width: auto;
	margin: 1px;
}
.event a{
	font_weight: bold;
}
.today{
	background-color: #DFD;
}









#content ul{
	margin-left: 40px;
}
#content li{
	font-size: 11px;
}



.photoalbum_item{
	padding: 4px;
	margin: 4px;
	background-color: #000; 
	height: 128px;
}
.photoalbum_item img{
	float: left;
}
.photoalbum_item .title, #photoalbum_single_view .title{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	margin: 4px;	
	width: 360px;
}
	
.photoalbum_item .read_more_link, #photoalbum_single_view .back_link{
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #80AFA7;
	padding: 4px;
	margin: 4px;	
	background: none;
	width: 360px;
}
	
	
#photoalbum_single_view{
	padding: 4px;
	margin: 4px;
	background-color: #000; 
	min-height:88px;
}
#photoalbum_single_view p{
	padding: 4px;
	background-color: #999; 
}
#photoalbum_single_view .description{
	padding: 4px;
	color: #ddd;
	font-size: 12px; 	 
	clear: both;
	display: block;
}



.photo{
	padding: 4px;
	margin: 4px;
	background-color: #000; 
	border: 1px solid #80AFA7; 
	float: left;
	width: 120px;
	height: 175px
}


ul#clips{
	list-style: none;
	background: url(../images/h2_paper.jpg) 0px 0px repeat transparent;
	padding: 4px;
	display: block;
}

ul#clips li{
	color: #0F140E;
	font-size: 12px;
	font-weight: bold; 
	margin: 2px;
	padding: 2px;
}
ul#clips li a{
	color: #000;
	text-decoration: none;
	width: 80px;
	display: block;
	padding-left: 16px;
}

ul#clips li a:hover{
	background: url(../images/play_icon.png)  0px 0px no-repeat transparent;
}

#link_icons{
	clear: both;
	padding-top: 20px;
	
}

