/*  
Theme Name: Clean
Theme URI: http://themetrust.com/themes/clean
Description: A Responsive and Minimal Theme
Version: 1.0.8
Author: Theme Trust
Author URI: http://themetrust.com
Tags: responsive, blog, clean, minimal, white, two-columns, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Media Queries


*/

@import url("superfish.css");

.clearfix {																/* taken from Bootstrap */
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	// Fixes Opera/contenteditable bug:
	// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/* Begin insertion of purple DONATE button */

#mainNav #menu-item-201758 #menu-item-202100 {
background-color: #00A0FF;

}

#mainNav #menu-item-201758 #menu-item-202100:hover{
background-color: #8cceee;

}

#mainNav #menu-item-201758 #menu-item-202100 a{
	text-transform: uppercase;
	font-size: .7em;
	display: inline-block;
	text-align: center;
	background-color: #00A0FF;
	color: white;
	width: 100%;
}
#mainNav #menu-item-201758 #menu-item-202100 a:hover{
	color: #00A0FF !important;
	background-color: #8cceee;
}

#mainNav #menu-item-201758 a {
background-color: #ff3300;
	color: white;

}

#mainNav #menu-item-201758 a:hover {
		background: #D9DACC;
		color: #ff3300;

}

.menu-right-menu-container {
	display: inline-block;
}

#menu-right-menu,
#menu-right-menu ul {
	list-style-type: none;
}

#menu-right-menu > li > a:after {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #ff3300 transparent transparent transparent;
	top: 13px;
}

#menu-right-menu ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
}

#menu-right-menu > li:hover > a {
	color: #000000 !important;
}

#menu-right-menu > li:hover > a:after {
	border-color: #000000 transparent transparent transparent !important;
}

/*#menu-right-menu > li:hover ul {
	display: block;
}*/

#menu-right-menu > li {
	margin-right: 19px;
	position: relative;
}

#menu-right-menu > li > a {
	padding: 4px 13px;
	text-transform: uppercase;
	color: #ff3300 !important;
}

/* Ending of purple DONATE button */

@font-face {
		font-family: 'Montserrat', sans-serif;
		src: url();
}

.mobileNav {
		display: none;   
}

#logo img {
	margin: 0px 0 0 0px;
}


.embed-column2 .embedDescription {
		background: #009fff;
		height: 30%;
		width: 100%;
		color: #F9F9F9;
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		line-height: 18px;
		overflow: hidden;
		position: absolute;
		z-index: 1000;
}

.embed-column3 .embedMedia {
		height: 50%;
		overflow: hidden;
}

.embedMedia {
		height: 70%;
}

.embed-column3 .embedDescription {
		background: #00A0FF;
		height: 50%;
		color: #F9F9F9;
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		line-height: 18px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 100%;
}
.embed-column3 {
		height: 100%;
}


/* //////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

@import url("superfish.css");

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		background: transparent;
}
#oe-authors-load-more {
		height: 50px;
		line-height: 50px;  
		width: 100%;
		position: relative;
		z-index: 10;  
		margin-bottom: 10px;
}
#oe-authors-load-more a, #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
		display: block;
		text-align: center;
		color: white;
		text-decoration: none;
		background: #3A3A3B;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		text-transform: uppercase;
		font-family: sans-serif;
		display:block;
}

h1, h2, h3, h4, h5, h6 {    
		clear: both;
}
/* audio player */
.audio-wrapper {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.audio-track {
		background: #282829;
		overflow: hidden;
		border-bottom: #fefef0 solid 1px;
}
.audio-playlist {
	display: none;	
}
.audio-player {
		display: block;
	height: 30px;
}
.column1 .player img {
	height: auto;
	width: auto;
}
.audio-title {
		display: block;
		padding: 5px 0 0 15px;
		text-transform: uppercase;
		line-height: 20px;
}
.audio-flowplayer.playing {
		background: url(images/pause.png) 19px center no-repeat;
}
.track:hover .audio-flowplayer.playing {
		background: url(images/pause-black.png) 19px center no-repeat;    
}
.audio-flowplayer {
		background: url(images/play.png) 16px center no-repeat;
}
.track:hover .audio-flowplayer {
		background: url(images/play-black.png) 16px center no-repeat;
}
.audio-album {
	margin: 0 0 0 15px;
	display: block;
	line-height: 20px;
}
.audio-description {
	padding: 0 0 5px 0;
	font-weight: bold;
		font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #fff;
	width: 728px;
	float: left;
}
.audio-artist {
	display: block;
	padding: 0 0 5px 15px;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}
.audio-download {
		text-decoration: none;
		padding: 4px 6px;
		background: #3e3e3f;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		float: right;
		margin: 11px 8px 11px 0;
		height: 48%;
}
.audio-flowplayer span {
		margin: 0 0 0 29px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
}
.playlist {
		border: solid 5px #d9d9cd;
		position: relative;
		background: #3a3a3b;
}
.audio-flowplayer {
		float: left;
		width: 50%;
}
.track:hover .audio-download {
		background-color: #9d3888;
		color: #fff;
}
.track:hover a {
		color: #000;
}
.audio-download:hover {
	color: #8CCEEE;	
}

blockquote {
		quotes: none;   
}
blockquote:before, blockquote:after {
		content: '';
		content: none;
}
del {
		text-decoration: line-through;
}
#logos table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0 0 10px 0;
}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

/**** Isotope ****/
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
		 -moz-transition-duration: 0.8s;
					transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
					transition-property: height, width;
}

.isotope .isotope-item { 
	-webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
					transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
					transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
#content .posts {
	-webkit-transition: none;
		 -moz-transition: none;
					transition: none;
}
/**** Video Embeds ****/

#mainNav #menu-item-616 a,#mainNav #menu-item-563 a {
		background: #D9DACC;
		color: #ff3300;
		width: 115px !important;
		margin: 0;
		padding: 0;
}

#mainNav #menu-item-616 a:hover,#mainNav #menu-item-563 a:hover {
		background: #ff3300;
		color: white;
}


