﻿* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #eeeeee;
	color: #333;
}
.wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.wrapper-profile {
	width: 1040px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* ================================================ */
/* tag umum */
/* ================================================ */
a {
	color: #0066cc;
	text-decoration: none;
	outline: none;
}
a img, a:hover img {
	border: none;
	background: none;
	outline: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
	outline: none;
}

span {
	outline: none;
}

h1,
h2,
h3 {
	letter-spacing: -1.2px;
}

/* ================================================ */
/* common styles */
/* ================================================ */

.hidden {
	display: none;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.clear {
	clear: both;
}
.separator {
	display: block;
	border: none;
	padding: 0;
	height: 1px;
	background: none;
	border: none;
}
.nav-separator {
	border-color: #ccc;
	width: 940px;
	margin: 0 auto;
	margin-bottom: 22px;
}
.small-sized-text {
	font-size: 13px;
	color: #333;
}

.bottom-separator {
	display: block;
	height: 1px;
	width: auto;
	padding: 0;
	margin: 80px 0;
}

.notification {
	display: block;
	margin: 20px auto;
	text-align: left;
	list-style: none;
	width: 318px;
	padding: 20px;
	font-size: .9em;
	border: 1px #ffff99 solid;
	background: #ffffcc;
	color: #000;
}

.notification li {
	list-style: square;
	margin-left: 10px;
}

.error {
	background: #FADCCF url('images/alert.png') no-repeat !important;
	background-position: 290px 10px !important;
	border: 1px #ff0000 solid !important;
	color: #993333 !important;
	padding-top: 40px !important;
}

.success {
	background: #DEF1C9 url('images/ok.png') no-repeat !important;
	background-position: 290px 10px !important;
	border: 1px #33CC33 solid !important;
	color: #336600 !important;
	padding-top: 24px !important;
}

.submit-field-separator {
	margin: 24px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 360px;
	border-color: #747474;
	border-bottom: none;
	height: 1px;
}

/* ================================================ */
/* Header */
/* ================================================ */

#header {
	padding: 28px 0 20px;
	margin: 0 auto;
	position: relative;
	height: 1%; /* for IE */
	width: 940px;
}

#headerimg {
	display: block;
	width: 168px;
	height: 125px;
	text-indent: -999px;
	background: url('images/logo.png') no-repeat;
	float: left;
	overflow: hidden;
}
#headerimg h1 {
	
}
#headerimg h1 a {
	display: block;
	width: 168px;
	height: 125px;
}
#pagelist-head { 
	position: absolute;
	right: 0;
	bottom: 20px;
	display: block;
	width: 400px;
}
#pagelist-head .loginout {
	font-size: 1.8em;
	letter-spacing: -2px;
	line-height: 1.8em;
	float: right;
	margin: 24px 0 4px 0;
}
#pagelist-head ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: right;
	float: right;
}

#pagelist-head ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 32px;
}

#pagelist-head .loginout a {
	color: #333;
	text-decoration: none;
	outline: none;
}
#pagelist-head .loginout a:hover {
	color: #888;
	text-decoration: none;
}

#pagelist-head ul li a {
	color: #888;
	text-decoration: none;
	outline: none;
}
#pagelist-head ul li a:hover {
	color: #333;
	text-decoration: none;
}
#pagelist-head .current_page_item a {
	color: #000 !important;
	text-decoration: none;
	outline: none;
}

#pagelist-head .hellouser {
	display: block;
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 8px;
}

#pagelist-head .account-button, #pagelist-head .profile-button {
	float: right;
	padding: 0;
	margin: 8px 0 16px 8px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}

#pagelist-head .account-button {
	width: 71px;
	height: 22px;
	background: url('images/btn-account.png') no-repeat bottom;
}
#pagelist-head .account-button:hover, 
#pagelist-head .account-button-active {
	background: url('images/btn-account.png') no-repeat top !important;
}

#pagelist-head .profile-button {
	width: 60px;
	height: 22px;
	background: url('images/btn-profile.png') no-repeat bottom;
}
#pagelist-head .profile-button:hover, 
#pagelist-head .profile-button-active {
	width: 60px;
	height: 22px;
	background: url('images/btn-profile.png') no-repeat top !important;
}


