/*  
Theme Name: For ikonek dot net
Theme URI: http://www.ndokceplok.com/
Author: ndokceplok
Author URI: http://www.ndokceplok.com/
css latihan membuat tampilan wordpress
*/


body {
	margin: 17px auto;
	font-size:80%;
	font-family: "Trebuchet MS";
	line-height: 14px;
	background:#f0f0f0 url(img/bg.gif) repeat-x;
}

a img {border:none;}

a {
color:#3a9dff;
font-weight: bold;
text-decoration: none;
}

a:hover {text-decoration: underline;}

h2, h2 a {
	margin: 0 0 5px 0;
	color: #666;
	font-family: Arial;
	font-size: 110%;
	font-weight: lighter;
}

#page {
	display: block; 
	width:996px; 
	margin:0px auto;
}

#header {
	margin: 0 0 10px 0;
	height: 130px;
	margin: 0 0 0 300px;
}

.headerimg{
	position: absolute;
	float: left;
	margin: -38px 0 0 -460px;
}

.rsshead{
	position: absolute;
	margin: -52px 0 0 900px;
}

#menu{
	margin: 30px 0 0 -340px;
}

#menu ul li{
	display: inline;
	margin-right: 20px;
}

#atas{
	margin: 0 0 10px 0;
	display: block;
	height: 230px;
}

#kolomanatas{
	height: 180px;
	overflow: hidden;
}

#kolomanatas h2, #kolomanatas h2 a {
	color: #000;
}

#content {
	width: 660px;
	float: left;
}

#contentbawah {
	width: 660px;
	float: left;
	padding: 3px 0px 10px 0px;
}

#koloman h2, #koloman h2 a {
	font-family: Arial;
	margin: 8px 0 3px 0;
	color: #000;
	font-weight: bold;
}

#news{
	margin: 15px 0 0 0;
}

img.kiri{
	float:left;
	margin-right: 15px;
	max-width: 150px;
	max-height: 120px;
	
}

#blogprint{
	width: 260px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}

img.blogprint{
	max-width: 260px;
	max-height: 160px;
}

img.net{
	margin: 0 0 20px 0;
}

img.boy{
	margin: 0 0 10px 0;
}

#kolomkiri{float: left; width: 310px;}

#kolomkanan{ float: right; width: 310px;}

#koloman, #kolomanatas {
	background: #fff;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

#koloman{
	margin-bottom: 10px;
	line-height: 18px;
}

/* SIDEBAR */
#sidebar {
	width: 300px;
	float: right;
}

#both {
	clear: both;
}

#footer {
	margin: 30px 0 10px 0;
	text-align: center;
	font-size: 90%;
}

#sidebar h4{
	margin: 0;
}

#sidebar ul{
	margin: 0 0 20px -40px;
}

#sidebar ul li{
	list-style: none;
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 40px;
	width: 255px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #fff url(img/komen.png) no-repeat;
}

/*ADVERTISING */
#advertising{
	margin-top: -5px;
}
#advertising h4{
	margin-bottom: 4px;
}
img.advertising {
	width: 125px;
	height: 125px;
}

/*search form */
#searchform {
	margin: 6px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 170px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #999999;
	background: #fff url('images/search-area-bg.jpg') repeat-x;
	margin-left: 0px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #3a9dff;
	border: none;
	width: 80px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/*tool tip */
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: -148px;
	left: -10px;
	width: 220;
	padding: 5px;
	z-index: 100;
	background: #3a9dff;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
	margin-left:15px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #b2e0fd;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	margin-left:15px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#d6f5fe;
	border: 1px solid #b2e0fd;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 320px;
	height: 125px;
	background:#d6f5fe;
	border: 1px solid #b2e0fd;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.jpg) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
#commentleft {float:right;}
#commentright {float:left;}

.navigation {
	padding: 10px 0px;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

#kolomanads {
	margin-bottom: 10px;
	background: #fff;
}

img.cornermore {
	position: absolute;
	margin: -15px 0 0 562px;
	float:right;
}

img.cornermorebot {
	position: absolute;
	margin: -15px 0 0 213px;
	float:right;
}

#shield{
	background: url(img/bgiphone.gif) no-repeat;
	width: 303px;
	height: 35px;
	padding-top: 45px;
	padding-left: 97px;
	float: right;
	display: block;
	text-align: center;
}