@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Metrophobic);

html, body {
	margin:0;
	padding:0;
	background:url(../images/hd-background.jpg);
	background-attachment:fixed;
}
#wrapper {
	display: block;
	max-width: 980px;
	margin:0 auto;
	background-color:#FFF;
}
#header {
	display: block;
	margin:0; padding:0;
	height: 80px;
	z-index: 9999;
	background-color:#FFF;
	top:0;
	/*border: 1px solid red;*/
}
#menu, #logo {
	text-align: center;
}
#logo {
/*	border: 1px solid red;*/
}
#menu {
	/*margin-top: 25px;*/
	padding-top: 25px;
/*	border-bottom: 2px solid red;*/
	margin-bottom: 10px;
	text-align:right;
	width: 500px; float:right
	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#menu li {
	display: inline;	
}
#menu ul li a {
	font-size: 20px;
	font-family: 'Metrophobic', sans-serif;
	color:#333;
	margin: 0 0px;
	margin-right: 10px;
	text-decoration: none;
	padding: 7px 20px;
}
#menu ul li a:hover {
	background:#661111;
	color: #fff;
	border-bottom: 4px solid #333;
	text-shadow: 0px 1px 1px #000000;
}
#menu ul li a.active {
	background:#661111;
	color: #fff;
	border-bottom: 4px solid #333;
	text-shadow: 0px 1px 1px #000000;
}

#contact {
	padding-left: 15px;
	font-family: 'Metrophobic', sans-serif;
	font-size: 14px;
	line-height: 11px;
}
#contact h1 {
	font-size: 16px;
	margin: 0;
	line-height: 0px;
	padding-top: 25px;
}
#slideshow {
	display:block;
	width: 100%;
/*	border: 1px solid red;*/
}
#content {
	/*border:1px solid #CCC;*/
	padding: 40px;	
}
#content .page {
	display:block;
	border-top:1px dotted #999999;
}
#content h1 {
	font-family: 'Metrophobic', sans-serif;
	font-size:22px;	
	color:#661111;
}
#intro {
	font-family: 'Metrophobic', sans-serif;
	text-align: center; 
	line-height: 20px;
	font-size: 16px;
	color: #1a5e00;
	font-weight: bold;
	position: relative;
	/*border: 1px solid red;*/
}
#intro h1{
	font-size: 40px;
	margin: 0;
	color: #000;
}
#citylogo {
	position:absolute;
	top: 5px;
	right:110px;
	width: 80px;
}
#raplogo {
	position:absolute;
	top: 5px;
	left:110px;
	width: 80px;
}
/*********************
Galery
**********************/
#gallery a {
	position: relative; 
}
#gallery .gal-item {
	float: left;
	/*border: 1px solid red;*/
	margin: 0 20px 0 20px;
	text-align:center;
	height:300px;
}
#gallery a div {
	position: absolute; background-color:#333; width: 100%; height:211px;
	opacity:0;
}
#gallery img { margin:0; padding:5px; border:1px solid #CCC }
#gallery .gal-item img {
	width: 100%;
	max-width: 250px;
}
#gallery .gal-row div { 
	display: block; 
	float: left; 
	text-align:center;
	margin-bottom: 15px;
}
#gallery .spacing {
	margin-left: 55px;	
}
#gallery .gal-item label { 
	font-family: 'Oswald', sans-serif;
	color:#333;
	display:block;
	margin: 12px;
	/*border: 1px solid red;*/
}
#gallery .gal-item img {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */	
}
#cboxTitle span { 
	color: red;
	font-weight: bold;
}
#footer {
	max-width: 980px;
	margin:0 auto;
	/*background: #fff;*/
	text-align:center;
}
@media only screen and (max-width: 1000px) {
	#intro img {
	  display: none;
	}
  }