/**
 ______   ______  _____      _    __ _____ _______  ______
| |  | \ | |     | | \ \    | |  / /  | |    | |   | |
| |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
|_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
*
* Author: Debbie Campbell
* Author URI: http://www.redkitecreative.com
* Theme Name: Platte Valley Fire Protection
* Theme URI: http://;
* Description: A responsive child theme of the Hybrid framework based on Skeleton
* Version: 1.0
* Template: hybrid
**************************************************************/

@import url('css/normalize.css');

/* Vertical rhythm */
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
body, nav, ul, menu, dir, h1, h2, h3, h4, h5 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 21, 2013 02:52:27 PM America/New_York */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'icomoon-pvfp';
	src:url('fonts/icomoon-pvfp.eot');
	src:url('fonts/icomoon-pvfp.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon-pvfp.woff') format('woff'),
		url('fonts/icomoon-pvfp.ttf') format('truetype'),
		url('fonts/icomoon-pvfp.svg#icomoon-pvfp') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
* Body
************************************************/

html {
    font-size: 62.5%;
}
body {
	background: #010101;
	color: #e6d8c0;
	font: 13px/1.65em OpenSansRegular, Verdana, sans-serif;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 960px) {
	body {
		background: #010101 url(images/body-bg.jpg) center 134px no-repeat;
		background-size: 100% auto;
	}
}

#body-container {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a, a:link, a:visited {
	color: #dd6f25;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #e6d8c0;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	color: #e6d8c0;
	font-family: AllerRegular, 'Helvetica Neue', Arial Helvetica, sans-serif;
	font-weight: normal;
  	line-height: 130%;
  	margin: 10px 0;
  	text-rendering: optimizelegibility;
}
h1 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 30px;
}
p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5 {
	padding-top: 0.5em;
}
h2 {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 28px;
}
h3 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 26px;
}
h4 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 24px;
}
h5 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 22px;
	font-weight: normal;
}

/* Text elements */
strong {font-weight: bold;}
em {
	font-size: 101%;
	font-style: italic;
}
abbr {border-bottom: 1px dotted #e6d8c0;}
acronym {border-bottom: 1px dotted #e6d8c0;}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
hr {
	margin: 0.5em auto 0;
   border-top: 1px dotted #e6d8c0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 80%;
}

/* Paragraphs */
p {
	margin-top: 0;
}

/* Unordered lists */
ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding-left: 1.5em;
}
ul li {
	background: url(images/bullet.png) no-repeat 0 6px;
	margin-bottom: 0.4em;
	padding: 0 0 0 15px;
}
ul li ul, ol li ul ol {
	margin-top: 0.4em;
}

/* Ordered lists */
ol {
	counter-reset: li; /* Initiate a counter */
	list-style: decimal;
	margin: 0 0 1em 1em;
	padding-left: 1.5em;
}
ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
ol li {
	background: none;
	margin-bottom: 0.4em;
	padding: 0;
}
ol li ul {
	list-style: lower-alpha;
	margin: 0.5em 0;
}
ul li li {
	background: url(images/bullet.png) no-repeat 0 6px;
}
ol li li {
	background: none;
	margin-bottom: 0.4em;
	padding: 0;
}

/* Definition lists */
dl {}
dt {
	font-weight: bold;
	margin-left: 1.5em;
}
dd {}


/* Blockquotes */
blockquote {
	border-left: 4px solid #e6d8c0;
	color: #e6d8c0;
	font-size: 105%;
	line-height: 130%;
	margin: 1.5em 2em 1.5em 1.5em;
	padding: 1em 0 0.5em 1em;
}
@media only screen and (min-width: 960px) {
	blockquote {
		font-size: 115%;
		line-height: 140%;
		margin-left: 2em;
	}
}

/* Tables */
table {
	border: 0;
	border-collapse: collapse;
}
table caption {}
tr {}
tr:nth-of-type(odd) {}

th {
	border: 1px solid #333;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
}
td {}

/* Forms */
form {}

input {
	background: #f8f8f0;
	border: 1px solid #81858f;
	color: #483c39;
	font-family: OpenSansRegular, Verdana, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	margin-left: 0;
	padding: 3px 5px;
	overflow: hidden;
	position: relative;
}
input[type="text"] {
	width: 90%;
}
textarea {
	background: #f8f8f0;
	border: 1px solid #81858f;
	color: #483c39;
	font-family: OpenSansRegular, Verdana, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	margin-left: 0;
	padding: 3px 5px;
	overflow: hidden;
	position: relative;
	width: 90%;
}
@media only screen and (min-width: 760px) {
	input {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 18px;
	}
	input[type="text"] {
		width: 50%;
	}
	textarea {
		font-size: 13px;
		font-size: 1.3rem;
		height: 150px;
		line-height: 18px;
		width: 50%;
	}
}
input:focus,textarea:focus {
	background-color: #fff;
	border: 1px solid #81858f;
	-webkit-transition:background-color 0.15s ease-in;
    -moz-transition:background-color 0.15s ease-in;
    -o-transition:background-color 0.15s ease-in;
    transition:background-color 0.15s ease-in;
}
input.button, input#submit, input[type="submit"] {
	background: #dd6f25;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e6d8c0;
	cursor: pointer;
	display: inline-block;
	font: 13px/18px OpenSansRegular, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	margin: 5px auto;
	padding: 11px 16px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	width: auto;
}
input.button:hover, input#submit:hover, input[type="submit"]:hover {
	background: #e6d8c0;
	color: #483c39;
}

