/*  
Theme Name: Pedapa 2
Theme URI: http://www.pedapa.com/
Description: The Theme of Pedapa
Version: 1.0
Author: Wedhouz
Author URI: http://wedhouz.net

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
body {
	font-family: "helvetica", arial, times, serif;
	font-size: 0.9em;
	background: #FFF4E0;
	height: 100%;
	color: #79581F;
}
#container {
	width: 860px;
	height: 100%;
	position: relative;
	text-align: left;
}
#kiri {
	position: relative;
	width: 300px;
	float: left;
	background: url(rayyabg2.jpg) no-repeat top left;
}
#search {
	text-align: left;
	margin-top: 350px;
	padding: 10px 30px;
	margin-bottom: 10px;
}
#search input[type=text] {
	height: 25px;
	width: 160px;
	padding: 2px 6px;
	border: 1px solid #5e78ab;	
}
#search input[type=submit] {
	height: 28px;
	padding: 0 8px;
	background: #FFEDCB;
	border: 1px solid #5e78ab;
}

#cat {
	margin-top: 0px;
	padding: 10px 30px;
}
#cat ul {
	float: left;
	width: 240px;
	list-style: none;
	margin-bottom: 0px;
}
#cat li {
	float: left;
	width: 120px;
}
#cat li a:link,
#cat li a:visited {
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	color: #5e78ab;
	background: #fff;
	border: 1px solid #FFEDCB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#cat li a:hover,
#cat li a:active {
	text-decoration: none;
	padding: 8px 10px;
	color: #FFEDCB;
	background: #5e78ab;
}
#footer {
    clear: both;
    position: relative;
    bottom: 10px;
    left: 0;
    padding: 50px 30px 0 30px;
    text-align: left;
	text-transform: uppercase;
}
#footer p{
	font-size: 0.7em;
}
#footer a {
	color: #5e78ab;
    text-decoration: none;
}
#archives {
	font-family: "helvetica", arial, times, serif;
	color: #79581F;
	font-size: 1em;
	line-height: 140%;
	float: left;
	text-align: justify;
}
#archives ul a:link,
#archives ul a:visited {
	text-decoration: none;
	color: #5e78ab;
	
}
#archives ul a:hover,
#archives ul a:active {
	text-decoration: none;
	color: #EE6E7D;
	
}
#archives ul {
	margin-bottom: 30px;
	
}
#archives li {
	list-style: disc;
}
#content {
	height: 100%;
	width: 500px;
	padding: 30px 30px;
	background: #fff;
	float: right;
}
#navi {	
	float: left;
}
#navi ul {
	float: left;
	width: 500px;
	list-style: none;
	margin-bottom: 50px;
}
#navi li {
	float: left;
	width: auto;
	margin-left: 3px;

}
#navi li a:link,
#navi li a:visited {
	text-decoration: none;
	display: block;
	padding: 6px 9px;
	color: #5e78ab;
	background: #FFF4E0;
	border: 1px solid #FFEDCB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#navi li a:hover,
#navi li a:active {
	text-decoration: none;
	padding: 6px 9px;
	color: #FFEDCB;
	background: #EE6E7D;
}
#blog {
	clear: both;
	height: 90%;
	margin-bottom: 0px;
	overflow: hidden;
}
#date {
	font-family: "georgia", helvetica, arial, times, serif;
	color: #8E6725;
	font-weight: bold;
	margin-bottom: 5px;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -.05em;
	width: 85%;
	color: #79581F;
	font-size: 1.75em;
	float: left;
	margin-bottom: 5px;
}
#title a:link,
#title a:visited {
	text-decoration: none;;
	color: #79581F;
}
#title a:hover,
#title a:active {
	text-decoration: none;
	color: #EE6E7D;
}
#bcomment {
	font-family: "georgia", helvetica, arial, serif;
	color: #fff4e0;
	font-size: 1.5em;
	float: right;
	margin-bottom: 5px;
	width: 40px;
	text-align: center;
}
#bcomment a:link,
#bcomment a:visited {
	text-decoration: none;
	background: #79581F;
	color: #fff4e0;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
}
#bcomment a:hover,
#bcomment a:active {
	text-decoration: none;
	color: #79581F;
	background: #fff;
}
#catego {
	clear: both;
	font-family: "helvetica", arial, times, serif;
	color: #8E6725;
	margin-bottom: 30px;
}
#catego a:link,
#catego a:visited {
	text-decoration: none;;
	color: #79581F;
}
#catego a:hover,
#catego a:active {
	text-decoration: none;
	color: #EE6E7D;
}
#post {
	font-family: "helvetica", arial, times, serif;
	color: #79581F;
	font-size: 1em;
	line-height: 140%;
	float: left;
	text-align: justify;
	width: 500px;
}
#post a:link,
#post a:visited {
	text-decoration: none;
	color: #5e78ab;
}
#post a:hover,
#post a:active {
	text-decoration: none;
	color: #EE6E7D;
}
#separator {
	background: url(rayyabg3.png) no-repeat center center;
	height: 83px;
	margin-bottom: 20px;
}
#cnavig {
	border-top: 1px solid #FFEDCB;
	padding-top: 10px;
	overflow: hidden;
	font-size: 1em;
	height: 30px;
}
#cnavig a:link,
#cnavig a:visited {
	text-decoration: none;;
	color: #5e78ab;
}
#cnavig a:hover,
#cnavig a:active {
	text-decoration: none;
	color: #EE6E7D;
}
#lnavig {
	float: left;
	padding-left: 20px;
}
#rnavig {
	float: right;
	padding-right: 20px;
}

/* --- Comment --- */
#comments {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
}
#comments a:link,
#comments a:visited {
	text-decoration: none;
	color: #5e78ab;
}
#comments a:hover,
#comments a:active {
	text-decoration: none;
	color: #EE6E7D;
}
#comments h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffedcb;
	margin-bottom: 10px;
	
}
#comments .avatar {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
	border: 1px solid #ffedcb;
}
#comments .commentlist li {
	margin-left: 50px;
	width: 90%;
	display: block;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
#comments .commentlist li p a:link,
#comments .commentlist li p a:visited {
	text-decoration: none;
	color: #5e78ab;
}
#comments .commentlist li p a:hover,
#comments .commentlist li p a:active {
	text-decoration: none;
	color: #EE6E7D;
}
cite a {
	color: #5e78ab;
	text-decoration: none;
	font-weight: bold;
}
#comments .commentmetadata a:link,
#comments .commentmetadata a:visited {
	color: #5e78ab;
	text-decoration: none;
}
#comments .commentmetadata a:hover,
#comments .commentmetadata a:active {
	color: #EE6E7D;
	text-decoration: none;
}
#comments p {
	margin: 1em 0 0 0;
}
#comments input, textarea {
	font: 1em Helvetica, arial, sans-serif;
	padding: 4px 8px;
	border: 1px solid #ffedcb;
	background: #fff4e0;
}
#comments input[type=submit] {
	font-size: 0.8em;
	
}

/* --- Credit --- */
