/*
margin: 0 auto;
Theme Name: NicheLabs Responsive Theme 
Theme URI: http://nichelabs.com/
Description: Search engine optimized theme. Theme designed by <a href="http://nichelabs.com" target="_blank">NicheLabs LLC</a>.
Version: 1.1
Author: NicheLabs LLC
Author URI: http://nichlabs.com
*/
* {
	margin:0;
 	padding:0;
}
body {
	color:#000;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Nixie One', cursive;
}
/* Tags */
h1 {
	font-family: 'Ledger', serif;
	font-size: 21px;
	color: #FF5E00;
	margin:0 0 10px;
}
h1 span {
	font-size: 14px;
	text-transform: none;
	float: right;
	color: #5e5e5e;
	font-weight: 400;
	padding-left: 32px;
	background: url(img/arrow.png) left center no-repeat;
}
h1 span a {
	color: #5e5e5e;
	text-decoration: none;
}
h2 {
	font-family: 'Nixie One', cursive;
	color: #5e5e5e;
	font-size: 21px;
	font-weight: 700;
	margin:0 0 10px;
}
h2 a {
	color: #5e5e5e;
}
h3 {
	font-family: 'Ledger', serif;
	color: #FF5E00;
	font-size: 16px;
	margin:0 0 8px;
}
h4 {
	margin:0;
	color:#5e5e5e;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Nixie One', cursive;
	font-weight: 400;
}
p {
	margin:0 0 18px;
}
ul,ol {
	margin:0 0 16px 20px;
}
li {
	padding:0 0 0 5px;
}
ul ul,ol ol {
	margin:0 0 0 16px;
}
img {max-width: 100%;height: auto;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Links */
a {
	text-decoration:none;
	color: #5e5e5e
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
#wrapper {
}
/* Header */
#header-wrapper {
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #5e5e5e;
}
#header {
	max-width: 950px;
	margin: 0 auto;
}
#logo {
	float: left;
	line-height: 40px;
	font-size: 18px;
}
#logo a {
	text-decoration: none;
	color: #5e5e5e;
	font-weight: 700;
	text-transform: uppercase;
}
#logo a span {
	color: #ff5e00;
}
#logo img {}
#nav-wrapper { 
	float: right;
	height: 40px; 
	margin: 0px auto 0; 
	position: relative;  
	z-index: 100;
}
#main-nav {  }
.menu  {
	list-style: none;
	padding: 2px 0 0 3px;
	height: 32px;
	margin: 0;
}
.menu li {
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
}
.menu li a {
	font-size: 14px;
	line-height: 40px; 
	display: block;
	color: #5e5e5e;
	font-weight: 600;
	margin-left: 32px;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li ul {
	margin: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 90;
	text-align: center;
	list-style:none;
	width: 100%;
	min-width: 150px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.menu li li {
	float: none;
	padding: 2px !important;
	height: auto !important;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.menu li li a {
	display: block;
	margin: 0 !important;
	padding: 5px !important;
	width: auto !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px !important;
	height: auto !important;
	text-indent: 0;
}
.menu li li a:hover {
	text-decoration: underline;
}
.menu li li ul {
	position: relative;
	top: 0px;
	left: 0;
	padding: 0;
}
.menu li li ul li {
	padding: 0;
	margin: 0;
}
.menu li li li a {
	color: #fff;
	font-weight: normal;
}
	
.menu li:hover ul, .menu li.sfhover ul {
	visibility: visible;
	opacity: 1;
}
/* Sidebars */
#leftside {
	max-width: 45%;
	width: 100%;
	float:left;
	margin:0;
	padding:0;
	overflow: hidden;
}
#leftside img {
	display: block;
}
#rightside {
	width: 250px;
	float: right;
	background: #ff5e00;
	padding: 20px;
}
#search input[type=text] {
	font-size: 11px;
	color: #666;
	width: 162px;
	height: 24px;
	padding: 5px;
	border: 1px solid #c8cdcf;
	border-right: none;
}
#search input[type=submit] {
	width: 27px;
	height: 36px;
	background: url(img/search_bttn.jpg) bottom center no-repeat;
	vertical-align: bottom;
	border: none;
}
#search,
#categories,
#archives {
	text-align: center;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebc2ab;
}
#categories h2,
#archives h2 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #fff;
	border-bottom: none;
	padding-bottom: 0;
}
#categories ul,
#archives ul {
	text-align: center;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#categories ul li,
#archives ul  li{
	padding: 0;
}
#categories ul li a,
#archives ul  li a{
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}
#calendar-wrapper {
	width: 190px;
	margin: 0 auto;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}