label {
	font-size: 13px;
	font-size: 1.3rem;
	padding-bottom: 1px;
}
option {}
fieldset {
	border: 1px solid #b9b9b9;
	display: block;
	margin: 5px 0 1.5em;
	padding: 1.2em;
}
legend {}
.button, .submit, .reset {}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {color: red;}

.error-404 p, .error-404 .error {
	color: #e6d8c0;
}

/* Errors */
.error {color: #e6d8c0;}

/* Alignment */
.left, .alignleft {
	clear: both;
	float: left;
	margin: 0 18px 12px 0;
	max-width: 50%;
}
.right, .alignright {
	clear: both;
	float: right;
	margin: 0 0 12px 18px;
	max-width: 50%;
}
@media screen and (min-width: 480px) {
	img.alignleft {
		width: auto;
	}
	img.alignright {
		width: auto;
	}
}
.center, .aligncenter {
	clear: both;
	text-align: center;
	margin: 6px auto 10px;
}
.block, .alignnone {}

.clear {clear: both;}

.clearfix:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/**
* Images
************************************************/

/* Normal images */
img, a img {
    height:auto;
	max-width:100%;
    width: auto;
}

/* Thumbnails */
.thumbnail {
	float: left;
	margin: 0 1em 1em 0;
}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {
	margin: 0;
	padding: 0 0 1em;
}
.gallery-item {
	float: left;
	margin: 0 10px 10px 0 !important;
	text-align: center;
}
.gallery img {
	border: none
	padding: 4px;
	background: #e6d8c0;
}
.gallery img:hover {
	background: white;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/* Avatars */
.avatar {}

/**
* Header
************************************************/

#header-container {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#header {
	margin: 0;
	position: relative;
	width: 100%;
}

#logo {
	display: block;
	margin: 0;
	padding: 20px 0 15px 20px;
	width: 90%;
}
#logo img {
	height: auto;
	margin: 0 auto;
}

#tagline {
	color: #e6d8c0;
	display: block;
	font-family: AllerRegular, 'Helvetica Neue', Arial Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

#site-description, #site-title,#header ul.social,
#header #searchbox { display: none; }

