/*
* Super Skeleton
* Copyright 2011, Brandon R Jones
* Original Skeleton, Copyright 2011, Dave Gamache
*/

/* Table of Content
==================================================
	#Site Styles
	#Navigation Styles
	#Image Overlay Styles
	#Page Styles
	#Media Queries
	#Font-Face
	#Plugin Style Mods (placed here so we can keep originals pure)
*/





/* ======================================================= */
/* #SITE STYLES : Universal Theme Visual Styles */
/* ======================================================= */

/* Set BG */
body, 
h2.title span, 
ul.tabs li a.active {
	background: #f4f6ec;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	/* background-image: url(../images/theme/background.png); */
	margin-top: 0px;
} 

@media only screen and (max-width: 768px)
{
	body {
		background: #fff;
	}
}

#maincontent {
	background-image: url(../images/theme/backgrounds/noise-offwhite-shadow.jpg);
	background-color: #fff;
	/* [disabled]padding-right: 8px; */
	/* [disabled]padding-left: 8px; */
	/* [disabled]background-position: 70%; */
	padding-bottom: 20px;
}
#tolmenu {
	font-family: 'ChunkFiveRegular';
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	padding-top: .3em;
	padding-bottom: .3em;
}
#tolmenu a {color: #fff; text-decoration:none}
#tolmenu a:hover {color:#FFFFCC;}


/* Wrap .container sections with this to create a full width section (for full width BG color stripes) */
.full-width{
	width: 100%;
}

/* HR Divider */
hr{	
	border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; 
	border-bottom: 1px solid #FFF;
	}
	
hr.partial-bottom{margin-bottom: 20px;}



/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{max-width: 100%; height: auto;}
.content img{border: 1px solid #dfdfdf; margin-bottom: 15px;}

/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}


/* #Global Transitions */
.column, .columns, .row, .module-img img, .sf-menu li, .sf-menu a, a.header-advert img, a.sidebar-advert img {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}

/* Custom Lists, Buttons, Tags, etc. */
ul.square {padding: 10px;}
a.button{text-align: center;}

/* Form Overrides */
input.sidebar-search{ width: 90%; min-width: 195px; } 

/* Tags / Categories Styling */
.tags a{
	background: none repeat scroll 0 0 #333333;
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
		 -o-border-radius: 3px 3px 3px 3px;
			border-radius: 3px 3px 3px 3px;
	display: block;
	float: left;
	margin: 2px 2px 0 0;
	padding: 5px 12px;
	text-decoration: none;
}


/* Miscelleneous Classes */
img.tag_icon{
	float: left; 
	border: 0 !important; 
	padding: 5px 13px 0 0;
	margin-bottom: 0;
	}

#entry .tags{margin: -12px 0 -7px;}
.tags .button{margin-bottom: 2px;}

.chzn-container-single .chzn-search input{min-width: 20px;}
 
.excerpt .date{margin-bottom: 20px;}

.my-avatar {
	float: right;
	padding: 5px;
	width: 32px;
	height: 40px;
}

ul.square, ul.circle, ul.disc {
	margin-left: 15px;
	font-size: 13px;
}

/* ======================================================= */
/* #SECTIONS */
/* ======================================================= */

/* Section declarations for BG stripes */
#section-tophat, #section-footer, #section-sub-footer {	position: relative;  z-index: 1;  } /* Setup for :after double bgs below */

#section-tophat{  background: #222;	 background: rgba(0,0,0,0.8);  }
#section-header{}
#section-slider{}
#section-portfolio{}
#section-projects{}
#section-sidebar-right{}
#section-project-single{}
#section-footer{  background: #222;	 background: rgba(0,0,0,0.8);	}
#section-sub-footer{  background: #111;	 background: rgba(0,0,0,0.95);   }

.grid-example .column, 
.grid-example .columns{
	background: #ccc; 
	display: block; 
	height: 60px;
	margin-bottom: 20px;
	}


/* Now we'll add some more granular styles to each specific section*/


/* #TOPHAT */ 
#section-tophat{
	border-bottom: 2px solid #ddd;
	background: transparent url("../images/theme/backgrounds/noise-grey.jpg") repeat;
}

