/*  
Theme Name: LitPitch 
Theme URI: 
Description: none
Version: 
Author: LitPitch 
Author URI: 

*/

/* Base Definitions */


* {
	padding: 0; 
	margin:0;
}

body {
	margin:0px;
	padding:0px;
	text-align: left;
	background: #ffffff;
	color: #413a32;
	font: 11px Arial, Helvetica, sans-serif	;
	background:#ffffff url(images/bg.jpg) top center no-repeat;;	
}

/* Wrapper Definition */
#wrapper {
	margin: 0px auto 0px auto;
	padding:0px;
	width: 994px; 	
	text-align: left;
	overflow: hidden;
	position:relative;
}	

p {
	margin: 0.7em 0;
	line-height:1.6em;
}


a,
a:link, 
a:visited {
	color: #0083ff;	
}

a:hover, a:active {
	color:#413a32;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Trebuchet MS, Arizona, Helvitca, sans-serif;
}

blockquote
{
	color:#413a32;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #1B2318 1px dashed;
	border-bottom: #1B2318 1px dashed;
}

.clear {
	clear:both;
}

.clear1 {
	clear:both;
	height:5px;
}

fieldset {
	border:0;
}

/* Header Image Area Definition */
#header {
	width: 994px;
	clear:both;
	height: 162px;
	background:#e15316 url(images/header.jpg) top left no-repeat;
}

#logo{
	float:left;
	width:150px;
	padding:30px 0px 0px 0px;
	height:162px;
}

#logo img{
	border:none;
}



#navigation{
	float:right;
	margin: 72px 0px 0px 0px;
	width:600px;
/*	border:1px solid #ffffff;*/
}

#navmenu ul { 
	font: 12px normal Arial, Helvetica, sans-serif;
	color:#628400;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	list-style-type: none; 
	list-style-image: none; 
}

#navmenu li {
	display: inline;
	float:right;
	margin: 0px 0px 0px 2px; 
}

#navmenu ul li a {
	text-decoration:none; 
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	color: #ffffff;
	background:url(images/navlink.jpg) center top repeat-x;
	display:block;
}

#navmenu .page_item {
/*	background:url(images/separator.jpg) center top no-repeat;*/
}

#navmenu ul li a:hover {
	background:url(images/navlinkhover.jpg) center top repeat-x;
	color:#372b1d;
}

#spacetop{
	clear:both;
	height:10px;
}




/* Container Definitions */
#container {
	clear:both;
	width:994px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Content Definitions */

#content {
	float: right; 
	position: relative;
	overflow:hidden;
	width: 750px;	
	display:inline;
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
}



#content h3 {
	font-size: 1.8em; 
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color:#000000;
	font-weight:normal;
}

#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}

#content ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

#content ol {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

#content .post {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-bottom:1px dotted #b5a99b;
}

#content .post1 {
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 10px 0px;
	background-color:#FFFFFF;
}

#content .post1 h4{
	color:#ff6600;
	font-size:16px;
}

#content .post1 h4 a,
#content .post1 h4 a:link, 
#content .post1 h4 a:visited {
	color: #ff6600;	
}

#content .post1 h4 a:hover, a:active {
	color:#413a32;
}

#content .posttitle{
/*	background:url(images/flower.jpg) top left no-repeat;
	padding: 10px 0px 15px 0px;
	border-bottom:1px solid #969696;
	min-height:55px;
	width:500px;*/
}

#content h2 {
	color: #000000;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;	
	font-size: 20px;
	font-weight: normal;
}

#content h2 a,
#content h2 a:link, 
#content h2 a:visited {
	color: #ff6600;
    text-decoration:none;
}

#content h2 a:hover, #content h2 a:active {
	color: #0083ff;
    text-decoration:none;
}


#content .entry {
    margin:1em 0;
    padding-right:1em;
	color:#3c3b3b;
	font: normal 12px Arial, Helvetica, sans-serif;    
}

#content .entry a,
#content .entry a:link, 
#content .entry a:visited { 
	color: #4447ac; 
}

#content .entry a:hover, 
#content .entry a:active {   
	color: #413a32;
}

#content .post-info{
	font-size: 12px;
	color:#413a32;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0px 0px 0px 0px;	
}

#content .post-info a ,
#content .post-info a:link, 
#content .post-info a:visited {
	font-weight:bold;
	color: #0083ff;	
}

#content .post-info a:hover, #content .post-info a:active {
	color:#413a32;
}