@media only screen and (min-width: 760px) {
	#header-container {
		margin: 0 auto;
		max-width: 960px;
	}

	#logo {
		display: inline-block;
		margin: 0;
		max-width: 369px;
		padding-left: 20px;
		width: 100%;
	}
	#logo img {
		margin: 0;
	}

	#tagline {
		color: #e6d8c0;
		display: block;
		font-family: AllerRegular, 'Helvetica Neue', Arial Helvetica, sans-serif;
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2;
		padding-right: 20px;
		position: absolute;
		right: 0;
		top: 20px;
	}

	/* Searchbox */
	#header #searchbox {
		display: block;
		height: 28px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 20px;
		top: 72px;
		width: 225px;
	}

	#header ul.social {
		display: inline;
		list-style-type: none;
		margin: float: left;
		margin: 0;
		padding: 0;
	}
	#header ul.social li {
		background: none;
		display: inline;
		padding: 0;
	}

	ul.social li [class^="icon-"], ul.social li [class*=" icon-"] {
		color: #e6d8c0;
		font-family: 'icomoon-pvfp';
		speak: none;
		font-size: 17px;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		position: relative;
		margin-right: 5px;
		text-transform: none;
		top: 5px;
		line-height: 1;
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.icon-facebook:before {
		content: "\e600";
	}
	.icon-rss:before {
		content: "\e601";
	}
	#header ul.social a:hover {
		text-decoration: none;
	}

	#header form.search-form {
		float: right;
		width: 160px;
	}
	#header form.search-form div {
		height: auto;
		padding: 0;
	}

	#header #searchbox .search-form input.search-text {
		background: #f8f8f0;
		border: 1px solid #81858f;
		color: #81858f;
		font-size: 13px;
		font-size: 1.3rem;
		position: absolute;
		margin: 0;
		padding: 3px 5px;
		right: 0;
		width: 160px;
	}
	#header #searchbox .search-form input:focus {
		background: #fff;
	}
	#header #searchbox input.button {
		background: transparent url(images/mag-glass.png) no-repeat 0 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		height: 24px;
		left: 139px;
		position: relative;
		text-indent: -9999px;
		top: -1px;
		width: 24px;
	}
}
@media only screen and (min-width: 960px) {
	#logo {
		padding-left:; 0;
	}
	#tagline {
		padding: 0;
	}

	/* Searchbox */
	#header #searchbox {
		right: 0;
	}
}

/**
* Primary Menu
************************************************/

/* Skip links, tabbable */
#skip a {
	position: absolute;
	top: -50px;
}
#skip a:active, #skip a:focus {
	top: 0;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	z-index: 25;
}

