/*  

Theme Name: Adi Hadean

Theme URI: http://adihadean.ro

Description: Adi Hadean is a clean layout that build with 3 Columns Layout and extra footer.
Version: 1.0
Author: Kislaki Ruben
Author URI: http://ruben.kislaki.net/
Tags: three-columns,fixed-width, orange, green,threaded-comments,right-sidebar



	This theme was designed and built by Kislaki Ruben based on Padangan,
	whose blog you will find at http://www.ruben.kislaki.net
	Crafted on 21 May 2009
	Last Edit: 21 May 2009 04:36  +2 GMT

	The CSS, XHTML and design is released under a GPL:http://www.opensource.org/licenses/gpl-license.php

*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}

*
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

img.centered {
	text-align: center;
}

img.alignright {
	float: right;
	margin: 0 0 4px 4px;
}

img.alignleft {
	float: left;
	margin: 0 4px 4px 0;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.entry p {
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:10px;
	font-size:13px;
}

p
{
	line-height: 1.6em;
}

dl
{
	margin: 1em 0;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 0.5em;
	padding: 0;
}



hr
{
	display: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

a
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #666;
}

a:hover, a:active
{
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, Sans-Serif;
}



/* Etc
******************** */
br.clear {
	clear: both;
}



/* Design 
******************** */
#page {
	text-align: left;
	width: 970px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	margin-top:40px;
}

#sub-page {

}

#pager {
	height:280px;
}



#pager h1 {
	margin:0 auto;
	height:40px;
	float:left;
}



#pager h1 a {
	display:block;
	height:35px;
	color: #8ab622;
	font-size: 38px;
	float:left;
	text-align:left;
}



#pager .description {
	color:#8ab622;
	font-size:32px;
	float:left;
	height:32px;
	margin-top:6px;
}



#pager #title {
	width:970px;
	height:55px;
	margin:20px auto 0px auto;
}

	#headr {

		height: 200px;

		padding: 0;

		margin-top: 10px;

		text-align:left;

		position: relative;

		background:url(images/header.jpg) no-repeat;

	}

	#headr #logr {

		display: block;

		position: absolute;

		left: 0;

		top: -40px;	

		width: 600px;

		height: 40px;

	}

	#headr .search {

		position: absolute;

		top: 10px;

		right: 0;

	}

#cari-padangan {
	position: relative;
	height: 65px;
	margin: 0 0 10px 0;
}

#cari-padangan #s {
	border-top: 2px solid #FF6600;
	border-left:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	border-right:1px solid #FF6600;
	padding: 5px;
	margin-bottom: 8px;
	width: 173px;
}

#cari-padangan #s:focus, #cari-padangan #s:hover {
	padding: 5px;
}

#cari-padangan #searchsubmit {
	position: absolute;
	right: 2px;
	bottom: 0;
	padding: 3px 10px;
	background: #ff6600;
	color: #fff;
	border: 2px solid #cf5300;
	border-top: 2px solid #ff8e42;
	border-left: 2px solid #ff8e42;
	margin-right: 10px;
}



#content-wrap {

	float: left;

	width: 100%;

}



#content {

	margin: 0 450px 0 0;

}

.side1 {
	width: 195px;
	float: left;
	margin-left: -430px;

}

.side2 {
	width: 210px;
	float: left;
	margin-left: -210px;
	}



#footer {
	width: 970px;
	border-top: 2px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	margin: 0 auto 20px;
	padding: 4px 0;
	text-align: left;
	position: relative;
}

	#footer a {
		text-decoration: underline;
	}

	#footer .right {
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		padding: 4px 0;
	}

	.rss {

	background: url(images/ico/feed-icon-10x10.png) left center no-repeat;

	padding-left: 12px;

}



#navr {
	width: 970px;
	height:25px;
	margin:0 auto;
	#position:absolute;
	#margin-left:-960px;
}