#content .leftpostmeta{
	float:left;
	background:url(images/commenticon.jpg) top left no-repeat;
	padding:0px 0px 0px 35px;
}

#content .postmetadata .leftpostmeta a{
	color:#000000;
}

#content .postmetadata {
	text-align:right;
	font-size: 13px;
	color:#413a32;
	margin:0;
	padding: 6px 0px 0px 11px;
	height:30px;
}

#content .postmetadata a ,
#content .postmetadata a:link, 
#content .postmetadata a:visited {
	color: #ff6600;	
}

#content .postmetadata a:hover, #content .postmetadata a:active {
	color:#413a32;
}


#content a,
#content a:link, 
#content a:visited {
	color: #0083ff;
    text-decoration:none;	
}

#content a:hover, a:active {
  	color: #413a32;
}

/* Sidebar Definitions */
#sidebar {
	width: 225px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:13px;
	color:#000000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}


#sidebar h2 {
	font-size: 13px;
	font-weight:bold;
	padding: 10px 0px 8px 30px;
	background:#ffffff url(images/sidebarh2.jpg) top center repeat-y;
	color:#ffffff;
 	overflow: hidden;			
}

#sidebar a,
#sidebar a:link, 
#sidebar a:visited {
	color: #6c9100;	
  	text-decoration:none;
}

#sidebar a:hover{
	color:#82103a;
}


#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover {
	color: #010000;	
  	text-decoration:none;
	font-size:13px;
	text-align:left;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 0px;
	background: #efebe0 url(images/circle_icon.gif) top left no-repeat;
	display:block;
}

#sidebar ul ul li a:hover {
	text-decoration:underline;
	background-color:#efebe0;
		display:block;
}



#sidebar ul {
	list-style:none;
}

#sidebar li {
  	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	background:url(images/sidebarbottom.jpg) bottom center no-repeat;
}

#sidebar ul ul {
    list-style:none;
	margin: 0px;
}

#sidebar ul ul li {
 	 padding: 2px 10px 2px 20px;
	background:url(images/sidebarbg.jpg) top center repeat-y;
}

#sidebar ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul ul li {
  padding:0px 0px 0px 0px;
}


#sidebar li.linkcat {
  border:0;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

/* These help support the widgets properly */
#sidebar ul table {
	width: 150px;
	margin: 0px;
}

#sidebar ul .textwidget {
	margin: 0px 0px 0px 0px;
 	padding:5px 10px 5px 15px;
	background:url(images/sidebarbg.jpg) top center repeat-y;
}



/* This is to support the calendar widget properly */
#calendar_wrap {
  margin:0;
  padding: 10px 10px 10px 30px;
	background:url(images/sidebarbg.jpg) top center repeat-y;
}

/* Footer Definitions */
#wrapper1{
	width: 100%;
  	margin: 0px 0px 0px 0px;
  	padding:0px 0px 0px 0px;
	color:#ffffff;
	background:#2d261e url(images/footerbg.jpg) repeat-x;
	height: 75px;

}

#footer {
	margin:0;
	padding:0;
	height: 80px;
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background:#ffffff url(images/footer.jpg) center center no-repeat;
	color:#FFFFFF;
}

#footer .leftfooter{
	float:left;
	padding:0px 0px 0px 15px;
}

#footer p{
  	padding: 25px 20px 0px 15px;
	font-size:10px;
	text-align:right;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#feeds {
	color: #000000; 	
	text-align: left;
	padding: 40px 20px 10px 10px;
}

li#sidelinks ul
{
	margin:0;
	padding:0;
}

#comments {
	margin: 0;
	padding:1em 0 0 0;
	color: #777777;
}

#comments h3{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #d3d1d1;
}
	
#respond {
	margin: 0;
	padding:1em 0 0 0;
	color: #777777;	
}

#commentform {
	margin:10px 0;	
	padding:10px;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#container .commentlist {
	margin: 1em 0;
	padding: 0;		
}

.commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
}

.commentlist li.alt {
}

.commentlist li.authorcomment {
}

.commentlist li .cmtinfo {
	font-size:1em;
	text-align:left;
}



.commentlist li #pesan.alt{
	padding: 15px 10px 10px 40px;	
}

.commentlist li #pesan{
	padding: 15px 10px 10px 40px;
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
	color: #5c8bbf;
}

#content .commentlist .cmtinfo a,
#content .commentlis  .cmtinfoa:link, 
#content .commentlist .cmtinfo a:visited {
	font-family:Trebuchet MS, Arizona, Helvitca, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color: #ff6600; 
}

