/*
Theme Name: CUSTOM theme
*/

/* apply a natural box layout model to all elements */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { 
	background-color: #000;
	color:#fff; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
	background-color:inherit; 
	color:#fff;  
	text-decoration:none;}

a:hover {
	background-color:inherit; 
	color:#fff; 
	text-decoration:underline;
}

a img {
	border:0;
}

#wrap {
	width:1100px; 
	margin:0 auto; 
	/*background-color:#000; */
	color:#fff;
}

#header {
	float:left; 
	margin:10px 0 0 0; 
	width:1100px;}

#header_logo {
	display: inline;
	float: left;
}

#header_nav {
	display: inline;
	float:right;
	margin: 10px 15px 20px 0;
}

#header_nav ul {
	margin:0; 
	list-style-type: none;
	}

#header_nav ul a {
	font-size: 18px; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0 0 0 45px;	
	padding: 3px 7px 3px 7px;
	font-weight: 100;
	letter-spacing: 1px;
}

#header_nav ul a:hover {
	text-decoration:none;
	background-color: #f93c1d;	
}

#header_nav ul a:active {
	text-decoration:none;
	background-color: #f93c1d;	
}

#header_nav li {
	margin:0; 
	display: inline;
	}	

#container {
	clear:both; 
	width:1100px;
	float: left; 
}

#extras {float:right; width:200px; line-height:1.4em; margin:6px 0 0 0; padding:0; }
 
#content {margin:0 0px 5px; padding:0;}

/* Gallery */

#gallery_overview {
	margin: 20px 0 0 30px;
}

#gallery {
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#gallery h1 {
	display: inline;
	font-size: 16px; 
	font-weight: bold;	
	padding: 0 0 0 0;
}

#gallery h2 {
	display: inline;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 0 0;	
}

#galleria { 
	width: 1100px; 
	height: 630px; 
	background: #000 }

#footer {border-top:0px solid #e0e0e0; font-size:0.9em; clear:both; color:#777; font-weight:normal; line-height:0em; margin:0 auto; padding:10px 0; text-align:center; width:1100px;}
#footer p {margin:0; padding:0;}
#footer a {color:#777; font-weight:normal; text-decoration:none;}
#footer a:hover {color:#555; text-decoration:underline;}
#footer strong a {font-weight:bold;}
#footer span.credits {font-size:1.1em;}