/* Mobile menu courtesy justintadlock.com */
@media only screen and (max-width: 960px) {
	nav.menu {
		background: #3f3632;
		border-top: 1px solid #645550;
		border-bottom: 1px solid #645550;
		height: 40px;
		text-align: center;
		width: 100%;
	}
	h3.menu-toggle {
		color: #e6d8c0;
		cursor: pointer;
		display: inline-block;
		line-height: 40px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		/*text-indent: -9999em;*/
		width: 100%;
	}
	h3.menu-toggle .icon-menu {
		color: #e6d8c0;
		margin: 0;
		padding: 0 0 0 1.3em;
		position: relative;
		width: 97.5%;
	}
	h3.menu-toggle:hover,
	h3.menu-toggle.active {
		text-decoration: none;
	}

	h3.menu-toggle [class^="icon-"], h3.menu-toggle [class*=" icon-"], h3.menu-toggle .icon-menu {
		font-family: 'icomoon-pvfp';
		speak: none;
		font-size: 16px;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.icon-menu:before {
		color: #e6d8c0;
		content: "\e602";
		height: 0.125em;
	  	left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	nav.menu .wrap {
		clear: both;
		color: #000;
		display: none; /* visibility will be toggled with jquery */
		margin: 0 auto;
		padding: 0 0 1px;
		position: relative;
		text-align: left;
		width: 100% !important;
		z-index: 999;
	}
	.wrap .menu-primary-container {
		width: 100%;
	}
	.wrap ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.menu .wrap li {
		background-image: none;
		background: #1d1d1d;
		border-bottom: 1px solid #3e3e3e;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 40px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.menu .wrap li:hover {
		background: #111111;
	}
	nav.menu .wrap li a {
		color: #999;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: normal;
		padding: 8px 12px 8px 8px;
		text-decoration: none;
		white-space: nowrap;
	}
	nav.menu .wrap li:hover a {
		color: #fff;
	}

	/* Submenus */
	nav.menu .wrap ul ul li {
		line-height: 40px;
		margin: 0;
		padding: 0;
	}
	nav.menu .wrap ul ul li a {
		color: #999;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 40px;
		margin: 0;
		padding: 8px 12px 8px 16px;
	}
	nav.menu .wrap ul ul li a:hover {
		color: #fff;
	}
}

@media only screen and (min-width: 960px) {
	h3.menu-toggle {
		display: none;
	}

	.wrap {
		background: #3f3632;
		border-top: 3px solid #3f3632;
		border-bottom: 3px solid #3f3632;
	    -moz-box-shadow:    inset  0  2px 2px -2px #74635d,
    	                    inset  0 -2px 2px -2px #74635d;
	    -webkit-box-shadow: inset  0  2px 2px -2px #74635d,
	                        inset  0 -2px 2px -2px #74635d;
	     box-shadow:        inset  0  2px 2px -2px #74635d,
	                        inset  0 -2px 2px -2px #74635d;
		float: none;
		height: 42px;
		margin: 5px 0 0;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.wrap h3 {
   		position: absolute !important;
   		top: -9999px !important;
   		left: -9999px !important;
	}

	.menu-primary-container {
		-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.7);
		-moz-box-shadow: 0 4px 8px rgba(0,0,0,.7);
		box-shadow: 0 4px 8px rgba(0,0,0,.7);
		height: 48px;
		margin: 0 auto;
		position: relative;
		top: -6px;
		width: 960px;
	}
	.menu-primary-container:after {
		content:".";
		display:block;
	    height:0;
	    clear:both;
	    visibility:hidden;
	}

	.wrap #inner-menu {
		background: #3f3632;
		border-top: 3px solid #3f3632;
		border-bottom: 3px solid #3f3632;
	    -moz-box-shadow:    inset  0  2px 2px -2px #74635d,
    	                    inset  0 -2px 2px -2px #74635d;
	    -webkit-box-shadow: inset  0  2px 2px -2px #74635d,
	                        inset  0 -2px 2px -2px #74635d;
	     box-shadow:        inset  0  2px 2px -2px #74635d,
	                        inset  0 -2px 2px -2px #74635d;
	    height: 48px;
	    width: 960px;
	}

	/* Menu list */
	.wrap ul.menu-items {
		float: right;
		list-style: none;
		margin: 0 20px 0 0;
		padding: 0 10px 0 0;
	}
	.wrap ul.menu-items li {
		background: none;
		display: block;
		float: left;
		list-style: none;
	    margin: 0;
		min-width: auto; /* for STUPID IE */
	    padding: 0;
	    position: relative;
	}
	.wrap ul.menu-items li a,
	.wrap ul.menu-items li a:link,
	.wrap ul.menu-items li a:visited {
		color: #e6d8c0;
		display: block;
		float: left;
		font-family: OpenSansRegular, Verdana, sans-serif;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 48px;
		margin: 0;
		padding: 0 0 0 24px;
	}
	.wrap ul.menu-items li a:hover, .wrap ul.menu-items li a:active {
		color: #dd6f25;
		text-decoration: none;
	}
	.wrap ul.menu-items li:hover > ul {}
	.wrap ul.menu-items li.current_page_item > a,
	.wrap ul.menu-items li.current-menu-ancestor > a,
	.wrap ul.menu-items li.current-menu-item > a,
	.wrap ul.menu-items li.current-menu-parent > a {
		color: #dd6f25;
		text-decoration: none;
	}
	* html .wrap ul.menu-items li.current_page_item a,
	* html .wrap ul.menu-items li.current-menu-ancestor a,
	* html .wrap ul.menu-items li.current-menu-item a,
	* html .wrap ul.menu-items li.current-menu-parent a,
	* html .wrap ul.menu-items li a:hover {
		color: #dd6f25;
		text-decoration: none;
	}

	.sf-sub-indicator {
		position: relative;
		top: 0;
	}

	/* Submenus */
	.wrap ul.menu-items li ul,
	.wrap ul.menu-items li ul.sub-menu {
		background-color: #3f3632;
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
		box-shadow: 0 2px 4px rgba(0,0,0,.3);
		display: none;
		left: -10px;
		margin: 0 0 0 24px;
		padding: 3px 0 0;
		position: absolute;
		top: 48px;
		width: 15em !important;
		z-index: 15;
	}
	.wrap ul.menu-items li:hover > ul,
	.wrap ul.menu-items li:hover > ul.sub-menu {
		display: block;
		padding: 0;
	}
	.wrap ul.menu-items li ul li {
		background: none;
		border: 0;
		list-style: none;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.wrap ul.menu-items li ul li a,
	.wrap ul.menu-items li ul li a:link,
	.wrap ul.menu-items li ul li a:visited {
		display: block;
		font-family: OpenSansRegular, Verdana, sans-serif;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 18px;
		padding: 8px 10px;
		text-align: left;
		-webkit-transition:all .1s ease-in;
	    -moz-transition:all .1s ease-in;
	    -o-transition:all .1s ease-in;
	    transition:all .1s ease-in;
		width: auto;
	}
	.wrap ul.menu-items li ul li a:hover,
	.wrap ul.menu-items li ul li a:active {
		color: #010101;
		background: #e6d8c0;
		padding-left: 15px;
		-webkit-transition:all .1s ease-in;
	    -moz-transition:all .1s ease-in;
	    -o-transition:all .1s ease-in;
	    transition:all .1s ease-in;
	  	text-decoration: none;
	  	text-shadow: none;
	}
	ul.sub-menu li a {
		line-height: 18px;
		padding: 0;
	}
}
@media only screen and (min-width: 960px) {
	.menu-primary-container {
		margin: 0 auto;
		max-width: 960px;
	}
	.wrap ul.menu-items {
		padding: 0;
	}
}


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	background: #524541;
	background: -moz-linear-gradient(top, #524541 0%, #473b38 46%, #2a2321 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#524541), color-stop(46%,#473b38), color-stop(100%,#2a2321));
	background: -webkit-linear-gradient(top, #524541 0%,#473b38 46%,#2a2321 100%);
	background: -o-linear-gradient(top, #524541 0%,#473b38 46%,#2a2321 100%);
	background: -ms-linear-gradient(top, #524541 0%,#473b38 46%,#2a2321 100%);
	background: linear-gradient(to bottom, #524541 0%,#473b38 46%,#2a2321 100%);
	border-bottom: 3px solid #a75722;
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#container:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

@media only screen and (min-width: 960px) {
	#container {
		padding-bottom: 6px;
		max-width: 960px;
		top: -6px;
	}
}

/**
* Content
************************************************/

/* Contains site's main content */
.content {
	display: block;
	margin: 0;
	padding: 25px 0 0;
	width: 100%;
}
@media only screen and (min-width: 960px) {
	.content {
		float: left;
		margin: 0;
		min-height: 400px;
		overflow: hidden;
		width: 72%;
	}
	.content:after {
		content:".";
		display:block;
   		height:0;
   		clear:both;
   		visibility:hidden;
	}
	.page-template-full-width .content {
		width: 100%;
	}
}

/* Archive and search <div> before posts are listed */
.archive-info, .author-info, .term-info, .category-info,
.tag-info, .date-info, .search-info, .loop-meta {
	margin:  0;
	padding: 0 20px 10px 20px;
}

/* Archive and search page titles. */
.archive-title, .author-title, .term-title, .category-title,
.tag-title, .date-title, .search-title, .loop-title {
	border-bottom: 1px solid #e6d8c0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 0.4em;
	padding: 0 0 1px;
}
.loop-description, .archive-description, .date-description {
	margin-top: 0;
}

.hentry {
	padding: 0 20px 10px 20px;
}
.post {
	padding: 0 20px 30px 20px;
}
.loop-meta + .post {
	padding-top: 0;
}
.page {
	padding: 0 20px 10px 20px;
}
@media only screen and (min-width: 960px) {
	.hentry {padding: 0 0 20px 20px;}
	.post {padding: 0 0 40px 20px;}
	.singular .post {padding: 0 0 20px 20px;}
	.page {padding: 0 0 20px 20px;}
}

/* Post, page, and 404 page titles */
.entry-title, .post-title, .page-title, .attachment-title, .error-404-title {
	color: #e6d8c0;
	font-family: AllerRegular, 'Helvetica Neue', Arial Helvetica, sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
  	line-height: 30px;
  	margin: 0 0 0.75em;
  	text-rendering: optimizelegibility;
	width: auto;
}
.entry-title a, .post-title a, .page-title a, .attachment-title a, .error-404-title a {
	font-weight: normal;
}

/* Author and date byline */
p.byline {
	font-size: 11px;
	font-size: 1.1rem;
	margin: -8px 0 0;
	padding: 0 0 20px;
}

/* Full entries */
.entry-content {
	margin-bottom: 0;
}

/* Excerpts (introduced) */
.entry-summary {}

/* Using <!--nextpage--> */
p.page-links a {}

/* More link <!--more--> */
a.more-link {}

p.no-data {
	margin: 0 0 1.5em;
	padding: 0 20px;
}

/* Entry metadata */
.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 6px 0 0 0;
}

		/* Post series */
		.series {}
			.series-title {}

/* Navigation links */
.navigation-links {
	clear: both;
	margin: 1em 0;
	padding: 0 0 5px;
}
.navigation-links:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.navigation-links .previous {
	float: left;
	padding-left: 20px;
}
.navigation-links .next {
	float: right;
	padding-right: 20px;
}
@media only screen and (min-width: 960px) {
	.navigation-links .previous {
		padding: 0 0 0 20px;
	}
	.navigation-links .next {
		padding: 0 20px 0 0;
	}
}

.navigation-links a .previous, .navigation-links a .next {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	text-decoration: none;
}
.navigation-links a span:hover, .navigation-links a span:hover {
	text-decoration: underline;
}

/* WP PageNavi (plugin) */
.wp-pagenavi {margin: 0 0 30px 20px;}
.wp-pagenavi .pages {}
.wp-pagenavi .current {}
.wp-pagenavi .extend {}
.wp-pagenavi a {
	text-decoration: none;
	border: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
	border: none;
}

		/* Attachment image navigation */
		.navigation-attachment {}

/**
* Comments template
************************************************/

/* Wrapper for entire comments area */
#comments-template {
	padding: 10px 20px 0 20px;
}

/* Comments section headers/titles */
.comments-header {}
#comments-number {
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0 0 20px;
}
#comments div.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
}
#comments div.comment-text p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
}

#commentform p.log-in-out {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Comments closed paragraph */
p.comments-closed {font-style: italic;}

/* Main comments section */
#comments {color: #e6d8c0;}
#comments ol.comment-list {
	margin: 0;
	padding: 0;
}
.comment-text {
	margin-top: 1em;
}

