/*
Theme name: ChocoTheme
Theme URI: http://cssmayo.com/freebies/free-wordpress-themes/chocotheme/
Description: Stylish responsive WordPress theme with two columns, right-sidebar. 
Author: htmlBurger
Author URI: http://htmlburger.com/
Version: 0.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, brown, red, gray, two-columns, right-sidebar, theme-options
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Clear Setting
-------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
}
.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Global Elements Setting
-------------------------------------------------------------- */

body {
	background: #3a2820;
	color: #444;
	font-family: Arial, "Trebuchet MS", Sans-Serif;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	-webkit-text-size-adjust: none;
}
a img {
	border: 0;
}
a {
	color: #cd4517;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Sans-Serif;
	font-weight: normal;
	line-height: 1.2;
}
cite,
em,
i {
	font-style: italic;
}
input,
textarea,
select,
button,
label {
	color: #444;
	font-family: Arial, "Trebuchet MS", Sans-Serif;
	font-size: 12px;
}
ins {
	background: none repeat scroll 0 0 #ffffcc;
	text-decoration: none;
}
pre {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #222222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
dt {
	font-weight: bold;
}
big {
	font-size: 131.25%;
}
code {
	font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.cl,
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	text-indent: -4000px;
}
p img {
	max-width: 100%;
	padding: 0;
}
.archives hr {
	margin: 6px 0;
}


/* =WordPress Classes
-------------------------------------------------------------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 5px 0 5px 15px;
}
img.alignleft {
	display: inline;
	margin: 5px 15px 5px 0;
}
.wp-caption {
	border: solid 1px #eee;
	margin: 6px;
	max-width: 96.5%;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	height: auto;
	margin: 0 auto;
	max-width: 97%;
	padding: 0;
}
.wp-caption.aligncenter {
	margin: 6px auto;
}
.wp-caption p {
	margin-bottom: 0 !important;
	padding: 0 5px;
}
.post .entry .wp-caption a img {
	border: 0;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 980px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0;
	position: relative;
	z-index: 100;
}
#header .description {
	color: #c1ab7d;
	font-size: 13px;
	line-height: 1;
	padding-top: 5px;
	text-shadow: #222 1px 1px 1px;
	text-transform: uppercase;
}
#header .description a {
	color: #9d6510;
	text-decoration: none;
}
#site-title {
	color: #d69959;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-shadow: #222 0px 2px 2px;
}
#site-title a {
	color: #d69959;
	text-decoration: none;
}
h1 a span {
	color: #ffd7a5;
}
h1 a:hover {
	text-decoration: none;
}
#logo {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
#header-img {
	clear: both;
	padding: 20px 0 0;
}

#header .open-sidebar { display: none; }


/* =Navigation
-------------------------------------------------------------- */

#nav {
	display: inline;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 20px;
	text-transform: uppercase;
}
#nav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0 15px 5px 0;
}
#nav ul li a {
	color: #fefefe;
	float: left;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
#nav ul .selected,
#nav ul .current_page_parent,
#nav ul .current_page_item,
#nav ul .current_page_ancestor,
#nav ul .current-menu-parent,
#nav ul .current-menu-item,
#nav ul .current-menu-ancestor {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#nav > ul > li > a {
	line-height: 30px;
	white-space: nowrap;
}
#nav > ul > li:hover,
#nav > ul > li:hover a,
#nav > ul > li > a:hover {
	color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#nav > ul > li:hover a {
	background-color: #fff;
	color: #000;
}
#nav ul ul {
	background-color: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 27px;
	width: 150px;
	z-index: 99999;
}
#nav ul .sub-menu li,
#nav ul .children li {
	border-bottom: 1px dashed #9b9b9b;
	margin: 0;
}
#nav ul .sub-menu li a,
#nav ul .children li a {
	color: #9b9b9b;
	font-weight: normal;
	padding: 7px 0 7px 10px;
	text-transform: capitalize;
}
#nav ul .sub-menu li.current-menu-item a,
#nav ul .sub-menu li a:hover,
#nav ul .children li.current-menu-item a,
#nav ul .children li a:hover {
	color: #222;
}
#nav ul ul li {
	min-width: 140px;
}
#nav ul ul a {
	width: 140px;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul li.last {
	border-bottom: 0 !important;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #7e6a4f;
	font-size: 11px;
	padding: 15px 0 30px;
	text-align: center;
}
#footer a {
	color: #9d6510;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.rss {
	background: url(images/ico-rss-2.png) no-repeat 0 center;
	display: inline;
	padding-left: 14px;
}
#footer p.rss a {
	color: #7e6a4f;
}


