@charset "utf-8";
/*
Theme Name: Espressionista
Theme URI: http://www.onedesigns.com/wordpress-themes/espressionista-free-wordpress-theme
Description: A handcrafted theme for bloggers who love to write while enjoying a good coffee. With carefully chosen typography and a pleasant color scheme inspired by espresso based drinks.
Version: 1.0.4
Author: One Designs
Author URI: http://www.onedesigns.com/
Tags: brown, orange, red, white, light, one-column, two-columns, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-menu, editor-style, featured-images, full-width-template, microformats, threaded-comments, translation-ready

License: GNU General Public License v2.0
License URI: license.txt
*/

/*
DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.
Instead, go to Appearance > Theme Options > Layout and enter your custom CSS there or create a child theme.
Any style attributes declared there will override the ones in this file and will not be lost during theme update.
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Clear Floated Elements
*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clear {
	height:1%;
}

/*
	Style HTML Tags
*/

body {
	color: #4c4c4c;
	color: rgba(0,0,0,.7);
	font-family:"Lustria", Georgia, "URW Bookman L", serif;
	font-size:15px;
	font-weight:300;
	line-height:1.62em;
}

a {
	color:#c33;
	text-decoration:none;
	-moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover {
	color:#4C1313;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 24px;
	color:#4c4c4c;
	color: rgba(0, 0, 0, .7);
}

h1 {
	font-size:36px;
	line-height:1.62em;
}

h2 {
	font-size:32px;
	line-height:1.62em;
}

h3 {
	font-size:24px;
	line-height:1.62em;
}

h4 {
	font-size:18px;
	line-height:1.62em;
}

h5 {
	font-size:16px;
	line-height:1.62em;
}

h6 {
	font-size:15px;
	line-height:1.62em;
}

p {
	margin-bottom:24px;
}

blockquote {
	position:relative;
	color:#444;
	font-family:Georgia, "URW Bookman L", serif;
	font-style:italic;
	margin:0 30px 0 60px;
}

blockquote:before {
	position:absolute;
	top:30px;
	left:-75px;
	content:"\201C";
	color:#DDD;
	font-family:serif;
	font-size:96px;
}

blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	content:"\2014";
	padding-right:8px;
}

table {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	margin-bottom:24px;
}

table tr:nth-child(even) {
	background:  rgba(0, 0, 0, .05);
}

table th,
table td {
	padding:6px;
}

table th {
	font-weight:600;
}

fieldset {
	border:#EEE 1px solid;
	padding:2%;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 1.5%;
	margin: 0;
	background: #fffcf9;
	border: #EFECE9 1px solid;
	color: #777;
	font-family: sans-serif;
	font-size: 13px;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: #dfdcd9 1px solid;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .05);
	color:#333;
	outline: none;
}

