/*=====
Theme Name: Navare
Theme URI: http://www.nurwanto.com/themes/navaree
Description: Navare Theme (by <a href="http://www.nurwanto.net">HeriNXI</a>) is just a basic wordpress theme. Visit this theme's page on <a href="http://www.nurwanto.com/themes/navare">Nurwanto.COM</a> for more details and updates (if any).
Version: 1.0
Author: HeriNXI
Author URI: http://www.nurwanto.net

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


/*===== BASIC =====*/
*{margin:0; padding:0;}

body {
	background:#414141;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	margin:20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 12pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

img.alignleft{ float: left; border: none; padding: 4px 5px 0 0; }
img.alignright{ float: right; border: none; padding: 4px 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/*===== LINKS =====*/
a:link, a:visited{ color: #006AAA; text-decoration:none; }
a:hover{ color: #FF3300; text-decoration: none;}

/*===== PAGE =====*/
#page { width: 860px; margin: 0 auto; margin-top:-10px; margin-bottom:-20px; padding:0; background:#EEE; color:#333; overflow: hidden; }
	
/*===== HEADER =====*/
#header {
	background:#A61F1F; urlx(images/header_lfc.png) no-repeat;
  	width: 860px; 
  	height: 80px;
	color: #EAEAEA; 
	}

#header h1{
	font-family: Helvetica, Verdana, Arial, Sans-Serif, Times New Roman;
	font-size: 36px;
	padding:5px 0 0 16px;
	margin:0;
	color: #FFFFFF;
	}
	
#header h1 a{ color:#FFFFFF; text-decoration: none; }
#header h1 a:hover{ color:#C1C1C1; text-decoration: none; }

#header h2{
	font:normal 10pt Helvetica, Verdana, times;
	color:#FFFFFF;
	padding: 0 0 0 18px;
	margin:0;	
	}
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:none;
	color:#FFFFFF;
	margin-top:-4px;
	padding-left:10px;
	}

/*===== MAIN MENU =====*/
#main-nav {width:860px; height:20px; float:left; padding-top:5px; background:#232323;}
#main-nav li {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:left;
	display:inline; 
	list-style:none;
	background-color:#232323;
	padding:5px 0 5px 7px;
}