#section-tophat:after, #section-footer:after{
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0;
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#section-tophat{padding: 10px 0;}

#section-tophat span.subscribe{float: left;}
#section-tophat span.tagline{float: right;}



/* #HEADER */
#section-header{}
h1#logo{
	margin-bottom: 0px;
	margin-top: 5px;
}


.logo-link {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: right;
}
.strapline {
	font-family: 'ChunkFiveRegular';
	margin-bottom:10px;
	display: block;
	padding-right: 12px;
	position: relative;
	top: -6px;
	font-size: 12px;
}

.form-control[name="keywords"] {
	max-width: 90%;
}

@media only screen and (max-width: 768px) {
	#logo img {
		max-width: 300px;
	}
	
	.strapline {
		text-align: center !important;
		font-size: 14px;
		top: -8px;

	}
}

@media only screen and (min-width: 1200px) {
	.strapline {
		font-size: 16px;
		padding-right: 15px;
		top: -8px;
	}
	
	.form-control[name="keywords"] {
		max-width: 100%;
	}
}

@media only screen and (max-width: 959px) and  (min-width: 768px){
	.strapline {
		font-size: 10px;
		padding-right: 8px;
		top: -4px;
	}
	
	.form-control[name="keywords"] {
		max-width: 80%;
	}
}

/* Header / Sidebar Advertisement */
a.header-advert{
	margin-top: 30px;
	margin-bottom: 20px;
	float: right; 
	}
a.header-advert img, a.sidebar-advert img{ 
	padding: 6px;
	background: #eee; 
	background:rgba(200,200,200,0.05);
	}
a.header-advert:hover img, a.sidebar-advert:hover img{
	background: #ddd; 
	background:rgba(200,200,200,0.3);
}

/* Social Icons Section */
ul.social{
	text-align: right; 
	margin-bottom: 0;
	}
	
ul.social li{
	display: inline-block; 
	width: 24px; 
	height: 24px; 
	padding: 18px 2px 0; 
	margin: 0;
			  -moz-opacity:0.8;
	 filter: alpha(opacity=80);
					opacity:0.8;
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	}
			
ul.social li:hover{
			   -moz-opacity:1.0 !important;
	 filter: alpha(opacity=100) !important;
					 opacity:1.0 !important;
}	



/* #SLIDER */
#section-slider{}



/* #FOOTER */
#section-footer{
	background: transparent url("../images/theme/backgrounds/noise-grey.jpg") repeat;
	margin-top: 40px;
	border-top: 2px solid #ddd;
	padding: 40px 0;
}

#section-footer h5{
	position: relative;
	z-index: 1;
	padding: 2px 10px;
	margin-bottom: 20px;
	}
	
#section-footer h5:after{
	content: "";
	z-index: -1;
	position: absolute;
	background: url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat transparent;
	left: 0; top: 0; right: 0; bottom: 0;
}
 
#section-footer ul li{
	padding:10px 0;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
	 -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
		 -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#section-footer ul li:first-child { 
	border-top: none; 
	padding-top: 0;
	}  
  
#section-footer ul li:last-child { 
	border-bottom: none; 
	} 



/* #SUBFOOTER */
#section-sub-footer{
	background: url("../images/theme/backgrounds/noise-black.jpg") repeat transparent;
}

#section-sub-footer:after {
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#section-sub-footer{ 
	border-top: 2px solid #000;	
	}
#section-sub-footer span{
	padding: 20px 0;
	}

#section-sub-footer span.copyright{float: left;}
#section-sub-footer span.colophon{float: right;}


/* ======================================================= */
/* Responsive Nav Queries - Swaps normal Nav with a dropdown menu with the #responsive-nav ID */
/* ======================================================= */

#responsive-nav{display: none; float: right;}
#responsive-nav li{clear: both;} 