textarea {
	font-size:15px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	padding: 6px 15px;
	margin: 0;
	border-radius: 3px;
	background: #B25000;
	background: -moz-linear-gradient(#FE7200, #B25000);
	background: -webkit-linear-gradient(#FE7200, #B25000);
	background: -o-linear-gradient(#FE7200, #B25000);
	background: -ms-linear-gradient(#FE7200, #B25000);
	background: linear-gradient(#FE7200, #B25000);
	border: #984500 1px solid;
	border-bottom: #723300 1px solid;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: -moz-linear-gradient(#B25000, #984500);
	background: -webkit-linear-gradient(#B25000, #984500);
	background: -o-linear-gradient(#B25000, #984500);
	background: -ms-linear-gradient(#B25000, #984500);
	background: linear-gradient(#B25000, #984500);
	border: #723300 1px solid;
	border-bottom: #723300 1px solid;
}

hr {
	border:none;
	border-top:#EEE 1px solid;
}

dt {
	font-weight:600;
	margin-bottom:24px;
}

dd {
	margin-left:30px;
	margin-bottom:24px;
}

ul {
	list-style-type:disc;
	margin-left:30px;
	margin-bottom:24px;
}

ul li {
	margin-top:4px;
}

ul ul {
	list-style-type:square;
	margin-bottom:0;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:24px;
}

ol ol {
	list-style: upper-alpha;
	margin-bottom:0
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

address {
	font-size:14px;
	font-style:italic;
	margin-bottom:16px;
}

code {
	padding:1px 4px;
	background:#F8F8F8;
	background:-moz-linear-gradient(#F8F8F8, #F3F3F3);
	background:-webkit-linear-gradient(#F9F9F9, #F3F3F3);
	background:-o-linear-gradient(#F8F8F8, #F3F3F3);
	background:-ms-linear-gradient(#F8F8F8, #F3F3F3);
	background:linear-gradient(#F8F8F8, #F3F3F3);
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .2);
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
}

kbd,
tt {
	font-family:monospace;
}

abbr,
acronym {
	border-bottom:#999 1px dotted;
	cursor:help;
}

big {
	font-size:1.3em;
}

cite,
em {
	font-style:italic;
}

pre {
	padding:15px;
	background:#F8F8F8;
	border:#E3E3E3 1px dashed;
	color:#000;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
	line-height:1.62em;
	margin-bottom:24px;
	overflow:auto;
}

q {
	quotes:inherit;
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

strong {
	font-weight:600;
}

sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:10px;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

img,
video {
	max-width:100%;
	height:auto;
}

figure img {
	display:block;
	margin:0 auto;
}

video {
	display:block;
}

audio {
	max-width:100%;
}

.entry-content a img,
#attachment-nav a img {
	max-width: 98.5%;
	padding:0.8%;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
}

.entry-content a:hover img,
#attachment-nav a:hover img {
	background:#F0F0F0;
}

/*
	WordPress Standard Tags
*/

.aligncenter {
	display:block;
	margin:20px auto;
}

.alignleft {
	float:left;
	margin:10px 20px 10px 0;
}

.alignright {
	float:right;
	margin:10px 0 10px 20px;
}

.wp-caption,
.format-image .entry-media {
	max-width:96%;
	padding:3% 2%;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
}

.wp-caption a img,
.format-image .entry-media a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.wp-caption-text,
.format-image .entry-media .entry-caption {
	margin: 10px 0 0;
	color:#333;
	font-size:13px;
	line-height:1.62em;
	text-align:center;
}

.gallery {
	position: relative;
	margin: auto;
}

.gallery-item {
	float:left;
	padding:10px 0;
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	text-align:center;
	-moz-transition: box-shadow .12s ease;
	-webkit-transition: box-shadow .12s ease;
	-o-transition: box-shadow .12s ease;
	-ms-transition: box-shadow .12s ease;
	transition: box-shadow .12s ease;
}

.gallery-columns-1 .gallery-item {
	width:90%;
	margin:0 1.5% 3%;
}

.gallery-columns-2 .gallery-item {
	width:45%;
	margin:0 1.5% 3%;
}

.gallery-columns-3 .gallery-item {
	width:30%;
	margin:0 1.3% 3%;
}

.gallery-columns-4 .gallery-item {
	width:22%;
	margin:0 1.2% 3%;
}

.gallery-columns-5 .gallery-item {
	width:17%;
	margin:0 1.2% 3%;
}

.gallery-item:hover  {
	background:#F4F4F4;
	box-shadow:0 0 18px rgba(0, 0, 0, .4);
}

.gallery-item a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.gallery-icon {
	margin: 0;
}

.gallery-caption {
	padding: 10px 10px 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	height: 0;
	padding: 0;
}

.sticky {
}

.bypostauthor > .comment-body {
}

/*
	Grid System
*/

.column {
	float:left;
}

.onecol {
	width:100%;
}

.twocol {
	width:50%;
}

.threecol {
	width:33.3%;
}

.fourcol {
	width:25%;
}

.twothirdcol {
	width:66.7%;
}

.threefourthcol {
	width:75%;
}

/*
	Theme Design, Layout and Typography
*/

#wrapper {
	max-width: 100%;
	overflow-x: hidden;
}

.wrap {
	position:relative;
	max-width:960px;
	margin:0 auto;
}

#header {
	position: relative;
	height: 66px;
	width: 100%;
	background: #30231C;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	-moz-transition: height .25s ease;
	-webkit-transition: height .25s ease;
	-o-transition: height .25s ease;
	-ms-transition: height .25s ease;
	transition: height .25s ease;
}

#header.header-scroll {
	height: 50px;
}

#header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}

.admin-bar #header.header-fixed {
	top: 28px;
}

#branding {
	float: left;
	padding: 0 30px;
}

#site-title {
	margin: 0;
	font-family: "Italianno", "Lustria", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	line-height: 66px;
	-moz-transition: line-height .25s ease;
	-webkit-transition: line-height .25s ease;
	-o-transition: line-height .25s ease;
	-ms-transition: line-height .25s ease;
	transition: line-height .25s ease;
}

.header-scroll #site-title,
.header-scroll #site-navigation .menu > li > a {
	line-height: 50px;
}

#site-title a {
	color:#fff;
}

#site-navigation {
	position: relative;
	float: right;
}

.menu-toggle,
.menu-show,
.menu-hide {
	display:none;
}

.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

#site-navigation .menu,
#site-navigation .menu > ul {
	margin: 0 10px;
	list-style: none;
	font-size: 17px;
}

#site-navigation .menu ul {
	position: absolute;
	z-index: 9999;
	min-width: 240px;
	height: auto;
	padding: 0;
	margin: 0;
	background: #BAA694;
	box-shadow: 0 0 3px #333;
	list-style: none;
}

#site-navigation .menu ul ul {
	margin: -45px 0 0 -240px !important;
}

#site-navigation .menu li {
	position: relative;
	float: left;
	margin: 0;
}

