/*
Title: Default Style
gw pake ini kalo lagi males, gan.
*/

/*=================
Required Attributes
==================*/
	
body  {
	background: #E9E9E9 url(../../images/home/bg.jpg) top repeat-x;
	color: #333;
	}
	
ul#topmenu li a {
	color: #223656;
	text-shadow: 1px 1px 0px #5F82A4;
	}
	ul#topmenu li a:active {
		position: relative;
		top: 1px; 
		}

ul#topmenu li a:hover {
	color: #B6D3EE;
	text-shadow: 1px 1px 0px #314D76;
	opacity:1;
	}
	
.topmenu_li_desc {
	color: #8096B7;
	}
	
h1#logo a {
	background: transparent url(../../images/home/logo.png) no-repeat;
	}
	
/*==================================*/

	
.post_title h2 a {
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
	}
	.post_title h2 a:active {
		position: relative;
		top: 1px; 
		}
	
.post_title h2 a:hover {
	color: #466596;
	}
	
.when, .comment, .cat,
.when a, .comment a, .cat a {
	color: #999999;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.when a:hover, .comment a:hover, .cat a:hover {
	color: #466596;
	}
	
.post_meta {
	color: #333;
	}
	
	
/*==================================*/
	
#singlepost {
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-shadow: 1px 1px 0px #FFF;
	width: 630px;
	margin: 0 0 0 160px;
	}
	#singlepost a {
		color: #466596;
		}
	#singlepost a:hover {
		color: #000;
		}

.shadow,
.border {
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	}
	
#singlepost h3 {
	font-size: 18px;
	font-family: Times, Times New Roman;
	color: #466596;
	border-bottom: 1px double #DDD;
	padding: 0 0 5px 0;
	}	

.imgleft {
	margin: 0 10px 10px 0;
	float: left;
	}
.imgright {
	margin: 0 0 10px 10px;
	float: right;
	}
	
/*==================================*/
	
h3.related_post_title {
	text-indent: -9999px;
	height: 30px;
	}
	
ul.related_post {
	margin: 0px; padding: 0px;
	}	
ul.related_post li {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0px;
	}
	#singlepost ul.related_post li a {
		color: #CCC;
		float: left;
		border-right: 1px solid #DDD;
		display: block;
		padding: 0px 7px;
		}
	#singlepost ul.related_post li a:hover {
		color: #666;
		}
		
/*==================================*/

h2#comments,
h2#respond {
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
	}

ol.commentlist li {
	border-top: 1px solid #DDD;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.comment_left {
	border-right: 1px solid #DDD;
	}
	
cite {
	border-bottom: 5px solid #DDD;
	}

cite a {
	color: #466596;
	}
	
.commentmetadata a {
	color: #999;
	}
	
.comment_entry {
	color: #666;
	}
	
label {
	color: #999;
	text-shadow: 1px 1px 0px #FFF;
	}
	
#comment_form input,
#comment_form textarea {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #D7D7D7;
	color: #666;
	}

#comment_form .button {
	color: #FFF;
	background-color: #466596;
	}

/*==================================*/

	
.page input,
.page textarea {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #D7D7D7;
	color: #666;
	padding: 4px 0;
	width: 630px;
	}
	
.page .captcha {
	width: 550px;
	float: right;
	}

.page .button {
	color: #FFF;
	background-color: #466596;
	width: inherit;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 9px;
	}
	
.page label {
	color: #466596;
	display: inherit;
	float: left;
	width: inherit;
	text-align: left;
	font-size: 11px;
	margin: 0;
	font-family: Verdana, sans-serif;
	}

/*==================================*/
	
#footer {
	background: #333 url(../../images/footer_bg.jpg) top repeat-x;
	}
	
	