#headr{
	position: relative;
	width: 970px;
	margin: 0 auto;
	}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
}	

	.menu li {

	float: left;

	position: relative;

	text-align: center;

	margin-left: 20px;

	}

	.menu li  a{

	padding: 4px 10px;

	color: #ff6600; /*0063DC */

	border-right: solid 1px #ff6600; 

	border-left: solid 1px #ff6600; 

	border-bottom: solid 1px #ff6600; 

	display: block;

	border-top: 1px solid #fff;

	}

	.menu li  a:hover{

	color: #ff6600;

	border-right: solid 1px #ff6600; 

	border-left: solid 1px #ff6600; 

	border-bottom: solid 1px #ff6600; 

	border-top: solid 1px #ffc197; 

	background: #ffc197;

	}

	.menu li.current_page_item  a{

	background: #ff6600;

	color: #fff;

	border-right: solid 1px #ff6600; 

	border-left: solid 1px #ff6600; 

	border-top: solid 1px #ff6600; 

	border-bottom: solid 1px #ff6600; 

	}



.post {

	border-bottom: 1px solid #ff6600; /*3AA0B9*/

	padding-bottom: 10px;

	margin-bottom: 30px;

}



.post h2	{
	font-size: 24px;
	letter-spacing:-1px;
	line-height:36px;
	background:#ff6600;
	padding:0 0 0 10px;
	color:#FFF;
}

	.post h2	 a {
		color: #fff;
	}

	.post h2	 a:hover {
		text-decoration:none;
	}

	.post ol, .post li, .archives ol, .archives li {

		margin-left: 30px;

	}

	.wp-pagenavi {

		margin-bottom: 20px;

	}

.post h2 span {

	color: #ff6600;

}



.entry {

	margin-top:20px;

}

.post .entry a:link, .post .entry a:visited {

	text-decoration: underline;

}

.post .entry a:hover {

	color: #ffb07c;

}



.post h2:hover span {

	color: #ffb07c;

}

	.postmetadata {

		color: #50392a;

		width: 510px;

		position: relative;

		background:#ffb07c;

		border-bottom:1px solid #ff6600;

		padding-left:10px;

	}

	.postmetadata  a{

		color: #010100;

		text-decoration: underline;

	}

	.postmetadata a:hover {

		color: #000;

		text-decoration: none;

	}

	.commr {

		position: absolute;

	}

	.commr a:link, .commr a:visited {

		color: #010100;

		text-decoration: none;

	}

	.commr a:hover {

		text-decoration: underline;

	}

	

	pre {

	width: 98%;

	overflow:auto;

	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;

	color: #629E31;

	max-height: 350px;

	line-height: 18px;

	margin: 10px 0;

	border: 1px solid #A4BD2D;

	padding: 5px;

	background: #DEF6AF;

	}



	code, kbd {

	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;

	color: #629E31;

	padding: 2px;

	}

	

	.codesnip-container {

	border:1px solid #A4BD2D; background:#A4BD2D; padding: 5px;margin:10px;

	}

	blockquote

{

	background: url(images/blockquote.gif) no-repeat left top;

	color: #666;

	margin: 1em;

	padding: 0 0 10px 50px;

}

	.related ul {

		margin-left: 20px;

	}

	

.list-themes {

list-style: none;

margin: 0;

padding: 0;

}

.list-themes li{

float: left;

padding-right: 10px;

margin-bottom: 10px;

}

.list-themes li img{
border: 1px solid #ccc;
padding: 5px;
}	

	

.side1 ul, .side2 ul {
	list-style: none;
	margin-bottom:10px;
}


.side1 ul li, .side2 ul li {
	margin-bottom:20px;
}

.side1 ul li ul li, .side2 ul li ul li {
	margin-bottom:0px;
}

	.side1 a {
		color: #666;
		display:block;
		background:#ffddc7;
		border-bottom:1px solid #fff;
		padding:5px 0 5px 10px;
	}

	

	.side2 a {
		color: #666;
		display:block;
		border-bottom:1px solid #fff;
		padding:1px 0 1px 5px;
	}

	.side1 a:hover {
		background: #ff6600;
		color: #fff;	
	}

