/* CSS Document */

html, body { margin: 0; padding: 0; }

body { background: url('/images/theme/footer-pattern.jpg'); background-repeat: repeat; }

a img { border: none; }

a { text-decoration: none; }

.clear, clearall { clear: both; }

/* Responsive Styles */

.wrapper { display: block; margin: 0 auto; padding: 0; } /* Max width = max + 36 */

.stack { }

.left { float: left; }

.right { float: right; }

.ninety { width: 88%; }

.eighty { width: 78%; }

.seventy { width: 68%; }

.sixty { width: 58%; }

.fifty { width: 48%; }

.forty { width: 38%; }

.thirty { width: 28%; }

.twenty { width: 18%; }

.ten { wdith: 8%; }

.row { display: block; width: 100%; margin: 0; padding: 0; }

.pad-h { padding-left: 18px; padding-right: 18px; }

.pad-v { padding-top: 18px; padding-right: 18px; }

.margin-h { margin-left: 18px; margin-right: 18px; }

.margin-v { margin-top: 18px; margin-bottom: 18px; }

.aleft { text-align: left; }

.aright { text-align: right; }

/* color classes */

.white { background: #fff; }

.black { background: #000; }

.gradient {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* stack break point */
/* set max-width equal to when things should stack */
@media screen and (max-width:860px) {

.header-nav { display: block; float: none; margin-top: 30px; }

.header-nav ul li:first-child a { margin-left: 0; padding-left: 0; }
	
}

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

.header-nav { display: none !important; }

.header-mobile-trigger { display: block !important; }

.stack {
	width: 95% !important;
	float: none !important;
	display: block !important;
	padding: 0 0 18px 0;
	margin: 0 auto !important;
}
	
}



/* Default Constraints */




/* Header Styles */

.header {
	padding: 18px;	
}

.header-mobile-trigger {
	display: none;
	float: right;	
}

.mobile-nav {
	display: block;
	margin: 0;
	padding: 0;	
	position: relative;
	z-index: 999999;
}

.mobile-nav ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 100%;
	background: #fff;
}

.mobile-nav ul li {
	display: block;
	margin: 0 18px 0 18px;
	border-top: 1px solid #e7e7e7;	
}

.mobile-nav ul li:first-child {
	border-top: none;	
}

.mobile-nav ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #878787;
	padding: 12px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;	
}

.mobile-nav ul li a.active {
	color: #333333;	
}

.header-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #666;
	padding-right: 18px;
}

	.header-title a {
		color: #666;	
	}

.header-nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
}

	.header-nav ul {
		display: inline-block;
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	.header-nav ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
		border-left: 1px solid #e7e7e7;
	}
	
	.header-nav ul li:first-child {
		border-left: none;	
	}
	
	.header-nav ul li a {
		color: #8a8a8a;
		text-transform: lowercase;
		padding: 1px 14px 1px 14px;
		letter-spacing: 1px;
	}
	
	.header-nav ul li a:hover {
		color: #666;	
	}
	
	.header-nav ul li a.active {
		font-weight: 700;	
	}
	
/* content styles */

.featured-wrapper {
	max-height: 650px;
	overflow: hidden;
}

.featured-wrapper img {
	width: 100%;
	height: auto;	
}

.text-wrapper {
	margin: 0 auto;
	max-width: 960px;	
}

text-wrapper img {
	margin: 12px;
	display: block;
}

.content-text {
	padding: 18px;	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	font-size: 12px;
	color: #878787;
}

.content-text img {
	
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8a8a8a;
	padding: 0;
	margin: 0;	
}


h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #8a8a8a;	
	padding: 0;
	margin: 0;
}

.content-widgets {
	padding: 0 18px 18px 18px;	
}
	
/* footer styles */

.footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	
	background: url('/images/theme/footer-shadow.png');
	background-repeat: no-repeat;
	background-position: top center;	
	
	color: #4d4d4d;
	line-height: 26px;
}

.footer a {
	color: #4d4d4d;
}



/* video styles */

div#featured_videos {
	text-align: center;	
}

div.video-entry {
	display: inline-block;
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;	
}

div.featured-video-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #878787;
	margin-top: 12px;
}

div.featured-video {
	position: relative;	
}

div.featured-video img {
	display: block;	
}

div.featured-video a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;	
	
	background: url('/images/theme/play.png');
	background-position: center center;
	background-repeat: no-repeat;
}

div.featured-video a:hover {
	
	background: url('/images/theme/play2.png');
	background-position: center center;
	background-repeat: no-repeat;
}