/*
Theme Name: 	Graphene Mobile Neo
Theme URI: 		http://www.graphene-theme.com/graphene-mobile-neo/features-and-functionalities/
Description: 	A professionally-designed mobile WordPress theme, developed for optimised site display on mobile devices.
Version: 		1.8.9
Author: 		Syahir Hakim
Author URI: 	http://www.khairul-syahir.com/
Tags: 			black, blue, white, one-column, theme-options, sticky-post, translation-ready, rtl-language-support
License: 		GNU General Public License, v3 (or newer)
License URI: 	http://www.gnu.org/copyleft/gpl.html
*/


/* =Icon font
-------------------------------------------------------------- */

@font-face {
	font-family: 'Genericons';
	src: url('fonts/genericons/genericons-regular-webfont.eot');
	src: url('fonts/genericons/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/genericons/genericons-regular-webfont.woff') format('woff'),
	     url('fonts/genericons/genericons-regular-webfont.ttf') format('truetype'),
	     url('fonts/genericons/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* =Resets and Clearfix
-------------------------------------------------------------- */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.clearfix:after,
#commentform:after,
blockquote:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Non-classed HTML elements
-------------------------------------------------------------- */

body {
	background: #fff;
	font: normal 0.9em/1.4em "Open Sans", arial, sans-serif;
	width: 100%;
	color: #312f2d;
}
p {
	margin-top: 1.5em;
}
a {
	color: #d0590a;
	text-decoration: none;	
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	border: 1px solid #ccc;
	padding: 4px 1% 3px;
	max-width: 97.5%;
}
blockquote {
	background: #eee;
	border: 1px dotted #ddd;
	padding: 5px 10px;
	margin-left: 10px;
	margin-right: 5px;
}
.fontface.cssanimations blockquote:before {
	content: '\f106';
	display: inline-block;
	margin-top: -5px;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/0 'Genericons';
	vertical-align: top;
}
blockquote p:first-child {
	margin-top: 0;
}
.fontface.cssanimations blockquote p:first-child {
	margin-top: -1em;
}
blockquote cite {
	float: right;
	font-style: italic;
}
blockquote cite:before {
	content: '\2014';
}
pre {
	word-wrap: break-word;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: url(images/header.jpg) center top no-repeat #2C231A;
	background-image: -webkit-image-set(
					url(images/header.jpg) 1x,
					url(images/header-hidpi.jpg) 2x
				);
	background-image: image-set(
					url(images/header.jpg) 320w,
					url(images/header-hidpi.jpg)
				);
	color: #eee;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.header-img-bg #header {
	height: 80px;
}
#header img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}
.header-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#header .site-title {
	margin-top: 15px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
}
#header .site-desc {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
}
#header .home-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#header .home-link span {
	display: none;
}


/* =Navigation
-------------------------------------------------------------- */