/* Individual comments (note that WordPress has even/odd backwards) */
#comments li {
	clear: left;
	list-style: none;
	margin-bottom: 2.5em;
}
.comment-list cite {
	color: #e6d8c0;
	display:block;
	font-style:normal;
	padding: 0;
}
.comment-list img.avatar {
	border: 1px solid #e6d8c0;
	display: inline-block;
	float: left;
	margin: 0 15px 10px 0;
	padding: 1px;
}
#comments li li {list-style-type: lower-alpha;}
#comments li li li {list-style-type: lower-roman;}
#comments li li li li li {list-style-type: lower-roman;}
#comments li li li li {list-style-type: lower-alpha;}
#comments li.even {}
#comments li.odd {}
#comments li.thread-even {}
#comments li.thread-odd {}
#comments li.author {background: #dddddd;}
#comments li.trackback {}
#comments li.pingback {}

.comment-list span.author {
	clear: none;
	text-transform: uppercase;
}

.comment-list .time {}

#comments .alt .comment-text {}

/* Comment metadata */
#comments .comment-meta .published, .comment-meta a.permalink,
.comment-meta a.comment-reply-link {
	font-size: 11px;
	font-size: 1.1rem;
}
#comments .comment-meta cite {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

/* Main comment form div */
#respond {
	clear: left;
	margin: 0 0 15px;
	padding-top: 20px;
}