#site-navigation .menu ul li {
	float: none;
}

#site-navigation .menu a {
	display: inline-block;
	padding: 0 20px;
	color: #BAA694;
	line-height: 66px;
	-moz-transition: background-color .25s ease, border-color .25s ease, color .25s ease, line-height .25s ease;
	-webkit-transition: background-color .25s ease, border-color .25s ease, color .25s ease, line-height .25s ease;
	-o-transition: background-color .25s ease, border-color .25s ease, color .25s ease, line-height .25s ease;
	-ms-transition: background-color .25s ease, border-color .25s ease, color .25s ease, line-height .25s ease;
	transition: background-color .25s ease, border-color .25s ease, color .25s ease, line-height .25s ease;
}

#site-navigation .menu a:hover {
	background: rgba(255, 255, 255, .07);
	color: #fff;
}

#more-links > a {
	line-height: 50px;
}

.header-scroll #more-links > a {
	line-height: 50px !important;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 29px 0 0 2px;
	border-top: 4px solid #BAA694;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	vertical-align: top;
	-moz-transition: border-color .25s ease,  margin .25s ease;
	-webkit-transition: border-color .25s ease,  margin .25s ease;
	-o-transition: border-color .25s ease,  margin .25s ease;
	-ms-transition: border-color .25s ease,  margin .25s ease;
	transition: border-color .25s ease,  margin .25s ease;
}

.menu a:hover .caret {
	border-top-color: #fff;
}

.header-scroll .caret,
#more-links .caret {
	margin-top: 21px;
}

.header-scroll #more-links .caret {
	margin-top: 21px !important;
}

.dropdown-submenu .caret {
	display: none;
}

#site-navigation .menu ul a {
	display: block;
	height: 0;
	padding: 0 20px;
	color: #fff;
	line-height: 1.62em;
	overflow: hidden;
	-moz-transition: height .12s ease,  padding .12s ease;
	-webkit-transition: height .12s ease,  padding .12s ease;
	-o-transition: height .12s ease,  padding .12s ease;
	-ms-transition: height .12s ease,  padding .12s ease;
	transition: height .12s ease,  padding .12s ease;
}

#site-navigation .menu li:hover > ul > li > a {
	height: auto;
	padding: 10px 20px;
}

#site-navigation .menu ul a:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
}

#site-navigation .menu-tem br {
	display: none;
}

#site-navigation .menu-item span {
	display: none;
	color: #999;
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
	text-transform: none;
}

