* {
	padding: 0px;
	margin: 0px;
}

html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-family: Lucida Grande;
	color: #242424;
}


a {
	text-decoration: none;
	color: #83bdff;
}

a:hover{
	color: #eee;
}

div.clear {
	clear: both;
}	


div.header {	
	background: #fff url('http://www.dammasch.com/img/head-bg.jpg') top left repeat-x;
	width: 100%;
}

div.headerwrap{
	width: 1000px;
	margin: 0px auto;
	height: 100px;
	}


div.logo {
	float: left;
	width: 300px;
}

div.logo img{
	margin: 12px !important; margin-top: 12px;
	border: 0px;
}

div.logo h1.title{
	display: none;
}


div.nav {
	float: left; 
	width: 700px;
	text-align: right;
	padding-top: 20px;
	font-size: .9em;
	color: #d8d8d8;
}

div.nav a{
	font-size: .9em;
	text-transform: uppercase;
	color: #777;
}

div.nav a:hover{
	color: #242424;
}

div.nav a span{
	color: #CC3333;
}


div.focus {
	width: 100%;
	background: #101010 url('http://www.dammasch.com/img/focus-bg.jpg') top left repeat-x;
	border-top: 2px solid #101010;
	padding-top: 10px;
}
div.focuswrap{
	width: 1000px;
	margin: 0px auto;
	}

p.submitting a{
	font-size: .8em;
	color: #CC3333;
	letter-spacing: 1px;
}

div.hello {
	float: left;
	width: 474px;
	padding: 15px 0px 10px 25px !important; padding: 15px 0px 10px 15px;
}

