/* 
	Theme Name: digi02
	Theme URI: http://rony.dgworks.net/themes/
	Description: A two columns post-it bee theme for WordPress. 
	Author: Rony Agung Rahmanto
	Author URI: http://rony.dgworks.net
	Version: 2.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	
	Changelog:
		v2.0
			First Release

*/

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: georgia;
  font-size: 12px;
  text-indent: 0px;
  background: #CCCCCC url('img/bgrptbody.jpg') repeat-y top center;
}

li.page-item {
  list-style-type: none;
}

h1,h2,h3,h4,h5,h6 { margin: 0px; padding: 0px; font-family: trebuchet ms;}
img { border: 0px; }
a {
	color: #5B91FD;
	text-decoration: none;
	}

a:hover {
	background: #949494;
	color: #fff;
	}

blockquote {
	background: url(img/blockquote.gif) no-repeat top left;
	padding: 5px 20px 30px 20px;
	margin: 1em;
	font-style: italic;
	} /* Idea from ShadedGrey of http://wpthemes.info/ */

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}
	
#wrap {
  width: 760px;
  margin: 0px auto;
  text-align: left;
  background: #FFFFFF url('img/bgbody2.jpg') repeat-x top left;
}

#searchin {
  float: right;
  width: 333px;
  height: 80px;
  display: block;
  margin-top: 69px;
  background: url('img/bg-search.jpg') no-repeat top left;
}
#searchin form {
  margin: 0px;
  padding: 25px 0px 0px 25px;
}
.sbmt {
  background: transparent url('img/bt-search.jpg') no-repeat top left;
  border: 0px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  vertical-align: baseline;
  color: #FFFFFF;
  width: 67px;
  height: 27px;
}

#menunya {
  margin: 0px; padding: 0px;
}
	#menunya li {
		display: inline;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		text-indent: 0px;
		}
		
	#menunya ul, ol {
		margin: 0px;
		padding: 0px;
		border: 0px;
		}
		
	#menunya a {
		font-weight: bold;
  	font-size: 12px;
  	float: left;
  	width: 80px;
  	height: 52px;
  	display: block;
    text-decoration: none;
    font-family: arial, verdana, sans-serif;
    background: url('img/bg-menu.jpg') no-repeat top left;
    line-height: 31px;
    text-indent: 8px;
    margin-left: 5px;
    padding: 12px 0px 0px 0px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
		}
		
	#menunya a:hover {
    color: #666666;
		}
		
	.current_page_item a, .current_page_item a:hover {
		color: #5B91FD !important;
		}

#contentright {
  float: right;
  width: 215px;
  margin-right: 0px;
}
#kotakan {
  width: 215px;
  background: url('img/jdl-rpt.jpg') repeat-y top left;
}
.isikotakan {
  margin-left: 10px;
}
  #kotakan ul {
    margin-left: 20px;
  }
  #kotakan ul,li {
    list-style-image: url('img/dot.jpg');
    margin-top: 0px;
    padding: 0px;
    font-weight: normal;
  }

  #kotakan a {
  	color: #5B91FD;
  	font-size: 14px;
  	font-weight: normal;
  	margin: 10px 0 0 0;
  	padding: 0;
  	text-decoration: none;
  	font-family: georgia;
  	}
  	
  #kotakan a:hover {
  	background: transparent;
  	color: #333333;
  	}


#contentleft {
  margin: 0px 250px 0px 10px;
}
  #postingan {
    border-bottom: 1px dotted #EEEEEE;
    margin-bottom: 20px;
  }
  #komens {
   width: 70px;
   height: 101px;
   display: block;
   float: left;
   text-indent: -5px;
   margin: 0px 10px 4px 0px;
   background: url('img/comments.gif') no-repeat top left;
   padding: 35px 0px 0px 0px;
   text-align: center;
  }
  .txtkomens {
    font-size: 11px;
    font-weight: bold;
    font-family: trebuchet ms;
    text-align: left;
    text-indent: 5px;
  }
  
  #postingan h2, #postingan h2 a {
  	color: #333333;
  	font-size: 20px;
  	font-weight: normal;
  	margin: 10px 0 0 0;
  	padding: 0;
  	text-decoration: none;
  	font-family: trebuchet ms;
  	text-transform: uppercase;
  	}
  	
  #postingan h2 a:hover {
  	background: transparent;
  	color: #949494;
  	}
  	
  #postingan h3 {
  	color: #016CA3;
  	font-size: 15px;
  	font-weight: normal;
  	margin: 0;
  	padding: 20px 0 5px 0;
  	}
  #komens a {
  	color: #333333;
    font-weight: bold;
    font-size: 24px;
  	margin: 10px 0 0 0;
  	padding: 0;
  	text-decoration: none;
  }
  #komens a:hover {
    background: transparent;
    color: #000000;
  }
  
#footer {
  clear: both;
  background: url('img/footer.jpg') repeat-x top left;
  padding-top: 25px;
}
p.alt {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.small {
  font-size: 0.99em;
  font-weight: normal;
}

/* Comments */
#commentlist {
	list-style-image: none!important;
	margin-left: 10;
	padding: 0;
	font-weight: normal;
	}
ol#commentlist {
  list-style-image: none!important;
}
#commentlist li {
	margin: 10px 0;
	padding: 5px 10px;
	font-weight: normal;
	list-style-image: none!important;
	}
		
#commentlist p {
	margin: 0;
	padding: 0;
	}
		
#commentlist small {
	font-size: 11px;
	}

.class_comment1 { background: #E9E9EA; border: 1px solid #E0DEDE; }
.class_comment2 { background: #F4F3F3; border: 1px solid #E0DEDE; }

#comments, #postcomment {
	color: #0090DA;
	font-size: 14px !important;
	font-weight: normal;
	margin: 40px 0 10px 10px;
	text-transform: uppercase;
	}
		
#commentform {
	background: #E3E3E3;
	border: 1px solid #949494;
	padding: 5px 20px;
	}
	
#commentform input, #commentform textarea {
	background: #F8F8F8;
	border: 1px solid #D1D1D1;
	font-size: 12px;
	padding: 1px;
	}
	
#commentform input:focus, #commentform textarea:focus {
	background: #EEF5FF;
	}