@media only screen and (max-width: 767px) {
	
  ul.sf-menu, .top-bar-new { display: none;} 
  #mainmenu {display: none;}
  #section-tophat span.subscribe, #section-tophat span.tagline,
  #section-sub-footer span.copyright, #section-sub-footer span.colophon,
  {float: none; text-align: center;}
  
  header .navigation{margin-top: 10px;}
  
  .flex-direction-nav{display: none;}
  
  #responsive-nav { display: inline-block !important; width: 100% !important; margin-top: 5px;}
  
  #responsive-nav .chzn-container{width: 100% !important;}
  
  #responsive-nav .chzn-container-single .chzn-single, #responsive-nav .chzn-container-single .chzn-single div {padding: 4px 9px;}
  
  #logo, #tagline p, ul.social, ul.social li{text-align: center;}
  
  #tagline p{font-size: 24px; line-height: 28px; padding: 0 10 22px 11px;}
  
  ul.social{margin-bottom: 18px !important;}
  
  a.button.pagination{width: 90% !important;}
  
  ul.social li{
	  float: none; display: inline; 
			   -moz-opacity:1.0 !important;	    		  
	 filter: alpha(opacity=100) !important;
					 opacity:1.0 !important;
	}	 
	
  .flex-control-nav { /* default opacity */
			  -moz-opacity:0;
	 filter: alpha(opacity=0);
					opacity:0;     
				   }
				   
}






/* ======================================================= */
/* #Image Overlay Styles */
/* ======================================================= */
.module, .module-img{position: relative; overflow: hidden;}
.module{margin-bottom: 7px;}
.module-meta {display: inline;} 
.module-img{text-align: center;}

/* The lightbox and full post link styles */
.module-img .thumbLink, .module-img .lightboxLink{
	background: url("../images/theme/post_link.png") no-repeat scroll 0 0 transparent;
	height: 20px !important;
	width: 20px !important;
	z-index: 9 !important;  
	margin-top: -26px; /* Nudge up a bit */
	position: absolute; 
	right: 0;
}

.module-img .lightboxLink{
	background: url("../images/theme/pop_link.png") no-repeat scroll 0 0 transparent;
	right: 21px;
}

/* Our transitions for the thumbnails */
.module-img .thumbLink, .module-img .lightboxLink{ 
			  -moz-opacity:0.0;
	  filter: alpha(opacity=0);
					opacity:0.0;
					text-indent: -9999px;
	   -moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}

.module:hover .thumbLink, .module:hover .lightboxLink{
			   -moz-opacity:1.0 !important;	    		  
	 filter: alpha(opacity=100) !important;
					 opacity:1.0 !important;
}

.thumbLink:hover , .lightboxLink:hover { 
			  -moz-opacity:0.8 !important;	    		  
	 filter: alpha(opacity=80) !important;
					opacity:0.8 !important;
}

/* Make the entire space clickable */
.popLink{display: block; height: 20px;}


/* Styling for centered overlay */
.module-img img{
	border: medium none;
	margin: 0;
	outline: medium none;
	position: relative;
	text-decoration: none;
	background: black;
	z-index: 2;}
	
.module-img:hover img{opacity: 0.09;}

.module-img span{
	background: url("../images/theme/img-bg-pat.png") repeat scroll center center;
	height: 100%;
	left: 0;
	position: absolute;
	top: -6px; /* Removes auto height of the HTML5 span element */
	width: 100%;
	z-index: 1;
}




/* ======================================================= */
/* #PAGE STYLES SECTION */
/* ======================================================= */




	
	
/* ======================================================= */
/* #FONT-FACE TEMPLATE */
/* ======================================================= */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
		font-family: 'FontName';
		src: url('../fonts/FontName.eot');
		src: url('../fonts/FontName.eot?iefix') format('eot'),
			 url('../fonts/FontName.woff') format('woff'),
			 url('../fonts/FontName.ttf') format('truetype'),
			 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
		font-weight: normal;
		font-style: normal; }
*/



/* ======================================================= */
/* #PLUGIN MODS SECTION (continues until end of document) */
/* ======================================================= */


/* ======================================================= */
/* #FILTERABLE */
/* ======================================================= */

#portfolio-list{
	   -moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
}

#portfolio-list .module-meta{display: none;}

#portfolio-list .module-meta.visible{display: inline;}

span.list_btn:hover, span.grid_btn:hover, span.hybrid_btn:hover{cursor: pointer;}

.portfolio-filters{float: left;}

.portfolio-view{float: right;}

