/*
Theme Name: Maneuver
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: Based on the Simon WP
Author: Simon Urbina
Author URI: http://simonwebdesign.com
Version: 1.1.6
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('font-awesome.min.css');
@import url('grid.css');
@import url('forms.css');

.clear {clear:both;}

body {
	background: #160B1F;
}
.container_12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
		background-color: #fff;
}
body.home .container_12 {
	background-color: transparent;
}
.container_12 .grid_8 {
    max-width: 620px;
    width: 100%;
}



/* links */
a:link, a:visited {
	color: #b02ec6;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1  {
	color:#3F177A;
	font-family: 'UVF-Funkydori';
	text-align: center;
	margin-top:20px;
	letter-spacing: 2px;
}
h1 a:link, h1 a:visited {
	color: #3F177A;
}
body.home h1 {
	color: #fff;
}
body.home h1 a:link, body.home h1 a:visited {
	color: #fff;
}
h2 {
	color:#3F177A;
}
body.home h2 {
	color: #fff;
}

/* navigation */
#nav-bar {
	position: fixed;
	left: 0;
	right: 0;
	background-color:#000;
	min-height: 60px;

	z-index: 10;
	}

#navbar-left {
	position: absolute;
}
#navbar-left img {
	margin-left: 15px;
	margin-top: 5px;
	height: 100px;
}


#nav {
	margin-left: 165px;
	margin-right: 80px;
	margin-top:15px;
	list-style: none;
	}

#nav a {
	display: block;
	color:#fff;
  font-size:18px;
	margin-right: 20px;
	}

#nav a:hover {
	color:#3f177a;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px 0px 15px;
	}
#nav li li {
	display: none;
	}

	#navbar-right {
		position:absolute;
		right: 0;
		margin: 0px;
		padding: 0px 10px 0px 0px;
		text-align: right;
		}
	#navbar-right a {display:block; float:left;margin-right:5px;color:#fff;}


/* header */
#header-wrap {padding-top:60px;}
.header {
	overflow: hidden;
	position: relative;
}
.header h2 {
	position: absolute;
	bottom: 20px;
	margin-bottom: 0px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#header-wrap img {
	max-width: 100%;
}


	/* Home Page Content */
	.gradient {
		position: relative;
	}
	.gradient-gradient {
		z-index: -1;
		position: absolute;
		width:100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b0973+28,19225c+72 */
		background: #5b0973; /* Old browsers */
		background: -moz-linear-gradient(left,  #5b0973 28%, #19225c 72%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #5b0973 28%,#19225c 72%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #5b0973 28%,#19225c 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b0973', endColorstr='#19225c',GradientType=1 ); /* IE6-9 */
	}
	.gradient-inner {
		padding-top:10px;
		width:95%;
		max-width:800px;
		margin: 0px auto;
	}

	.youtube-container {
		position: relative;
		margin-bottom: 40px;
		margin-top:20px;
	}
	.youtube-frame {
		margin-right:210px;
	}
	.youtube-frame iframe {
		max-width: 100%;
	}
	.youtube-thumbs {
		position: absolute;
		top: 0px;
		right: 0px;
		max-width: 210px;
		cursor:pointer;
	}
	.youtube-thumbs img {
		width: 100px;
		float: left;
		clear: left;
		margin-bottom:5px;
	}
	.youtube-thumbs p {
		color: #fff;
		font-size:12px;
		float:left;
		width:100px;
		padding-left:5px;
		margin-bottom:5px;
	}
	.youtube-thumbs a:hover p {
		color: #b02ec6;
	}
	.pitch {
		color:#fff;
		text-align: justify;
	}
	.next-show {
		text-align: center;
		color: #fff;
	}
	.home-gallery {
		text-align: center;
	}
	.home-gallery #home-gallery-main {
		max-width:100%;
		max-height:427px;
	}

	.home-gallery-thumbs {
		margin: 10px auto 0px;
		width: 95%;
		max-width:800px;
	}
	.home-gallery-thumbs a {
		max-width:100px;
		float:left;
		cursor: pointer;
	}
	.home-gallery-thumbs img {
		width:95%;
	}

	.home-news {
		padding-top:10px;
		padding-bottom: 20px;
	}
	.home-news .news-item {
		width: 90%;
		margin: 0px auto;
		clear: both;
	}
	.news-item img {
		float:right;
		width: 100px;
		height: 100px;
		margin-left:10px;
	}
	.news-item h2 {
		font-size: 20px;
		text-align: left;
		margin-bottom: 5px;
	}
	.news-item h2 a {
		color: #fff;
	}
	.news-item h3 {
		color: #fff;
		font-size: 10px;
		margin-bottom: 10px;
	}
	.news-item p {
		color:#fff;
		font-size:14px;
		margin-bottom: 5px;
	}
	.news-item > a {
		margin-bottom: 20px;
		display: block;
	}

	#content, #post-single {
		padding-top:80px;
	}
	#post-entries {
		margin-bottom:30px;
	}
	#post-entries .storytitle {
		font-size:24px;
	}
	img.alignleft {
		margin-right:10px;
	}
	img.alignright {
		margin-left:10px;
	}



