/*
Theme Name: AdsenseHunter
Theme URI: http://wordpress.org
Description: Wordpress Themes Optimized for Adsense.
Version: 0.0.3
Author: FrozenFlame
Author URI: http://dciptadi.blogspot.com
*/


/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }
/************************************************************/


div#container {
	width: 910px;
	margin: 0 auto;
	/*biar ada jarak dari atas sedikit*/
	margin-top: 10px;
}
body {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #EBEFF9;
}
a {
	color: #2244BB;
}
p {
	margin: 10px;
}

/*Header*/
div#header {
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	background: #C2CFF1;
}
div#header h1{
	font-size: 2.3em;
	margin-top: 20px;
}
div#header a{
	text-decoration: none;
}
div#between1{
	height: 10px;
	background: #FFF;
}
div#addmenu {
	height: 20px;
	padding-left: 20px;
	background: #FFF;
}

/*Content*/
div#wrapper{
	float:left;
	width:100%;
	background: #FFF;
}
div#content{
	line-height: 1.6em;
	margin-right: 380px;
	background: #FFF;
}
div#content .post h2{
	font-size: 1.3em;
	padding-left: 10px;
}


div#content .archieve h3,a{
	/*untuk Archieve nih*/
	padding-left: 10px;
}
.navigation {
	/*untuk Archieve nih*/
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	}
.alignright {
	/*untuk Archieve nih*/
	float: right;
	}

.alignleft {
	/*untuk Archieve nih*/
	float: left
	}


div#content .post h2 a{
	text-decoration: none;
}
div#content .post .entry{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	text-align: justify;
}
div#content .post .entry .content-footer{
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
div#content .post .entry .content-footer a{
	font-weight: normal;
}
div#content .post .entry .content-footer .comm-count {
	padding-left: 18px;
	background: url(images/comment.png) no-repeat left center;
}

div#content .post .comment-area{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	text-align: justify;
}
div#content .post .comment-area #respond{
	margin-top: 30px;
}


/*Space 1*/
div#space1 {
	float:left;
	height:100px;
	width:370px;
	background: #E2FFE4;
	margin-left:-380px;
}
div#space1 img{
	margin-left: 10px;
}

/*Sidebar 1*/
div#sidebar1 {
	float: left;
	width: 180px;
	background: #FFFFCC;
	margin-top: 105px;
	margin-left: -380px;
	padding: 0px 0px 5px 5px; /*top right bottom left, padding left ditambah width juga bertambah...*/
}
/*biar menunya rapih*/
div#sidebar1 h2{
	margin: 10px 0 0;
}
/*biar menunya rapih*/
div#sidebar1 ul li ul li{
	padding-left: 5px;
}

div#sidebar2 {
	float: left;
	width: 175px;
	background: #F0F6FB;
	margin-top: 105px;
	margin-left: -190px;
	padding: 0px 0px 5px 5px; /*top right bottom left, padding left ditambah width juga bertambah...*/
}

/*biar blend sama adsense*/
div#sidebar2 a{
	font-size: 0.9em;
	font-weight: bold;
}

/*biar menunya rapih*/
div#sidebar2 h2{
	margin: 10px 0 0;
}
/*biar menunya rapih*/
div#sidebar2 ul li ul li{
	padding-left: 5px;
	margin-top: 5px;
}

div#footer {
	text-align: center;
	clear: left;
	width: 100%;
	background: #C2CFF1;
}






/*Comment*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