#pagelist-head .logout {
	display: block;
	text-align: right;
	clear: both;
	margin-bottom: 16px;
	font-size: .9em;
	color: #888;
}
#pagelist-head .logout:hover {
	color: #333;
}



/* ================================================ */
/* Nav */
/* ================================================ */

#nav {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 44px;
	display: block;
	width: 940px;
}

#nav-bottom {
	border-top: 2px #ddd solid;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 44px;
	display: block;
	width: 940px;
}

#nav a,
#nav form,
#nav .prev-link a,
#nav .next-link a,
#nav-bottom .prev-link a,
#nav-bottom .next-link a,
#nav-bottom .pagenavi {
	display: inline-block;
	position: absolute;
}

#nav .link-fresh {
	width: 78px;
	height: 29px;
	background: url('images/btn-fresh.png') no-repeat 0px top;
	overflow: hidden;
	text-indent: -999px;
	top: 7px;
	left: 0px;
}
#nav .link-fresh:hover {
	background: url('images/btn-fresh.png') no-repeat 0px bottom !important;
}
#nav .current-fresh {
	background: url('images/btn-fresh.png') no-repeat 0px bottom !important;
}

#nav .link-popular {
	width: 94px;
	height: 29px;
	background: url('images/btn-popular.png') no-repeat 0px top;
	overflow: hidden;
	text-indent: -999px;
	top: 7px;
	left: 88px;

}
#nav .link-popular:hover {
	background: url('images/btn-popular.png') no-repeat 0px bottom !important;
}
#nav .current-popular {
	background: url('images/btn-popular.png') no-repeat 0px bottom !important;
}

#nav form {
	padding: 0;
	margin: 0;
	top: 5px;
	left: 200px;
	height: 30px !important;
	overflow: hidden;
	width: 280px;
}
#nav form #s {
	width: 197px;
	padding: 6px 12px;
	margin: 2px 0 0 0;
	height: 16px;
	font-family: Verdana, Arial;
	background: url('images/search-field.png') no-repeat top left;
	color: #666;
	border: none;
	float: left;
	font-size: .8em;
}
#nav form #submit {
	border: none;
	width: 57px;
	height: 30px;
	background: url('images/btn-go.png') no-repeat top left;
	cursor: pointer;
	padding: 0;
	margin: 2px 0 0 0;
	overflow: hidden;
	float: right;
}

#nav .next-link a {
	padding: 0 0 0 16px;
	margin: 0;
	color: #333;
	font-weight: bold;
	background: url('images/next.png') no-repeat center left;
	line-height: 32px;
	top: 7px;
	right: 4px;
}

#nav .prev-link a {
	padding: 0 16px 0 0;
	margin: 0;
	color: #333;
	font-weight: bold;
	background: url('images/prev.png') no-repeat center right;
	line-height: 32px;
	top: 7px;
	right: 72px;
}

#nav-bottom .next-link a {
	padding: 0 0 0 16px;
	margin: 0;
	color: #333;
	font-weight: bold;
	background: url('images/next.png') no-repeat center left;
	line-height: 32px;
	top: 7px;
	right: 4px;
}

#nav-bottom .prev-link a {
	padding: 0 16px 0 0;
	margin: 0;
	color: #333;
	font-weight: bold;
	background: url('images/prev.png') no-repeat center right;
	line-height: 32px;
	top: 7px;
	right: 72px;
}

.pagenavi {
	padding: 0;
	margin: 0;
	color: #333;
	line-height: 32px;
	top: 7px;
	left: 0px;
}

.pagenavi .current-page {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 4px;
	display: inline-block;
}

.pagenavi a {
	color: #999;
	font-weight: normal !important;
	font-size: .9em !important;
	padding: 0 4px;
	display: inline-block;
}

/* ================================================ */
/* Content & Post */
/* ================================================ */

#content {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 960px;
}

#content-single {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 940px;
}

.post {
	width: 240px;
	padding: 0;
	margin: 0 0 36px 0;
	display: inline-block;
	position: relative;
	float: left;
	text-align: center;
}

.post .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 auto;
}