/* =Main
-------------------------------------------------------------- */

#main {
	padding: 3px; 
	position: relative;
}
#main:before,
#main:after,
#main-middle:before,
#main-middle:after {
	content: '';
	position: absolute; 
	top: 0; 
	left: 0;
}
#main-top {
	border-width: 1px;
	border-style: dashed;
	padding: 8px; 
}
#main-middle {
	border-top-right-radius: 60px; 
	padding: 4px;
	position: relative; 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/wp-logo.png);
}
#main-bot {
	padding: 10px 3px 10px 10px; 
	border-width: 1px;
	border-style: dashed;
	border-top-right-radius: 60px; 
}
/* RSS */
#rss-link {
	display: block;
	font-size: 0;
	height: 55px;
	line-height: 0;
	text-indent: -4000px;
	width: 50px;
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 10;
}


/* =Content Area
-------------------------------------------------------------- */

#content {
	width: 645px;
	padding: 20px 51px 20px 33px; 
	display: inline;
	float: left;
}
#content:before {
	content: '';
	border: 2px solid #fff;
	width: 725px; 
	background: #fff; 
	box-shadow: inset 10px 5px 10px rgba(0,0,0,0.15);
	border-top-right-radius: 60px; 
	position: absolute; 
	top: 15px; 
	bottom: 15px; 
	left: 15px; 
}
#content .content-inner {
	position: relative; 
}
/* Default size for headers */
#content h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 18px;
}
#content h2 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 18px;
}
#content h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}
#content h4 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}
#content h5 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
#content h6 {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 18px;
}
#content .entry-title {
	font-size: 27px;
	margin: 0 0 5px 0;
}
.page-title {
	margin: 0 0 10px 0;
}
.pagetitle {
	font-size: 20px;
}
.sticky h2 {
	text-decoration: underline;
}

/* Reasonable margins for lists */
#content ul {
	margin: 0 0 22px 20px;
}
#content ul ul {
	margin: 0 0 0 20px;
}
#content ol {
	margin: 0 0 22px 25px;
}
#content ol ol {
	margin: 0 0 0 25px;
}
#content ul li {
	list-style: disc;
}
#content ul ul li {
	list-style: circle;
}
#content ul ul ul li {
	list-style: square;
}
#content ol li {
	list-style: decimal;
}
#content .links-list ul {
	margin-bottom: 20px;
}
#content .links-list li.linkcat {
	list-style: none;
}
#content .links-list .linkcat h2 {
	margin-bottom: 10px;
}
#content blockquote {
	font-style: italic;
	padding: 0 3em;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 0 22px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content .post-title {
	font-size: 27px;
	margin-bottom: 22px;
}
#content dd {
	margin: 0 0 22px 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .entry-attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
#content code {
	font-size: 10px;
}
#content .embed-youtube {
	display: block; 
	padding-top: 56.25%; 
	position: relative; 
}
#content .embed-youtube iframe {
	height: 100%; 
	width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
}
.archive-meta {
	margin: 0 0 18px 0;
}
.entry-meta {
	margin: 0 0 15px 0;
}
.entry-attachment .post-navigation {
	background: none;
	padding: 10px 0 0 0;
}
.attachment .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .nav-next a:after {
	content: '\00a0\2192';
}


/* =Post Area
-------------------------------------------------------------- */

