/*
	Theme Name: Kelontong Free
	Theme URI: http://tokokoo.com/
	Description: Kelontong WordPress e-commerce theme gives you proper time to have some me-time.Coding is too much for you, or you’re not into it at all? Worry not, with Kelontong you don’t need to bother. It will take care of itself.
	Version: 1.2
	Author: Tokokoo.com
	Author URI: http://tokokoo.com
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	margin:3em;
	padding-bottom:6em;
}

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;
}

body {
line-height:1;
background:#121212;
font-family:Arimo, Helvetica, Arial, Sans-serif;
margin:0;
padding:0;
}

ol,ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

:focus {
outline:0;
}

del {
text-decoration:line-through;
}

table {
border-collapse:collapse;
border-spacing:0;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

li,
li li {
	margin-bottom: 10px !important;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a {
	color: #666;
}
a:active,
a:hover {
	color: #7fb81c;
}

#wrapper {
width:960px;
background:url(img/bg-top.jpg) top center no-repeat;
margin:0 auto;
}

#wrapper:before {
content:"";
display:block;
width:100%;
height:31px;
background:#000;
position:absolute;
top:0;
left:0;
z-index:-2;
}

::-webkit-selection {
background:#222;
color:#fff;
opacity:1px;
}

#navbar {
height:52px;
background:url(img/navbar.png) top center no-repeat;
font:13px/30px Arimo, Helvetica, Arial, Sans-serif;
position:relative;
width:960px;
margin:0 auto;
}

/* dropdown menu */
.navigation {
	list-style:none;
	margin-left:25px;
}

.navigation li {
	float: left;
	position: relative;
}

.navigation li a {
	display: block;
	padding: 0 10px 5px;
}

/* level 2 list */
.navigation ul {
	background: #000; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	border: solid 1px #333;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* dropdown */
.navigation li:hover > ul {
	display: block;
}
.navigation ul li {
	float: none;
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}
.navigation ul a {
	font-weight: normal;
	color: #999;
}
/* level 3+ list */
.navigation ul ul {
	left: 185px;
	top: -1px;
}

/* clearfix */
.navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.navigation {
	display: inline-block;
}
html[xmlns] .navigation {
	display: block;
}
* html .navigation {
	height: 1%;
}





.left-nav li {
display:inline-block;
padding-left:10px;
}

ul.left-nav {
position:absolute;
top:0;
right:50px;
font-weight:600;
}

ul.left-nav a {
padding-left:25px;
}

ul.left-nav .login a {
color:#fff !important;
}

#header {
width:860px;
height:80px;
position:relative;
margin:0 auto;
padding:0;
z-index: 0;
}

h1 {
font-size:38px;
line-height:80px;
font-weight:500;
text-shadow:2px 2px 2px #000;
color:#fff;
display:inline;
}

h1 a {
	color: #fff;
}

.tagline {
padding-left:20px;
display:inline;
font:18px/18px Arimo,, Helvetica, Arial, Sans-serif;
margin-top:-9px;
color:#ccc;
}

#midbar {
font:13px/36px Arimo, Helvetica, Arial, Sans-serif;
position:relative;
height:34px;
width:860px;
margin:0 auto;
}
div.breadcrumb {
width:780px;
height:36px;
margin-left:0;
background:#fff url(img/bar.png) top right repeat-x;
position:relative;
padding-left:21px;
border-radius:5px;
box-shadow:1px 1px 3px #333;
-webkit-box-shadow:1px 1px 3px #333;
-moz-box-shadow:1px 1px 3px #333;
}
div.breadcrumb,
div.breadcrumb a {
color: #666;
}
div.breadcrumb a:hover,div.breadcrumb a:focus {
text-decoration:underline;
color:#333;
}


.panel-button {
text-align:left;
text-indent:20px;
display:block;
width:160px;
height:36px;
position:absolute;
right:0;
top:0;
font-weight:700;
z-index:15;
border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0 5px 5px 0;
box-shadow:1px 1px 3px #333;
-webkit-box-shadow:1px 1px 3px #333;
-moz-box-shadow:1px 1px 3px #333;
}

.panel-button:after {
content:" +";
font-weight:700;
}

.panel-button:hover {
color: #fff !important;
}

.active:after {
content:" -";
font-weight:700;
}

