* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background: #FFFFFF url(images/background.gif) repeat-x 0 0;
}
a {
	color: #023878;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}
#l {
float: left;
}
#r {
float: right;
}
#c {
text-align: center;
}
#sticked{
height: 100px;
overflow-y: scroll;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
.garping,.garpinghor {
border: none !important;
}
.garping table,.garpinghor table {
border: none 0px !important;
background-color: #FFFFFF !important;
}

#wrapper {
	width: 925px;
	margin: auto auto;
	text-align: left;
}

#header {
	height: 183px;
}
	#header .pages {
		list-style-type: none;
		float: left;
	}
		#header .pages li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 2px;
			background: url(images/divider1.gif) no-repeat 0 11px;
		}
		#header .pages li a {
			display: block;
			color: #ffffff;
			text-decoration: none;
			padding: 9px 14px 10px;
		}
		#header .pages li.f {
			padding-left: 0;
			background: none;
		}
		#header .pages li.f a {
			padding-left: 0;
		}
	#header .links {
		float: right;
		padding: 9px 0 10px 20px;
		font-size: 0.9em;
		color: #ffffff;
		background: url(images/rss.gif) no-repeat 0 8px;
	}
		#header .links a {
			color: #ffffff;
			text-decoration: none;
			margin: 0 3px;
		}
	#header .logo {
		clear: both;
		float: left;
		padding: 20px 0 33px 0px;
	}
		#header h1 {
			font-size: 2.0em;
		}
		#header h1 a {
			color: #ffffff;
			text-decoration: none;
		}
		#header p {
			font-size: 0.9em;
			padding: 8px 0px;
			color: #ffffff;
		}
	#header .ad468x60 {
		float: right;
		padding-top: 20px;
	}
	#header .rss {
		float: right;
		padding-top: 25px;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 37px;
		overflow: hidden;
	}
		#header .categories li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 2px;
		}
		#header .categories li a {
			display: block;
			padding: 12px 18px;
			text-decoration: none;
		}
		#header .categories li.f {
			padding-left: 0;
			background: none;
		}
		#header .categories li.f a {
			padding-left: 0;
		}

#content {
	width: 600px;
	float: left;
	padding: 20px 0;
	text-align: justify;
}
	#featured {
		margin-bottom: 10px;
		height: 230px;
		overflow: hidden;
	}
	#content .post {
		border-top: 1px solid #CFCFCF;
		padding-top: 15px;
		margin-bottom: 10px;
	}
		#content .post img {
			float: left;
			margin-right: 10px;
			width: 200px; height: 200px;
		}
		#content .post h2 {
			font-size: 1.4em;
			margin-bottom: 10px;
		}
			#content .post h2 a {
			}
		#content .post p {
			line-height: 1.4em;
			margin-bottom: 10px;
	text-align: justify;
		}
		#content .post .details {
			padding-top: 5px;
			font-size: 0.9em;
			text-transform: uppercase;
			margin-bottom: 0;
		}
			#content .post .details a {
				text-decoration: none;
			}
	#content .postnav a {
		font-size: 0.9em;
		text-decoration: none;
		font-weight: bold;
	}
	h2.title {
		font-size: 1em;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	#content .single {
		border-top: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		padding-top: 10px;
		margin-bottom: 10px;
	text-align: justify;
	}

#content .single a.stumbleupon {
width:30px;
height:36px;
display:block;
float:left;
background-image:url(images/stumbleuponicon.png);
}

#content .single a.digg {
width:31px;
height:36px;
display:block;
float:left;
background-image:url(images/diggicon.png);
}

#content .single a.delicious {
width:35px;
height:36px;
display:block;
float:left;
background-image:url(images/deliciousicon.png);
}

#content .single a.google {
width:35px;
height:36px;
display:block;
float:left;
background-image:url(images/googleicon.png);
}

#content .single img, .post-premium img {
	float: left;
	margin: 5px 10px 5px 3px;
	width: 150px; height: auto;
	/*width: 50px; height: 50px;*/
	}

		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
	text-align: justify;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}