#sidebar-wrap {
	float:right;
	padding-top:80px;
}

#footer {
	background: #160B1F;
  margin: 30px 0px 30px 0px;
  padding: 30px 10px 5px;
}
#footer p {
	color: #fff;
}
#footer p.footer-right {
	float:right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*thead th {background-color:#3F177A;color: #B02EC6;}*/
thead th {background-color:#ccc;color: #3F177A;}


#sidebar li {
    font-size: 18px;
}
#sidebar li ul li { font-size:14px;}

#sidebar #photos li {width:50%; float:left; margin-bottom:10px;}
#sidebar #photos li img {width:95%; height:auto;}
#sidebar #photos li {font-size:12px;}
#sidebar #photos li a {display:block; height:175px; width:100%;}

#sidebar #videos li {width:50%; float:left; margin-bottom:15px;}
#sidebar #videos li img {width:95%; height:auto;}
#sidebar #videos li span {font-size:12px; display:block; height:25px; width:100%;}

.storyexcerpt a {font-size:16px;}
.storyexcerpt .gallery br {display:none;}

.pagination a {font-size:16px;}

@media screen and (max-width: 960px){
	.container_12 { margin: 0px 15px;}
	.container_12 .grid_8 {
		display:block;
		float:none;
		margin:0px auto;
		max-width:95%;
	}
	.container_12 .grid_4 {
		max-width:none;
		display:block;
		margin:0px auto;
		border-top: solid 3px #3f177a;
	}

	#header-wrap {
    padding-top: 85px;
	}
	.header h2 {
		font-size: 18px;
	}


	#nav {
		margin-left: 135px;
	}
	#navbar-left img {
		margin-left:5px;
		height: 90px;
	}

	.home-gallery #home-gallery-main {
	    max-height: 307px;
	}
	.home-gallery-thumbs {
		width: 100%;
		max-width: none;
	}
	.home-gallery-thumbs a {
		max-width: none;
		width: 12.5%;
	}

	#sidebar-wrap {
		float:none;
	}

	#content iframe {
		max-width:100%;
	}
}

@media screen and (max-width: 680px){

	h1 {
		font-size: 2em;
	}
	p {
		font-size:12px;
	}

	#nav-bar {
		min-height: 80px;
	}
	#navbar-left img {
		height: 50px;
	}
	#nav { margin-left:60px; margin-right: 0px;}
	#nav li {padding-bottom:10px;}
	#nav li a {font-size:11px; margin-right:4px;}
	#navbar-right {
		right:auto;
		left: 20px;
		top: 60px;
		font-size: 8px;
	}
	.header h2 {
		font-size: 12px;
		bottom:8px;
	}

	.youtube-container {
		margin-bottom: 0px;
	}
	.youtube-frame {
	    margin-right: 0px;
	}
	.youtube-thumbs {
		position: relative;
		max-width: 100%;
		margin-top: 10px;
	}
	.youtube-thumbs a {
		float: left;
		width: 33%;
		display:block;
		text-align: center;
	}
	.youtube-thumbs img {
		width: 95%;
	}
	.youtube-thumbs p {
		text-align: left;
		width: 100%;
		height: 36px;
		overflow: hidden;
	}

	.home-gallery #home-gallery-main {
	    max-height: 143px;
	}

	.home-news .news-item {
		width: 100%;
	}
	.news-item img {
    width: 80px;
    height: 80px;
	}
	.news-item h2 {
    font-size: 14px;
	}
	.news-item p {
    font-size: 12px;
	}
	.gallery .gallery-item img {max-width:100%; height: auto;}

	#content img {max-width:100%;}
	body.page-id-8 #content img {float:none;margin:0px}

	#sidebar-wrap {
		width: 95%;
	}
}
