/*1.tag defaults/general*/

img {
	border: none;
	margin: 0; 
	padding:0; 
}

/*default font, margin & padding reset*/
body, p, h1, h2, h3, h4, h5, div, span, a, input, textarea, select, option, form {
	font: 11px Arial, Sans-Serif; 	
	color: #000000; 
	margin: 0; 
	padding: 0;
	line-height: 14px; 
}

.hl {
	font-weight: bold;	
}
	
/*links*/
a:link, a:visited {
	color: #000000;  
	text-decoration:none; 
}

a:hover, a:active {
	text-decoration:underline; 
}



h1 {
	font-size: 18px; 	 	
	
	padding: 1px 2px 0 3px; 
	margin-bottom: 4px; 
	color: #336699;
	text-transform: uppercase;	
}	




/* project headlines*/
h5 { 
   font-weight: bold; 	
}

.left {
  float: left; 
}

.right {
  float: right; 
}

/*2.main layout*/
  body {
	text-align: center;
	padding-bottom: 160px; 
  }

/*main container*/
div#container {
	margin: 30px auto 8px auto; 	
	width: 840px;
	text-align: left;
	background-color: #FFFFFF; 
	}

/*****headeer***/
#header {
	height: 220px;
	position: relative;  	
}
	
#logo {	 
	float: left; 	
}

#photographer {
	float: right;  	
}

#we_are_text {
	position: absolute;
	left: 0px; 
	top: 188px;   	
	width: 840px;
}

#new_project {
	height: 90px; 

}

#projects_top_space {
	height: 30px; 
}

#projects_bottom_space {
	clear: both;
	height: 50px; 
	position: relative;
}



/*because content is only floating elements we have to set an articial height for the standard-browsers*/
#footer {
	clear: both; 	
	position: relative;
	padding-top: 20px; 	
    padding-bottom: 120px;
}

/*vert spacing between line and text*/
#footer .left, #footer .right	 {
	padding-top: 2px;
	
}	

#footer .left {
 position: absolute; 

}

#footer .right	 {
   left: 580px; 	
   position: absolute;	  
}

#footer .right, #footer .right a {
	  color: #c7c7c7;	
	  color: #999999; 
}	

#footer .right a:hover {
	color: #666666; 

}
/****misc. general content styles.***/


.wide_col, .narrow_col, .spacer {
	float: left; 	 	
}


.wide_col {
	width: 260px; 
	
}


.narrow_col {
	width: 115px; 
	
}

.spacer {
	width: 30px; 	
}


.spacer_hor {
	height: 9px; 	
}

.headline_box{
	clear: both; 
	height: 36px; 
	border-bottom: 1px dotted black; 				
	position: relative;	

}

.vert_spacer2 {
	clear: both; 
	height: 34px; 
}




/****projects*******/


/*total height of box*/
#projects  {
	height: 888px; 			
}




/*textbox under images*/
#projects .wide_col div  {
	height: 60px; 	
	
	
}

/*****radio*******/
#radio_cont {	
	clear: both; 
	height: 318px; 	
}

#radio_cont h5 {	
	margin-top: 32px;  	
}

#radio_cont p {
	margin-bottom: 22px; 
}	

.listen {
	position: absolute;
	top: 168px;
	/*color: red;
	background-color: #9D9D92;*/
}
#radio_cont .wide_col {
	position: relative; 
	/*pos context. Fix vertical pos. of "listen"...*/
}	


/*set position*/
.flash_box {
	margin-top: 30px; 
}

/*********features*******/


/*total height */
#features  {
	height: 518px; 	
}


/*special box for features*/
.img_box {
	position: relative; /*img must be absolutely pos. on bottom line*/
	height: 156px;	 
}

.img_box img  {
	position: absolute; 	 
	left:0;
	bottom: 0px; 	
}	


/*set height on textbox*/
#features p {
	height: 90px; 	
}