.post .thumbnail .post-info {
	background: #000;
	color: #ccc;
	width: 176px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 20px;
	padding: 12px;
	text-align: left;
	display: none;
}

.post .thumbnail .post-info strong {
	display: block;
	padding: 6px 0;
	margin: 10px auto;
	border-bottom: 1px #555 solid;
	border-top: 1px #555 solid;
}

.post .thumbnail .post-info a {
	display: block;
	color: #fff;
	font-size: .75em;
	line-height: 26px;
	padding-left: 30px;
	background: url('images/zoom.png') no-repeat left center;
}

.post .thumbnail img {
	border: 10px #fff solid;
	padding: 0;
	margin: 0;
}

/* ================================================ */
/* Content & Post-Single */
/* ================================================ */

.post-single {
	width: 940px;
	padding: 0;
	margin: 0 0 40px 0;
}

.post-single .entry a {
	color: #FE0154;
	text-decoration: none;
}

.post-single .entry a:hover {
	color: #cc0000;
	text-decoration: none;
}

.post-single .single-images {
	width: 480px;
	float: left;
	display: block;
	overflow: hidden;
}

.post-single .single-images img {
	border: 0;
	padding: 0;
	margin: 0 0 12px;
	width: 480px;
}

.post-single .entry {
	width: 400px;
	float: right;
	display: block;
}

.post-single .entry h2 {
	margin: 32px 0 0;
	padding: 0;
	font-size: 2.2em;
}

.post-single .entry h4 {
	margin: 0;
	padding: 0;
	color: #888;
}

.post-single .entry .vote {
	margin: 12px 0 !important;
}

.post-single .entry .caption {
	margin: 32px 0 4px;
	display: block;
}

.post-single .entry .the-description {
	font-size: .9em;
	color: #777;
	line-height: 1.4em;
	display: block;
	width: 380px;
}

/* ================================================ */
/* Page Templates */
/* ================================================ */

.left-container {
	float: left;
	width: 500px;
	padding: 0;
	margin: 0;
}

.right-container {
	float: right;
	width: 400px;
	padding: 0;
	margin: 0;
}

.page-title {
	margin: 0 auto 40px auto;
	padding: 0;
	width: 940px;
	font-size: 1.8em;
	color: #555;
}

/* ================================================ */
/* Submit Template */
/* ================================================ */

.submit-content ol {
	margin-bottom: 32px;
	margin-left: 20px;
}

.submit-content ol li {
	margin: 16px 0;
}

.submit-content h2 {
	margin: 0 0 24px 0;
}

.submit-box {
	background: #323232 url('images/submit-box-bottom.png') no-repeat bottom;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.submit-box h3 {
	display: block;
	background: #323232 url('images/submit-box-top.png') no-repeat top;
	color: #fff;
	text-align: left;
	padding: 20px;
}

.submit-box form {
	width: 360px;
	margin: 0 auto;
	text-align: left;
}


.submit-box form label {
	padding: 0;
	margin: 18px auto 0;
	font-size: .8em;
}

.submit-box form .currency {
	width: 82px !important;
	display: inline-block !important;
	margin-right: 16px !important;
}

.submit-box form .price {
	width: 244px !important;
	display: inline-block !important;
}

.submit-box form .city, 
.submit-box form .country {
	width: 160px !important;
}

.submit-box form .field {
	padding: 8px 6px;
	border: none;
	background: #fff; /*fbffcd*/
	display: block;
	width: 348px;
	margin-top: 8px;
}

.submit-box form .input-file-bg {
	background: url('images/input-file.png') no-repeat;
	display: block;
	padding: 0;
	margin: 10px 0 0;
	width: 360px;
	height: 32px;
	position: relative;
}

.submit-box form .fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	padding: 8px 6px;
	width: 244px;
	background: #fff;
	border: none;
}