/* Big images in rich text editor should not break page layout */
.post .entry {
	overflow: hidden;
}
.post,
div.attachment,
.post-navigation {
	height: 100%;
	margin-bottom: 15px;
	padding-bottom: 25px;
	box-shadow: 0 10px 10px -13px rgba(0, 0, 0, 0.5); 
	position: relative;
}
.post-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.post-title a {
	color: #000;
	text-decoration: none;
}
.post-title a:hover {
	text-decoration: none;
}
.post .date {
	font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	color: #9a9696;
	padding-left: 23px;
	background: url(images/calendar.png) no-repeat 0 center; 
	margin-top: 12px; 
}
.post .date a {
	color: #9a9696;
}
.post.sticky .date {
	display: none;
}
.post-title-holder .post-title {
	float: left; 
}
.post-title-holder .date {
	float: right; 
}
.post .entry img {
	background: #fff;
	border: solid 10px #e2e2e2;
	max-width: 100%;
	height: auto; 
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post .entry sup,
.post .entry sub {
	font-size: 0.8em;
}
.post .entry img.alignleft,
.post .entry img.alignright,
.post .entry img.aligncenter {
	margin-bottom: 12px;
}
.post .entry img.wp-smiley {
	background: #fff;
	border: 0;
	padding: 0px;
}
.post .entry p {
	line-height: 20px;
	margin-bottom: 20px;
}
.post .meta {
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 1px solid #dedede;
	border-radius: 4px; 
	padding: 3px 10px 3px 10px;
	position: relative; 
	color: #444;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}
.post .meta:before,
.post .meta:after {
	content: '';
	height: 0; 
	width: 0; 
	position: absolute; 
}
.post .meta:before {
	border-bottom: 10px solid #dedede;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: -10px;
	right: 69px;
}
.post .meta:after {
	border-bottom: 9px solid #fbfbfb;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	top: -9px;
	right: 70px;
}
.post .meta p {
	float: left; 
	line-height: 15px;
	padding: 5px 0;
}
.post .meta .comments-num {
	color: #682815;
	display: inline;
	float: right;
	font-size: 11px;
	font-weight: bold;
	background: url(images/meta-comments-num.gif) no-repeat 0 3px;
	margin-left: 10px;
	padding: 5px 0 5px 30px;
}
p.tags {
	padding: 10px;
	font-size: 10px;
}
#entry-author-info {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ccc;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -90px 0 0;
	padding: 5px;
}
#content #entry-author-info-heading {
	font-size: 18px;
	margin: 0;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 90px;
}
.list-page #searchform {
	margin-top: 20px;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	display: inline;
	float: right;
	margin-top: 105px;
	width: 204px;
	word-wrap: break-word;
}
#sidebar .close-sidebar,
#sidebar .sidebar-nav {
	display: none; 
}
.widget {
	color: #fff;
}
.metaplace {
	padding: 9px;
}
.metaplace p {
	color: #fff;
}
.widget_calendar {
	width: 204px;
}
#sidebar a {
	color: #FFE6A8;
}
#sidebar h4 {
	background: no-repeat 0 0;
	color: #2e2019;
	font-size: 20px;
	line-height: 52px;
	padding-left: 15px;
	width: 185px;
}
#sidebar h4 a {
	color: #2e2019;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li select {
	margin: 10px 0 10px 10px;
	padding: 2px;
	width: 183px;
}
#sidebar ul ul {
	padding: 0 10px 10px 3px;
}
#sidebar ul ul li {
	background: no-repeat 0 9px;
	border-bottom: solid 1px #271913;
	border-top: solid 1px #453322;
	margin: 0px 6px;
	padding: 4px 0 4px 15px;
}
#sidebar ul ul li:first-child {
	border-top: none;
}
#sidebar ul ul li:last-child {
	border-bottom: none;
}
#sidebar ul ul li ul {
	border: 0;
	padding-bottom: 0;
}
#sidebar ul ul li li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}
#sidebar ul .widget > div {
	padding: 0 10px 10px 9px;
}
#calendar_wrap {
	color: #f7f7f7;
	font-size: 12px;
	padding: 0 0 10px !important;
	text-align: center;
	width: 203px;
}
#calendar_wrap .nav {
	color: #c4a158;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto;
	position: relative;
	width: 130px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar tbody tr td a {
	border: dashed 1px #c4a158;
	color: #c4a158;
	display: block;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 16px;
}
#wp-calendar tbody tr td {
	border-right: solid 1px #423028;
	padding: 2px 0;
}
#wp-calendar tbody tr th {
	border-left: 0;
	border: solid 1px #423028;
	color: #b5573a;
	font-weight: normal;
	padding: 2px 0;
}
#wp-calendar tbody tr .last {
	border-right: none !important;
}
#wp-calendar tbody tr.last td {
	border-bottom: solid 1px #423028;
}
#sidebar #searchform {
	margin: 5px 0 15px 5px;
}
#sidebar #searchform label {
	color: #c4a158;
	display: none;
	font-weight: bold;
}
#sidebar #searchform .field-place {
	background: no-repeat 0 0;
	height: 23px;
	padding: 2px;
	width: 190px;
}
#sidebar #searchform .field-place .field {
	background: none;
	border: 0;
	color: #c4a158;
	display: inline;
	float: left;
	padding: 4px 5px 3px;
	width: 155px;
}
#sidebar #searchform .field-place .button {
	display: inline;
	float: right;
	height: 23px;
	width: 23px;
}
#sidebar #searchform .field-place .button {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.widgettitle label {
	color: #fff;
	font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Sans-Serif;
	font-size: 20px;
	line-height: 52px;
}
.widget_blog_subscription form {
	padding: 0 5px 5px 9px;
}
.widget_blog_subscription form p {
	margin: 0 0 5px 0;
}
#sidebar ul .menu-sidebar-menu-container {
	padding: 0;
}
.widget_gravatar {
	padding: 0 0 5px 0;
}
.widget_gravatar p {
	padding: 5px 5px 5px 9px;
}
#sidebar ul .widget_author_grid ul {
	padding: 5px 10px 10px 9px;
}
#sidebar ul .widget_author_grid ul li {
	background-image: none;
	border: 0;
}
.widget_flickr table {
	margin: 10px auto;
}
.widget_flickr img {
	height: auto;
	margin: 0 5px;
	max-width: 170px;
	width: auto;
}
#flickr_badge_uber_wrapper {
	background-color: #fff;
}
#flickr_badge_wrapper {
	border: 0 !important;
}
.widget_box {
	padding: 10px 5px;
}
.widget_box embed {
	margin: 0 auto;
}
.widget_vodpod {
	padding: 10px 5px;
}
.widget_vodpod div {
	margin: 0 auto;
	width: auto;
}
.recentcommentsavatar {
	margin: 10px 0 10px 9px;
}
#sidebar label,
#sidebar button {
	color: #fff;
}
.widget_rss_links p {
	padding: 5px 0 0 10px;
}