.side1 .gap {

	margin: 0 0 0 10px;

}

.side2 .gap {

}

	.gap2 {

		margin-bottom: 10px;

	}

.side1 .boxr, .side2 .boxr, .side1 .linkcat, .side2 .linkcat {

	margin-bottom: 20px;

}

.side1 h2, .side2 h2 {

	color: #78ab00;

	border-bottom: 1px solid #ff6600;

	font-size: 1.4em;

}

          .box-ad {

          	margin: 0;

          	overflow: hidden;

          	padding: 0;

			width: 100%;

          	text-align: center;

          	list-style: none;

                    font-size: 0.9em;

          }

          

          .box-ad li {

          	float: left;

          	padding: 0;

          	display: inline;

          }

          .box-ad li a {

               text-decoration: underline;

          }

          .box-ad img {

          }



/* clearfix */

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */



.stats {

	border-top: 1px solid #333;

	border-bottom: 1px solid #333;

	font-size: .9em;

	color: #333;

}

.extra-footer { 

	width: 100%;  

	float: left; 

	padding: 10px 0px;

	background: #ffdbc4;

}

.extra-footer2{ 

	margin-top: 10px;

	width: 100%;  

	float: left; 

	border-top: solid 1px #ff6600;  

}

.extra-one { 

	width: 950px;

	text-align: left;

	margin: 0 auto;

	padding-left: 20px;

}



.extra-one .inner { 

	width: 218px; 

	float: left;}

.extra-one .inner h3, .extra-one h2 { 

	font-size: 17px; 

	margin: 0px; 

	color:#ff6600; 

	letter-spacing: -1px; 

	padding-bottom: 2px; 

	border-bottom: 1px solid #ff6600; }

.extra-one .inner ul { 

	margin: 0px; 

	padding: 10px 0px 0px 0px;}

.extra-one .inner li { 

	display: block; 

	color:#333; 

	margin: 0px; 

	padding: 2px 0px 3px; 

	list-style-type: none; 

	}

.extra-one .inner li a { 

	font-weight: normal; 

	color:#666666;

	}

.extra-one .inner li a:hover { 

	text-decoration: underline;

	color: #000;

	}

	

.info-rss {

	background: #DEF6AF url(images/bg/bg-rssinfo.gif) no-repeat right top;

	padding: 10px;

	border: 1px solid #629E31;

}	

	.info-rss a {

		color: #40760E;

		font-size: 1.5em;

	}



.navigation {
	margin: 10px 0;
	width: 520px;
}

.navigation a
{
	color: #666;
}

.navigation .alignleft
{
	float: left;
	width: 50%;
}

.navigation .alignright
{
	float: right;
	text-align: right;
	width: 50%;
}	

h2.pagetitle, h3#comments, h3#respond, h3.titles, .related h3 {

	color: #78ab00;

	border-bottom: 1px solid #E6B715;

	margin-bottom: 10px;

}	

	.advertisement h3 {

		border-bottom: 1px solid #ccc;

	}

	.advertisement a {

		text-decoration: underline;

	}

	.advertisement a:hover {

		text-decoration: none;

	}



input#addcommentbutton {

	background: #666;

	border: 2px solid #999;

	padding: 4px 10px;

	color: #efefef;

	border-right: 2px solid #333;

	border-bottom: 2px solid #333;

}

input#addcommentbutton:hover, input#addcommentbutton:focus {

	background: #333;

	border: 2px solid #000;

	padding: 4px 10px;

	color: #fff;

	border-right: 2px solid #666;

	border-bottom: 2px solid #666;

}



#content .commentsfeedr

{

	background: url(images/ico/feed.gif) no-repeat left center;

	padding: 2px 0 2px 20px ;

}

#content .trackbackr

{

	background: url(images/ico/arrow_refresh.png) no-repeat left center;

	padding-left: 20px;

}

input.textbox, textarea