.commentlist a:hover, 
.commentlist a:active {   
	color: #010000; 
}

.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999999;
}

#content .commentsfeed {
	background:url(images/feed.gif) no-repeat left center;
	padding-left:16px;
}

#content .trackback {
	background:url(images/link.gif) no-repeat left center;
	padding-left:20px;
}

textarea {
	border:#CCCCCC 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;

}

textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}

input.textbox:focus, 
textarea:focus {
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border:#AAAAAA 1px solid;
}

#submit {
	padding:3px 5px;
}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

.post h4 em	{
	font-style:normal;
	float:right;
	font-weight:normal;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}

#header, #content, #sidebar, #sidebar2, #footer, .widget {
    overflow: hidden;
}



#content .posttitle{
/*	border:1px solid #000000;*/
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

#content .posttitle .left{
	float:left;
}


#searchsubmit{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
}

.orderlink{
	font-weight:bold;
	font-variant:small-caps;
}

.rssicon{
	padding:5px 5px 5px 35px;
}

.rsstext{
	padding:5px 5px 5px 0px; 
}


#sidebarsubmit{
	padding:1px;
	color:#f5f8fd;
	background-color:#e33a0d;
}

#s{
	padding:2px;
	width:100px;
}

#content #event{
	clear:both; 
	background-color:#FFFFFF;  
	margin:10px 0px 10px 0px; 
	padding: 10px 10px 20px 15px;
	font-size:13px;
}

.itemevent{	
	border-bottom:1px dashed #352e24; 
	padding:5px 0px 5px 0px; 
}

#content #event .itemevent a ,
#content #event .itemevent a:link, 
#content #event .itemevent a:visited {
	color: #413a32;	
}

#content #event .itemevent a:hover, #content #event .itemevent a:active {
	color: #ff6600;	
	background-color:#d2cabd;
	display:block;
}




.dateevent{
	float:left; width:90px;
}

.nameevent{
	float:left; width:200px;
}

.detailevent{
	float:left; width:310px;
}

#recentphoto{
	background-color:#FFFFFF;
	
}

#titlerecentphoto{
	background-color:#352e24; 
	font-size:14px;
	color:#FFFFFF; 
	padding:10px 10px 10px 10px; 
}


#sidebar #titlerecentphoto a{
	color:#ff0000;
}

#loginbox{
	padding:120px 0px 0px 270px; 
	color:#ed8f12; font-size:12px; 
	font-weight:bold; 
}

#loginbox a,
#loginbox a:link, 
#loginbox a:visited {
	color: #ffc670;	
}

#loginbox a:hover,#loginbox  a:active {
	color:#eeeeee;
}

.top_left_nevi{	color:#ffc670;	font-size: 10px;	font-family:Tahoma;	text-decoration: none; }
.top_left_nevi2{	color:#ffc670;	font-size: 11px; font-weight: bold;	font-family:Tahoma;	text-decoration: none; }
.top_left_nevi:hover{	color:#ffffff;}.top_left_nevi1{	color:#ffc670;	font-size: 11px;	font-family:Tahoma;	text-decoration: none; }
.top_left_nevi1:hover{	color:#ffffff;}
#advancesearch{
	width:94px; 
/*	background:url(images/top_left_bg1e.gif) top left no-repeat;*/
	padding:0px 10px 0px 5px; 
	vertical-align:middle;
}
#loginsearch{
	width:45px;
	background:url(images/top_left_bg2.gif) top left no-repeat; 
	padding:0px 10px 0px 10px; 
	vertical-align:middle;
}

input.loginbut{	background-image: url(../images/login_but.gif);	width: 81px;	height: 24px;	border: none;	color:#7b592c;	font-size: 11px;	font-weight: bold;	}

.header_newbg{	background: url(images/header_newbg.gif);	height:101px;	width:770px;} 

.search_text_orange{	color:#ed8f12;	font-size: 11px;	font-weight: bold;	font-family: Tahoma;}select.book{	width: 125px;   height: 18px;	color:#000000;	font-size: 11px;	border: 1px solid #d4d0c8;	font-family: Arial, Helvetica, sans-serif;	}.section_main_heading{	font-size: 18px;   color:#ffffff;}.section_main_heading2{	font-size: 18px;   color:#e6f8b7;}.section_main_heading3{	font-size: 18px;   color:#f5ebd2;}.section_main_heading4{	font-size: 18px;   color:#663300;}h3{	color:#a2690f;	font-size: 18px;	margin: 0px;	padding: 0px;	font-weight: normal;}