.page_item a:link, .page_item a:visited {background:#8E8E8E; color:#000; padding:5px 10px;}
.page_item a:hover {background:#EEEEEE; text-decoration:none;}
.current_page_item a:link, .current_page_item a:visited{background:#EEEEEE; color:#000; text-decoration:none; padding:5px 10px;}
.current_page_item a:hover {background:#8E8E8E; text-decoration:none;}

/*===== CONTENT =====*/
#content { 
	float:left; 
	width:500px; 
	overflow: hidden; 
	background:#FFF; 
	margin:5px 0px 10px 5px; 
	padding:10px;
	border: 1px solid #DCDCDC;
	}

#content-top { float:left; width:490px; padding-bottom:20px;}
#content-top h2 { font-size:18pt; padding-bottom:10px; color:515151;}
#topleft{ width:300px; height:200px; margin:0px; float:left; }
#topleft .mainphoto img{ padding: 0px; border:0px solid #000000; width:300px; height:200px; }
#topleft .mainphoto a:hover{ padding: 0px; border:0px solid #000000; width:300px; height:200px; opacity:0.6; filter:alpha(opacity=60);}
#topright{ padding:0px 5px 0 10px; width:175px; float:right; font-size:10pt; }

#content-middle { float:left; width:490px; overflow: hidden; margin:0px; padding-bottom:20px; }
#content-middle h2 { font:normal 15pt; padding-bottom:10px; color:515151; }
#content-middle h3 { font:normal 15pt georgia, times; }
.midleft { float:left; width:240px; overflow: hidden; margin:0px;}
.midleft img {border: 10px solid #DAE3EB;}
.midright { float:left; width:240px; overflow: hidden; margin-left:10px; }
.midright img {border: 10px solid #DAE3EB;}

#content-bottom { float:left; width:490px; overflow: hidden; margin:0px; }
#content-bottom h2 { font:normal 15pt; padding:0 0 2px 0; margin-bottom:5px; color:515151; border-bottom: 5px ridge #EEEEEE;}
#content-bottom h3 { font:bold 9pt Verdana; padding-bottom:2px; color:515151; }
.bottomleft { float:left; width:240px; overflow: hidden; margin:0px;}
.bottomright { background:#EEEEEE; float:left; width:220px; overflow: hidden; margin-left:10px; padding:10px; font-style:italic;}
.client {float:left; margin:0 10px 0 0; border: 1px solid #C0C0C0; height:140px; width: 100px;}

.post {	margin:0; padding:0; line-height: 14pt;	}
	
.post h2{ font:normal 15pt georgia, times; }
	
.post h2 a{
	color: #CC0000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #FF3300;
	text-decoration: none;
	}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}

.readmore {  width:80px; height:20px; display: block; }
.readmore a, .readmore a:visited {
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.navigation { font-size:8pt; width:100%; float:left; margin:0; padding:0; overflow:hidden; }
.navleft { width:50%; float:left; text-align:left; margin:10px 0;}
.navright { width:50%; float:right; text-align:right; margin:10px 0px;}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

#postpage h2 {
	background: #DCDCDC;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	}
#postpage ul { border-top:1px solid #e6e6e6; margin-bottom: 10px;}
#postpage ul li { padding: 2px 0px 2px 10px; border-bottom: 1px solid #e6e6e6; list-style:none;}

/*===== LISTS =====*/
.post ul, .post ol { margin-left: 25px; padding: 0; }
.post ul { list-style-type: disc; }
.post ul ul, .post  ol ol { margin-top: 0; margin-bottom: 0; }
.post li { color: #006AAA; }
.post ul ul li { color: #006AAA; list-style-type: square;}

/*===== SIDEBAR =====*/
#sidebar {
	background:#FFFFFF;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	width: 320px;
	float: right;
	margin: 5px 5px 10px 0;
	padding: 10px 0px;
	border: 1px solid #DCDCDC;
	}

#sidebar a:link, #sidebar a:visited{ color:#006AAA; font-weight: normal; text-decoration:none; }
#sidebar a:hover{ color:#FF3300; text-decoration: none;}

#sidebar h2{
	font:bold 15px Arial, Helvetica, sans-serif;
	height: 18px;
	margin:0;
	padding:3px 0 3px 5px;
	background: #CC0000;
	border-bottom: 0px solid #142101;
	color:#FFFFFF;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 5px 0 5px;}

#sidebar img {padding: 0 0 10px 0; margin: 0;}

#sidebar ul, #sidebar ol { margin:5px 0px; padding: 0; }
#sidebar ul { list-style-type: none; }
#sidebar ul ul, #sidebar  ol ol { margin:5px 0; padding:0; }
#sidebar ul li { margin-top:0px; list-style-type: none; }
#sidebar ul ul li { margin-left:0px; line-height: 14pt; list-style-type: none; border-top: 1px solid #DCDCDC; }

#sidebar-top { width:300px; padding: 5px 10px 5px 10px; }
#sidebar-bottom { width:300px; float:left; padding: 5px 10px 5px 10px; }
#sidebar-left { width:130px; float:left; margin-top: 5px; padding:0 5px 0 10px; }
#sidebar-right { width:160px; float:right; margin-top: 5px; padding:0 10px 0 5px; }

/*===== COMMENTS =====*/

#commentform {
	background:#EEE;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DCDCDC;
	}
	
#commentform p{
	color: #000;
	padding: 5px 0px;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	background:#DDD;
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}

#respond h3 {
	background: #DCDCDC;
	font-family: Helvetica, Verdana, Arial, Sans-Serif, Times New Roman;
	font-size: 12pt;
	color: #000;
	margin: 0;
	padding: 5px 10px;
	}
	
#comment{ width:80%; }

label { height:20px;}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
#comments h3 {
	background: #DCDCDC;
	font-family: Helvetica, Verdana, Arial, Sans-Serif, Times New Roman;
	font-size: 12pt;
	color: #000;
	margin: 0;
	padding: 5px 10px;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/*===== SEARCH =====*/

#searchform{
	width: 240px;
	height: 30px;
	background: transparent url(images/searchbox.jpg) no-repeat;
	padding: 0;
	margin: 10px 0 5px 40px;
	}

#searchform input#s{
	margin:0;
	padding:6px 5px 5px 15px;
	border:0px solid #000;
	color: #CCC;
	background: transparent;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}
	
/*===== MISC =====*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /*===== optional rounded corners for browsers that support it =====*/
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blue { color: #5A8AE2; }
red { color: #FF0F00; }

.related-post { width: 90%px; background:#FFFFFF; padding: 0px; margin: 0px; border:0px solid #AACCEE;}
.related-post h3 { font-size: 12pt; padding-bottom: 5px; }
.related-post ul { border-top:1px solid #e6e6e6; margin-bottom: 10px;}
.related-post ul li { padding: 5px 0px 5px 10px; border-bottom: 1px solid #e6e6e6; list-style:none;}

.bloglist {float: left; text-align: center; width: 118px; height: 140px; margin: 2px; border: 1px solid #AAAAAA;}
.blogthumbnail {width: 114px; height: 110px; padding-top:0px; margin: 1px; border: 1px solid #AAAAAA;}
.blogname {text-align: center;}
.sikat {clear:both; padding-top:5px;}

/*===== FOOTER =====*/

#footer {
	background:url(images/footer-bg.png) repeat-x #000;
	clear: both;
	width: 100%;
	height:63px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #AAAAAA;text-decoration: none;}
#footer a:hover{color: #FFFFFF;text-decoration: none;}

/*===== ADVERTISEMENTS =====*/

.sidebar-ads-top { padding: 0px; }
.sidebar-ads-top img{ width:300px; }
.ads125 { padding: 0px 13px; }
.ads125 img{ width:125px; }
.ads125 a{ padding: 5px; }
