/*  
Theme Name: Kahvipapu
Theme URI: http://pupungbp.erastica.com
Description: Kahvipapu Theme
Author: Pupung Budi Purnama
Author URI: http://pupungbp.erastica.com
*/

body {
	background: url(images/main-background.gif);
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
}
h1 {
	font: 16pt Arial, Helvetica, Sans-Serif;
}
h2 {
	font: bold 14pt Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
h3 {
	font: bold 12pt Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
h4 {
	font: bold 12pt Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
small {
	margin: 0;
	text-transform: uppercase;
	font: bold 7pt Arial, Helvetica, Verdana;
}



#header {
	width: 100%;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #18100B;
}
#header .wrap {
	text-align: left;
	width: 834px;
	margin: 0 auto;
	height: 60px;
}
#header .wrap h1 {
	width: 265px;
	height: 60px;
	background: url(images/logo.gif) no-repeat center left;
	float: left;
	margin: 0;
	padding: 0;
}
#header .wrap h1 a {
	width: 265px;
	height: 60px;
	display: block;
	text-indent: -5000px;
}
#header .wrap #page {
	width: 550px;
	height: 60px;
	float: right;
}

#page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
#page ul li {
	text-align: center;
	float: right;
	width: 102px;
	height: 27px;
	margin-left: 1px;
	margin-top: 34px;
}
#page ul li a {
	width: 102px;
	height: 27px;
	display: block;
	background: url(images/button-state.gif) no-repeat top left;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 27px;
}
#page ul li a:hover, #page ul li.current_page_item  a{
	background: url(images/button-state.gif) no-repeat top right !important;
}


#content {
	background: url(images/content-bg.jpg);
	width: 100%;
	border-top: 1px solid #9A6D57;
	border-bottom: 1px solid #9A6D57;
	text-align: center;
}
#content .wrap {
	background: url(images/content-main-bg.gif) repeat-y left;
	width: 843px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#content .wrap #main {
	float: left;
	width: 590px;
	padding: 0 15px;
}
#main p a, #main a {
	color: #0280A1;
	text-decoration: none;
}
#main p a, small a:link {
	border-bottom: 1px solid #0280A1;
}
#main p a:hover, #main p a:visited, small a:hover {
	border-bottom: 1px solid #03BEED;
	color: #03BEED !important;
}
#main h2 {
	margin-top: 20px;
}
#main h2 a {
	text-decoration: none;
	color: #0280A1;
}
#main h2 a:hover {
	text-decoration: none;
	color: #03BEED;
}
#main .post {
	line-height: 14pt;
	color: #553A2C;
	background: url(images/bottom-line.gif) no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#main .post img {
	background: #CDB99D;
	padding: 5px;
	border: 1px solid #B59F7F;
	margin: 2px;
}
#sidebar {
	width: 210px;
	float: right;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	color: #80C0D1;
	font-size: 12pt;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 15px 5px 0 0;
	padding: 10px;
	background: url(images/cat-bg.gif);
	color: White;
	border-top: 1px solid #966852;
	border-left: 1px solid #966852;
	border-right: 1px solid #42291E;
	border-bottom: 1px solid #42291E;
}
#sidebar ul li ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li {
	margin: 0;
	padding: 3px;
	border: none;
}
#sidebar a {

	color: #D9C3BA;
	text-decoration: none;
	border-bottom: 1px solid #D9C3BA;
}
#sidebar a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}


#footer {
	clear: both;
	height: 50px;
	text-align: center;
}
#footer .wrap {
	width: 834px;
	margin: 0 auto;
	padding: 10px;
	color: White;
}

/*PAGING*/
.navigation {
	text-align: center;
	height: 30px;
	color: #0280A1;
}
.navigation a {
	color: #0280A1;
}
.navigation a:hover, ol.commentlist li a:hover {
	color: #03BEED !important;
	text-decoration:  underline !important;
}
.navigation .alignleft a {
	background: url(images/arrow-prev.gif) no-repeat left center;
	padding-left: 10px;
	padding-right: 10px;
	
}
.navigation .alignright a {
	background: url(images/arrow-next.gif) no-repeat right center;
	padding-right: 10px;
	padding-left: 10px;
}


.postmetadata {
	background: #C7A18F;
	border: 1px solid #966852;
	padding: 15px;
	text-align: center;
}

h3#comments {
	margin-top: 30px;
	color: #42291E;
	margin-left: 20px;
}
h3#respond {
	margin-top: 30px;
	margin-left: 20px;
}
ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 10px 50px;
}
ol.commentlist li {
	background: #B38975;
	border: 1px solid #966852;
	padding: 15px;
	margin-bottom: 10px;
}
ol.commentlist li.alt {
	background: #CDB99D;
}
ol.commentlist cite {
	font-weight: bold;
	font-style: normal;
}
form#commentform {
	padding-left: 20px;
}

blockquote {
	background: #B38975;
	border: 1px solid #966852;
	padding: 15px;

}
blockquote blockquote {
	background: #42291E;
	color: #fff;
	border: 1px solid #966852;
}