#panel {
width:150px;
position:absolute;
top:35px;
right:8px;
z-index:10;
display:none;
box-shadow:1px 1px 3px #333;
-webkit-box-shadow:1px 1px 3px #333;
-moz-box-shadow:1px 1px 3px #333;
}

#panel:after {
content:"";
display:block;
width:150px;
height:5px;
position:absolute;
bottom:-5px;
left:0;
z-index:-2;
}

#panel li {
margin: 0 !important;
list-style-type: none;
}

#panel li a {
display:block;
line-height:30px;
text-indent:20px;
color:#fff;
background:#67a311;
border-bottom:solid 1px #81c11a;
padding:0;
}

#content {
width:860px;
height:425px;
position:relative;
background:#fff url(img/content-background.png) bottom center repeat-x;
margin:20px auto 0;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding-bottom:40px;
}

#product-content {
width:860px;
position:relative;
background:#fff;
margin:20px auto 0;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding-bottom:40px;
}



#content h2 {
display:block;
width:185px;
height:51px;
font-size:18px;
line-height:40px;
overflow:hidden;
position:absolute;
left:-8px;
top:13px;
padding-left:30px;
}

#featured {
width:860px;
height:425px;
position:relative;
overflow:auto;
margin:0;
}

.content-belt {
position:absolute;
left:0;
top:0;
}

.entry {
width:760px;
height:425px;
float:left;
overflow:hidden;
position:relative;
top:75px;
padding:0 50px;
}

#featured .entry h3 {
letter-spacing:-0.05em;
width:270px;
margin:0.75em 0;
color:#666;
}

#featured .entry h3 a {
font:32px/1.125 Arimo, Helvetica, Arial, Sans-serif !important;
color: #333;
}

#featured .entry img {
position:absolute;
top:20px;
left:350px;
}

.entry p {
font:15px/1.35 Arimo, Helvetica, Arial, Sans-serif;
letter-spacing:0.03em;
width:270px;
color:#333;
}

#featured .excerpt {
font:32px/1.125 Arimo, Helvetica, Arial, Sans-serif !important;
letter-spacing:-0.05em;
width:270px;
margin:0.75em 0;
}

.more-info {
display:block;
margin-top:1.5em;
}

.more-info:hover,.more-info:focus {
background-position:0 -35px;
color:#fff;
}

.products-panel .more-info {
position:absolute;
bottom:10px;
left:50%;
margin-left:-73px;
z-index: 1;
}

.prev,.next {
display:block;
height:64px;
width:34px;
text-indent:-999px;
position:absolute;
top:50%;
margin-top:-34px;
cursor:pointer;
overflow:hidden;
z-index:20;
}

#content-2 {
width:860px;
height:360px;
position:relative;
background:#191919;
margin:20px auto 0;
padding:6px 0;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#products {
width:860px;
height:360px;
position:relative;
overflow:auto;
margin:0;
}

.products-belt h3 {
font:normal 16px/1.5 Arimo, Helvetica, Arial, Sans-serif;
letter-spacing:0.05em;
text-align:center;
color:#fff;
}

.products-belt {
position:absolute;
width:840px;
height:340px;
left:0;
top:0;
background:url(img/v-border.gif) left center no-repeat;
}

.products-panel {
text-align:center;
width:185px;
height:190px;
float:left;
overflow:hidden;
position:relative;
background:url(img/v-border.gif) right center no-repeat;
padding:170px 15px 0;
z-index: 1;
}

.products-panel h3 {
max-height: 50px;
overflow: hidden;
margin: 5px 0 10px;
}

.products-panel h3 a {
color: #666;
font-weight: bold;
}

.products-panel p {
font:12px/1.5 Arimo, Helvetica, Arial, Sans-serif;
text-align:justify;
color:#ccc;
}

p.info {
font:12px/1.5 Arimo, Helvetica, Arial, Sans-serif;
font-weight:700;
color:#777;
}

p.imgwrap {
width:175px;
display:block;
position:absolute;
top:20px;
text-align:center;
}

p.imgwrap img {
max-width:175px;
height:auto;
margin:0 auto;
}

#footer-wrapper {
width:100%;
height:51px;
position:relative;
background:#000;
margin:0 auto;
}

#footer-wrapper:before {
content:"";
display:block;
position:absolute;
top:-6px;
left:0;
width:100%;
height:7px;
background:url(img/footer-shade-top.png) bottom center no-repeat;
}