/* =Comments Area
-------------------------------------------------------------- */

#respond h3,
#comments-title {
	font-size: 19px;
}
#comments-title {
	margin: 0 0 20px 0;
}
#content .commentlist {
	margin: 0;
}
#respond div.left {
	display: inline;
	float: left;
	width: 290px;
}
#respond div.right {
	display: inline;
	float: right;
	width: 334px;
}
#respond label {
	color: #ac2e13;
	font-size: 12px;
	margin: 5px 0 3px;
	display: block; 
}
#commentform {
	padding: 0 0 20px 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 290px;
}
.comment-form-comment {
	float: right;
	margin: -171px 0 0 0;
	width: 334px;
}
.logged-in .comment-form-comment,
.comment .comment-form-comment {
	float: none;
	margin: 0;
}
.comment-form-comment label {
	display: none;
}
.form-allowed-tags {
	clear: both;
	font-size: 11px;
}
.logged-in .form-allowed-tags {
	width: 334px;
}
.form-submit {
	margin-bottom: 1em;
}
.logged-in .form-submit {
	width: 334px;
}
#respond #submit {
	background: no-repeat 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
	width: 119px;
}
#content .comment {
	font-size: 12px;
	list-style-type: none;
}
.comment .comment-body {
	background: url(images/post-bg.gif) no-repeat 0 bottom;
	height: 100%;
	margin-bottom: 15px;
	min-height: 90px;
	padding-bottom: 10px;
	padding-left: 80px;
	position: relative;
}
.comment .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
.comment .author {
	font-weight: bold;
	line-height: 1;
}
.comment .author a {
	color: #dd5324;
}
.comment .comment-meta {
	color: #b49969;
	font-size: 10px;
	margin-bottom: 3px;
}
.comment .comment-content p {
	margin-bottom: 15px;
}
.trackback .comment-body,
.pingback .comment-body {
	height: auto;
	min-height: 0;
	padding: 0 0 20px;
}
#respond input[type="text"],
#comment {
	background: #f7f7f7;
	padding: 8px 5px 7px;
	border: 1px dashed #999;
	border-radius: 5px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%; 
}
#respond input[type="text"] {
	height: 32px;
	margin: 0;
	overflow: hidden;
}
#comment {
	height: 145px;
	overflow: auto;
}
.commentsnavigation {
	margin: 6px auto;
}
.reply {
	float: right;
}
.commentlist ul.children {
	margin-left: 25px;
}
.userloggedbtn {
	float: left !important;
	margin-left: 218px;
}
.nopassword,
.page .nocomments {
	display: none;
}
.bypostauthor .author {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}