.portfolio-filters span, .portfolio-view span{margin-right: 10px;}

.portfolio-view span{float: left; margin-top: 6px;}

span.grid_btn, span.list_btn, span.hybrid_btn {margin-right: 3px; margin-top: 0px;}

.portfolio-nav{margin-bottom: 10px;}

.portfolio-nav a.button{margin-bottom: 4px; background: white;}

.portfolio-nav a.button:hover{background: #fafafa;}

.portfolio-nav p{margin-bottom: 0;} 



/* ======================================================= */
/* Tipsy */
/* ======================================================= */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/theme/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }




/* ======================================================= */
/* #FLEX SLIDER MODS */
/* ======================================================= */

.flexslider {
	background: transparent; 
	border: 0 solid #fff;
	-webkit-border-radius: 0; 
	   -moz-border-radius: 0; 
		 -o-border-radius: 0; 
			border-radius: 0;
			}
.flexslider-container {
	overflow: hidden;
	margin-bottom: 20px;
}

.slider-shadow:after {
	content:"\00a0";
	background: url("../images/theme/slide-shadow.png") bottom center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	overflow: visible;
	display: block; 
	position: absolute;
	margin-top: -32px;
	height: 62px;  /* Same as your image height */  
	width: 100%;  /* Same as your image width */  
}

/* Caption style 
*********************************/ 
.flex-caption {width: 100%; padding: 22px; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 21px; margin-bottom: 0;}

/* Next/Previous Buttons 
*********************************/ 
.flex-direction-nav{overflow: hidden; margin: 0;}
.flex-direction-nav li{margin-bottom: 0;}
.flex-direction-nav li a {width: 45px; height: 38px; margin: -13px 0 0; display: block; background: url("../images/theme/flexslider_direction_nav.png") no-repeat 0 0; position: absolute; top: 49%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */

.flex-direction-nav li a.next {background-position: -38px 0; right: -150; text-indent: -9999px;} /* default position */
.flex-direction-nav li a.prev {background-position: 0 0; left: -150; text-indent: -9999px;} /* default position */

.flex-direction-nav li a.next, .flex-direction-nav li a.prev, .flex-control-nav { /* default opacity */
			  -moz-opacity:0.0; 
	 filter: alpha(opacity=00);
					opacity:0.0;     	  
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.flexslider-container:hover li a.next,.flexslider-container:hover li a.prev{  /* hover opacity */
			   -moz-opacity:0.7 !important;	    		  
	  filter: alpha(opacity=70) !important;
					 opacity:0.7 !important;
}
.flex-direction-nav li a.next:hover,.flex-direction-nav li a.prev:hover{  /* hover opacity */
			   -moz-opacity:1.0 !important;	    		  
	 filter: alpha(opacity=100) !important;
					 opacity:1.0 !important;
}
.flexslider-container:hover li a.next {right: 15px;} /* hover position */
.flexslider-container:hover li a.prev {left: 15px;} /* hover position */

/* Control Nav 
*********************************/ 
.flex-control-nav {
	background: white;
	background: rgba(255,255,255,0.02);
	margin: 0 0 0 0;
	position: absolute; 
	bottom: 25px;	
	left: 50%;
	margin-left: -45px; /* This may need to be adjusted with lots of slides or less */
	/* left: inherit;
	right: 18px; */	
	padding: 8px;
	list-style: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid white;
	border: 1px solid rgba(255,255,255,0.02);
			  -moz-opacity:0.0;
	 filter: alpha(opacity=00);
					opacity:0.0;
}
.flexslider-container:hover .flex-control-nav{
			  -moz-opacity:1;
  filter: alpha(opacity=100);
					opacity:1;
}
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url("../images/theme/flexslider_control_nav.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}





/* ======================================================= */
/* #MEDIA QUERIES SECTION */
/* ======================================================= */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		a.sidebar-advert img { width: 43%; }
		.slider-shadow:after {
			background: url("../images/slide-shadow.png") bottom center;
			-webkit-background-size: contain;
			-moz-background-size: contain;
			-o-background-size: contain;
			background-size: contain;
			margin-top: -45px !important;
		}
			#maincontent {
	background-position: -130px !important;
	bakground-repeat:none !important;
}		
	
	}
	
	@media only screen and (min-width: 1200px) {
		#maincontent {
			background-image: url(../images/theme/backgrounds/noise-offwhite-shadow-wider.png);
		} 
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		  
			
	h2.title span:after{  
			content: "";
			background: transparent;
			}
	
	#footer #footernav ul {margin-right:30px;}
	#footer p.align-left {
	margin-left: 10px;
}

	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */	
	@media only screen and (min-width: 480) and (max-width: 767px) {
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;}
		#footer #footernav ul {margin-right:30px;}