#footer {
height:51px;
font:13px/51px Arimo, Helvetica, Arial, Sans-serif;
position:relative;
width:860px;
overflow:hidden;
background:#000 url(img/footer-shade.png) top center no-repeat;
margin:36px auto 0;
}

#footer .navigation {
float:right;
}

.social {
float:left;
}

.social li {
display:inline-block;
}

.rsslink a {
display:block;
width:24px;
height:24px;
overflow:hidden;
text-indent:-9999px;
background:url(img/rss.png) 0 -24px no-repeat;
margin:13px 10px 13px 0;
}

.twitlink a {
display:block;
width:24px;
height:24px;
overflow:hidden;
text-indent:-9999px;
background:url(img/twitter.png) 0 -24px no-repeat;
margin:13px 10px 13px 0;
}

.fblink a {
display:block;
width:24px;
height:24px;
overflow:hidden;
text-indent:-9999px;
background:url(img/fb.png) 0 -24px no-repeat;
margin:13px 10px 13px 0;
}

.credit {
float:left;
padding-left:1em;
color:#666;
}

.credit a {
font-weight:700;
color:#999;
}
.credit img {
vertical-align: text-bottom;
}
#panel li a:hover {
background:#8ec524;
}

.next {
background:url(img/button-next.png) -34px 0 no-repeat;
right:-34px;
}

.prev {
background:url(img/button-prev.png) 0 0 no-repeat;
left:-34px;
}

.prev:hover,.prev:focus {
background-position:-34px 0;
}

.content-2 {
background:#191919;
}

.content-2:before {
background:transparent url(img/content-2.gif) top left no-repeat;
}

.content-2:after {
background:transparent url(img/content-2.gif) bottom left no-repeat;
}

ins,a {
text-decoration:none;
}

::selection,::-moz-selection {
background:#222;
color:#fff;
}

.navigation a:hover,.navigation a:focus,.credit a:hover,.credit a:focus,.register:hover,.register:focus,.login:hover,.login:focus {
text-decoration:underline;
}

ul#breadcrumb a,.navigation a,#breadcrumb ul a {
color:#666;
}

.next:hover,.next:focus,.rsslink a:hover,.rsslink a:focus,.twitlink a:hover,.twitlink a:focus,.fblink a:hover,.fblink a:focus {
background-position:0 0;
}


.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover {
background-color: #111; color: #fff;
}

.awesome:active	{
top: 1px;
}

.small.awesome, .small.awesome:visited 	{
font-size: 11px; padding: ;
}

.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome, .large.awesome:visited 	{
font-size: 14px; padding: 8px 14px 9px;
}

.green.awesome, .green.awesome:visited	{
background-color: #91bd09;
}

.green.awesome:hover {
background-color: #749a02;
}

.blue.awesome, .blue.awesome:visited {
background-color: #2daebf;
}

.blue.awesome:hover {
background-color: #007d9a;
}

.red.awesome, .red.awesome:visited {
background-color: #e33100;
}

