/*
Theme name: Choco
Theme URI: http://cssmayo.com/freebies/free-wordpress-themes/chocotheme/
Description: Stylish WordPress theme with two columns, right-sidebar. 3 color schemes availible. Theme options panel for background and navigation configuration.
Author: CSSMayo
Author URI: http://cssmayo.com/
Version: 0.1-wp.com
Tags: theme-options, custom-colors, two-columns, right-sidebar, dark, brown
*/

/* =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; 
}
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; 
}
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;
}
.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; 
	padding: 4px;
	text-align: center; 
}
.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 23px; 
	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; 
}


/* =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 {
	background-position:right 0!important;
	display: inline; 
	float: left; 
	list-style-type: none; 
	position: relative;
	margin: 0 20px 0 0; 
}
#nav ul li a {
	color: #fefefe; 
	float: left; 
	padding-left: 10px; 
	position: relative; 
	text-decoration: none; 
	z-index: 10; 
}
#nav > ul > li > a { 
	Line-height: 30px;
	margin: 0 10px 0 -10px; 
	white-space: nowrap; 
}
#nav > ul > li.has-sub > a > span {
	background: url('images/nav-dd-arr.gif') no-repeat right 50%;
	padding-right: 15px;
}
#nav > ul > li.hovered,
#nav > ul > li.hovered > a {
	background-image: url(images/has_dropdown-hover.png)!important; 
	color: #000; 
}
#nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
	display: none; 
	float: left; 
	left: -9px; 
	position: absolute; 
	top: 30px; 
	width: 150px; 
	z-index: 99999; 
}
#nav ul .sub-menu li,
#nav ul .children li {
	background-color: #f9fbfc;
	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 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 {
	background: repeat-y 0 0; 
	position: relative; 
	width: 100%; 
}
#main-top {
	background: no-repeat 0 0; 
}
#main-bot {
	background: no-repeat 0 bottom;
	height: 100%; 
	min-height: 150px; 
	padding: 50px 20px 70px 60px; 
}
/* RSS */
#rss-link {
	display: block; 
	font-size: 0; 
	height: 55px; 
	line-height: 0; 
	text-indent: -4000px; 
	width: 50px; 
}
#rss-link {
	position: absolute; 
	right: -12px; 
	top: -12px; 
}


/* =Content Area
-------------------------------------------------------------- */

#content {
	display: inline;
	float: left; 
	width: 645px; 
}
/* 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; 
}

/* Reasanble margins for lists */
#content ul {
	margin: 0 0 22px 20px; 
}

#content ul ul {
	margin: 0 0 0px 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 ol ol li {
	list-style: lower-roman;
}
#content ol ol ol li {
	list-style: lower-alpha;
}
#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 .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.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 {
	background: url(images/post-bg.gif) no-repeat 0 bottom;
	height: 100%; 
	margin-bottom: 10px; 
	padding-bottom: 30px; 
	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 {
	height: 80px; 
	left: -123px; 
	position: absolute; 
	text-align: center; 
	top: -7px; 
	width: 75px; 
}
.post .date .bg {
	background: no-repeat 0 0;
	height: 62px; 
	padding: 18px 0 0 5px; 
	width: 70px; 
}
.post .date span {
	color: #f4b995; 
	display: block; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1; 
	text-transform: uppercase; 
}
.post .date span.day {
	font-size: 26px; 
}
.post .entry img {
	background: #fff; 
	border: solid 10px #e2e2e2; 
	height: auto; 
	max-width: 621px; 
	padding: 2px; 
	width: auto; 
}
.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: url(images/meta-top.gif) no-repeat 0 0; 
	padding-top: 13px; 
}
.post .meta {
	color: #444; 
	font-family: Verdana, Tahoma, Arial, Sans-Serif; 
	font-size: 10px; 
}
.post .meta p {
	line-height: 15px; 
	padding: 5px 0; 
}
.post .meta .bg {
	background: #fafafa url(images/meta-bg.gif) repeat-x 0 bottom; 
	border-left: solid 1px #dedede; 
	border-right: solid 1px #dedede; 
	height: 100%; 
	padding: 0 10px; 
}
.post .meta .bot {
	background: url(images/meta-bot.gif) no-repeat 0 0; 
	font-size: 0; 
	height: 4px; 
	line-height: 0; 
	text-indent: -4000px; 
}
.post .meta .comments-num {
	color: #682815; 
	display: inline; 
	float: right; 
	font-size: 11px; 
	font-weight: bold; 
}
.post .meta .comments-num {
	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; 
}
#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: 80px; 
	width: 204px; 
	word-wrap: break-word; 
}
.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 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 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; 
}


/* =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; 
}
#commentform {
	padding: 0 0 20px 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 290px; 
}
.comment-form-comment {
	float: right; 
	margin: -146px 0 0 0; 
	width: 334px; 
}
.logged-in .comment-form-comment,
.comment .comment-form-comment {
	float: none; 
	margin: 0; 
}
.form-allowed-tags {
	clear: both; 
	font-size: 11px; 
}
.logged-in .form-allowed-tags {
	width: 334px; 
}
.logged-in .form-submit {
	width: 334px; 
}
.form-submit {
	text-align: right; 
}
#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,
.pingback .children .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 {
	padding-left: 0; 
}
#respond input[type="text"] {
	background: url(images/field.gif) no-repeat 0 0; 
	border: none; 
	height: 15px; 
	overflow: hidden; 
	padding: 8px 5px 7px; 
	width: 280px; 
}
#comment {
	background: url(images/textarea.gif) no-repeat 0 0; 
	border: none; 
	height: 125px; 
	overflow: auto; 
	padding: 8px 5px 7px; 
	width: 324px; 
}
.commentsnavigation {
	margin: 6px auto; 
}
.reply {
	float: right; 
}
.commentlist ul.children {
	margin-left: 25px; 
}
.userloggedbtn {
	float: left !important;
	margin-left: 218px; 
}
.nopassword,
.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%; 
}


/* =For IE7 specific
-------------------------------------------------------------- */

#ie7 .clear-fix {
	height: 1%;
}
#ie7 img { 
	-ms-interpolation-mode: bicubic; 
}