/* Comment form title */
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
}
#respond #reply-title {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Comment form elements */
p#cancel-comment-reply {font-style: italic;}
#respond form {
	padding-top: 10px;
}
#respond cite.fn {font-size: 1em;}
#respond .form-author, #respond .form-email, #respond .form-url {
	text-align: left;
}
#respond #commentform label {
	display: block;
}
#respond input.text-input {
	margin: 0;
}
#respond input.text-input:focus, #respond textarea:focus {}
#respond .form-textarea {}
#respond .form-textarea label {}


/**
* Search template
************************************************/
#content .search {
	margin: 0 0 30px 20px;
}
.error-404 #content .search {
	margin: 20px 0 30px;
}

#primary .widget-search {
	display: inherit;
}
@media only screen and (min-width: 760px) {
   #primary .widget-search {
		display: none;
	}
}

#content .search-form input.search-text, .widget.search-form input.search-text {
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-style: italic;
	position: absolute;
	margin: 0;
	padding: 3px 5px;
	width: 180px;
}
#primary .widget.search-form {
	margin: 10px 0;
}
#primary .widget.search-form input.search-text,
#primary .widget.search-form input[type="text"] {
	padding: 3px 5px;
}
#content .search .search-form input:focus {
	background: #fff;
}
#content .search input.button, #primary .widget-search input.button {
	background: transparent url(images/mag-glass.png) no-repeat 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	height: 24px;
	left: 169px;
	position: relative;
	text-indent: -9999px;
	top: -1px;
	width: 24px;
}
#primary .widget-search input.button {
	background: none;
}