.videoContainer {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
}

.menu-main-container {
		float: left;
}

.iframeContainer {
	padding: 0 20px;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;	
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

#container.fixed {
		margin: 100px 0 0 -480px;
}

img.left {
		margin: 0 15px 15px 0;
		float: left;
}

.padding {
		padding: 30px;
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		-webkit-transform: translateZ(0);
}
.page .contents, .post .contents {
		padding: 0;
		line-height: 25px;
		font-size: 14px;
		color: #3B3B3C;
		width: 900px;
		display: none;
		text-align: left;
		-webkit-perspective: 1000;
		background: #fff;
		width: 100%;
}

.page .contents p, .post .contents p {

}
.page .contents p, 
.post .contents p {
		margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6{     
		font-weight: normal;
}

blockquote, address {
		margin: 0 0 30px 0;
		padding: 0 30px 0 30px; 
		font-style: italic;
		font-size: 1.2em;
		font-family: 'Montserrat', sans-serif;
}

blockquote {
		background: transparent url(images/quote.png) no-repeat;    
}

code {
		font-family: 'Montserrat', sans-serif;
		overflow: auto;
		padding: 2px;
		background: #fff;
}
pre code {
		background: none;
}

pre {
		margin: 0 0 20px;
		padding: 10px;
		background: #fff;
		overflow: auto; 
		border: 1px solid #e4e4e4;
}

.audio-album {
		padding: 0px 0 0 15px;
}

.track {
		border-bottom: solid 1px #fefef0;
		overflow: hidden;
}
.left {
		float: left;    
}

.right {
		float: right;   
}

.meta {
		color: #b0b0ad;
}

.meta a{
		color: #7d7d7b !important;
}

.meta a:hover{
		color: #b0b0ad !important;
}

input[type="text"], textarea {
		background-color: #fafafa;  
		padding: 10px;
		font-family: 'Montserrat', sans-serif;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #6a6a6a; 
		border: 1px solid #ddd;
		background: #fafafa url(images/field_bkg.png) repeat-x; 
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}



/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */

a.action {  
		font-style: italic;     
}

.hidden { display: none;}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/


#ads_right {
		width: 160px;
		display: inline-block;
		float: left;
		margin: 0 0 0 10px;
}

#ad-sidebar-1,
#ad-sidebar-2,
#ad-sidebar-3,
#ad-sidebar-4,
#ad-sidebar-5,
#ad-sidebar-6 {
		width: 300px;
		margin-bottom: 10px;
}

#ad-leaderboard-top,
#ad-leaderboard-mid,
#ad-leaderboard-bottom {
		width: 728px;
		height: 90px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		clear: both;
}

@media only screen and (min-width: 1285px) {
		#ad-leaderboard-top,
		#ad-leaderboard-mid,
		#ad-leaderboard-bottom {    
				margin-left: 10px;
				margin-right: 0;
		}
}

#ad-leaderboard-top iframe,
#ad-leaderboard-mid iframe,
#ad-leaderboard-bottom iframe {
		margin: auto;
		display: block;
}


#ad-leaderboard-top {
		margin-top: 3px;
}


#ads_right > div, #ads_left .ads {
		margin: 0 0 10px 0;
		float: left;
}

#text-14 {
		width: 120px;
		height: 300px;
		line-height: 300px;
}

#text-15 {
		width: 120px;
		height: 600px;
		line-height: 600px;
}

#text-16 {
		width: 160px;
		height: 300px;
		line-height: 300px;
}

#text-17 {
height: 600px;
		width: 120px;
		line-height: 600px;
}

#ads_left {
		width: 160px;
		display: inline-block;
		float: left;
		margin: 0 10px 0 0;
		position: absolute;
		left: -170px;
		top:0px;
}

#ads_left > div, #ads_left .ads {
		margin: 0 0 10px 0;
		float: right;
}

#content {
		min-height: 820px;
		width: 960px;
		float: left;
		background-color:#fff;
}

#main.full {
		background: none;
}

.post_thumb.column1 {
		position: relative;
}

#sidebar {
		width: 22%;
		float: right;
		margin: 0 2% 0 0;
		padding: 0 0 0 0;   
}

.home #sidebar {    
		padding: 30px 0 0 0;        
}

#footer {
		width: 100%;
		margin: 0 auto; 
}

#footer .oneFifth {
		width: 176px;
}

.oneFourth {
		width: 220px;   
}


.oneThird {
		width: 280px;   
}

.threeFourths {
		width: 75%; 
}

.contents.getHeight {
		position: absolute;
		visibility: hidden;
		height: auto;   
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#headerborder {
	position: fixed;
	width: 100%;
	height: 10px;
	background-color: #3A3A3B;
	z-index: 999;
	top: 0px;
	overflow: auto;
}

#header {
		width: 100%;
		background: #fff;
}

@media only screen and (min-width: 840px) {
	body.fixed_header {
		padding-top: 331px !important;
	}

	body.fixed_header #header {
			position: fixed;
			box-shadow:0 0 5px rgba(0, 0, 0, 0.6);
			-moz-animation: collapse 0.3s;
			-webkit-animation: collapse 0.3s;
			-o-animation: collapse 0.3s;
			top:  0px;
			left: 0px;
			right: 0px;
			z-index: 1000000;
			background: #fff;
			font-family: 'Montserrat', sans-serif;
	}

	body.fixed_header #header #logo-outer {
		position: absolute;
		height: auto;
		left: 50%;
		margin-left: -90px;
		padding-bottom: 0;
		top: 45px;
	}

	body.fixed_header #header #logo {
		padding-bottom: 0;
	}

	body.fixed_header #header #logo img.logo-img {
		width: 180px;
		/*width: 249px;*/
		height: 36px;
	}

	body.fixed_header #header #logo img.tagline-img {
		display: none;
	}

	body.fixed_header #header #headerLeftAd {
			padding-top: 18px;
			position: absolute;
			left: -191px;
			top: 0px;
	}

	body.fixed_header #header #headerRightAd{
			padding-top: 18px;
	}

	body.fixed_header #header #header-listen {
		padding-top: 8px;
		margin-bottom: 0;
		padding-bottom: 8px;
	}
}

