/* @override 
	http://www.solarliberty.org/template/v3/css/screen.css
*/

*{ }

body{
	font-family: Verdana, sans-serif;
	font-size: .8em;
	color: #333;
	margin: 0;
	line-height: 1.5em;
	background-color: #e9e9e9;
}

img, a img, a{border: 0;}

h1{
	color:#55075B;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.3em;
}

h2{
	color:#55075B;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 160%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3{
	color:#666;
	font-size: 103%;
	font-weight: normal;
	margin: 22px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4{
	color:#55075B;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.3em;
	margin: 6px 0 0 0;
	
}

p{ 	margin-top: 0; margin-bottom: 10px; }
a{}
a:hover{}

#subnav .active{
	color: gray;	
}

.wrapper{ width: 100%; clear:both; overflow:hidden; position: relative;}

.subtitle{
	color:#999;
	font-size: 95%;
}

#page{
	width: 950px;
	min-height: 500px;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
}

#header{ 
	padding: 0; border: 0;
	height: 171px;
	background: url('../images/header_bg.png') repeat-x;
	}

#logo{
	float: left; height: 172px;	width: 360px; overflow: hidden;
}

#nav{ 	background-color: #4C114F;
		width:590px; height: 20px;
		float: right;
		padding: 72px 0 2px 0;
}

#nav .active img{
 /*border-bottom: 5px solid gray;*/
}

#subnav{
	padding: 14px;
	text-transform: uppercase;
	font-size: 7.5pt;
	position: absolute;
	right: 0px;
	top: 105px;
	font-family: times,"Times New Roman",serif;
	width: 575px;
}

#subnav a { color: #4C114F; text-decoration: none;}

#panel{
	padding: 0 30px;
	height: 312px;
}

#slides{ display: none;} /*initially hide slides */

.nav img{ float: left;}

#content{
		margin: 0; padding: 0;
		margin-top: 30px;
		min-height: 300px;
		float: left;
}

	#content_left{
		float: left;
		width: 205px;
		margin-left:35px;
		display: inline;

	}

	#content_center{
		background-color: #F1F6CF;
		width: 600px;
		min-height: 150px;
		float: right;
		margin: 0 32px 0 15px;
		padding:  10px 22px;
	}
	
	/* Changes for project pages only	 */
	/*
	.project #content_center{
		width: 460px;
		float: left;
		margin: 0 20px 0 15px;

	}
	*/
	
	#content_right{	
		margin-right:30px;
		float: right;
		width: 140px;
		display: inline;
	}

/* Changes for gallery pages only */
.photogallery #content_center{
	width: 560px;
	padding:  0px 0 20px 29px;
	margin-bottom: 20px;
	
}
.photogallery #content_left{
	width:  255px;
	overflow: hidden;
	margin-left: 55px;
	
}

.photogallery_group{
	width: 176px;
	float: left;
	overflow:hidden;
	padding: 0 8px;
}

.photogallery .gallerycell{
	width: 156px; 
	height:120px;
	overflow: hidden;
	float: left;
	margin: 22px 27px 0px 0px;
}

.photogallery #content_center img{
	width: 170px;
}

.photogallery .nav ul{
		list-style: none;
		padding: 0;
		font-family: arial,sans-serif;
		font-size: 1.1em;
		line-height: 1.6em;
	}
	.photogallery a{ text-decoration: none; color: #000;}
	.photogallery a:hover{ text-decoration: underline;}	
	
	ul.level1{
		margin: 20px 0 20px 12px;}
	.level1 a{font-weight: bold;}
	ul.level2{ 
	margin: 2px 0 10px 12px;}
	.level2 a{font-weight: normal;}
	
	a.current{ color: #4C114F; font-weight: bold;font-size: 110%;}

/* sidebar */
.sidebar_block{
	border:  1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}


/* old sidenav */

#sidenav{}
#sidenav a.nav{
	font-family: times,"times new roman", serif;
	font-size: .70em;
	letter-spacing: .3em;
	padding:  1px 5px 0px 12px;
	margin: 4px 0;
	text-decoration: none;
	display: block;
}

#sidenav a.nav:hover {
	background-color: #4C114F; font-weight: bold;
}

.even{ color: white; background-color: gray; }

.odd{ color: gray; background-color: white;}

.wrapper_linked_thumbnails{margin-bottom: 12px;}
.wrapper_linked_thumbnails img{padding: 5px 0 0  8px}
 

#donate{ padding: 15px 0 15px 90px;}

#footer{
	margin-top: 25px;
}

#footer_address{height:50px;overflow:hidden;}
#footer_address_address{color:#999;font-family:arial,sans-serif;padding:15px 0 0 35px;font-size: 10pt;float:left;}
#footer_address_donate{float:right;width:175px;}
#footer_nav{ background-color: #4C114F; width: 100%; height: 35px;}

/* FORMS */
.dl_form dt{font-weight: bold;}
.dl_form dd{ margin:0 0 15px 0; padding: 0;}

.dl_list{
	margin-left: 20px;
}
.dl_list dd{ margin: 0; margin-bottom: 10px;}
.dl_list dt{ margin: 0; font-weight: bold;}


.row{	width: 100% }

/*
.cell{
	width: 120px;
	margin: 2px 5px 10px 5px;
	float: left;
}
*/

.video{
position: relative;
}

.video_thumbnail img{
	width: 120px;
}

.video_overlay {
	background-image: url('/template/v3/images/video_overlay.png');
	z-index: 1000;
	position: absolute;
	top: 0;left: 0;
	height: 120px;
	width: 120px;
}

.error{
	color: red; font-weight: bold;
}