div.hello h2 {
	font-weight: 100;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #fcfcfc;
	font-family: arial;
	margin-left: 270px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

div.hello h3 {
	font-weight: 100;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #fff883;
	font-family: arial;
}


div.hello p {
	font-size: .8em;
	padding: 0px 0px 7px 0px;
	color: #ccc;
	line-height: 1.4em;
	text-align: justify;
}


div.hello p.resource {
	font-size: .6em;
	color: #999;
}


div.hello p.aboutthis {
	color: #777;
}


div.hello p.aboutthis span{
	margin-left: 4px;
}


div.hello img{
	float: left;
	margin-bottom: 20px;
}



div.hello img.aboutlogo{
	margin-bottom: 8px;
}

div.hellobot {
	width: 100%;
	height: 50px;
	background: #101010 url('http://www.dammasch.com/img/hellobot-bg.jpg') bottom left repeat-x;
}

div.video {
	float: left;
	text-align: center;
	color: #999;
	width: 500px;
}

div.video p.caption{
	font-size: .8em;
	letter-spacing: 1px;
	padding: 10px 0px;
}

div.player {
	margin-top: 22px;
	text-align: center;
	border: 0px solid #333;
}


div.menu {
	height: 41px;
	text-align: center;
	margin-left: 10px;
	color: #dfdfdf;
}

div.menuselect{
	float: left;
	padding-top: 12px;
	margin: 5px 10px 10px 10px;
	background: #101010 url('http://www.dammasch.com/img/menu-bg.gif') top left no-repeat;
	height: 41px;
	font-size: .8em;
	width: 140px;
}


div.content {
	width: 100%;
	height: 200px;
	border-top: 2px solid #101010;
	padding-top: 20px;
	background: #FFF url('http://www.dammasch.com/img/footer-bg.jpg') top left repeat-x;
}


div.contentwrap{
	width: 1000px;
	margin: 0px auto;
	background: #;
	}
	
	

div.footer {
	width: 100%;
	height: 75px;
}

div.footerwrap{
	width: 1000px;
	margin: 0px auto;
	padding-top: 0px;
}

div.footerwrapl{
	width: 500px;
	float: left;
	text-align: left;
}

div.footerwrapl p{
	font-size: .7em;
	color: #999;
}

div.footerwrapl a{
	color: #999;
	border-bottom: 1px solid #dfdfdf;
}

div.footerwrapr{
	width: 500px;
	float: left;
	text-align: right;
}

div.footerwrap img{
	margin-left: 20px;
	border: 0px;
}



/*------    CONTACT   ------*/


div.contactleft {
	float: left;
	width: 450px;
	color: #dfdfdf;
	padding-right: 50px;
	margin-top: 20px;
}

div.contactleft h1{
	font-weight: bold;
	font-size: .9em;
	color: #CC3333;
	margin: 5px 0px;
}

div.contactleft p{
	color: #ccc;
	font-size: .8em;
}

div.contactleft ul {
	list-style: none;
	margin: 25px 0px;
}

div.contactleft li {
	margin: 10px 0px;
	font-size: .8em;
}

div.contactleft li.center{
	border-top: 1px dashed #444;
	border-bottom: 1px dashed #444;
	padding: 10px 0px;
}


div.contactright {
	float: left;
	width: 500px;
	margin-top: 25px;
}


div.contactright h2.sent {
	color: #fff883;
	font-weight: 100;
	font-family: arial;
	font-size: 1.3em;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 10px;
	}


div.contactright p.getback {
	color: #fff883;
	font-size: .8em;
}


input {
	background: transparent;
	border: 1px solid #888;
	color: #eee;	
	padding: 2px;
}


textarea {
	background: transparent;
	border: 1px solid #888;
	color: #eee;
	padding: 3px;
}


label {
	color: #888;
	font-size: .8em;
	font-family: arial;
	text-transform: uppercase;
}

/*------    PHOTOS   ------*/


div.gallery {
	margin: 0px auto;
	width: 1000px;
	text-align: center;
}

div.gallery img{
	float: left;
	border: 3px solid #eee;
	margin: 9px;
}

div.gallery img:hover{
	border: 3px solid #fff883;
}

div.photographer {
	margin-bottom: 25px;
	padding-bottom: 20px;
}


div.gallery h1{
	font-weight: 100;
	font-size: 1.2em;
	color: #fff883;
	font-family: arial;
	text-align: left;
	letter-spacing: 2px;
	padding-top: 10px;
}

div.gallery ul{
	list-style: none;	
	text-align: left;
	border-bottom: 1px dashed #444;
	padding-bottom: 12px;
	margin-bottom: 5px;
}

div.gallery li{
	font-size: .7em;
	color: #dfdfdf;
}

li.submit a{
	color: #CC3333;
	font-weight: bold;
	letter-spacing: 1px;
}

div.photographerlast {

}



/*------    STORIES   ------*/

div.anchors {
	height: 207px;
	margin-bottom: 32px;
	border-bottom: 15px solid #333;
	padding-top: 18px;
}

div.anchorsl{
	float: left;
	width: 282px;
	text-align: center;
	margin-right: 18px;
}

div.anchorsl img{
	border: 3px solid #555;
}

div.anchorsr{
	float: left;
	width: 700px;
}

div.anchorsr ul{
	list-style: none;
}


div.anchorsr li{
	font-size: .7em;
	margin: 3px;
}


div.story {
	margin: 10px 0px 75px 0px;
}

img.wallet {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 2px solid #555;
}

div.story h2{
	font-weight: 100;
	color: #fff883;
	font-size: 1.2em;
	margin-bottom: 3px;
}


div.story h3{
	font-weight: 100;
	color: #fff;
	font-size: 1.0em;
	margin-top: 10px;
	letter-spacing: 2px;
}


div.story ul{
	list-style: none;	
	text-align: left;
	border-bottom: 1px dashed #444;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

div.story li{
	font-size: .7em;
	color: #dfdfdf;
}


div.story p{
	font-size: .8em;
	color: #aaa;
	line-height: 1.6em;
	padding-bottom: 10px;
}

div.story p span{
	font-weight: bold;
	letter-spacing: 2px;
	color: #CC3333;
}


div.story p.top a{
	color: #83bdff;
	font-size: .8em;
	letter-spacing: 1px;
	border: 1px dashed #444;
	padding: 4px;
}

div.story p.writtenby {
	color: #dfdfdf;
	font-size: .7em;
	border-top: 1px dashed #444;
	padding-top: 4px;
}



/*------    VIDEOS   ------*/


div.video {
	margin-bottom: 25px;
	padding-bottom: 20px;
}


div.video h1{
	font-weight: 100;
	font-size: 1.2em;
	color: #fff883;
	font-family: arial;
	text-align: left;
	letter-spacing: 2px;
	padding-top: 10px;
}

div.video ul{
	list-style: none;	
	text-align: left;
	border-bottom: 1px dashed #444;
	padding-bottom: 12px;
	margin-bottom: 15px;
	width: 1000px;
}

div.video li{
	font-size: .7em;
	color: #dfdfdf;
}

div.videobox {
	border: 2px solid #555;
	width: 500px;
	height: 418px;
	}