#footer p.align-left {
	margin-left: 10px;}




	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		a.header-advert img{width: 290px;}
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;} 
		#search #keywords {width: 75px;}
		.container.red {padding-bottom: 10px;}
		#maincontent, .container.red, #footer, .pagetop {
	/* [disabled]padding-left:10px; */
	/* [disabled]padding-right:10px; */
}
#footer #footernav ul {margin-right:30px;}
#footer p.align-left {
	margin-left: 10px;
}	


	}
#section-content .container.white {
}
#section-content .container.red {
	background-image: url(../images/theme/backgrounds/noise-red.jpg);
	background-repeat: repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F47B20;
	/* [disabled]padding-right: 8px; */
	/* [disabled]padding-left: 8px; */
	background-color: #A11F17;
}
#menu .sf-menu li {
	display: block;
	float: left;
	margin-left: 20px;
}
#menu .sf-menu li a {
	color: #FFF;
	text-decoration: none;
	font-family: ChunkFiveRegular;
	font-size: 17px;
	font-weight: normal;
}
#menu ul.sf-menu {
	float: right;
	margin-top: 38px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 0px;
}
#menu .sf-menu li a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	color: #FFFFCC;
}#pagetop .pagetop {
	background-image: url(../images/theme/backgrounds/black_paper.png);
	/* [disabled]padding-right: 8px; */
	/* [disabled]padding-left: 8px; */
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	background-color: #A11F17;
	background-image: url(../images/theme/backgrounds/noise-red.jpg);
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F47B20;
	border-bottom-color: #F47B20;
	font-size: 14px;
	color: #FFF;
	line-height: 1.4;
	/* [disabled]padding-right: 8px; */
	/* [disabled]padding-left: 8px; */
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	font-family: DroidSansRegular;
	color: #444;
}
#footernav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#footernav ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.4;
}
#maincontent ul.sidenav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family: DroidSansRegular;
	font-size: 16px;
}
#maincontent ul.sidenav li a {
	text-decoration: none;
	color: #70833F;
	padding-left: 11px;
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	line-height: normal;
	vertical-align: middle;
}
h2, h3, h4, h5, h6 {
	font-family: ChunkFiveRegular;
	color: #A11F17;
	font-weight: normal;
}
#maincontent h2 {
	font-size: 36px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A11F17;
	padding-bottom: 0px;
	font-family: ChunkFiveRegular;
	margin-bottom: 15px;
	margin-top: 15px;
}
#maincontent ul.sidenav li a:hover {
	color: #A21F17;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A21F17;
	padding-left: 8px;
}
#maincontent p {
	line-height: 1.4;
	font-size: 16px;
}
#footernav ul li a:hover {
	color: #F47B20;
	text-decoration: underline;
}
#maincontent .photocaption {
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent ul.sidenav li a.current {
	color: #A11F17;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A11F17;
	padding-left: 8px;
}

.chzn-drop {min-width: 220px;}