.submit-box form .file {
	display: block;
	margin: 0 !important;
	width: 351px !important;
	height: 32px !important;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.submit-box form .required {
	background: #fbffcd !important;
}

.submit-box form .product-type {
	width: 140px;
	padding: 0;
}

.submit-box form textarea {
	height: 106px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.submit-box form #submit-product {
	display: block;
	float: left;
	width: 140px;
	height: 44px;
	margin: 28px 0 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: url('images/btn-addnow.png') no-repeat;
}

/* ================================================ */
/* About Template */
/* ================================================ */

.about-content p {
	margin-bottom: 28px;
	line-height: 1.5em;
}

.contact-box {
	background: #9d9d9d url('images/contact-box-bottom.png') no-repeat bottom;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.contact-box p {
	width: 360px;
	text-align: left;
	display: block;
	margin: 0 20px;
	font-size: .9em;
}

.contact-box hr {
	width: 360px;
	margin: 20px auto 0 auto;
	border-color: #888;
}

.contact-box h3 {
	display: block;
	background: #9d9d9d url('images/contact-box-top.png') no-repeat top;
	color: #fff;
	text-align: left;
	padding: 20px;
}

.contact-box form {
	width: 360px;
	margin: 0 auto;
	text-align: left;
}

.contact-box form label {
	padding: 0;
	margin: 18px auto 0;
	font-size: .8em;
}

.contact-box form .field {
	padding: 8px 6px;
	border: none;
	background: #fff; /*fbffcd*/
	display: block;
	width: 348px;
	margin-top: 8px;
}

.contact-box form .required {
	background: #fbffcd !important;
}

.contact-box form textarea {
	height: 106px !important;
}

.contact-box form #send {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	margin: 18px 0 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: url('images/btn-send.png') no-repeat;
}


/* ================================================ */
/* Profile Template */
/* ================================================ */

#profile-container {
	display: block;
	width: 478px;
	float: left;
}

#profile-container .profile-text {
	float: left;
	display: block;
	width: 264px;
	height: 170px;
	min-height: 120px;
	margin: 0;
	padding: 16px 30px 30px 20px;
	background: #eee url('images/profile-text.jpg') no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

#profile-container .profile-text h3 {
	font-size: 1.2em;
	line-height: 1em;
	display: block;
	padding: 0;
	margin: 0;
}

#profile-container .profile-text strong {
	margin: 12px 0 0 0;
	padding: 0;
	display: block;
	font-size: .8em;
}

#profile-container .profile-text small {
	margin: 0;
	padding: 0;
	display: block;
	color: #747474;
	font-size: .8em;
}

#profile-container img.photo,
#profile-container img.avatar {
	float: right;
	display: block;
	width: 140px;
	height: 140px;
	margin: 2px 0 0 0;
	padding: 0;
	border: 12px #7d7d7d solid;
}


#content-i-love {
	display: block;
	width: 475px;
	float: left;
	padding: 0 0 0 33px;
	margin: 0;
}
#content-i-produce {
	display: block;
	width: 508px;
	float: right;
	padding: 0;
	margin: 0;
}

#content-i-love h3,
#content-i-produce h3 {
	text-align: left;
	display: block;
	width: 456px;
	padding: 2px 0;
	margin: 0;
	margin-bottom: 12px;
	border-bottom: 1px #999 solid;
}

#content-i-love img,
#content-i-produce img {
	display: inline-block;
	width: 50px;
	height: 70px;
	border: 6px #fff solid;
	float: left;
	padding: 0;
	
}

#content-i-love img:hover,
#content-i-produce img:hover {
	border-color: #ddd;
}

#content-i-love img {
	margin: 10px 0 10px 17px;
}

#content-i-produce img {
	margin: 10px 17px 10px 0;
}

/* ================================================ */
/* Login Template */
/* ================================================ */

.login-title 
{
	display: block;
	width: 340px;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	background: #9d9d9d url('images/login-top.png') no-repeat center top;
}

.login-form {
	display: inline-block;
	width: 380px;
	margin: 0;
	color: #333;
	background: #9d9d9d url('images/login-bottom.png') no-repeat center bottom;
	padding: 0;
	float: left;
}

.login-form hr {
	border: none;
	border-bottom: 1px #eee solid;
	height: 0px;
	width: 340px;
	text-align: center;
	margin: 0 auto;
}

.login-form form {
	width: 340px;
	margin: 0 auto;
	text-align: left;
}

.login-form form label {
	display: block;
	padding: 0;
	margin: 18px auto 0;
	font-size: .9em;
	color: #fff;
}