#featured {
	margin: 0 -500%;
}

#featured .wp-post-image {
	display: block;
	margin: 0 auto;
}

#location {
	width: 100%;
	background: #f9ecd0;
	border-bottom: solid 1px rgba(0,0,0,.07);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}

#location .page-title {
	padding: 0 30px;
	margin: 0;
	color: rgba(0, 0, 0, 0.70);
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 66px;
}

#container {
	margin: 50px auto;
}

#content {
	position: relative;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.page-template-template-sidebar-content-php #content {
	float: right;
}

.hentry,
.entry,
#posts-nav,
#comments,
#respond {
	margin: 0 30px;
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-top: 1px solid rgba(0,0,0,.066);
}

#content .hentry:first-child,
.entry {
	border-top: none;
}

.single .hentry,
.page .hentry {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}

#content .hentry:first-child,
.entry {
	margin-top: 0;
}

.entries-fourcol #content .hentry:first-child {
	padding-top: 15px;
}

#content .hentry:last-child {
	border-bottom: none;
}

.entry-title {
	color:#4c4c4c;
	color: rgba(0, 0, 0, 0.70);
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	word-wrap: break-word;
}

.entry-title a {
	color: #4c4c4c;
	color: rgba(0, 0, 0, 0.70);
}

.entry-title a:hover {
	color: #c33;
}

.format-link .entry-title a:after {
	content: "\2192";
	padding-left: 8px;
}

.entry-meta {
	margin-bottom: 24px;
	color: #999;
	color: rgba(0, 0, 0, 0.40);
	font-size: 13px;
	font-style: italic;
}

.format-aside .entry-meta,
.format-link .entry-meta,
.format-quote .entry-meta,
.format-status .entry-meta {
	margin: 0;
}

.single .format-aside .entry-meta,
.single .format-link .entry-meta,
.single .format-quote .entry-meta,
.single .format-status .entry-meta {
	margin-bottom: 24px;
}

.entry-summary {
	color: #777;
	color: rgba(0,0,0,.7);
	font-size: 18px;
	font-weight: normal;
	line-height: 1.62em;
	word-wrap: break-word;
}

.entry-media {
	margin-bottom: 24px;
}

.wp-post-image {
	display: block;
}

.attachment .entry-caption {
	margin-top: 24px;
}

.entry-author .avatar {
	float: left;
	margin: 0 24px 24px 0;
	border-radius: 39px;
}

.entry-content {
	color: #777;
	color: rgba(0,0,0,.7);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.62em;
	word-wrap: break-word;
}

.single .entry-content,
.page .entry-content {
	font-size: 17px;
	line-height: 1.62em;
}

.format-chat .entry-content p {
	padding: 0 16px;
	margin: 0;
	font-size: 14px;
	line-height: 2em;
}

.format-chat .entry-content p:nth-child(odd) {
	background: rgba(0, 0, 0, .04);
	font-weight: bold;
}

.entry-content > p:last-child {
	margin: 0;
}

.single .entry-content,
.page .entry-content,
.format-aside .entry-content,
.format-status .entry-content {
	margin-bottom: 24px;
}

.format-status .entry-content {
	overflow: hidden;
}

.post-pagination {
	clear: both;
}

.pd-rating {
	margin-bottom: 12px;
}

.entry-tags {
	margin: -8px -8px 0;
}

.entry-tags a {
	position: relative;
	display: inline-block;
	padding: 0 4px 0 16px;
	margin: 8px;
	background: #F9F6E3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	color: #333;
	font-size: 12px;
}

.entry-tags a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 6px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 3px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .2);
}