#header #searchDiv-outer {
	position: absolute;
	top: -7px;
	left: 47px;
}

#headerLeftAd {
		margin: 0 10px 0 0;
		padding-top: 20px;
		height: 60px;
		float: left;
		width: 180px;
		left: -191px;
		position: absolute;
		overflow: hidden;
}

#headerRightAd {
		margin: 0 0 0 10px;
		padding-top: 44px;
		height: 53px;
		float: right;
		width: 180px;
		overflow: hidden;
		position: absolute;
		right: 180px;
		top: 0px;
		display: none;
}



.caption h2, .embedSubTitle {
		text-transform: uppercase;
}

@-moz-keyframes collapse { /* Firefox */
		from {height: 0px; opacity: 0; overflow:hidden;}
		to {height: 138px; opacity: 1; overflow:visible;}
}

@-webkit-keyframes collapse { /* Safari and Chrome */
		from {height: 0px; opacity: 0; overflow:hidden;}
		to {height: 138px; opacity: 1; overflow:visible;}
}

@-o-keyframes collapse { /* Opera */
		from {height: 0px; opacity: 0; overflow:hidden;}
		to {height: 138px; opacity: 1; overflow:visible;}
}

.DOP_ThumbnailScroller_ThumbnailsNavigationNext, .DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
		position: absolute;
		top: 0px;
		width: 45px;
		z-index: 100000;
}
.DOP_ThumbnailScroller_ThumbnailsNavigationNext {
		right: 0px;
		background-image: url(images/arrows.png);
		background-repeat: no-repeat;
		background-position: 31% 50%;
}
.DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
		left: 0px;
		background-image: url(images/arrows.png);
		background-repeat: no-repeat;
		background-position: -5% 50%;
}
.noBreak {
		background-image: none;
}
.show1 .DOP_ThumbnailScroller_ThumbnailsNavigationNext, .show1 .DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
		height: 100%;
}

.show2 .DOP_ThumbnailScroller_ThumbnailsNavigationNext, .show2 .DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
		height: 49.5%;
}
.show3 .DOP_ThumbnailScroller_ThumbnailsNavigationNext, .show3 .DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
		height: 32.5%;
}

.scrollHeader #mainNav {
		padding: 15px 10px 0 0;
}

.scrollHeader .logo {
		height: 85px;
}

.scrollHeader #logo img {
		height: 65px;
		margin: 0 0 0 10px;
}

#header .inside {
		width: 100%;
		/*position: relative;*/
		height: 100%;
		margin: 0 auto;
}

#header-top-outer {
	background-color: #F4F4F4;
}

#header #header-top {
	max-width: 1270px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 4px;
}

#header #header-top a {
	margin-left: 25px;
	font-size: 11px;
	color: #767676;
	text-decoration: none;
}

#header #header-top a:hover {
	color: #000000;
}

#header-icons-outer {
	border-bottom: 1px solid #F4F4F4;
}

#header-icons {
	max-width: 1270px;
	margin: 0 auto;
	overflow: auto;
	overflow: visible;
	padding: 19px 0 0 0;
}

.header-icons-left,
.header-icons-right {
	float: left;
	width: 50%;
}

.header-icons-right {
	text-align: right;
}

#header-icons .svg {
	fill: #000000;
}

#header-icons .svg:hover {
	fill: #ff3300;
}

#search_icon {
	float: left;
	padding-top: 1px;
	margin-right: -1px;
}

#search_icon img {
	width: 27px;
	height: 27px;
}

#header-listen {
	margin: 0 auto;
	clear: both;
	text-align: right;
	margin-bottom: 38px;
	padding-top: 25px;
	padding-right: 20%;
	padding-right: calc((100% - 438px)/2);
}

.logo {
		margin: 0;
		padding: 0;
		display: block;
		height: 100%;
}

#logo {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 0 39px 0;
	height: 100%;
}

#logo a {
	display: block;
	text-align: center;
}

#logo img {
	display: block;
	margin: 0 auto;
}

#logo img.logo-img {
	width: 438px;
	height: 88px;
	margin-bottom: 6px;
}
/*
#logo img.logo-img, #logo img.logo-5-years-img, #logo img.logo-5-years-img-2 {
	width: 605px;
	height: 88px;
	margin-bottom: 6px;
}
*/

#logo img.tagline-img {
	width: 332px;
	height: 13px;
}

/* Top level navigation */

.scrollheader #logo {
		margin: 0;  
}

.scrollheader #mainnav {
		padding: 14px 0;
}

#mainNav {
		position: relative;
		font-family: 'Montserrat', sans-serif;
		z-index: 500;
		display: inline-block;
		padding: 42px 0;
}

.main-header {
	padding-left: 20px;
}

.main-header .now a {
		color: #FF3300 !important;
}

#mainNav li {
		margin: 0;
		display: inline-block;
		padding: 0;
		color: black;
}

#header-icons .menu-main-container a,
#header-icons .menu-right-menu-container a {
	cursor: pointer;
}

#header-icons .menu-main-container ul ul a,
#header-icons .menu-right-menu-container li.menu-item a {
		line-height: 15px;
		font-weight: normal;
		border-top: none;   
}

#header-icons ul.sub-menu li.menu-item:hover {
		background: #3B3B3D;
}

.sub-menu li a {
	display: block;
	font-size: 11px !important;
	padding: 5px 10px;
}

.menu-main-container > ul > li:hover > a {
	color: #ff3300 !important;
}

.menu-main-container > ul > li:hover > a:after {
	border-color: #ff3300 transparent transparent transparent !important;
}

.menu-main-container > ul > li {
	width: 98px;
}