.nav-wrapper.pinned {
	position: fixed;
	top: 0;
	z-index: 15;
	width: 100%;
}
.menu-wrapper {
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E1E0DE;
	background: #d4d2d0;
	background: -moz-linear-gradient(#eae8e5, #d4d2d0);
	background: -webkit-linear-gradient(#eae8e5, #d4d2d0);
	background: -ms-linear-gradient(#eae8e5, #d4d2d0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e5', endColorstr='#d4d2d0',GradientType=0 );
	background: linear-gradient(#eae8e5, #d4d2d0);
	position: relative;
}
.menu-wrapper .menu {
	text-align: center;
}
.menu-wrapper .menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.menu-wrapper .menu li a {
	display: block;
	padding: 8px 5px 6px;
	font-size: 0.9em;
	color: #514840;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(256,256,256,0.75);
}
.no-cssanimations .menu-wrapper .menu > .menu-item-ancestor > a,
.no-fontface .menu-wrapper .menu > .menu-item-ancestor > a {
	background-image: url(images/sprite-master.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.fontface.cssanimations .menu-wrapper .menu > .menu-item-ancestor > a:after {
	content: '\f431';
	margin-left: 2px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'Genericons';
}
.menu-wrapper .menu .sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	background: #eaeaea;
	border-top: 1px solid #bbb;
	display: none;
}
.menu-wrapper .menu .sub-menu li a {
	font-size: 0.8em;
	padding: 7px 5px 6px;
}
.menu-wrapper .select-menu-wrapper {
	width: 98%;
	overflow: hidden;
	padding-left: 2%;
	position: relative;
	color: #514840;
}
.no-cssanimations .menu-wrapper .select-menu-wrapper,
.no-fontface .menu-wrapper .select-menu-wrapper {
	background-image: url(images/sprite-master.png);
	background-position: right -416px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .menu-wrapper .select-menu-wrapper:before {
	content: '\f502';
	display: block;
	position: absolute;
	right: 10px;
	top: 60%;
	margin-top: -0.5em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
}
.menu-wrapper .select-menu {
	width: 120%;
	height: 36px;
	-webkit-appearance: listbox;
	margin: 0;
	background: none;
	border: none;
	font: normal 1em "Open Sans", arial, sans-serif;
	text-shadow: 1px 1px 0px #fff;
}


/* =Category Jump and Search
-------------------------------------------------------------- */

.jump-search {
	width: 100%;
	height: 32px;
	border-top: 1px solid #BFBFBC;
	border-bottom: 1px solid #BFBFBC;
	background: -moz-linear-gradient( #EBEBEB, #F8F8F8 15%, #fff 30% );
	background: -webkit-linear-gradient( #EBEBEB, #F8F8F8 15%, #fff 30% );
	background: -ms-linear-gradient( #EBEBEB, #F8F8F8 15%, #fff 30% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#EBEBEB", endColorstr="#FFFFFF",GradientType=0 );
	background: linear-gradient( #EBEBEB, #F8F8F8 15%, #fff 30% );
	color: #8a8683;
}
.jump-search .cat-jump,
.jump-search .searchform .search-text {
	font: bold 0.75em "Open Sans", arial, sans-serif;
	color: #8a8683;
}
.jump-search .cat-jump-wrapper {
	width: 48%;
	padding-left: 2%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.no-cssanimations .jump-search .cat-jump-wrapper,
.no-fontface .jump-search .cat-jump-wrapper {
	background-image: url(images/sprite-master.png);
	background-position: right -42px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .jump-search .cat-jump-wrapper:before {
	content: '\f431';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
}
.jump-search .cat-jump {
	width: 120%;
	border: none;
	background: none;
	height: 100%;
	margin: 0;
	-webkit-appearance: listbox;
}
.jump-search .searchform {
	width: 50%;
	float: right;
}
.cat-nav-disabled .searchform {
	width: 100%;
	float: none;
}
.search-disabled .cat-jump-wrapper {
	width: 98%;
	float: none;
}
.jump-search .searchform .search-text {
	border: none;
	border-left: 1px solid #bfbfbc;
	padding: 9px 5% 7px;
	width: 70%;
	background: none;
	margin: 0;
	float: left;
}
.cat-nav-disabled .searchform .search-text {
	border: none;
}
.jump-search .searchform button {
	float: right;
	width: 15%;
	height: 26px;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #8A8683;
}
.no-fontface .jump-search .searchform button,
.no-cssanimations .jump-search .searchform button {
	background-image: url(images/sprite-master.png);
	background-position: right -115px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .jump-search .searchform button:before {
	content: '\f400';
	display: inline-block;
	float: right;
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
}
.jump-search .searchform button span {
	display: none;
}


/* =Main Content
-------------------------------------------------------------- */

.main {
	overflow-x: hidden;
	width: 100%;
}
.sy-slide > a > img {
	height: auto;
}
.slides-wrapper {
	border-top: 4px solid #333;
	padding-bottom: 20px;
}
.slides-wrapper .sy-pager li.sy-active a {
	background: #d0590a;
}
.slides-wrapper .sy-pager li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}
.slides-wrapper .sy-controls {
	display: block;
}
.slides-wrapper .sy-controls li a:after {
	width: 2em;
	height: 2em;
}
.slides-wrapper .sy-controls li.sy-next a:after{
	margin-left: -1.3em;
}
.main .hentry {
	padding: 0 10px;
	margin-bottom: 30px;
}
.entry-title {
	font-size: 1.8em;
	letter-spacing: -0.06em;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #2c231a;
}
.entry-title a {
	color: #2c231a;
}
.entry-meta {
	margin-bottom: 10px;
	line-height: normal;
}
.entry-meta li {
	display: inline;
	border-left: 1px solid #B0ADAB;
	color: #54514e;
	font-size: 0.8em;
	letter-spacing: -0.1em;
	padding: 0 5px;
}
.entry-meta li:first-child {
	border-left: none;
	padding-left: 0;
}
.entry-thumbnail img {
	width: 100%;
	height: auto;
}
.entry-footer,
.post-nav,
.comment-header,
.section-title {
	height: 31px;
	border-top: 1px solid #E8E8E7;
	border-bottom: 1px solid #E8E8E7;
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.8em;
}
.post-nav.pagenavi {
	border: none;
	margin-top: 50px;
}
.entry-footer .more-link,
.post-nav p,
.comment-header p {
	margin: 0;
	float: left;
	width: 40%;
	line-height: 33px;
	margin-top: -1px;
	text-align: center;
	background: #2C231A;
}
.entry-footer .more-link {
	width: 55%;
}
.entry-footer .more-link a,
.post-nav.native a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.post-nav .wp-pagenavi a,
.post-nav .wp-pagenavi span {
	padding: 6px 12px;
	margin: 0 3px;
	border: none;
	background: #eee;
	font-weight: normal;
}
.post-nav .wp-pagenavi a:hover {
	color: #f5f5f5;
	background: #D0590A;
}
.no-fontface .non-singular .entry-footer .more-link a:after,
.no-cssanimations .non-singular .entry-footer .more-link a:after,
.no-fontface .non-singular .post-nav .next a:after,
.no-cssanimations .non-singular .post-nav .next a:after {
	content: '\203A';
	display: inline-block;
	margin-left: 0.5em;
}
.fontface.cssanimations .non-singular .entry-footer .more-link a:after,
.fontface.cssanimations .non-singular .post-nav .next a:after {
	content: '\f429';
	display: inline-block;
	margin-left: 0.25em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
}
.no-fontface .non-singular .post-nav .prev a:before,
.no-cssanimations .non-singular .post-nav .prev a:before {
	content: '\2039';
	display: inline-block;
	margin-right: 0.5em;
}
.fontface.cssanimations .non-singular .post-nav .prev a:before {
	content: '\f430';
	display: inline-block;
	margin-right: 0.25em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
}
.entry-footer .more-link span,
.post-nav span {
	color: #9E846A;
}
.entry-footer .comment-link {
	float: right;
	text-align: right;
	line-height: 31px;
	margin: 0;
}
.singular .entry-footer {
	border-bottom: none;
	height: auto;
	padding-top: 10px;
}
.post-nav {
	margin: 0 10px 30px;
}
.post-nav p {
	width: 25%;
}
.post-nav .next {
	float: right;
}
.post-nav .prev span {
	margin-right: 5px;
}
.post-nav .next span {
	margin-left: 5px;
}
.singular .post-nav {
	border: none;
	margin-bottom: 20px;
	height: auto;
}
.singular .post-nav p {
	background: none;
	font-size: 1.3em;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	width: 42.5%;
	padding-left: 5%;
	position: relative;
}
.no-fontface .singular .post-nav .prev,
.no-cssanimations .singular .post-nav .prev {
	background-image: url(images/sprite-master.png);
	background-position: -393px -177px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .singular .post-nav .prev:before {
	content: '\f503';
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	position: absolute;
	left: -9px;
	top: 2px;
	color: #ccc;
}
.singular .post-nav .next {
	float: right;
	text-align: right;
	padding-right: 5%;
	padding-left: 0;
}
.no-fontface .singular .post-nav .next,
.no-cssanimations .singular .post-nav .next {
	background-image: url(images/sprite-master.png);
	background-position: right -307px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .singular .post-nav .next:before {
	content: '\f501';
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	position: absolute;
	right: -9px;
	top: 2px;
	color: #ccc;
}
.singular .post-nav a {
	color: #2c231a;
}
.entry-tags {
	margin: 0;
	line-height: 1.5em;
	font-size: 1em;
}
.entry-tags span {
	text-transform: uppercase;
	color: #af9f8f;
}
.entry-content dt {
	margin-top: 10px;
}
.entry-content ul {
	list-style-position: outside;
	margin: 10px 0 10px 30px;
}
.entry-content ul li {
	margin-bottom: 7px;
}
.entry-content ol {
	margin: 5px 0 5px 30px;
}
.comment-entry ol li {
	list-style: decimal;
}
.entry-content ol li {
	margin-bottom: 7px;
}
.entry-content ol ol {
	list-style-type: lower-alpha;
}
.entry-content ol ol ol {
	list-style-type: lower-roman;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6 {
	color: #2c231a;
	font-weight: 600;
	font-size: 1.45em;
	line-height: 1.2em;
}
.entry-content h1,
.comment-entry h1 {
	font-size: 1.6em;
}
.entry-content h2,
.comment-entry h2 {
	font-size: 1.5em;
}
.entry-content h4,
.comment-entry h4 {
	font-size: 1.35em;
}
.entry-content h5,
.comment-entry h5 {
	font-size: 1.25em;
}
.entry-content h6,
.comment-entry h6 {
	font-size: 1.2em;
}
.entry-content img,
.wp-caption,
iframe,
object,
embed {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
.searchform button {
	float: none;
	display: inline;
}
.searchform input {
	padding: 8px 15px 9px;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}
.alignleft {
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}
.aligncenter {
	display: block;
	margin: 0.5em auto;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td,
table th,
table tr {
	border: 1px solid #e6e6e6;
	font-family: arial;
	padding: 2px 5px;
}
table th {
	background: #f6f6f6;
	background: -moz-linear-gradient(#f6f6f6,#eee);
	background: -webkit-linear-gradient(#f6f6f6,#eee);
	background: -ms-linear-gradient(#f6f6f6,#eee);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 );
	background: linear-gradient(#f6f6f6,#eee);
	padding: 10px 5px;
}
table tr {
	background: #fbfbfb;
}
table tr.alternate {
	background: #fff;
}
table#wp-calendar td,
table#wp-calendar th,
table#wp-calendar tr {
	border: none;
}
.entry-content .link-pages {
	text-align: center;
	margin-top: 20px;
}
.entry-content .link-pages a {
	padding: 5px 10px;
	background: #eee;
	margin: 0 2px;
	display: inline-block;
}
.social-buttons {
	padding-top: 20px;
	margin: 0 auto;
}
.main .hentry.sticky {
	background: #f5f5f5;
	padding-bottom: 10px;
}
.wp-caption {
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 3px #eee;
	text-align: center;
}
.entry-content .wp-caption img {
	margin: 5px 1%;
	max-width: 98%;
}
.wp-caption-text {
	color: #5e5e5e;
	background: #f5f5f5;
	font: normal 0.9em "Open Sans", arial;
	letter-spacing: -0.05em;
	padding: 5px;
	text-align: center;
	margin-top: 0;
}
.gallery-caption {
	background: none;
}
.entries-wrapper {
	position: relative;
}
.home .entries-wrapper {
	margin-bottom: 40px;
}
#infscr-loading {
	text-align: center;
}
#infscr-loading img {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
}
#infscr-loading-finished {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
	text-shadow: 0 1px 1px #fff;
}
.fetch-more,
.fetch-more:hover,
.fetch-more-disabled {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	width: 90%;
	
	background: #E9E9E9;
	background: -moz-linear-gradient(#F9F9F9,#E9E9E9);
	background: -webkit-linear-gradient(#F9F9F9,#E9E9E9);
	background: -o-linear-gradient(#F9F9F9,#E9E9E9);
	background: -ms-linear-gradient(#F9F9F9,#E9E9E9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#E9E9E9',GradientType=0 );
	background: linear-gradient(#F9F9F9,#E9E9E9);
	
	border: 1px solid #ccc;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #fff;
	
	-webkit-box-shadow: 0 1px 2px #d5d5d5;
	-moz-box-shadow: 0 1px 2px #d5d5d5;
	box-shadow: 0 1px 2px #d5d5d5;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.fetch-more-disabled,
.fetch-more-disabled:hover {
	color: #bbb;
}


/* =Comments
-------------------------------------------------------------- */

.comment-header {
	margin: 0 10px 10px;
}
.comment-header .comment-count {
	background: none;
	text-align: left;
	color: #af9f8f;
	text-transform: uppercase;
}
.comment-header .comment-button {
	float: right;
	text-align: right;
	background: #2C231A;
	width: 55%;
}
.comment-header .comment-button a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.comment-header .comment-button a span {
	color: #9E846A;
	margin: 0 10px 0 5px;
}
.comment-header .comment-button .cancel {
	display: block;
}
#respond {
	margin: 0 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E8E8E7;
}
.respond-title {
	font-weight: normal;
	font-size: 1.45em;
}
.comment-notes {
	font-size: 0.9em;
	line-height: normal;
	color: #312f2d;
}
#respond .required {
	color: #ea1909;
}
#respond .gmneo-label {
	display: block;
}
#respond input[type="text"],
#respond textarea {
	width: 97.5%;
}
.button,
button,
input[type="submit"] {
	display: block;
	background: #2C231A;
	border: none;
	padding: 10px 15px;
	margin: 0;
	font: bold 0.9em "Open Sans", arial, sans-serif;
	color: #fff;
	cursor: pointer;
}
#comments {
	margin-top: 20px;
	font-size: 0.9em;
	line-height: normal;
}
#comments li {
	margin: 0 10px 20px;
	list-style: none;
}
#comments .bypostauthor {
	border-left: 4px solid #2C231A;
	background: #f5f5f5;
	padding: 5px;
}
#comments .children {
	padding-top: 20px;
	clear: both;
	margin-left: 3%;
}
.comment-avatar-wrap {
	float: left;
	width: 40px;
	margin-top: 2px;
}
.pingback .comment-avatar-wrap {
	height: 40px;
	background: #f5f5f5;
	text-align: center;
}
.no-fontface .pingback .comment-avatar-wrap,
.no-cssanimations .pingback .comment-avatar-wrap {
	background-image: url(images/sprite-master.png);
	background-position: left -179px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .pingback .comment-avatar-wrap:before {
	content: '\f107';
	color: #555;
	text-shadow: 0 1px 0 #fff;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/44px 'Genericons';
}
.comment-entry-wrap {
	float: left;
	width: 85%;
	margin-left: 10px;
}
@media screen and (max-device-width: 480px) and (orientation: portrait){
	.comment-entry-wrap {
		max-width: 80%;
	}
}
.depth-2 .comment-entry-wrap {
	width: 82%;
}
.depth-3 .comment-entry-wrap {
	width: 79%;
}
.depth-4 .comment-entry-wrap {
	width: 76;
}
.depth-5 .comment-entry-wrap {
	width: 73%;
}
.depth-6 .comment-entry-wrap {
	width: 70%;
}
.depth-7 .comment-entry-wrap {
	width: 67%;
}
.depth-8 .comment-entry-wrap {
	width: 64%;
}
.depth-9 .comment-entry-wrap {
	width: 61%;
}
.depth-10 .comment-entry-wrap {
	width: 58%;
}
.comment-author,
.comment-meta {
	display: inline;
	font-size: 0.9em;
}
.comment-author cite {
	font-style: normal;
}
.comments-wrap .post-nav {
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #E8E8E7;
	border-bottom: 1px solid #E8E8E7;
	margin-top: 30px;
	text-align: center;
}
.comments-wrap .post-nav .page-numbers {
	display: inline-block;
	padding: 5px 10px;
	line-height: 21px;
	width: auto;
	height: auto;
}
.comments-wrap .post-nav .prev,
.comments-wrap .post-nav .next {
	display: block;
	width: 20%;
	height: 33px;
	float: left;
	background: #2C231A;
	color: #fff;
	margin: -1px 0 0;
	padding: 0;
	line-height: 33px;
}
.comments-wrap .post-nav .next {
	float: right;
	text-align: center;
	padding: 0;
}
.comment-reply-link {
	display: block;
	width: 40px;
	height: 24px;
	text-align: center;
	background: #f5f5f5;
}
.bypostauthor .comment-reply-link {
	background: #fff;
}
.comment-reply-link span {
	display: none;
}
.no-fontface .comment-reply-link,
.no-cssanimations .comment-reply-link {
	background-image: url(images/sprite-master.png);
	background-position: left -255px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .comment-reply-link:before {
	content: '\f412';
	color: #aaa;
	text-shadow: 0 1px 0 #fff;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
}
#comments #respond {
	margin-bottom: 40px;
}
#disqus_thread {
	margin: 0 10px;
}


/* =Entry lists
-------------------------------------------------------------- */

.entry-list {
	padding: 0 10px;
}
.page-children {
	margin-bottom: 10px;
	list-style: none;
}
.section-title {
	font-size: 0.9em;
	line-height: 31px;
	color: #af9f8f;
	text-transform: uppercase;
	margin: 0 10px;
}
.entry-list .entry-title a {
	font-size: 1.2em;
	font-weight: normal;
}
.entry-list .entry-title {
	font-size: 1.1em;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 0;
}
.entry-list .entry-meta li {
	display: inline;
}
.entry-list .entry-meta {
	margin-bottom: 20px;
}
.entry-list .entry-meta li {
	display: inline;
	border-left: 1px solid #B0ADAB;
	font-size: 0.8em;
	padding: 0 5px;
}
.entry-list .entry-meta li:first-child {
	border-left: none;
	padding-left: 0;
}


/* =Widget areas
-------------------------------------------------------------- */

.widget-area {
	margin: 20px 10px;
}
.widget-area .section-title {
	margin: 0 0 10px;
}
.widget-area ul,
.widget-area ol {
	margin: 0 0 10px 20px;
}
.widget-area li {
	margin-top: 5px;
}
.widget-wrap {
	margin: 10px 0;
}


/* =Archives
-------------------------------------------------------------- */

.archive-title {
	margin: 20px 10px 40px;
	padding-bottom: 25px;
	color: #af9f8f;
	text-transform: uppercase;
	border-bottom: 1px solid #d3d2d0;
	font-size: 1em;
}
.archive-title .term-title {
	display: block;
	text-transform: none;
	color: #d0590a;
	font-size: 1.3em;
	line-height: normal;
}
.search .not-found .entry-content {
	border-bottom: 1px solid #D3D2D0;
	padding-bottom: 40px;
}
.printonly {
    display: none;
}


/* =Shortcodes
-------------------------------------------------------------- */

.message-block {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 5px 10px 5px 50px;
    background: #eee;
    margin: 10px 0 0;
	min-height: 35px;
	overflow: auto;
}
.message-block p.first-p {
	margin-top: 0;
}
.warning_block,
.error_block {
    background: #FCC url(images/shortcodes/warning.png) no-repeat scroll 10px 7px;
    border: 1px solid #F99;
    color: #C31B00;
}
.error_block {
    background-image: url(images/shortcodes/error.png);
}
.notice_block {
    background: #FDEBAE url(images/shortcodes/notice.png) no-repeat scroll 10px 7px;
    border: 1px solid #E6C555;
    color: #9E660D;
}
.important_block {
    background: #DEE3AB url(images/shortcodes/important.png) no-repeat scroll 10px 7px;
    border: 1px solid #A3C159;
    color: #5E6F33;
}
.pullquote {
	border-top: 1px solid #D3D2D0;
	border-bottom: 1px solid #D3D2D0;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: 5px !important;
	width: 30%;
	color: #000;
}
.pullquote p:first-child {
	margin-top: 0.4em;
}
.pullquote.aligncenter {
	text-align: center;
}


/* =Footer
-------------------------------------------------------------- */

#footer-nav {
	border-top: none;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}
.return-top {
	height: 44px;
	width: 100%;
	position: relative;
	background: #CB570A;
	background: -moz-linear-gradient(#CB570A, #BE4A00);
	background: -webkit-linear-gradient(#CB570A, #BE4A00);
	background: -o-linear-gradient(#CB570A, #BE4A00);
	background: -ms-linear-gradient(#CB570A, #BE4A00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CB570A', endColorstr='#BE4A00',GradientType=0 );
	background: linear-gradient(#CB570A, #BE4A00);
	margin: 0;
}
.return-top a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px 0 #666;
	line-height: 44px;
	font-size: 0.785em;
	font-weight: bold;
}
.footer-text {
	font-size: 0.7em;
	line-height: 1.7em;
	color: #54514e;
	text-align: center;
	padding-top: 5px;
	height: 45px;
}
.footer-text p {
	margin-top: 0;
}


/* =Slide Panel
-------------------------------------------------------------- */

#side-panel {
	display: none;
}
#jPanelMenu-menu {
	height: 100%;
	background: #333;
	color: #ddd;
}
.side-panel-wrapper {
	margin: 10px;
}
#jPanelMenu-menu .widget-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 5px;
}
.side-panel-toggle {
	display: block;
	width: 100%;
	height: 40px;
	background: #333;
}
.no-fontface .side-panel-toggle,
.no-cssanimations .side-panel-toggle {
	background-image: url(images/sprite-master.png);
	background-position: 10px -472px;
	background-repeat: no-repeat;
}
.fontface.cssanimations .side-panel-toggle:before {
	content: '\f419';
	color: #C2C2C2;
	display: inline-block;
	float: left;
	margin-left: 10px;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1.7 'Genericons';
}
.side-panel-toggle p {
	margin: 0 10px 0 50px;
	color: #C1C1C1;
	padding-top: 10px;
}
.side-panel-wrapper .widget-wrap {
	margin-top: 30px;
}
.side-panel-wrapper .widget-wrap img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.side-panel-wrapper .widget:first-child {
	margin-top: 0;
}
.side-panel-wrapper li {
	padding: 10px 0;
	color: #fff;
	border-bottom: 1px solid #444;
	list-style: none;
}
.side-panel-wrapper .sub-menu {
	margin-top: 5px;
}
.side-panel-wrapper li li {
	border-bottom: none;
	padding: 5px 0 5px 15px;
}
.side-panel-wrapper li li:before {
	display:inline-block;
	font: normal normal normal 12px/1 Genericons;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content: "\f432";
	margin: 0 5px 0 -10px;
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.side-panel-wrapper li li a {
	display: inline;
}
.side-panel-wrapper li:first-child {
	border-top: none;
}
.side-panel-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.jPanelMenu body.admin-bar {
	overflow-x: visible !important;
}
.jPanelMenu #wpadminbar {
	top: -46px;
}


/* =Gesture hints
-------------------------------------------------------------- */

.gesture-overlay,
.gesture-overlay-notify {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
}
.gesture-overlay-notify p {
	margin: 50% 10% 0;
	background: #fff;
	border-radius: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	padding: 15px 40px;
	position: relative;
}
.gesture-overlay-notify p:before,
.gesture-overlay-notify p:after {
	content: '\f430';
	color: #000;
	-webkit-font-smoothing: antialiased;
	font: normal 60px/1 'Genericons';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.gesture-overlay-notify p:after {
	content: '\f429';
	left: auto;
	right: 0;
}
.gesture-prev-post,
.gesture-next-post {
	width: 120px;
	height: 70px;
	position: fixed;
	top: 50%;
	display: none;
}
.fontface.cssanimations .gesture-prev-post {
	margin-top: -75px;
	left: -25px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fontface.cssanimations .gesture-next-post {
	left: auto;
	right: -25px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.no-fontface .gesture-prev-post,
.no-cssanimations .gesture-prev-post,
.no-fontface .gesture-next-post,
.no-cssanimations .gesture-next-post {
	width: 70px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 200px;
	background-image: url(images/sprite-master.png);
	background-position: -63px -593px;
	background-repeat: no-repeat;
}
.no-fontface .gesture-next-post,
.no-cssanimations .gesture-next-post {
	background-position: 20px -593px;
	left: auto;
	right: 0;
}
.fontface.cssanimations .gesture-prev-post:before,
.fontface.cssanimations .gesture-next-post:before {
	content: '\f431';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font: normal 112px/1 'Genericons';
	position: absolute;
	left: 8px;
	top: -17px;
}