.entry-tags a:hover {
	top: -3px;
	-moz-transition: top .1s ease;
	-webkit-transition: top .1s ease;
	-o-transition: top .1s ease;
	-ms-transition: top .1s ease;
	transition: top .1s ease;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist .children {
	list-style: none;
	margin-left: 96px;
}

.comment-body {
	position: relative;
	padding: 30px 0;
	word-wrap: break-word;
}

.comment .comment-body {
	padding-left: 96px;
}

.comment-author,
.comment-meta {
	display: inline-block;
	margin-bottom: 24px;
}

.comment-meta a {
	color: #999;
	color: rgba(0, 0, 0, 0.40);
	font-size: 13px;
}

.comment-meta a:hover {
	color: #c33;
}

.comment-body .avatar {
	position: absolute;
	left: 0;
	display: block;
	border-radius: 33px;
}

.commentlist #respond {
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.comment-notes,
.form-allowed-tags {
	font-size: 13px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	position: relative;
	width: 50%;
}

.comment-form-comment {
	position: relative;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	position: absolute;
	top: 0;
	left: 8px;
	font-size: 14px;
	line-height: 33px;
}

.required {
	color: #c33;
}

#author,
#email,
#url,
#comment {
	width: 94%;
	padding: 8px 3%;
	text-indent: 80px;
}

#comment {
	width: 96%;
	padding: 8px 1.5%;
}

.form-allowed-tags code {
	display: block;
}

.nav-prev {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

#sidebar {
	margin-top: 20px;
	background: #B25000;
	box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.widget {
	padding: 30px;
	color: #4c4c4c;
	color: rgba(0,0,0,.7);
}

.page-template-template-full-width-php #sidebar .widget {
	-mox-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget .widget-title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #723400;
}

.widget ul {
	margin: 0;
	border-top: #984500 1px solid;
	border-top: rgba(0, 0, 0, .14) 1px solid;
	border-bottom: #CE5D00 1px solid;
	border-bottom: rgba(255, 142, 49, .32) 1px solid;
	list-style: none;
}

.widget ul ul {
	margin: 9px 0 -11px 30px;
}

.widget li {
	margin: 0;
	padding: 9px 0;
	border-top: #CE5D00 1px solid;
	border-top: rgba(255, 142, 49, .32) 1px solid;
	border-bottom: #984500 1px solid;
	border-bottom: rgba(0, 0, 0, .14) 1px solid;
	line-height: 1.62em;
}

.widget a {
	color: #600;
}

.widget-title a {
	color: #fff;
}

.widget a:hover {
	color: #000;
}

#searchform {
	margin-bottom: 30px;
}

.widget #searchform {
	margin: 0;
}

.widget #s,
#subscribe-field {
	float: left;
	padding: 6px 1.5%;
	border-radius: 3px 0 0 3px;
	border: #984500 1px solid;
	border-bottom: #723300 1px solid;
	border-right: none;
}

.widget #searchsubmit,
#subscribe-blog input[type="submit"] {
	float: left;
	border-radius: 0 3px 3px 0;
}

#subscribe-blog p {
	display: inline;
}

#subscribe-blog p:first-child {
	display: block;
}

#subscribe-field {
	max-width: 160px;
	line-height: 25px;
	margin-bottom: 30px;
}

#footer {
	background: #30231C;
	color:#fff;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

#footer a {
	color:#c33;
}

#footer a:hover {
	color: #B25000;
}

#copyright,
#credits {
	float: left;
	margin: 0;
	line-height: 65px;
	padding-left: 30px;
}

#credits {
	float: right;
	padding-right: 30px;
	text-align: right;
}

img#wpstats {
	position: absolute;
	top: -5px;
}