/**
* Utility widget sections (see other widget code below)
************************************************/

/* All utility widget sections (except widgets template) */
.utility {}

/* Before content */
#utility-before-content {}

/* After content */
#utility-after-content {}

/* After post but before comments */
#utility-after-single {}

/* After page but before comments */
#utility-after-page {}

/* Widgets page template widgets */
.page-template-widgets #content .widget {}

/**
* Widget sections
************************************************/

/* Primary widget section */
#primary {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}
#primary .widget {
	border: 0;
	margin: 0 0 20px;
	width: 100%;
}
#primary .widget-inside {
 	margin: 0;
 	padding: 0 20px;
}
@media only screen and (min-width: 960px) {
   #primary {
    	float: right;
    	padding: 30px 20px 20px 0;
   		overflow: hidden;
   		width: 23%;
	}
	#primary .widget {
		float: none;
	}
	#primary .widget-inside {
	 	padding: 0;
	}
}
#primary h3.widget-title {
	background: #352e2a;
	border-top: 1px solid #72615a;
	border-bottom: 1px solid #72615a;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	margin: 0 0 0.8em;
	padding: 10px 0;
	text-align: center;
}

#primary .textwidget, #primary .textwidget p {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#primary ul {
	margin-bottom: 0;
	padding-left: 1em;
}

/* Recent Posts */
.widget_recent_entries ul {
	margin-left: 0;
	padding: 0;
}
.widget_recent_entries li {
	background: none;
	padding: 0;
}

/* Secondary widget section */
#secondary {}
#secondary:after {}
#secondary .widget {}
#secondary .widget-inside {}
#secondary h3.widget-title {}


/**
* Footer
************************************************/

#footer-container {
	background: #ab5923; /* Old browsers */
	background: -moz-linear-gradient(top, #ab5923 0%, #663515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab5923), color-stop(100%,#663515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ab5923 0%,#663515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ab5923 0%,#663515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ab5923 0%,#663515 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ab5923 0%,#663515 100%); /* W3C */
	border-top: 6px solid #2a2321;
	clear: both;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}
#footer-container:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Subsidiary widget section */
#subsidiary {}
#subsidiary .widget {}
#subsidiary .widget-inside {}
#subsidiary .widget-title {}

/* Footer section */
#footer {
	position: relative;
	width: auto;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #left {
	margin: 20px 15px 0 20px;
}
#footer #left h3 {
	font-size: 17px;
	font-size: 1.7rem;
}
#footer #left h3, #footer #left p {
	color: #1f1b18;
}
#footer #left p {
	color: #1f1b18;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
}
#footer #left a {
	color: #1f1b18;
	font-weight: normal;
}