/* =Post and page navigation
-------------------------------------------------------------- */

.page-navigation {
	margin: 10px 0;
	word-spacing: 0.5em;
}
.page-navigation a {
	background-color: #e2e2e2;
	padding: 5px 8px;
}
.post-navigation {
	display: block;
	margin: 0 0 10px 0;
	padding-bottom: 20px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 49%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 49%;
}

/* =Post Formats
-------------------------------------------------------------- */

.entry-format {
	color: #b5b5b5;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
#content .format-aside h2.post-title,
#content .format-quote h2.post-title {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}


/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-scroll.neverending #main {
	margin-bottom: 75px;
}
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
/* Loader */
.infinite-loader {
	margin: 35px auto 0;
	width: 24px;
}
/* Load More Posts Button */
#infinite-handle {
	margin: 35px 0 0;
	text-align: center;
}
/* Match the style of links in the infinite footer to the theme style */
#infinite-footer .blog-info a,
#infinite-footer .blog-credits a,
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #cd4517;
}
/* Elements to hide */
.infinite-scroll .post-navigation,
.infinite-scroll.neverending #footer {
	display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #footer {
	display: block;
}
/* Restore the margin when IS is finished */
.infinity-end.neverending #main {
	margin-bottom: 0;
}


/* --- Responsive styles --- */
@media only screen and (max-width: 1024px) {
	/* =Structure
	-------------------------------------------------------------- */

	#page {
		width: auto;
		padding: 0 20px; 
	}

	/* =Main
	-------------------------------------------------------------- */

	#main-bot {
		padding: 10px; 
	}

	/* =Navigation
	-------------------------------------------------------------- */

	#nav { display: none; }

	/* =Header
	-------------------------------------------------------------- */

	#header {
		padding: 30px 50px 30px 0;
	}
	#header .open-sidebar,
	#header .open-sidebar span,
    #header .open-sidebar:after,
    #header .open-sidebar:before {
    	transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-webkit-transition: all 0.3s;
    	-o-transition: all 0.3s;
    }
    #header .open-sidebar {
    	height: 28px;
    	width: 39px;
    	position: absolute;
    	top: 45px;
    	right: 4px;
    	display: block;
    }
    #header .open-sidebar:after,
    #header .open-sidebar:before {
    	content: '';
    }
    #header .open-sidebar:after,
    #header .open-sidebar:before,
    #header .open-sidebar span {
    	position: absolute;
    	left: 0;
    	display: block;
    	width: 100%;
    	height: 8px;
    	background: #fff;
    	border-radius: 4px;
    	background: #c4a158;
    }
    #header .open-sidebar span {
    	top: 10px;
    }
    #header .open-sidebar:before {
    	top: 0px;
    }
    #header .open-sidebar:after {
    	top: 20px;
    }

    /* =Content Area
	-------------------------------------------------------------- */

	#content {
		width: auto;
		padding: 20px 30px; 
		display: block;
		float: none;
	}
	#content:before {
		width: auto; 
		right: 15px; 
	}
	#content .gallery img {
		border-width: 2px;
	}

	/* =Sidebar
	-------------------------------------------------------------- */

    #sidebar {
    	width: 200px;
    	float: none;
    	position: fixed;
    	top: 0;
    	right: -261px;
    	bottom: 0;
    	margin-top: 0;
    	transition: right 0.3s;
    	-moz-transition: right 0.3s;
    	-webkit-transition: right 0.3s;
    	-o-transition: right 0.3s;
    	z-index: 1000;
    	padding: 45px 12px 0 49px;
    	overflow-y: auto;
    }
    #sidebar:before,
	#sidebar:after {
		content: '';
		height: 50px;
		width: 1px;
		position: absolute; 
		top: 0; 
	}
	#sidebar:before {
		left: 30px; 
	}
	#sidebar:after {
		left: 42px; 
	}
    #sidebar.expanded {
    	right: 0;
    }
    
    #sidebar .close-sidebar {
    	height: 30px;
    	width: 33px;
    	position: absolute;
    	top: 45px;
    	right: 24px;
    	background: #21120e;
    	border-radius: 5px;
    	display: block;
    	z-index: 1;
    }
    #sidebar .close-sidebar:after,
    #sidebar .close-sidebar:before {
    	content: '';
    }
    #sidebar .close-sidebar:after,
    #sidebar .close-sidebar:before {
    	position: absolute;
    	left: 0;
    	display: block;
    	width: 100%;
    	height: 8px;
    	background: #fff;
    	border-radius: 4px;
    	background: #c4a158;
    }
    #sidebar .close-sidebar:before {
    	height: 4px;
    	width: 19px;
    	margin-top: 10px;
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    	top: 3px;
    	left: 7px;
    }
    #sidebar .close-sidebar:after {
    	height: 4px;
    	width: 19px;
    	margin-top: -10px;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	top: 23px;
    	left: 7px;
    }

	#sidebar .sidebar-nav {
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		text-transform: uppercase;
		padding-left: 16px; 
	}
	#sidebar .sidebar-nav:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	#sidebar .sidebar-nav ul li {
		float: left; 
		list-style-type: none;
		position: relative;
		margin-bottom: 10px;
		clear: both;
	}
	#sidebar .sidebar-nav ul li a {
		color: #fefefe;
		display: block; 
		padding: 0 10px;
		position: relative;
		text-decoration: none;
	}
	#sidebar .sidebar-nav > ul > .selected,
	#sidebar .sidebar-nav > ul > .current_page_parent,
	#sidebar .sidebar-nav > ul > .current_page_item,
	#sidebar .sidebar-nav > ul > .current_page_ancestor,
	#sidebar .sidebar-nav > ul > .current-menu-parent,
	#sidebar .sidebar-nav > ul > .current-menu-item,
	#sidebar .sidebar-nav > ul > .current-menu-ancestor {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: transparent; 
	}
	#sidebar .sidebar-nav > ul > li > a {
		line-height: 30px;
	}
	
	#sidebar .sidebar-nav > ul > li > a:hover {
		background-color: #fff;
		color: #000;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#sidebar .sidebar-nav > ul > li:hover > a {
		
	}
	#sidebar .sidebar-nav ul ul li {
		border: 0;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#sidebar .sidebar-nav ul ul li a {
		padding: 6px 0 3px 0; 
	}

	/* =Comments Area
	-------------------------------------------------------------- */

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: auto;
	}
	.comment-form-comment {
		float: none;
		margin: 0;
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	/* =Structure
	-------------------------------------------------------------- */

	#page {
		padding: 0 13px; 
	}

	/* =Main
	-------------------------------------------------------------- */
	#main-top {
		padding: 4px; 
	}
	#main-bot {
		padding: 6px;
	}

	/* =Content Area
	-------------------------------------------------------------- */
	#content:before {
		top: 10px; 
		right: 10px; 
		bottom: 10px; 
		left: 10px; 
	}
	#content {
		padding: 20px 16px; 
	}
	#content blockquote {
		padding: 0 1em;
	}

	/* =Post Area
	-------------------------------------------------------------- */

	.post,
	div.attachment,
	.post-navigation {
		padding-bottom: 15px;
	}
	.post-title-holder {
		padding-bottom: 10px; 
	}
	#content .post-title-holder .post-title {
		float: none; 
		margin-bottom: 0; 
	}
	.post-title-holder .date {
		float: none; 
		margin-top: 3px; 
	}
	.post .meta {
		background: transparent; 
		border: 0;
		padding: 0;
	}
	.post .meta:before,
	.post .meta:after {
		display: none; 
	}
	.post .meta p {
		float: none; 
		line-height: 15px;
		padding: 5px 0 15px 0;
	}
	.post .meta .comments-num {
		display: block;
		float: none;
		margin-left: 0; 
	}

	/* =Comments Area
	-------------------------------------------------------------- */

	.comment .comment-body {
		padding-left: 50px;
	}
	.comment .avatar {
		width: 40px; 
		height: auto; 
	}
}