#pagetop #search #keywords {
	background-color: #FFF;
	color: #666;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pagetop form input {
	background-color: #A11F17;
	color: #FFF;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#pagetop #languageswitcher {
	color: #666;
}
#globalsearchsubmit, #langswitcher {
	padding-right: 3px !important;
	padding-left: 3px !important;
	border: 1px solid #A11F17;
}
#search {
	background-image: url(../images/theme/search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#mainmenu li a.current {
	color: #FFFFCC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#mainmenu li a.button {
	position: relative;
	top: -4px;
}
#maincontent a {
	color: #70833F;
}
#maincontent a:hover {
	color: #A01F17;
}
#othernews {
	background-image: url(../images/theme/backgrounds/other-news.png);
	background-color: #FFF;
	/* [disabled]padding-right: 8px; */
	padding-bottom: 20px;
	/* [disabled]padding-left: 8px; */
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F47B20;
}
#othernews h2 a {color: #70833F;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	text-shadow: 1px 1px 0 #fff;}
	#othernews h2 a:hover {color: #A11F17;	text-decoration: underline;
}
#othernews h3 a {
	color: #70833F;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	text-shadow: 1px 1px 0 #fff;
}
#othernews h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: ChunkFiveRegular;
}
#othernews .blocklink, #homelinks .blocklink {
	display: block;
	position: absolute;
	width: 100%;
	bottom: -30px;
	font-family:"ArvoBold";
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	margin-bottom: 30px;
}
#othernews .subpage, #homelinks .subpage {margin-bottom: 10px;}
#othernews .blocklink a:link, #homelinks .blocklink a:link,
#othernews .blocklink a:visited, #homelinks .blocklink a:visited {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	background: #88A04C;
	display:block;}
#othernews .blocklink a:hover,
#othernews .blocklink a:active,
#homelinks .blocklink a:hover,
#homelinks .blocklink a:active  {
	background:#A21F17;
	text-shadow: 1px 1px 0 #000;
}
#othernews .recentstories h3  {
	display: block;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E7ECB2;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
}
#othernews .recentstories h3:last-of-type {
	border-bottom-style: none;
}

#othernews hr.divider {
	height: 1px;
	color: #E7ECB2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7ECB2;
	background-color: #E7ECB2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7ECB2;
}
#othernews hr.divider:last-of-type {
	display: none;
}
#othernews p {
	font-size: 14px;
	color: #666;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 10px;
}
#othernews h3 a:hover {
	color: #A11F1F;
}
#othernews .othernewsitem {
	margin-bottom: 20px;
	/* [disabled]opacity: 0.9; */
	display: block;
}
#othernews .othernewscontent {
	margin-bottom: 20px;
}
#othernews .othernewsitem:hover {
	/* [disabled]opacity:1; */
}
#footer #footernav {
	text-align: left;
	/* [disabled]margin-right: 30px; */
	/* [disabled]margin-left: 30px; */
}
#footernav ul {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#othernews h2 {
	font-size: 28px;
}
.newsitem {padding-bottom: 10px;}
#maincontent .newsitem h3 {
	margin-top: 0px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 21px;
	font-family: ChunkFiveRegular;
	font-weight: normal;
}
#maincontent .newsitem p {
	font-size: 16px;
}
#maincontent .newsitem h3 a {
	text-decoration: none;
}
#maincontent .partner_entry h3 {
	margin-top: 0px;
}

#sidebar ul.sidenav li ul.collapsed, #sidebar ul.sidenav ul ul.collapsed {
	display: none;

}
#sidebar ul.sidenav ul {margin-left: 10px;}
#pageintro {color: #fff;}
#pageintro h2, #pageintro p {
	color: #fff; border-bottom:none; 
	filter: glow(color=black,strength=0.5); 	
	text-shadow: 1px 1px 0px #000;
}
#pageintro h2 {
	font-size: 40px;
	margin-top:20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-family:ChunkFiveRegular;
	font-weight: normal;
}
#pageintro p {
	font-family: ArvoBold;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
	word-spacing: 0.3em;
}
#pageintro a:link, #pageintro a:visited {
		color: #f47b20;

	text-decoration: none;
}
#pageintro a:hover, #pageintro a:active {
	text-decoration: underline;
		color: #ffffcc;

}

.subpage {
	position: relative;
}