#header-icons .menu-main-container li.menu-item a,
#header-icons .menu-right-menu-container li.menu-item a {
	color: inherit;
	text-decoration: none;
}

#header-icons .menu-main-container li.menu-item a:hover,
#header-icons .menu-right-menu-container li.menu-item a:hover {
		color: white;
}


#header-icons .menu-main-container > ul > li > a,
#header-icons .menu-right-menu-container > ul > li > a {
	padding-top: 7px;
	padding-bottom: 21px;
}

/* Second level+ dropdowns */

#header-icons .sub-menu {
	display: none;
	padding: 0;
	background: #555557;
	width: 138px !important;
	position: absolute;
	top: 44px !important;
	left: 15px;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(166,166,166,1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(166,166,166,1);
	box-shadow: 0px 2px 3px 0px rgba(166,166,166,1);
	width: 108px;
	border-top: 1px solid #F4F4F4;
}

#header-icons .sub-menu li {
	background-color: #FFFFFF;
	border: none;
	text-align: left;
	width: 100%;
}

#header-icons .sub-menu li.menu-item:hover {
		background: #3B3B3D;
}

#header-icons .sub-menu li a {
	padding: 10px;
}

#header-icons .sub-menu ul { 
		padding-top: 20px !important;
		margin-left: -1.25em;
		margin-top: -5px;   
}

.sub-menu li {
	border: none;
	text-align: left;
}

#header-icons ul ul li a {
		padding: 0px 0 10px 0;
		font-weight: normal;
		border: none !important;
		color: #3B3B3D; 
}

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
		position: relative;
		margin: 0;
		border: none !important;
		color: inherit;
}

#mainNav .sf-menu a.sf-with-ul:after {
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
}

.sf-sub-indicator {
		position: absolute;
		bottom: 0px;    
		display:        none;
		//width: 100%;
		text-indent:    -999em;
		overflow:       hidden;
		z-index: 200;
}

.sfHover .sf-sub-indicator {
		
		bottom: -10px;  
}

#header-icons .sf-menu li ul .sf-sub-indicator {
		display: none;
}

#header-icons .sf-menu li ul .sfHover .sf-sub-indicator {
		
		position: absolute;
		top: 0;
		right: -1px;
		left: none;
		display: block; 
}

.sfHover a.sf-with-ul .sf-sub-indicator {
		height: 30px;
}

.children .sf-sub-indicator {
		display: none;
}

/*Home Message------------------*/

#homeMessage {  
		margin: 60px 2% 10px 2%;
		padding: 0 !important;
		width: 96%; 
}

#homeMessage.withBorder {

}

#homeMessage p{ 
		font-size: 1.7em;
		font-family: 'Montserrat', sans-serif;
		line-height: 1.1em !important;
		text-align: center;
		padding: 0 !important;
		margin: 0 !important;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content .masonry { 
		padding: 0 0 30px 0;
}

#content.threeFourths { 
		margin: 0 2% 20px 0;    
		width: 74%; 
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{  
		color: #696969 ;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{    
		color: #a7a7a3 ;        
}

#content .postThumb {
		margin: 0;
		width: 960px;
		height: 400px;
}

#pageHead {
		padding: 0;
		margin: 0;
		display: none;
}

.post_thumb .caption h2 {
		color: white;
}

.column2 h1, .column3 h1 {
		font-size: 18px;
		color: #009fff;
		padding: 0;
}


#pageHead h1 {  
		font-size: 1.5em;
		line-height: .7em;
		padding: 0;
		margin-bottom: 0;   
		display: block; 
		color: #515151; 
}

#pageHead p {   
		margin: 0!important;
		padding: 10px 0 0 0!important;  
		color: #b2b2b2;         
		line-height: 1em;
}
.widget {
		position: relative;
		margin: 0 10px 0 0;
}

/* begin pages ----------------*/
.page_thumb { position: relative; }
/* end pages ----------------*/


/*Posts------------------*/

.post_thumb {
		position:relative;
}

#content.threeFourths .post, #content.threeFourths .page, #content.threeFourths #commentBox {
		margin: 0 0 30px 2.7027027%;        
		width: 97.29%;  
}

#content .post .inside, #commentBox .inside {
		margin: 0;
		padding: 0;
		width: 100%;
		display: block !important;
}

.post .inside .padding h3 {
	font-weight: 700;
	argin-bottom: 15px;
}


.search #content .post {
		min-height: 50px;       
}

.post .meta, .post .metaCat, .attachment .meta {
		margin: -5px 0 20px 0;      
		padding: 0 0 0px 0; 
		font-size: .75em;
		line-height: 1.5em;     
		display: none;
}

#content .post.small{   
		width: 225px;
		display: block; 
		margin: 0 0 20px 20px;  
		padding-bottom: 0px;
		float: left;
		position: relative;
		overflow: hidden;
		display: block;     
		height: auto;   
		zoom: 1;    
}

#content .post.small img {
		margin: 0 !important;
}

#content .post .featImgLink {
		display: block;
		padding: 0 !important;
		margin: 0 !important;   
}

#content .post .featImgLink img{    
		padding: 0 !important;
		margin: 0 !important;   
}

#content .post.small a {
		margin: 0;  
}

#content .post.small .inside {  
		margin: 0 25px 0 25px;
		padding: 25px 0 0 0;
}

#content .post.small h1{
		font-size: 1em;
		line-height: 1em;
}

#content .posts {
		padding: 0 !important;
}

.post.small a.thumb {
		display: block;
		position: relative;
}

.lbIndicator {
		background: transparent url(images/black_alpha_50.png); 
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		display: none;
}

.lbIndicator span{
		background: transparent url(images/lightbox_icon.png) center center no-repeat;
		display: block;
		width: 100%;
		height: 100%;
}

/*Infinite Scrolling------------------*/

#infscr-loading {
		position: fixed;
		text-align: center;
		bottom: 0px;
		left: 0px;
		z-index: 100;
		margin: 0 0 0 0;    
		padding: 15px 15px 15px 40px;   
		font-size: .7em;
		font-style: none;
		-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
		-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
		box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
		background: #fff url(images/loading.gif) 15px 13px no-repeat;
}