#calendar {
	width: 100%;
}
#calendar table {
	width: 100%;
	border-collapse:collapse;
	border-left: 1px solid #ccc;
	background: #fff;
}
#calendar table caption {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
#calendar table th,
#calendar table tbody td,
#calendar table tfoot {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#calendar table tbody td.pad {
}
#calendar table tbody td#today {
}
/* Content */
#content-wrapper {
	clear: both;
	background: url(img/content_bg.jpg) ;
}
#content {
	min-height: 400px;
	line-height:1.6em;
	padding:0;
	max-width: 1320px;
	margin: 0 auto;
}
.post {
}
.post-narrow {
	max-width: 477px;
	padding: 55px 55px 0 55px; 
	overflow: hidden;
}
.latest-post {
	border-bottom: 1px solid #5e5e5e;
	margin-bottom: 18px;
}
/*** Gallery ***/
body .foogallery-album-gallery-list,
body .foogallery-album-gallery-list li {
	margin: 0;
	padding: 0;
}
body .foogallery-album-gallery-list .foogallery-pile {
  margin: 5px !important;
}
body .foogallery-album-gallery-list .foogallery-pile::before, body .foogallery-album-gallery-list .foogallery-pile::after {
  border: none;
  box-shadow: none;
}
body .foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner {
  border: none;
  box-shadow: none;
  overflow: visible;
  margin: 0;
}
  
body .foogallery-album-gallery-list .foogallery-pile h3 {
	background: url(img/arrow.png) left center no-repeat !important;
	bottom: auot;
	margin: 0;
	opacity: 1;
	padding: 5px 5px 0 32px ;
	position: relative;
}
/*** Videos ***/
#html5-watermark {display: none !important;}
.video-wrapper {
	max-width: 47%;
	display: inline-block;
	padding-bottom: 15px;
}
.video-wrapper:nth-child(odd) {
	margin-left: 15px;
}
.video-content h4 {
	padding-left: 32px;
	background: url(img/arrow.png) left center no-repeat;
}
/*** Blog ***/
.blog-posts {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}
#preview-wrapper {
	max-width: 1000px;
	height:auto;
	margin: 0 auto;
	padding: 10px 0;
}
.post-wrapper {
	max-width: 500px;
	width: 54%;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}
.post-thumb {
	margin-bottom: 15px;
}
.read-more {
	color: #ff5e00;
}
/* Footer */
#footer {
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	clear:both;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	font-family: 'Ledger', serif;
	text-transform: uppercase;
	color: #5e5e5e;
}
#footer p {
	margin:0;
	padding:0;
}
#sitemap,
#copyright {
	float: left;
	text-align: left;
	padding-right: 30px;
}
#design {
	width: 40%;
	float: right;
	text-align: right;
	text-align: center;
}
.clr {
	clear: both;
}
@media screen and (max-width: 900px) {
	#leftside,
	.post-narrow {
		float: none;
		margin: 0 auto;
		padding: 0 15px;
	}
	#leftside {
		max-width: 55%;;
	}
}
@media screen and (max-width: 768px) {
	#main-nav {
		display: none;
		background: none;
	}
	#main-nav.toggled-on {
		display: block;
	}
	.menu-toggle-wrapper {
		display: block;
		width:56px;
		height: 30px;
		position:fixed;
		top: 5px;
		right: 30px;
		cursor: pointer;
	}
	.menu-toggle {
		display: block;
		width:56px;
		height:6px;
		background-color:#ff5e00;
		border-radius:5px;
	}
	.menu-toggle:before,
	.menu-toggle:after {
		content: '';
		width: 100%;
		height:6px;
		background-color:#ff5e00;
		position:absolute;
		left: 0;
		border-radius:5px;
	}
	.menu-toggle:before {
		top: 22px;
	}
	.menu-toggle:after {
		top: 11px;
	}
	.menu {
		text-align: left;
		position: fixed;
		top: 40px;
		right: 8px;
		width: 130px;
		height: auto;
		padding: 5px;
		background: url(img/menu_transparent_bg.png);
	}
	.menu li {
		display: block;
		text-align: center;
		margin: 0 0 5px 0;
		border: 0;
	}
	.menu li a {
		height: auto;
		color: #fff;
		line-height: 22px;
	}
	.menu li ul {
		position: relative;
		top: auto;
		left: auto;
		min-width: 0px;
		opacity: 1;
		visibility: visible;
	}
	.menu li ul li a {
		font-size: 12px;
	}
	.menu li ul li {
		float: none;
	}
	.menu li ul li a {
		height: auto !important;
	}
	.menu li ul li a:before,
	.menu li ul li a:after {
		content: ' - ';
	}
}
@media screen and (max-width: 710px) {
	#sitemap,
	#copyright {
		padding-right: 20px;
	}
}
@media screen and (max-width: 675px) {
	#sitemap,
	#design,
	#copyright {
		float: none;
		width: 100%;
		padding: 0 0 0 15px;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.menu-toggle-wrapper {
		right: 36px;
	}
	.menu {
		right: 0; 
	}
}
@media screen and (max-width: 565px) {
}