.subpage img {
	width: 100%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar h3 {
	font-family: ChunkFiveRegular;
	font-weight: normal;
}
#pagination {	font-family: ArvoBold;
}#maincontent.plain {
	background-image: none;
}
#credits {
	font-size: 13px;
	color: #999;
}
#credits:hover {opacity: 1;}
#credits a:link, #credits a:visited {	color: #999;

	text-decoration: none;
}
#credits a:hover, #credits a:active {
	color: #fff;
}
/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
	display: block;
	border-bottom: solid 1px #ddd;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}
	ul.tabs li {
		display: block;
		width: auto;
		height: 60px;
		padding: 0;
		float: left;
		margin-bottom: 0; 
}
#maincontent ul.tabs li a:link,
#maincontent ul.tabs li a:visited,
#maincontent ul.tabs li a:hover,
#maincontent ul.tabs li a:active {color: #A01F17;}
	ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 59px;
	padding: 0px 20px;
	line-height: 60px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	color: #A01F17;
	background: #ECF0E0;
	font-family: ChunkFiveRegular;
	font-size: 19px;
	font-weight: normal;
}

	ul.tabs li a.active {
		background: #fff;
		height: 60px;
		position: relative;

		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #A01F17;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs-content {
	display: block;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
iframe {
	border: none;
	outline:none;
}
	ul.tabs-content > li { display:none; 	padding-bottom: 20px;
}
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }
	  
	  #maincontent ul {margin:0; padding:0;}
	  #maincontent .videotab h4 {margin-bottom: 0; padding-bottom:0; line-height:normal;}#maincontent ul li {
	list-style-type: none;
	font-size: 14px;}



#maincontent p.detailtext {font-size: 14px;}
#footer h3 {
	color: #FFF;
	font-size:21px;
	margin-top: 0;
	margin-bottom: 10px;
}
.videolist h3 {margin-top: 0; margin-bottom: 0px;}#contactform #first_name, #contactform #email, #contactform #message {
	width: 90%;
	font-family: DroidSansRegular;
	color: #666;
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	padding: 3px;
	font-size: 16px;
}
#contactform #first_name:focus, #contactform #email:focus, #contactform #message:focus {  box-shadow: 0 0 5px rgba(255, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.7); 
	-moz-box-shadow: 0 0 5px rgba(255, 0, 0, 0.7); } 
#maincontent .relatedvideo h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.relatedvideo {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.bigicon {
	text-align: center;
	font-size: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ecf0e0;
	background-image: url(../images/theme/backgrounds/noise-offwhite.png);
}
.bigicon:hover {
	background-color: #E4EAD5;
}
.resourcesindex h3 a, .bigicon a {
	text-decoration:none;
	display: block;
}
select option {
	background-color: #E5E5E5;
}
select option:hover {
	background-color: #DFDFDF;
}#mc-embedded-subscribe-form .mc-field-group label {
	font-size: 14px;
	font-weight: normal;
}
#mce-FNAME, #mce-EMAIL {
	color: #666;
	max-width: 220px;
	width: 97%;
}
#mc-embedded-subscribe {
	background-color: #F47B20;
	color: #FFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	text-shadow: 1px 1px 0px #000;
	font-family: ArvoBold;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 0 !important;
}
#mc-embedded-subscribe:hover {
	background-color: #88A04C;
}
ul.linklist li a {    word-wrap: break-word;  }
#footer h3.top-border {
	font-size: 18px;
	font-weight:normal;
	color: #fff;
	margin-right: 10px;
}

#footer #socialfootericons img {
	margin-right: 5px;
}

#footer #socialfootericons a {
	color: #fff;
}

#footer #socialfootericons a i{
	font-size: 2em;
	margin-right: 5px;
}

@media only screen and (max-width: 768px){
	#footer .footer-social, #footer .footer-signup {
		padding: 15px;
	}
}
#footer hr.divider {
	padding: 0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a11f17;
}
#sidebar p.sidequote {
	font-size: 14px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
}
#footer .sharethisfooter {
	display: block;
	clear: both;
	margin-top: 5px;
}
.sharethisbox {margin-bottom: 10px;}
#sidebar p.sidequote strong {color:#555;}
h3.home {font-size: 26px; margin-top:10px; margin-bottom: 10px;}
h4.home {font-size: 20px; margin-bottom: 10px; margin-top:40px;}
#latest h4 {
	font-size: 18px;
	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
}
#latest h4 a:link, #latest h4 a:visited {
	color: #879F4C;
	text-decoration: none;
}
#latest h4 a:hover, #latest h4 a:active {
	color: #a11f17;
}
p.homefeaturedvidtext {color: #444 !important; font-size:16px !important; line-height:1.5 !important; }
#othernews h3.home {margin-bottom:10px;}
#latest p {font-size: 14px !important;}

#pagecontent ul {
	list-style-position: outside!important;;
	list-style-type: square!important;;
}
#pagecontent ul li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}
#pagecontent ul.filelist li, #pagecontent ul.linklist li,
#pagecontent ul li#gallery,
#pagecontent #gallery ul li  {	
	margin-left: 0px;