#sidebar {
	width: 302px;
	float: right;
	padding: 20px 0;
}
	#sidebar .box {
		background: #ffffff url(images/gradient.gif) repeat-x 0 0;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CFCFCF;
		margin-bottom: 10px;
	}
	#sidebar .box1 {
		margin-bottom: 15px;
	}
		#sidebar .box h2 {
			text-transform: uppercase;
			font-size: 0.9em;
			background: url(images/sidehead.gif) repeat-x 0 0;
			padding: 9px 10px 10px;
			margin-bottom: 10px;
		}
		#sidebar .box ul {
			list-style-type: none;
			padding: 0 10px 10px;
		}
			#sidebar .box ul li {
				padding: 3px 0;
			}
			#sidebar .box ul li a {
				color: #2A2A2A;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				font-weight: bold;
			}
		#sidebar .box .l { float: left; }
		#sidebar .box .l { float: right; }
		#sidebar .box .l, #sidebar .box .r {
			width: 125px;
			padding: 10px;
		}
			#sidebar .box .l h2, #sidebar .box .r h2 {
				font-size: 1em;
				text-decoration: underline;
				padding: 0;
				background: none;
			}
			#sidebar .box .l ul, #sidebar .box .r ul {
				padding: 0 0 10px;
			}
			#sidebar .box .l, #sidebar .box .r {
				
			}
		#sidebar .box .ads {
			text-align: center;
			padding: 0 10px 10px;
		}
			#sidebar .box .ads img {
				margin: 5px;
			}
		#sidebar .box .flickr {
			padding: 0 10px 10px;
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 5px;
			}
		#sidebar .box .video {
			padding: 0 5px 10px;
		}
		#sidebar .box .popular li {
			padding: 8px 0;
		}
		#sidebar .box .popular a {
			font-weight: bold;
			text-decoration: underline;
			color: #023878;
		}
		#sidebar .box .popular p {
			padding-top: 5px;
		}
		#sidebar form {
			width: 302px; height: 39px;
			background: url(images/search.gif) no-repeat 0 0;
			margin-bottom: 10px;
		}
			#sidebar form input {
				border: 0;
				float: left;
				width: 210px;
				margin: 12px 0 0 8px;
				background-color: transparent;
			}
			#sidebar form button {
				border: 0;
				float: right;
				text-indent: -9999px;
				width: 75px; height: 39px;
				background-color: transparent;
			}
	#sidebar .span {
		border-top: 1px solid #CFCFCF;
	}

#footer {
	clear: both;
	color: #ffffff;
	background-color: #023878;
	font-size: 0.9em;
}
	#footer p {
		width: 925px;
		margin: auto auto;
		text-align: left;
		padding: 20px 0;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

#comments {
	background: #ffffff url(images/gradient.gif) repeat-x 0 0;
	border: 1px solid #CFCFCF;
	padding: 5px 15px 15px;
	margin-bottom: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1.4em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #390102;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

.pagebar{padding: 0; text-align:right;}
.pagebar a{padding:3px 5px; margin:1px; border: 1px solid #232323; background: #232323; text-decoration:none; color:#fff;}
.pagebar a:hover{ border: 1px solid #999; background: #fff; color:#000;}
.this-page{font-weight: bold; padding: 3px 5px;border: 1px solid #999;}

.post-iklan-user-info{padding:0 !important; margin: 0 0 10px 0 !important; background:none !important;}
.post-iklan-user-info h3 {font-size: 14px;font-weight: normal; padding: 0 0 2px 0 !important; margin: 0 0 3px 0 !important; border-bottom:1px solid #ddd;}
.post-iklan-user-info p{padding: 1px 0 !important; margin: 0px !important;font-size: 12px;}

.iklan-premium{background:#F2F2F2; padding:0 0 10px 10px !important; margin-bottom:20px;}
.iklan-premium .title, .iklan-premium .entry{padding-right:10px;}
.iklan-premium .tag{padding-right:10px;}
.premium-text{text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; padding-top:5px; margin-bottom:5px;}
.premium-text span{background: #666; color:#fff; padding: 5px; font-weight:bold;}

.ads_form{text-align: left; padding:5px 1px 5px 0; background: #fff;  }
.ads_form h3 {font-size:14px;
padding:3px 3px 2px 0 !important;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-transform:uppercase;}
.ads_form table{background: #fff; width:100%; border-collapse:collapse;}
.ads_form table td{padding:0 5px 0 5px; border: 0px solid #232323; line-height:150%;}
.ads_form input{width:170px; padding: 0px;} 
.ads_form textarea{height:100px; width:170px; padding: 0px;}
.ads_form input.button{width:100px !important;}

.ads-form{text-align: left; padding: 10px; background: #fff;  }
.ads-form h3 {font-size:14px;
padding:3px 3px 3px 0 !important;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-transform:uppercase;}
.ads-form table{background: #fff; width:100%; border-collapse:collapse;}
.ads-form table td{padding:0 0px 5px 5px; border: 0px solid #232323; line-height:150%;}
.ads-form input.text{width:350px; padding: 0px; text-align: left;} 
.ads-form input.checkbox {padding: 0px; text-align: left;}
.ads-form textarea{height:250px; width:350px; padding: 0px;}
.ads-form input.button{width:100px !important;}