body > iframe[class^="PIN_"] {
	display: none;
}

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

	.wrap {
		max-width: 640px;
	}

	#wrapper {
		margin-top: 0 !important;
	}

	#header {
		height: 50px !important;
	}

	#header.header-fixed {
		position: static;
	}

	#branding {
		width: 100%;
	}

	#site-title {
		max-width: 80%;
		height: 50px;
		line-height: 50px !important;
		overflow: hidden;
	}

	#site-navigation {
		position: absolute;
		right: 0;
	}

	#site-navigation .menu {
		/*display: none;*/
		position: relative;
		top: 7px;
		z-index: 2;
		clear: both;
		min-width: 180px;
		background: #30231C;
	}

	#site-navigation:target .menu {
		/*display: block;*/
		/*margin-left: 0;*/
	}

	#site-navigation .menu ul,
	#site-navigation .menu ul ul {
		position: static;
		margin: 0 0 0 20px !important;
		background: none !important;
		box-shadow: none;
	}

	#site-navigation .menu li {
		float: none;
	}

	#site-navigation .menu a {
		display: block;
		/*padding: 0 !important;*/
		line-height: 0 !important;
		overflow: hidden;
	}

	#site-navigation:target .menu-item a,
	#site-navigation:target .page_item a {
		line-height: 50px !important;
	}

	#site-navigation .menu ul a {
		height: auto;
		padding: 0 20px !important;
		color: #BAA694;
	}

	#site-navigation .menu ul a:hover {
		background: rgba(255, 255, 255, .07);
	}

	.menu-toggle {
		display: block;
		float: right;
		width: 44px;
		height: 26px;
		border: #231A15 1px solid;
		margin: 7px 30px 0 0;
		text-indent: -1000px;
		overflow: hidden;
		position: relative;
		border-radius: 3px;
		padding: 4px;
		border-bottom: #4A372C 1px solid;
		background: #3D2C24;
		box-shadow: inset 0 1px 0 #4A372C, inset 0 -1px 0 #231A15;
		-moz-transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
		-webkit-transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
		-o-transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
		-ms-transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
		transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
	}

	.menu-toggle:hover {
		border: #3D2C24 1px solid;
		border-bottom: #574034 1px solid;
		background: #4A372C;
		box-shadow: inset 0 1px 0 #574034, inset 0 -1px 0 #3D2C24;
	}

	.menu-toggle:active {
		border: #231A15 1px solid;
		border-bottom: #4A372C 1px solid;
		background: #3D2C24;
		box-shadow: inset 0 1px 0 #4A372C, inset 0 -1px 0 #231A15;
	}

	.menu-show {
		/*float: right;*/
		display: block;
		width: 32px;
		height: 4px;
		/*margin: 11px 30px 0 0;*/
		border-top: 12px double #fff;
		border-bottom: 4px solid #fff;
		/*text-indent: -1000px;*/
		/*overflow: hidden;*/
		position: absolute;
		top: 7px;
		left: 10px;
	}

	#site-navigation:target .menu-hide {
		display: block;
		position: absolute;
		top: -50px;
		left: 0;
		bottom: -101em;
		width: 10000%;
		height: auto !important;
		margin: 0 -5000%;
		background: none;
		overflow: hidden;
		text-indent: -1000px;
	}

	#content,
	#sidebar {
		float: none;
		width: 100%;
	}

}

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

	body {
		background: none !important;
	}

	#wrapper {
		background: #fff;
	}

	#site-title {
		max-width: 72%;
	}

	#container {
		max-width: 100%;
		margin: 0;
		background: #fff;
	}

	#content {
		max-width: 640px;
		margin: 0 auto;
		background: none;
		box-shadow: none;
	}

	.hentry,
	.entry,
	#comments,
	#respond {
		margin: 0 30px;
	}

	.single .hentry {
		padding: 0;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: auto;
	}

	#author,
	#email,
	#url {
		width: 96%;
		padding: 8px 1.5%;
	}

	#sidebar {
		margin: 0;
		box-shadow: none;
	}

	.widget {
		max-width: 580px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#copyright,
	#credits {
		float: none;
		line-height: 1.62em;
		text-align: left;
	}

	#copyright {
		padding: 20px 30px 10px;
	}

	#credits {
		padding: 10px 30px 20px;
	}

}

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

	#branding,
	#copyright,
	#credits {
		padding: 0 15px;
	}

	#site-navigation {
		position: absolute;
		top: 0;
		right: 0;
		float: none;
	}

	.hentry,
	.entry,
	#comments,
	#respond,
	.widget {
		margin: 0 15px;
	}

	.comment-body {
		padding-left: 0;
	}

	.comment-body .avatar {
		display: none;
	}

	.commentlist .children {
		margin-left: 48px;
	}

	#copyright {
		padding: 20px 15px 10px;
	}

	#credits {
		padding: 10px 15px 20px;
	}

}