#infscr-loading img {
		display: none;
}

.infscrBtn span{
		line-height: 35px;
}

.infscrBtn {
		margin: 0 0 30px 3%;        
		background: #faf9f9;
		-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
		-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
		box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
		width: 97%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		height: 35px;
		clear: both;
		text-align: center; 
		cursor: pointer;
		font-size: .7em;
		padding: 0;     
}

#content.threeFourths .infscrBtn {
		width: 96.62%;
}

#content.full .infscrBtn {
		width: 96%;
		margin-left: 2%;
}

.infscrBtn:hover {
		background-color: #fff;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
		display: inline;
		float: left;
		margin-right: 24px !important;
		margin-top: 4px;
}

#content .alignright,
#content img.alignright {
		display: inline;
		float: right;
		margin-left: 24px;
		margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
		margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
		padding-top: 15px;
		margin-bottom: 25px!important;      
}

.gallery-item {
		margin-top: 0px!important;  
		margin-bottom: 25px!important;  
}

.gallery img {
		border: none!important;
}

/*Lists------------------*/

#content ol li{ 
		margin: 0 0 10px 0; 
		line-height: 1.4em;
}

#content ol{    
		margin: 0 0 20px 20px;  
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {    
		padding-top: 10px;      
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{     
		font-size: 1em !important;  
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow {    
		margin: 0 0 20px 0;
		position: relative;         
}

.home .slideshow {
		width: 96%;
		margin-left: 2%;    
}

#content .slideshow {   
		margin: 0 0 40px 0;
}

#content .flex-control-nav {
		padding: 0; 
		margin: 0 !important;
		padding: 0 !important;
		bottom: -20px !important;   
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
		list-style: none !important;
		list-style-type: none !important;   
}

#content .flexslider .slides {
		margin: 0;  
}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {  
		font-size: 12px;        
		display: inline-block;  
		color: #fff !important;
		text-decoration: none;      
		position: relative;
		cursor: pointer;
		font-weight: bold;  
		padding: 7px 15px 7px;
		border: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 0 3px 0 0;  
		line-height: normal !important;
}

a.button, #footer a.button {
		padding: 6px 15px 5px;
}

#searchsubmit {
		padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
		background-color: #595959;
		color: #fff;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

.sidebarBox {
		position: relative;
		margin: 0;
		//background: #D9DACC;
		font-size: 13px;
		text-align: center;
}

#text-12 {
		//width: 120px;
		height: 300px;
		line-height: 300px;
}

#text-13 {
		width: 180px;
		height: 600px;
		line-height: 600px;
}

.sidebarBox.oneFourth { 
		width: 100%;
}

.sidebarBox h3 {
		font-size: 14px;
}

#sidebar p {    
		margin-bottom: 12px;
		color: #909090;
}

#sidebar a {    
		color: #747373;
}

#sidebar a:hover {  
		color: #8a8989;
}

#sidebar li {
		font-size: .75em;
		color: #909090;
}

#sidebar .avatar {
		float: left;
		margin: 0 20px 15px 0 !important;   
		padding: 3px;
		background: #fff;
		border: 1px solid #e1e1e1;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {  
		font-style: italic; 
}

#sidebar ul, #footer ul, .homeWidgets ul{
		margin: 0 0 0 0;
		padding: 0px 0 0 0;     
		line-height: 1em;
		background: none;
		position: relative; 
}

.audio-track a {
		color: #949494;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
}
#sidebar ul li, #footer ul li, .homeWidgets ul li{
		padding: 0px 0 0px 0;
		margin: 0 0 15px 0; 
		line-height: 1em;
		background: none;   
}
.player {
		display: block;
		height: 30px;
		overflow: hidden;
		margin: 0 15px 0 0;
}
.player img {
		margin: 0 0 0 -30px;
}
#sidebar ul li p, #footer ul li p{
		line-height: 1.3em;
		margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
		font-size: 13px;
		margin: 0 0 0px 0 ; 
		padding: 0 !important;  
		line-height: 1em;
		font-weight: normal;    
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
		background: none;
		margin: 0;
		padding: 0;
		border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
		padding: 0 0 0 0;
		margin: 10px 0 0 0;     
		border: none;   
}



/*Search------------------*/

.widget_search {    
		display: inline-block;
		padding: 0 !important;  
}

.widget_search h3 {
		display: none;
}

.widget_search:after {
		content: " ";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}

html[xmlns] .widget_search {
		display: block;
}

* html .widget_search {
		height: 1%;
}

#s {
		margin: 0 0px 0 0;  
		padding: 7px 10px 7px 10px !important;
		line-height: normal!important;  
		width: 277px;
		color: #9a9a9a;
}

#searchsubmit{  
		font-size: 11px !important;
		margin: 0 !important;
		border-left: none;
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		-moz-border-radius-topleft: 0px;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		float: right;
		border: none;
		height: 30px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-position: 0 -1px;    
}

#search.wrap-searchme .search input.loading {
		background: white url(images/loading.gif) 5px 4px no-repeat;
}

/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
		margin: 0 0 0 0 !important;
		display: block;
		padding: 3px 0 0 0; 
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {   
		font-size: 13px !important;
		margin-bottom: 2px;     
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {   
		line-height: 1.1em;
		padding-top: 3px;
}

.ttrust_recent_posts .firstPost p{  
		margin-bottom: 10px;
}

.secondaryPost {    
		padding: 10px 0 0px 0;  
}

.ttrust_recent_posts .thumb{
		float: left;
		margin: 0 10px 0 0;
		padding: 3px;
		background: #fff;
		border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
		margin-bottom: 30px;
		border: none;
		display: block;     
}


/*Calendar Widget--------------------*/
table#wp-calendar {
		width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
		text-align: left;
}

table#wp-calendar td {
		color: #b0b0ad;
		padding-top: 10px;
}