#footer #right {
	display: none;
}

#footer .copyright {
	color: #c7692a;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 15px;
	margin: 0 0 20px 20px;
	width: 90%;
}
#footer .copyright a {
	color: #c7692a;
	font-weight: normal;
}

@media only screen and (min-width: 760px) {
	#footer-container {
		margin: -6px auto 0;
		max-width: 960px;
	}
	#footer {
		margin: 0 auto;
		max-width: 960px;
		padding-bottom: 20px;
		width: auto;
	}

	#footer #left {
		margin: 20px 0 0 20px;
	}
	#footer #left a {
		font-weight: bold;
	}

	#footer #right {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
	}
	#footer #right a {
		margin-left: 10px;
	}

	#footer .copyright {
		margin: 0;
		width: 90%;
		position: absolute;
		right: 20px;
		top: 70px;
		width: auto;
	}
}


/**
* Miscellanous
************************************************/

/* Gravity Forms */
.gform_wrapper ul li {
	background: none;
	padding: 0;
}
.gform_wrapper ul li.gfield {
	background: none;
}

.gform_wrapper ul li.gfield {
	clear: left !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 90% !important;
}
.gform_wrapper .top_label textarea {
	width: 90% !important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 10px 0 4px 0;
	font-weight: normal !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"],
.gform_wrapper input[type="email"], .gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	background: #fff !important;
	border: 1px solid #b9b9b9 !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	line-height: 15px !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: normal;
	margin-left: 0 !important;
	padding: 3px 6px !important;
	overflow: hidden;
}
.gform_wrapper textarea {
	background: #fff !important;
	border: 1px solid #b9b9b9 !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: normal;
	padding: 3px 6px !important;
	resize: none;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	background: none;
	border: 0;
	outline: none;
}

.container .gform_wrapper .ginput_complex input[type=text],
.container .gform_wrapper .ginput_complex input[type=url],
.container .gform_wrapper .ginput_complex input[type=email],
.container .gform_wrapper .ginput_complex input[type=tel],
.container .gform_wrapper .ginput_complex input[type=number],
.container .gform_wrapper .ginput_complex input[type=password],
.container .gform_wrapper .ginput_complex select {
	padding: 8px 4px !important;
	width: 94% !important;
}
.container .ginput_right select#input_2_5_4,
.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper select {
	color: #000 !important;
	font-size: 12px !important;
	margin-bottom: 0 !important;
	padding: 3px 3px 0 !important;
}
.container .ginput_right select#input_2_5_4 option,
.gform_wrapper.gf_browser_chrome .ginput_complex select option,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select option,
.gform_wrapper select option {
	color: #000 !important;
}
.gform_wrapper .simple_captcha_medium input[type="text"] {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 4px 8px;
	width: 90% !important;
}

.gform_wrapper .gform_footer {
	padding: 10px 0 10px 0 !important;
	margin: 0 !important;
	clear: both;
}

.gform_wrapper .gfield_required {
	color: #e6d8c0 !important;
}
.gform_wrapper .validation_error {
	color: #e6d8c0 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.gform_wrapper .gfield_error {
	background: #f3bf9d !important;
}

@media only screen and (min-width: 480px) {
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 50% !important;
	}
	.gform_wrapper .top_label textarea {
		width: 50% !important;
	}
	.gform_wrapper .simple_captcha_medium input[type="text"] {
		width: 50% !important;
	}
}
@media only screen and (min-width: 1020px) {
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 30% !important;
	}
	.gform_wrapper .top_label textarea {
		width: 50% !important;
	}
	.gform_wrapper .simple_captcha_medium input[type="text"] {
		width: 30% !important;
	}
}

/* NextGen Gallery */
.ngg-galleryoverview {
	margin: 1em 0 1.5em !important;
	padding: 0;
	width: 100%;
}
.ngg-gallery-thumbnail-box {
	border: none;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	width: 125px;
}
.ngg-gallery-thumbnail a img {
	border: 2px solid #e6d8c0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 123px !important;
	width: 123px !important;
}
.ngg-gallery-thumbnail img:hover {
	border: 2px solid #fff !important;
}