.login-form form .field {
	padding: 8px 6px;
	border: none;
	background: #fff;
	display: block;
	width: 328px;
	margin-top: 8px;
	border: 1px #ccc solid;
}

.login-form form .required {
	background: #fff !important;
}

.login-form form #wp-submit {
	display: block;
	float: left;
	width: 118px;
	height: 38px;
	margin: 18px 0 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: url('images/btn-let-me-in.png') no-repeat top;
}

.login-form form #wp-submit:hover {
	background: url('images/btn-let-me-in.png') no-repeat bottom !important;
}

/* ================================================ */
/* 404 Template */
/* ================================================ */

.error404-image {
	margin: 28px 0 80px;
	padding: 0;
	display: block;
	width: 460px;
	height: 536px;
	background: url('images/404.jpg') no-repeat left top;
}

.error404-text {
	margin: 28px 0;
	padding: 60px 0;
	display: block;
	width: 400px;
}

.error404-text h2 {
	font-size: 1.6em;
}

.error404-text p {
	line-height: 1.5em;
	color: #666;
}

.error404-text .link-home {
	display: block;
	width: 211px;
	height: 39px;
	text-indent: -999px;
	overflow: hidden;
	background: url('images/btn-back-home.png') no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
}

/* ================================================ */
/* Join template */
/* ================================================ */

.join-text {
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	background: #fff url('images/join-bottom.png') no-repeat bottom center;
	width: 320px;
	float: left;
	display: inline-block;
}

.join-text h2 {
	display: block;
	font-size: 1.4em;
	color: #666;
	background: #fff url('images/join-top.png') no-repeat top center !important;
	margin: 0;
	padding: 20px 20px 0 20px;
}

.join-text h3 {
	display: block;
	font-size: 18px;
	letter-spacing: -1.4px;
	line-height: 1.4em;
	color: #999;
	margin: 0;
	padding: 0 20px;
}

.join-text a {
	display: block;
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 184px;
	height: 43px;
	overflow: hidden;
	text-indent: -999px;
	background: url('images/btn-sure.png') no-repeat top;
}

.join-text a:hover {
	background: url('images/btn-sure.png') no-repeat bottom !important;
}


/* ================================================ */
/* Vote - Buy */
/* ================================================ */

.post .vote-buy {
	display: block;
	width: 225px;
	padding: 0;
	margin: 8px auto;
}

.post .vote-buy .vote, 
.post-single .entry .vote {
	float: left;
	display: block;
	width: 108px;
	height: 38px;
	overflow: hidden;
	background: url('images/btn-vote.png') no-repeat top;
	padding: 0;
	position: relative;
}

.post .vote-buy .vote .tickercontainer, 
.post-single .entry .vote .tickercontainer {
	position: absolute;
	height: 38px;
	width: 68px;
	font-size: 18px;
	padding: 8px 0 2px;
	text-align: center;
	margin: 0;
	display: block;
	color: #999999;
	cursor: default;
	right: 2px;
	top: 0;
}
.tickertext {
	position: absolute;
	margin: 0;
	height: 38px;
	width: 108px;
	padding: 0;
	display: block;
	text-indent: -200px;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 999;
}

.tickertext a {
	background: none;
	margin: 0;
	height: 38px;
	width: 108px;
	padding: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.tickertext a:hover {
	background: url('images/btn-vote.png') no-repeat bottom !important;
}

/*
.tickertext .imagecontainer {
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	border-top: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #0099CC;
	text-decoration: none;
}
.tickertext .imagecontainer .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.tickertext .imagecontainer .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}
.tickertext .votelink {
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	border-top: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #0099CC;
	text-decoration: none;
}
*/
.post .vote-buy .buy {
	float: right;
	display: block;
	width: 108px;
	height: 38px;
	text-indent: -999px;
	overflow: hidden;
	background: url('images/btn-buy.png') no-repeat left top;
	padding: 0;
}
.post .vote-buy .buy:hover {
	background: url('images/btn-buy.png') no-repeat left bottom !important;
}
.post .vote-buy .buy a {
	display: block;
	width: 108px;
	height: 38px;
	padding: 0;
}

/* ================================================ */
/* Comments */
/* ================================================ */

#comments {
	display: block;
	margin: 12px 0;
	padding: 10px 0;
	border-bottom: 2px #ddd solid;
	border-top: 2px #ddd solid;
}