table#wp-calendar td a{
		font-weight: bold;
}

#wp-calendar caption {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dbdad8;
		font-size: 14px;    
		font-weight: bold;  
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{    
		font-size: 11px !important;
		padding: 5px 7px 5px 7px;   
		display: block;
		float: left;
		margin: 0 5px 5px 0;    
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
		background: #7a7a7a;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;    
}

#sidebar .widget_tag_cloud a{
		background: #e3e3e3;
}

#footer .widget_tag_cloud a{
		background: #e5e5e5;
}

.widget_tag_cloud:after {
		content: " ";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}

.widget_tag_cloud {
		display: inline-block;
}

html[xmlns] .widget_tag_cloud {
		display: block;
}

* html .widget_tag_cloud {
		height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
		margin: 0 0 10px 0;
}

ul#twitter_update_list li{
		line-height: 1.4em !important;  
}

.twitterLink a{     
		font-style: italic;
}


/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
		float: left;
		margin: 0 12px 12px 0;
		padding: 3px;
		background: #fff;
		border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
		width: 50px;
		height: 50px;
}


/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
		
#comments {
		position: relative;
		margin: 0 0 30px 0px;
		width: 74.468805%;      
		padding: 0 0 0 0;
}

#content.project #comments {
		padding-top: 30px;
}

#comments ul{
		list-style: none;
		margin: 0 0 30px 0; 
}

#comments h3{   
		margin: 0 0 30px 0; 
}

#content #comments ul li{
		font-size: 1em !important;
}

#trackbacks {
		margin: 30px 0 0 40px;
}

ol#commentslist {
		margin: 0 0 0 0px;
		list-style: none;
		padding: none;  
		padding: 0;
}

#commentslist .children li {
		padding: 15px 0 0 30px;
		background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
		border-left: 1px solid #e3e3e3; 
}
		
.comment {
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 20px 0;        
}

.comment .avatar {
		position: absolute;
		left: 0;
		top: 0; 
}

#commentForm label {
		padding-left: 20px;
}

.comment h5 {   
		margin: 0 0 0 80px;
		padding: 0;     
}

.comment .date {    
		margin: -5px 0 10px 80px;   
		display: block;
		color: #a5a5a2; 
		font-style: italic;
		font-size: .75em;       
}

.comment p {    
		margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
		margin: 0 0 0 80px;
		font-size: .75em;
}

.comment-reply {
		display: inline-block!important;
		padding: 0 0 0 10px;
}

#comment-add {
		position: absolute;
		top: -5px;
		right: 0px;
}

.moderation {
		margin: 0px;
		padding: 0 0 10px 25px; 
}

#trackbacks ul {
		margin: -5px 0 15px;
}

#trackbacks ul li {
		padding: 5px 0 5px 20px;    
}



/* Comment Form */
		
#commentForm {
		position: relative;
		margin: 0 0 30px 0px;
}

#comments #respond {
		position: relative;
		padding: 0 0 0;
		margin: 0;
}

#respond .form-allowed-tags {
		display: none;
}

#respond form {
		margin: none;
		padding: none;
		position: relative;
}

.cancel-comment-reply {
		float: right;
		margin: 5px 90px 0 0;
}

#comments textarea {
		width: 90% !important;
}

#comments input[type="text"] {
		width: 50%;
		margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
		
.pagination {
		width: 97%;
		padding: 0 0 20px;  
		clear: both;    
		margin: 0 0 0 3%;   
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
		display: block;
		float: left;
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 0 5px 0 0;
		padding: 0 8px; 
		text-align: center;
		text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
				
}

.pagination-prev a,
.pagination-next a {
		float: none;
		margin: 0px;
}

.pagination-prev,
.pagination-next {
		float: left;
		width: auto;
		margin: 0px;
}

.pagination-prev {
		float: right;
}

.wp-pagenavi .pages {
		float: right;
		margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {   
		color: #fff;
		font-size: 12px;        
}

#footer a {
		color: white;
		font-size: 12px;
}

#footer .inside {
		max-width: 960px;
		background-color: #FF3300;
		padding: 0;
}

#text-7,#text-8,#text-9,#text-10,#text-11 {
		text-align: left;
}

#footer .secondary {
		margin: 0;
		padding-top: 30px;
		border-top: 1px solid #DDD;
		clear: both;
}

#footer .secondary .left {
		float: left;        
}

#footer .secondary .right {
		float: right;           
}

/*//////////////////////////////////////////////////////////////////// 
//  13 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPad Portrait */

@media only screen and (max-width: 768px) { 
		
		#sidebar {
				float: none;
				width: 97%;
				margin-left: 3%;
				padding-bottom: 30px!important;
				padding-top: 10px;  
		}
		
		#content.threeFourths {
				width: 98% !important;      
				float: none;
		}
		
		#content .post.small {
				margin-left: 23px !important;
		}
		
		#content.threeFourths .infscrBtn {
				width: 96%;
				margin-left: 23px;
		}
		
		#content.full .infscrBtn {
				width: 94%;
				margin-left: 23px;
		}
		
		.sidebarBox.oneFourth { 
				width: 225px;
		}
		
		.sidebarBox {   
				float: left;
				margin: 0 3% 30px 0;    
		}   
		
		#homeMessage p{
				font-size: 2.4em !important;        
		}   
		
		#comments { width: 100%;}   
}

/* iPad Landscape */

@media only screen and (max-width: 940px) { 
		#content.threeFourth { width: 60%; }    
}

@media only screen and (max-width: 749px) { 
		#ad-leaderboard-top,
		#ad-leaderboard-mid,
		#ad-leaderboard-bottom {
				width: 320px;
				height: 50px;
		overflow: hidden;
			margin: 10px auto;
		}
}


