/*  
Theme Name: Walhi Bali theme
Theme URI: http://againstmyself.net
Description: knowledge is belong to the world!
Version: 1.0
Author: Rahaji
Author URI: http://againstmyself.net
*/


/* General */

body {
	margin: 0;
	background: #ffffff url("images/top-bg.png") top repeat-x;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width:1000px;
}



/* Header */

#header {
	width: 1000px;
	height: 188px;
	padding-left: 0px;
	position: relative;
}



#header-in {
	width: 1000px;
	height: 188px;
	background: url("images/header.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 20px;
		width: 300px;
		text-align: center;
	}
	
	#header #header-info h1 a {
		color: #666666;
		text-decoration: none;
		font: normal 40px "Verdana", Verdana;
	}
	
	#header #header-info .description {
		margin-top: -4px;
		color: #666555;
		font: normal 16px "Verdana", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 157px;
		left: 0px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding-left: 8px;
		list-style-type: none;
	}
	
	#header #header-menu ul li {
		float: left;
		font: normal 12px "Verdana", Verdana;
		color: #cccccc;
		font-weight:none;
	}
	
	#header #header-menu ul li a {
		color: #cccccc;
		text-decoration: none;
		display: block;
		padding: 6px 15px;
	}
	
	#header #header-menu ul li a:hover {
		background:#000000;
                color: #ffffff;
		font-weight:none;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* search */
	#search_box {
		float:right;
		padding-right:72px;
		padding-top:15px;
	}
	

/* Main */

#main {
	width: 1000px;
	background:#ffffff url("#") repeat-y;
	float: left;
	background-position: center top;
	margin-top: 0px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 550px;
		margin-top: 20px;
		padding-left: 10px; 
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 550px;
		background: #ffffff;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 550px;
			height: auto;
			color: #000000;
			font: normal 12px "Verdana", Verdana;
			padding: 8px 0px 0px 0px;
		}
		
		#content .post .post-title a {
			color: #666666;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: none;
			color: #405108;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #666666;
			text-align: center;
			text-transform: lowercase;
			height: 30px;
			width: 39px;
			font: bold 12px "Verdana", Verdana;
			margin-right: 2px;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			margin-bottom: -4px;
			padding-top: 0px;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: 20px "Verdana", Verdana;
			border-bottom: 3px solid #cccccc;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: none;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Verdana", Verdana;
			color: #333333;
			text-align: justify;
			padding: 0px;
			width: 550px;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Verdana", Verdana;
			color: #000000;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			background: url("#########") no-repeat;
			width:550px;
			height:46px;
			float:left;
			padding: 10px 0px 0px 0px;
			clear: both;
			font: bold 12px/35px "Arial";
			color: #000000;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #405108;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			color: #85ab09;			
			text-decoration: none;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #000000;
			font: bold 14px "Verdana", Verdana;
			margin: 20px 0 10px 0;
			width: 550px;
		}
		
		#content .post .comments {
			width: 550px;
			font: normal 12px/18px "Verdana", Verdana;
			color: #000000;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ffffff;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			width: 550px;
			font: normal 12px/18px "Verdana", Verdana;
			color: #000000;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px/35px "Verdana", Verdana;
		color: #666666;
		float: left;
		margin-bottom: 20px;
		width: 550px;
	}
	
	#content .navigation a {
		color: #999999;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	

	/* Main - Sidebar */
		
#sidebar {
	float:right;
	width:400px;
	background: #ffffff;
	margin-top:15px;
	margin-bottom:100px;
	padding-bottom:0px;
	overflow:hidden;
}

#ad_box {
	float:left;
	width:400px;
	height:180px;
	background: #cccccc url("images/adbox2.png");
	margin-left:0px;
	font: normal 12px/35px "Verdana";
	color: #336633;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
}
	
	#ad_box_inside {
		margin:20px 10px 20px 10px;
		padding:0px;
		text-align:justify;
		line-height: 1.5em; 
	}
	
	#ad_box img {
		float:left;
		width:80px;
		height:80px;
		border:1px solid #000000;
		margin:0px 0px 0px 10px;
		padding:1px;
	}

	#ad_box img:hover {
		float:left;
		width:80px;
		height:80px;
		border:0px solid #fba000;
	}

#left_col {
	float:left;
	width:180px;
	margin-left:0;
	margin-right:0;
	padding-right:5px;
	padding-left:0px;
	padding-bottom:0px;
}

#right_col {
float:left;
width:210px;
padding-left:5px;
padding-right:0;
padding-bottom:0px;

}


/* Sidebar - Titles */
		
		#sidebar h2 {
			height: 30px;
			padding-left: 17px;
			font: normal 15px/35px "Verdana";
			color: #000000;
			border-bottom: 2px dotted #cccccc;
			background: url("images/sidebar_title.png") no-repeat;
			float: leff;
		}
		
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0px;
			padding: 0 0 5px 0;
			list-style-type: none;
			
		}
		
		#sidebar ul li {
			color: #336633;
			padding-left: 2px;
			font: normal 12px/27px "Verdana", Verdana;
			border-bottom: 1px solid #e0e1e0;
			margin: 0 0px;
		}
		
		#sidebar ul li a {
			color: #336633;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li ul {
	
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
/* Footer */
#footer {
	font: normal 12px/27px "Arial", Verdana;
	color: #c1c3bb;
	height: 70px;
	clear: both;
    text-align:center;
	padding-top:2px;
	width:1000px;
	overflow:center;
	}

#footer a {
	color: #99cc00;
	text-decoration:none;
	}

#footer a:hover {
	color: #ffffff;
	}	
	
		
#footer-sidebar {
   	display:block;
	padding-left:20px;
	font: normal 12px/27px "Arial";
	color: #000000;		
}
		
		#footer-sidebar ul {
			margin: 0 8px;
			padding: 0 0 5px 0;
			list-style-type: none;
		}
		
		#footer-sidebar ul li {
			color: #000000;
			padding-left: 2px;
			font: normal 12px/27px "Verdana", Verdana;
			border-bottom: 0px solid #cccccc;
		}
		
		#footer-sidebar ul li a {
			color: #000000;
		}
		
		#footer-sidebar ul li a:hover {
			color: #666666;
		}


#footer-sidebar1 {
	background: url("#") center bottom repeat-x;
  	float: left;
	height:249px;
  	width: 320px;
  	margin-right:30px;
	padding-top:20px;
	text-align: justify;
	line-height: 1em;
	}
	
		
		
 	#footer-sidebar1 img {	
		float:left;
		width:70px;
		height:70px;
		border:1px dashed #ffffff;
		margin:2px 2px 2px 2px;
		padding:2px;
	}

	#footer-sidebar1 img:hover {
		float:left;
		width:70px;
		height:70px;
		border:1px solid #000000;
		margin:2px 2px 2px 2px;
		padding:2px;
		}


#footer-sidebar2 {
	background: url("#") center bottom repeat-x;
  	float: left;
  	width: 200px;
	height:249px;
  	margin-right:80px;
	padding-top:20px;
	text-align: left;
	line-height: 1.7em;		
	}

#footer-sidebar3 {
  	float: left;
  	width: 350px;
	height:249px;
	padding-top:20px;
	text-align: left;
	line-height: 1.7em; 
}

#bottom-bg { 
	background: url("images/bottom-bg2.png") bottom repeat-x;
}


	