{

	background: #fff url(images/shadow_top.gif) repeat-x top;

	border: #ccc 1px solid;

	font: 1em Verdana, Arial, Serif;

	padding: 2px;

}

input.textbox:focus, textarea:focus

{

	background: #fff url(images/shadow_top.gif) repeat-x top;

	border: #999 1px solid;

}

textarea#comment {

	width: 500px;

}



#submit, .do-comment, .cancel-comment

{

	padding: 3px 5px;

}

#submit, .do-comment {

	background: #ff6600;

	color: #fff;

	border: 2px solid #cf5300;

	border-top: 2px solid #ff8e42;

	border-left: 2px solid #ff8e42;

	margin-right: 10px;

}

input.cancel-comment {

	background: #BC1431;

	color: #fff; 

	border: 2px solid #8E0F25;

	border-top: 2px solid #EC4A66;

	border-left: 2px solid #EC4A66;

}

.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}

.commentmetadata {
	font-size: 10px;
}

.alt

{

	background: #f9f9f9;

}

.MyAvatars

{

	border: 1px solid #ccc;

	border-bottom: 1px solid #999;

	border-right: 1px solid #999;

	float: right;

	margin-left: 5px;

	margin-right: 10px;

	padding: 3px;

}

.donate {

	padding: 10px;

	background: #efefef;

	border: 1px solid #ccc;

}

.donate h3 {

	margin: 0;

	padding: 0;

	border-bottom: 1px solid #ccc;

	margin-bottom: 10px;

}

.donate p {

	margin: 0;

	padding:0;

}

.donate span {

	float: right;

}



/* AdSense

********************* */

.ads726_link {

	margin-bottom: 10px;


}

.ad-right {

	float: right;

	padding-left: 10px;

}

.ad-left {

	float: left;

	padding-right: 10px;

}

.ads726 {

	float: right;

	margin-top: 10px;

}

.ads468 {

	text-align: center;

}

.review-me {

margin-top: 20px;

}



img.wp-smiley { 

   vertical-align: -25%; 

}



.wbucks-300 {

margin-bottom: 20px;

}





.avatar {

	float: right;

	margin-left: 10px;

}

.trackbacklist {

	margin-left: 20px;

}

.commentlist .children {

	margin-left: 30px;

}





/* Begin Images */
p img {
	padding: 0;
	max-width: 400px;
	border: 1px solid #666;
	padding: 2px;
	margin: 10px 0 10px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

	}

/* End Images */



/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-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;

}

/* End captions */



/* Change Logs ****

1.0	: First Public Released

1.1 : Fix Widget Problem

1.2 : Fix Search Page

1.3 : Fix Navigation Bar

1.4 : Fix Images Post and compability with WordPress 2.6

1.5 : Add WP-Caption, Support Threaded Comment (WordPress 2.7), Fix Menu, and many more 

*** */

/* Styling twitter */
.toptwittermsg{
	width:210px;
	font:normal 8pt Arial, Helvetica, sans-serif;
}
.toptwittermsg ul li{
	list-style:none;
margin-bottom:4px !important;
}
.toptwittermsg span a{
display:inline;
padding:0;
}
/* End styling twitter */

#leaderboard {display:block;width:970px;height:90px;margin:20px auto 0;padding:4px 0 6px;background:#fff0e5;border:1px solid #FFB07C;}
#leaderboard img {border:1px solid #000;}

.facebook-like {border-bottom:1px solid #FF6600; padding-bottom:26px; margin-bottom:20px;}

/* Sponsori MUSON */
#sponsori_muson a, #sponsori_muson img {margin:0 !important; padding:0 !important;}
#sponsori_muson a {width:84px; height:24px; display:inline-block;}
#sponsori_muson p {display:block; border-bottom:1px solid #FEAF7C;}
#sponsori_muson p span {background: #FEAF7C; text-transform:uppercase; color:#fff; font-size:10px; padding:1px 2px; line-height:14px;}
#sponsori_muson img {border:1px solid #FEAF7C; display:inline-block; }
#sponsori_muson a:hover img {border-color:#FF6507;}