/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

		html {
				-webkit-text-size-adjust: none; 
		}
		
		h3 { font-size: 1.0em;}
		h4 { font-size: .9em;}
		h5 { font-size: .8em;}
		
		#pageHead h1 { font-size: 1.2em;}
		#pageHead {     
				padding: 15px 0 15px 0;
		}
		
		#pageHead {     
				margin: 0 5% 15px 5% !important;
		}
		
		#homeMessage {  
				margin: 40px 3% 0 3%;
				padding: 0 !important;
				font-size: .5em;    
		}
		
		#homeMessage p{ 
				padding: 0;
				margin: 0;
		}
		
		#mainNav {
				position: relative; 
				width: 99%;     
				margin-top: 0;
				margin-left: 5px;
				top:0;
				margin-bottom: 0px;
				padding-top: 0; 
		}
		
		#mainNav li{
				margin: 0 0 0 3%;
		}
		
		#mainNav ul{
				margin: 0 0 0 10px;
		}
		
		.home .slideshow {
				margin: 0;
				width: 100%;
		}
		
		
		#content .posts {
				margin-bottom: 10px;     
		}   
		
		#content .post.small .inside{
				margin: 0 18px 0 18px;      
		}
		
		#content.threeFourths .infscrBtn {
				width: 84% !important;
				margin-left: 9% !important;
		}
		
		#content.full .infscrBtn {
				width: 84% !important;
				margin-left: 9% !important;
		}   
		
		.flex-caption {display: none;}
		
		#sidebar {
				padding-bottom: 0 !important;       
		}
		
		#footer .secondary{
				text-align: center;
		}
		
		#footer .secondary p{
				margin: 0px;
				padding: 0px;
		}
		
		#footer .inside {       
				padding: 0px 0 20px;    
		}
		
		#footer .secondary .left,
		#footer .secondary .right{
				float: none;
				padding-bottom: 10px;
		}
		
		.flex-direction-nav { display: none !important;}
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
		
		#sidebar .widgetBox {
				width: 47%;     
		}
		
		#mainNav ul{
				margin: 0 0 0 10px;
		}
		
		#content .post.small {
				padding-top: 0px;
				margin: 0 0 15px 20px !important;
				width: 210px !important;        
		}
		
		#content .post.small .thumb {
				margin: 0 0 0 0;                
		}
		
		#content.threeFourths .infscrBtn {
				width: 97% !important;
				margin-left: 3% !important;
		}
		
		#content.full .infscrBtn {
				width: 96% !important;  
		}
}

/* iPhone Portrait */
@media only screen and (max-width: 480px) and (orientation: portrait)  {
		
		#sidebar .widgetBox {
				width: 99%;     
		}
		
		#content .post.small {
				padding-top: 15px;
				margin: 0 0 10px 9.7% !important;
				width: 84%;     
		}
		
		#content .post.small .thumb {
				margin: 0 0 10px 7%;                
		}   

		#comments input[type="text"], #commentForm input[type="text"]{
				width: 46% !important;
				margin-right: 5px;
		}
}

#container #mainnav ul li ul li a:hover {
		background: #3b3b3c;
}

#mainmenu .current_page_item a:hover{
		color: #FF3300 !important;
		background-color: #D9DACC !important;
}


#mainnav ul ul {
		padding: 0 !important;
		margin: 0;
		background: #555557 !important;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
		width: 108px !important;
}
		

#mainNav ul ul ul { 
		padding-top: 20px !important;
		margin-left: -1.25em;
		margin-top: -5px;   
}

#mainnav ul ul li {
		float: none;
		background: none;
		margin: 0 !important;
		height: 30px;
}



#container #mainnav ul li ul li a {
		font-size: 11px;
		text-align: right;
		width: 105px !important;
		padding: 5px 10px 0 0;
		font-weight: normal;
		line-height: 11px;
		height: 25px;
}

#container #mainnav ul li ul li a:hover {
		background: #3b3b3c;
}

#mainnav ul a, #mainnav ul li.sfhover ul a {
		color: black;
		text-transform: uppercase;
		font-size: 14px;
		display: inline-block;
		text-align: center;
		margin: 0px;
		padding: 0;
		font-weight: bold;
}

.button, #searchsubmit, input[type="submit"] {background-color: #757575 !important;}
.button:hover, #searchsubmit:hover, input[type="submit"]:hover {background-color: #595959 !important;}
		
.button, #searchsubmit, input[type="submit"] {
		background-color: #757575 !important;
}
.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
		background-color: #595959 !important;
}

.menu-main-container li a { 
		margin: 0;
		padding-top: 3px;
		text-align: center;
		font-size: 16px;
}

.socialicon{
		display: inline-block !important;
		float: left;
}
.socialicon a{
		display: inline-block;
		font-weight: bold; 
		border-right: 1px;
		border-style: solid;
		border-color: black;
		float: left
}
#content .page{
		padding: 0;
		background: none;
		margin: 0;
		width: 100%;
		position: relative;
		height: auto;
}
.DOP_ThumbnailScroller_ThumbnailsContainer{
		margin: 0 !important;
}
.DOP_ThumbnailScroller_Container{
		display: block; 
		overflow: hidden;
}
.DOP_ThumbnailScroller_ThumbnailsBg {
		display: none;
}
#container #mainnav ul li ul li a:hover {
		background: #3b3b3c;
}
.contentlink{
		text-decoration: underline;
}
.nodecoration{
		text-decoration: none !important;
}
.excerpt {
		line-height: 19px;
		overflow: hidden;
		padding:0 30px 0 20px;
		font-family: Arial, sans-serif;
}
.minititle{
		line-height: 16px;
		overflow: hidden;
}
.caption h1, .embed-column3 .embedTitle, .embed-column2 .embedTitle {
		font-family: 'Montserrat', sans-serif;
		overflow: hidden;
		margin: 0;
		height: 13px;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.scrollHeader #header {
		height: 85px;   
}
.column1 .caption .minititle{
		margin-bottom: 0px;
		color: #d9d9cb;
		font-size: 18px;
		font-weight: normal;
		padding: 10px 10px 0px 10px;
		text-shadow: 0 2px 0 #3a3a3b,
		5px 0px 25px #19191a,
		5px 0px 25px #19191a,
		5px 0px 25px #19191a;
		
}

