/*************************/
/*                       */
/*         GENERAL       */
/*                       */
/*************************/
#access, #primary, #creditsContent{
	padding:0 4%;
}

/**
* Navigation
**/
#access #menu-top_menu{
	font-size:80%;
}
#access #menu-top_menu li a{
	padding:0 2%;
	height:40px;
}
#access #menu-top_menu #search_nav {
	display:none;
}

/**
* Header
**/
#branding{
	background-position:21% 56%;
	height:310px;	
}
#headerContent{
	position:relative;
	margin:0 auto;
	float:none;
	left:auto;
	top:8%;
}
#headerContent hgroup #site-title{
	text-shadow:0 0 20px #000, 0 0 20px #000, 0 0 10px #000;
	font-size:80%;
}

/**
* Content
**/
.entry-content .intro{
	font-size:120%;
}	
.gallery .gallery-item {
	width:98% !important;
	margin:1%;
}
.entry-content div.wp-caption{
	width:96% !important;
	padding:4% !important;
}
.entry-content div.wp-caption img, .entry-content .gallery .gallery-item a img, .entry-content .gallery .gallery-item .gallery-caption{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.entry-content .gallery .gallery-item a{
	padding:2% !important;
}
.entry-content .gallery .gallery-item .gallery-caption{
	padding:0 2% 2% !important;
}
.video{
	width:auto !important;
	position: relative;
	padding: 30px 0 56.25% !important;
	height: 0;
	overflow: hidden;
}
.video embed,
.video object,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
* Contact
**/
.newsletter_form .box33, .wpcf7 .wpcf7-form .box33, .wpcf7 .wpcf7-form .box66{
	float:none !important;
	width:96% !important;
}

/**
* Footer
**/
#credits #creditsContent p{
	line-height: 150%;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 60%;
}