/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 14px Helvetica, Arial, Geneva, sans-serif;
}
ol, ul {
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	margin: 0 0 15px 0;
}

a{
	color: #ACB42C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{

}

hr{
	border-top-style: dashed;
	border-top-width: 1px;
	color: #ACB42C;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 0 15px 0;
}

#header{
	height: 50px;
	width: 100%;
	background-color: #fff;
}

#nav{
	width: 960px;
	margin: 0 auto;
	clear: both;
	color: #fff;
	padding: 17px 0;
	text-align: center;
	position: relative;
	z-index: 999;
}

#nav li{
	display: block;
	float: left;
	list-style: none;
	padding: 0 15px 0 0;
	background: url(../images/divider.gif) no-repeat right;
}

#nav li.last{
	background: none;
}

#nav li a{
	color: #000;
	text-decoration: none;
	display: block;
	
}

#nav li a:hover, #nav li a.current, #nav li a.section{
	color: #ACB42C;
}

#nav li ul li{
	text-align: left;
}

#nav li.last{
	background: none;
	border: none;
}

#nav li ul {
	position: absolute;
	width: 120px;
	left: -999em;
	background-color: #fff;
	padding: 10px 5px 0 5px;
	z-index: 999;
}

#nav li ul li{
	background-image: none;
	padding: 5px 0 5px 10px;
	width: 105px;
	border-bottom: 1px solid #999;
}

#nav li:hover ul {
	left: auto;
}

#logo{
	width: 3000px;
	height: 60px;
	position: relative;
	float: right;
	margin: 30px 200px 0 0;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	background: url(../images/logo.png) no-repeat right;
	background-color: #000;
}

#wrapper{
	width: 960px;
	margin: 140px auto 0;
}

#wrapper h2{
	background-color: #ACB42C;
	padding: 10px 0 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	width: 390px;
	margin: 0 0 10px 0;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.content{
	width: 360px;
	float: left;
	background-color: #000;
	color: #fff;
	padding: 20px 20px 5px 20px;
	font-size: 13px;
	line-height: 140%;
}

.content h3{
	color: #ACB42C;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.gallery{
	width: 620px;
	padding: 20px 20px 20px 20px;
}

.gallery.album{
	padding: 20px 0 0 20px;
	width: 640px;
}

#wrapper h2.gallery{
	width: 650px;
}

#galleria{
	height:520px
}

.albumitem{
	float: left;
	margin: 0 20px 10px 0;
	width: 300px;
}

.albumitem img{
	margin: 0 0 5px 0;
	float: none;
}

.albumitem a{
	color: #fff;
}