.post.column1 .contents {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color: #3b3b3c;
		width: 100%;
		-webkit-transform:translate3d(0,0,0)
}

.column2 .caption #subhead,.column3 .caption #subhead {
		display:none;   
}

.post.column1 {
		overflow:hidden; 
		position:relative;   
}
#ads_right1 {
		width: 300px;
		display: inline-block;
		margin: 0 0 0 10px;
		float: left;
}
#ads_right1 .widget_text {
		margin: 0 0 10px 0;
}
.column1 .contentlink{
		padding: 0;
		margin: 0;
		color: #8bcfee;
		text-shadow: 0 2px 0 #3a3a3b,
		5px 0px 25px #19191a,
		5px 0px 25px #19191a,
		5px 0px 25px #19191a,
		5px 0px 25px #19191a;
		font-size: 14px;
		line-height: 14px;
}
.column2 .minititle{
		line-height: 16px;
		max-height: 32px;
}
.column3 .excerpt {
		height: 185px;
}
.column2 .contentlink, .column3 .contentlink {
		color: #9A9A9A;
		margin:2px 0 !important;
		line-height: 16px;
		height: 16px;
}
.column2 .contentlink:hover,
.column3 .contentlink:hover{
		color:#00a0ff;
}
.column3 .minititle{
		line-height: 16px;
		max-height: 48px;
}
.column3 .caption {
		width: 258.3333333333333px;
		background: #F9F9F9;
		height: 225px;
		color: #3B3B3C;
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		line-height: 14px;
}
.caption {
	display: inline-block;
	overflow: hidden;
}
.show2 .caption, .show3 .caption {
		padding: 23px 28px 20px 30px;
}
.caption .minititle {
		margin-bottom: 2px;
		height: 13px;
		font-size: 14px;
		color: #FF3300;
		font-weight: normal;
		overflow: hidden;
		font-style: italic;
		font-family: 'Montserrat', sans-serif;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 13px;
}

.DOP_ThumbnailScroller_Background{
		opacity: 0 !important;
}

#footer .secondary{
		border-top: none !important;
		background-color: #FF3300 !important;
		color: #FFFFFF;
		padding: 30px;
		color: #FFFFFF;
}
#footer .textwidget ul {
		position: relative;
		left: 0;
		margin-top: 10px;
		font-size: .8em;
		margin-bottom: 30px;
}
#footer .textwidget a {
		color: white;
		font-size: 13px;
		text-decoration: none;
		line-height: 1;
}
#footer .textwidget a:hover {
		text-decoration: underline;
}
#footer {
		font-size: 12px;
		color: white;
		margin: 0;
}
#footer ul li {
		margin: 0;
		margin-top: 0;
		margin-bottom: 8px;
		margin-left:0;
		line-height: 1;
		list-style: none;
}
.credit a {
	margin: 0 0 3px 0;
	display: inline-block;
}

#footer #robots-slogan img {
	width: 100%;
	height: auto;
}

#footer #robots {
	float: left;
	padding-top: 28px;
	padding-bottom: 13px;
	width: 38.75%;										/* 372px */
}

#footer #slogan {
	float: left;
	width: 53.6458333333%;								/* 515px */
	padding-left: 3.125%;								/* 30px */
	padding-right: 4.47916666667%;						/* 43px */
	padding-top: 63px;
	text-align: right;
}



#footer h3{
		margin: 0;
		margin-top:5px;
		margin-bottom: 10px;
		color: #FFB8A7;
}
.sidebarbox h3{
		font-size: 1em !important;
		font-weight: normal !important;
}
#footer #logos {
		margin: 0 0 30px 30px;
		display: inline-block;
}

#footer #logos a {
	margin-right: 4px;
}

.sf-menu ul{
		background: rgba(255, 255, 255 0);
}

.sub-menu {
	z-index: 900;
}

.sub-menu li a {
	font-size: 11px;
	color: white;
	text-align: left !important;
}
#submenu {
	text-align: right;
	position: relative;
	margin: 0 0 10px 0;
	height: 15px;
	line-height: 15px;
	float: right;
	padding-right: 20px;
}
#submenu a{
		color: #00a0ff !important;
		text-transform: uppercase;
		font-size: .7em;
		display: inline-block;
		text-align: right;
		margin: 0 0 0 2px;
		text-decoration: none;
}
#submenu a:hover{
		color: #FF3300 !important;
}
#scrollHeader {
width: 100%;
position: relative;
padding: 0 0 0 0;
margin: 0 0 0 0;
}


@media only screen and (min-width: 768px) {
	#vsel .vsel-image {
		position: absolute;
		margin-left: 0;
		left: 0;
	}

	#vsel .vsel-image-info {
		width: 36% !important;
	}

	#vsel .vsel-info {
	    width: 97%;
	}

	#vsel .vsel-meta {
	    margin-left: 175px;
	    min-height: 170px;
	}

	.vsel-image-info code {
		padding: 0;
	}

}

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

	#vsel{
	padding-left: 2%;
	padding-right: 2%;
	width: 96% !important;
	}
	

	#vsel .vsel-image-info, .vsel-meta  {
		width: 49% !important;
		clear: none !important;
	}

}


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


	#vsel .vsel-image-info  {
		width: 100% !important;
		clear: both !important;

	}

	 #vsel .vsel-meta  {
		width: 50% !important;
		clear: both !important;
	}

	#vsel .vsel-image {
		float: right;
	}

	#vsel img.vsel-image  {
		position: absolute;
		top: 0;
		right: 5px;
	}

	#vsel .vsel-content {
		position: relative;
	}

}

#vsel p {
	font-size: 14px;
}

#vsel .vsel-meta .vsel-meta-title {
	font-weight: bold;
	font-size: 16px;
}

.page h2 {
	margin-bottom: 20px;
}

#popup_content img {
	max-width: 100%;
}