.red.awesome:hover {
background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited {
background-color: #a9014b;
}

.magenta.awesome:hover {
background-color: #630030;
}

.orange.awesome, .orange.awesome:visited {
background-color: #ff5c00;
}

.orange.awesome:hover {
background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited {
background-color: #ffb515;
}

.yellow.awesome:hover {
background-color: #fc9200;
}

.grey.awesome, .grey.awesome:visited {
background: #FBFBFB;
background: -moz-linear-gradient(top, #FBFBFB 0%, #D8D8D8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#D8D8D8));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#D8D8D8',GradientType=0 );
}

.grey.awesome:hover {
background-color: #dadada;
}

/*--------- Sidebar --------*/
	
.sidebar {
width:220px;
font-size:13px;
height:100%;
background:#e9e9e9;
float:left;
border-top-left-radius: 10px !important;
}

.cart {
padding:60px 15px 15px 15px !important;
position:relative;
background:#09c;
border-radius:10px 0 0 0;
color:#fff;
}

.cart p {
margin:0.75em 0;
}

.cart-button {
color:#356778 !important;
text-shadow:1px 1px 0 #fff !important;
margin-top:0.75em;
}


.ribbon-cart {
display:inline;
line-height:16px;
padding:13px 10px 23px 10px;
background:url(img/ribbon-y.png) 0 0 repeat-x;
position:absolute;
top:10px;
left:0;
font-size:13px;
color:#356778;
text-shadow:1px 1px 0 #fff;
}

.ribbon-cart:after {
content:"";
display:block;
width:23px;
height:52px;
background:url(img/ribbon-x.png) 0 0 no-repeat;
position:absolute;
top:0;
right:-23px;
}

.ribbon-cart:before {
content:"";
display:block;
width:7px;
height:52px;
background:url(img/ribbon-z.png) -9px 0 no-repeat;  /*-- BLUE --*/
position:absolute;
top:0;
left:-7px;
}


#product-content:before {
content:"";
display:block;
height:40px;
width:220px;
border-radius:0 0 0 10px;
background:#e9e9e9;
position:absolute;
bottom:0;
left:0;
}

#product-content:after {
content:"";
display:block;
clear:both;
height:0;
visibility:hidden;
}



.sidebar-widget {
padding:15px;
}

.sidebar-widget li,
.sidebar-widget li li {
margin-bottom: 5px;
line-height: 1.5;
}

.wpsc_product_donation {
color: #666;
line-height: 1.5;
}

.wpsc_product_donation img {
	background: #fff;
	border: 1px solid #CCC;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 3px;
	margin:10px;
	text-decoration: none;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 2px 2px 1px #ddd;
}

.wpsc_product_donation strong {
font-size: 14px;
font-weight: bold;
display: block;
margin-bottom: -10px;
}

.wpsc_product_donation form {
margin-top: 20px;
background: #fff;
padding: 5px;
border: 3px double #ddd;
}

.wpsc_product_donation form .wpsc_buy_button {
margin-top: 5px;
}

.sidebar-widget-title {
border-bottom: solid 1px #fff;
font-size:18px;
line-height:1.5;
color:#333;
font-weight:bold;
margin-bottom:15px;
padding-bottom: 5px;
}


form#searchform {
text-align:center;
}

form#searchform label {
display: none;
}

form#searchform input[type=text] {
line-height:16px;
padding:4px 12px 4px 24px;
border:solid 1px #9a9a9a;
border-radius:12px;
background:#fff url(img/search.png) 5px center no-repeat;
width:140px;
}

form#searchform input[type=submit] {
display:none;
}

.sidebar-widget-content p {
margin:0.75em 0;
line-height:1.35;
}

.sidebar-content-thumbnail {
width:100%;
text-align:center;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	padding: 5px 3px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px;
	text-align: center;
}

#wp-calendar tfoot td {
	padding: 5px;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

.wpsc-latest-product .item_image {
	float: left;
	margin-right: 10px;
}

.wpsc-latest-product .item_image img {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

.wpsc-latest-products {
overflow: hidden;
padding: 0 !important;
margin: 0 !important;
}

li.wpsc-latest-product {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
}


.shopping-cart-wrapper {
}
.shopping-cart-wrapper .shoppingcart table td {
border-bottom: 1px solid #fff;
padding: 5px 3px 10px !important;
}
.shopping-cart-wrapper .shoppingcart .remove_button {
margin-top: -10px;
}
.shopping-cart-wrapper .cart-widget-total .pricedisplay {
font-weight: bold;
font-size: 12px;
}
#cart-widget-links .gocheckout {
background: #222 url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
color:#356778 !important;
text-shadow:1px 1px 0 #fff !important;
margin-top:0.75em;
background: #FBFBFB;
background: -moz-linear-gradient(top, #FBFBFB 0%, #D8D8D8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#D8D8D8));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#D8D8D8',GradientType=0 );
float: right;
}

#cart-widget-links form {
float: left;
margin-top: 10px;
}

/*--------- main content (every page except for home page) --------*/

.entry-content-title {
font:bold 18px/1.5 Arimo, Helvetica, Arial, Sans-serif;
}

.content-category,content-price {
display:block;
line-height:1.35;
}

#main-content {
width:600px;
float:right;
padding-right:20px;
}



.main {
width:600px;
padding:20px 0;
position:relative;
overflow:hidden;
font-size:13px;
line-height:1.5;
position:relative;
}

.main h2 {
font-size:25px;
font-weight:bold;
}

.main p,
.main ul,
.main ol {
	margin-bottom:10px;
}

.main blockquote {
	padding:0 10px; none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