list-style-position: none!important;;
list-style-type: none!important;;}

#pagecontent ol {
	list-style: decimal outside;

}
#pagecontent ol li {
margin-left: 15px; padding-left: 0px;
}
#pagecontent #gallery ul,
#pagecontent #gallery ul li {	list-style-type: none;
}

header .top-bar-new ul {
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,.1);
	border-bottom-left-radius: 5px;
}

header .top-bar-new ul li {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 7px;
	display: inline;
}

header .top-bar-new li.donate {
	display: none;
}

@media only screen and (max-width: 959px) and  (min-width: 768px){
	header .top-bar-new li.donate {
		display: inline;
	}
	#mainmenu li.donate {
		display: none;
	}
	#menu #mainmenu {
		margin-top: 25px;
	}
}

header .top-bar-new ul li.language-icon{
	color: rgba(255,255,255,.8);
	position: relative;
	top: 2px;
	left: 2px;
}

header .language-switch {
	text-align: right;
	float: right;
	padding-left: 5px
}

header .language-switch ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: rgba(255,255,255,.8);
}

header .language-switch ul li a:hover {
	color: #fff;
}

header .extra-donate-search {
	text-align: right;
	padding-top: 5px;
}

header .top-bar-new .button {
	margin: 3px 0;
}

.search-bar {
	text-align: center;
}

.search-bar input[type=text] {
	font-size: 21px;
	margin: 15px 5px;
	padding: 5px;
	border-radius: 5px;
	border: 0;
}

.search-bar input[type=submit] {
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 5px;
}

.hidden{
	display: none;
}

.hiraku-open-btn {
	display: none;
}

.no-fouc{
	visibility: hidden;
}

@media only screen and (max-width: 768px){
	html .hiraku-open-btn {
		display:block;
		position: absolute;
		right: 10px;
		background: #a3221b;
		top: 3px;
	}
}

.offcanvas-right {
	background: #d9e2c3 !important;
}

.offcanvas-right ul {
	list-style: none;
	padding: 0;
}

.offcanvas-right ul a {
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	color: #9c1e16;
}

.offcanvas-right #searchbarmobile {
	padding: 15px;
}

.offcanvas-right #searchbarmobile input{
	font-size: 17px;
	padding: 5px;
	max-width: 65%;
}

.offcanvas-right #searchbarmobile input[type=submit]{
	border-color: #000;
	padding: 5px 20px;
	border-radius: 5px;
	margin-right: 0;
}

.offcanvas-right .button {
	margin: 10px 15px;
}

.offcanvas-right .mobile-language a{
	color: #000 !important;
	text-transform: uppercase;
	font-size: 12px;
}

/* Films */
.no-background{
	background:#fff !important;
}

html body .ui-state-active, 
html body .ui-widget-content 
html body .ui-state-active, 
html body .ui-widget-header 
html body .ui-state-active, 
html body a.ui-button:active, 
html body .ui-button:active, 
html body .ui-button.ui-state-active:hover {
	border: 1px solid #861912;
	background: #9c1e16;
	font-weight: normal;
	color: #ffffff;
}

html body .ui-corner-all{
	border-radius: 6px;
}

#video-results h3{
	margin-bottom: 0;
}

#films_filter .columns{
	margin-bottom: 1em;
}

.show-filters{
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px){
	.show-filters{
		display: none;
	}
}

@media only screen and (max-width: 768px){
	.hidden-sm-only{
		display: none;
	}
}

.no-space-above{
	margin-top: 0;
}

.no-space-below{
	margin-bottom: 0;
}
/* 
.detailtext .languages{
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.nowrap{
	display: inline-block;
} */