#commentform {
	display: block;
	position: relative;
	width: 360px;
	height: 422px;
	margin: 16px auto;
	padding: 18px 20px;
	background: #eee url('images/comment-box.jpg') no-repeat top center;
	clear: both;
}

#commentform h3 {
	font-size: .9em;
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform label, 
#commentform small {
	display: block;
}

#commentform label {
	padding: 0;
	margin: 14px auto 0;
}

#commentform small {
	color: #747474;
	margin: 4px auto;
}

#commentform .field {
	padding: 6px;
	border: none;
	background: #eee; /*fbffcd*/
	display: block;
	width: 348px;
}

#commentform .required {
	background: #fbffcd !important;
}

#commentform textarea {
	height: 106px !important;
}

.submit-comment {
	display: block;
	float: right;
	width: 97px;
	height: 34px;
	margin: 4px 0 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: url('images/btn-submit.png') no-repeat;
}

.subscribe-comment {
	display: block;
	float: left;
	width: 260px;
	height: auto;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 11px;
	color: #666;
}

.subscribe-comment #subscribe {
	margin-right: 6px;
}

.commentlist, 
.commentlist li {
	list-style: none;
}

.commentlist li {
	border-bottom: 2px #ddd solid;
	clear: both;
	padding: 12px 0 0 0;
	position: relative;
}

.commentlist li .avatar {
	display: block;
	width: 52px;
	height: 52px;
	float: left;
	margin: 0;
	padding: 0;
	border: 4px #999 solid;
}

.commentlist li .comment-meta {
	font-size: .8em;
	float: right;
	padding: 0;
	margin: 0;
}

.commentlist li .comment-meta a, 
.commentlist li .comment-meta a:hover {
	color: #666;
}

.commentlist li .comment-author {
	margin-left: 75px;
	font-weight: bold;
	color: #333;
}

.commentlist li .comment-author a,
.commentlist li .comment-author a:hover {
	color: #333;
	border: none;
}

.commentlist li p {
	margin-left: 75px;
	font-size: .9em;
	color: #888;
}


/* ================================================ */
/* Sidebar */
/* ================================================ */

#sidebar {
	min-width: 960px;
	width: 100%;
	background: #595556;
	margin: 0;
	padding: 28px 0;
}
#sidebar #about-tiyp {
	width: 240px;
	background: url('images/logo-footer.png') no-repeat left top;
	padding: 72px 0 0 0;
	float: left;
	margin-left: 10px
}
#sidebar #about-tiyp .more-about {
	text-indent: -999px;
	overflow: hidden;
	width: 60px;
	height: 22px;
	display: block;
	background: url('images/btn-more.png') no-repeat left top;
}

#sidebar #about-tiyp p {
	color: #fff;
	font-size: .8em;
}

#sidebar #recent-comments {
	float: right;
	width: 672px;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 12px;
	color: #bbb;
	margin-right: 10px

}
#sidebar #recent-comments h4 {
	color: #fff;
	margin: 0 0 16px 0;
	font-size: 1.2em;
}

#sidebar #recent-comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar #recent-comments li {
	width: 210px;
	float: left;
	display: block;
	list-style: none;
	margin: 6px 10px 6px 0;
	padding: 0;
	height: 64px;
}

#sidebar #recent-comments li .avatar {
	width: 40px;
	height: 40px;
	border: 2px #999 solid;
	padding: 0;
	margin: 0 10px 0 0;
}
#sidebar #recent-comments li a {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
}


/* ================================================ */
/* Footer */
/* ================================================ */

#footer {
	min-width: 960px;
	background: #323232;
	margin: 0;
	padding: 16px 0 40px 0;
}
#footer p {
	color: #fff;
	font-size: .8em;
	float: left;
	margin-left: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: .8em;
	margin-right: 10px;
}

#footer ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 32px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
#footer ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer .current_page_item a {
	color: #ccc !important;
	text-decoration: none;
	outline: none;
}




