/* <copyright>

Author:
   Moch. Zamroni
   http://www.icreativelabs.com/ 
Roles:
   Image Slice, xHTML and CSS Design, Cross Browsing
Project Initiatior:
   iCreativeLabs
   http://www.icreativelabs.com/

</copyright> */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* etc */
body{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.w950{
	display: block;
	width: 950px;
	margin: auto;
}
/* header */
.header{
	display: block;
	margin: 0;
	height: 120px;
	background: url(../images/bg_header.gif) repeat-x top left;
}
.header h1{
	position: absolute;
	margin: 21px 0 0 0;
}
.header h1 a{
	text-indent: -5000px;
	display: block;
	height: 76px;
	width: 444px;
	background: url(../images/logo.png) no-repeat top left;
}
.header h2{
	display: none;
}
.header img.logo{
	position: absolute;
	margin: 32px 0 0 0;
}
.header img{
	float: right;
	margin: 27px 10px 0 0;
}
/* topmenu */
.topmenu{
	display: block;
	height: 40px;
	background-color: #01182C;
	color: #fff;
	text-transform: uppercase;
	font: normal 11px/40px Arial, Helvetica, sans-serif;
}
.topmenu ul{
	display: block;
	margin: auto;
	width: 950px;
	list-style: none;
}
.topmenu li{
	float: left;
	display: inline;
}
.topmenu li a{
	color: #fff;
	padding: 3px 7px;
	margin: 0 10px 0 0;
}
.topmenu li a:hover,
.topmenu .on a{
	background: url(../images/bg_menuon.gif) repeat-x top left;
	text-decoration: none;
}
/* mainbar */
.mainbar{
	display: block;
	float: left;
	width: 650px;
	margin: 10px 0;
}
/* feat */
.feat{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.feat h3{
	color: #0099cc;
	font: normal 22px "Myriad Pro", "Lucida Sans Unicode", Arial;
}
.mid{
	margin: 0 25px;
}
.feats{
	width: 200px;
	float: left;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
}
.cats{
	margin: 0 0 7px 0
}
.cats a,
.comen a{
	color: #0099cc;
}
.cats a:hover{
	color: #cc0000;
}
a.ball{
	display: block;
	width: 28px;
	height: 22px;
	background: #fff url(../images/ico_comment.png) no-repeat 5px;
	padding: 0 0 0 22px;
	line-height: 22px;
	color: #333;
	position: absolute;
	margin: -23px 0 0 150px;
}
a.ball:hover{
	color: #fff;
	background-color: #cc0000;
	text-decoration: none;
}
.auth{
	color: #999;
	line-height: 20px;
}
.feats h4{
	font: normal 18px/20px Arial, helvetica;
}
.feats h4 a{
	color: #000;
}
.feats h4 a:hover{
	color: #0099cc;
}
/* content */
.content{
	display: block;
	width: 660px;
	margin: 15px 0;
}
/* mainin */
.mainin{
	width: 440px;
	float: left;
	border-right: 1px solid #ddd;
}
.mainin h3{
	font: normal 22px "Myriad Pro", "Lucida Sans Unicode", Arial;
	color: #999;
}
.mainin h3.blue{
	color: #0099cc;
}
/* blog */
.blog{
	display: block;
	width: 426px;
	border-bottom: 1px dotted #aaa;
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
}
.blog .thumb{
	width: 72px;
	float: left;
	color: #ff0000;
	text-align: right;
}
.blog .desc{
	font: normal 11px/17px arial, helvetica;
	width: 340px;
	float: right;
}
.blog h2{
	font: normal 18px/22px arial, helvetica;
	color: #000;
}
.blog h2 a{
	color: #000;
}
.blog a:hover,
.blog .etc a:hover{
	color: #0099cc;
}
.blog .etc{
	font: normal 10px/15px arial, helvetica;
	color: #999;
}
.blog .etc a{
	color: #666;
}
.etc span{
	color: #0099cc;
}
/* icocol */
.icocol span{
	margin: 10px 10px 10px 0;
	float: left;
}
.icocol span a{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -5000px;	
}
.icocol .col1{
	background: url(../images/ico_col1.gif) no-repeat bottom;
}
.icocol .col1:hover,
.icocol .on .col1{
	background: url(../images/ico_col1.gif) no-repeat top;
}
.icocol .col2{
	background: url(../images/ico_col2.gif) no-repeat bottom;
}
.icocol .col2:hover,
.icocol .on .col2{
	background: url(../images/ico_col2.gif) no-repeat top;
}
/* cate */
.cate h3{
	border-bottom: 1px solid #ddd;
	font: normal 28px arial, helvetica;
	letter-spacing: -2px;
	color: #666;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.cate .blog{
	border: 0px;
	width: auto;
}
.cate .blog .desc{
	width: 88%;
}
/* cate2 */
.cate2 .blog{
	border: 0px;
	width: 300px;
	margin-right: 20px;
	float: left;
}
.cate2 .blog .thumb{

}
.cate2 .blog .desc{
	width: 220px;
}
/* post */
.post{
	font: normal 12px/18px arial, helvetica;
	border-bottom: 0px;
}
.post p{
	margin: 0 0 15px 0;
}
.post a{
	color: #0099cc;
}
.post h4{
	font: bold 14px arial, helvetica;
}
.post .etc{
	margin: -10px 0 15px 0;
}
.post .etc h2{
	font: bold 28px arial, helvetica;
	letter-spacing: -1px;
}
.tag{
	font-size: 11px;
	color: #999;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 5px 0;
}
/* share */
.share{
	display: block;
	background: url(../images/berbagi.png) no-repeat top left;
	height: 185px;
	width: 387px;
	margin: 20px auto;
}
.share ul{
	list-style: none;
	padding: 120px 0 0 0;
}
.share h1,
.share h2{
	display: none;
}
.share li{
	display: inline;
	margin: 0 7px;
}
.advshare{
	text-align: center;
}
/* break */
.break{
	background-color: #ddd;
	margin: 20px 0;
	height: 1px;
	border: 0px;
}
/* comen */
.comen li p{
	font: normal 11px/17px arial, helvetica;
	margin: 10px 15px 10px 0;
}
.comen ol{
	list-style: decimal;
	font-weight: bold;
	margin: 0 0 0 20px;
}
.comen ul{
	list-style: none;
	margin: 0 0 0 20px;
}
.whokom{
	display: block;
	height: 30px;
	background-color: #F5F5F5;
	margin: 20px 15px 0 0;
	font: normal 10px/30px arial, helvetica;
	color: #999; 
}
.yang{
	background-color: #DEF2FA;
}
.whokom img{
	float: left;
	margin: 0 10px 0 0;
}
.whokom .name a{
	font: bold 12px arial, helvetica;
	color: #000;
}
.whokom .name{
	font: normal 11px/30px arial, helvetica;
}
.whokom .rply{
	float: right;
}
.whokom .rply a{
	display: block;
	height: 20px;
	width: 40px;
	background: url(../images/reply.png) no-repeat;
	margin: 4px 10px ;
	text-align: center;
	line-height: 20px;
	font-size: 9px;
	color: #666;
}
.whokom .rply a:hover{
	color: #0099cc;
}
/* form */
.form{
	display: block;
	width: 420px;
	background-color: #02458E;
	border: 7px solid #D5DFEC;
	margin: 30px 0 10px 0;
	color: #fff;
}
.form form,
.form2 form{
	margin: 15px;
}
.form h2{
	display: block;
	height: 24px;
	width: 237px;
	background: url(../images/post_comment.png);
	text-indent: -5000px;
	margin: 0 0 20px 0;
}
.form label{
	font-weight: bold;
}
.form input,
.form textarea,
.form2 input,
.form2 textarea{
	padding: 2px 5px;
	display: block;
	width: 375px;
	margin: 5px 0 0 0;
	font: normal 12px arial, helvetica;
}
.form textarea{
	height: 160px;
}
.form button,
.form2 button{
	display: block;
	height: 32px;
	width: 190px;
	background: url(../images/bt_submit.png);
	border: 0px;
	text-indent: -5000px;
	cursor: pointer;
}
/* form2 */
.form2 .x{
	float: right;
}
.form2{
	display: block;
	border: 1px solid #ccc;
	margin: 0 15px 0 0;
	background-color: #F9F9F9;
}
.form2 h2{
	color: #999;
	font: normal 18px "Myriad Pro", "Lucida Sans Unicode", Arial;
	margin-bottom: 10px;
}
.form2 input,
.form2 textarea{
	padding: 3px 5px;
	display: block;
	width: 360px;
	margin: 2px 0 -5px 0;
	font: normal 12px arial, helvetica;
	border: 1px solid #ddd;
}
.form2 textarea{
	height: 130px;
}
.form2 button{
	height: 30px;
	width: 150px;
	background: url(../images/sbt_reply.png);
}
/* pingb */
.sidein .pingb a{
	color: #0099cc;
}
.sidein .pingb .black{
	color: #333;
}
.pingb ul{
	margin: 0 0 20px 15px;
	list-style: url(../images/ico_ping.gif);
}
.pingb li{
	margin: 7px 0;
}
/* pagenavi */
.wp-pagenavi{
	display: block;
	text-align: center;
	margin: 25px 0 0 0;
}
.wp-pagenavi span,
.wp-pagenavi a{
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 7px 10px;
	margin: 0 2px;
	color: #666;
}
.wp-pagenavi a:hover{
	border: 1px solid #02458F;
	text-decoration: none;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .current{
	color: #fff;
	background-color: #02458F;
}
/* sidein */
.sidein{
	display: block;
	width: 200px;
	float: right;
	margin: 0 10px 0 0;
}
.sidein h3{
	font: normal 22px "Myriad Pro", "Lucida Sans Unicode", Arial;
	color: #0099cc;
	letter-spacing: -1px;
}
.sidein .grey{
	color: #999;
}
.sidein hr{
	background-color: #ddd;
	margin: 10px 0 10px -10px;
	height: 1px;
	border: 0px;
}
.sidein a{
	color: #333;
}
.sidein a:hover{
	color: #0099cc;
}
/* who */
.who p{
	font: normal 11px/17px arial, helvetica;
	color: #666;
}
.who strong{
	color: #000;
}
.who span,
.who a{
	color: #0099cc;
}
.who img{
	float: left;
	margin: 10px 5px 5px 0;
}
.who .penulis{
	margin: 35px 0 0 0;
}
/* komik */
.sidein .komik h3{
	color: #999;
}
.komik img{
	margin: 10px 0 0px 0;
}
.komik ul{
	list-style: none;
}
/* rec */
.rec li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
	color: #666;
}
.rec .no{
	border-bottom: 0px;
}
.rec a{
	font-weight: bold;
}
.rec span{
	font-size: 10px;
	color: #999;
}
.rec .blue{
	color: #0099cc;
}
.rec .vatar{
	width: 50px;
	float: left;
}
.rec .com{
	float: left;
	margin: 0 0 0 10px;
	width: 138px;
}
/* sidebar */
.sidebar{
	display: block;
	float: right;
	width: 280px;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.search{
	display: block;
	width: 260px;
	margin: 10px;
}
.search input{
	height: 18px;
	width: 178px;
	padding: 0px;
	border-top: 1px solid #474747;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #474747;
	padding: 5px;
}
.search button{
	display: block;
	cursor: pointer;
	height: 30px;
	width: 60px;
	float: right;
	text-indent: -5000px;
	background: url(../images/bt_search3.gif) top;
	border: 0px;
}
.search button:hover{
	background: url(../images/bt_search3.gif) bottom;
}
/* rss */
.rss{
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.rss h3{
	display: block;
	text-indent: -5000px;
	background: url(../images/btn_rss2.png) no-repeat;
	height: 80px;
	width: 260px;
	margin: 10px;
}
.rss img.reader{
	position: absolute;
	margin: -50px 0 0 80px;
}
.rss img.rssico{
	position: absolute;
	margin: -90px 0 0 185px;
}
/* adv */
.adv{
	line-height: 0px;
	padding: 0 0 5px 0;
}
.adv .advlink a{
	text-decoration: underline;
	font-weight: normal;
	color: #999;
	text-align: right;
	display: block;
	padding: 10px 10px;
}
.adv .advlink a:hover{
	color: #0099cc;
}
.adv img{
	margin: 5px 10px;
}
.adv img.a2{
	margin: 5px 0px 5px 10px;
}
.adv img.a3{
	margin: 5px 0px 5px 7px;
}
/* mod */
.mod{
	border-top: 1px solid #ccc;
	padding: 0 0 5px 0;
}
.mod h3{
	color: #999;
	font: normal 18px "Myriad Pro", "Lucida Sans Unicode", Arial;
	margin: 10px;
}
.mod img{
	margin: 0 10px;
}
.min{
	margin-top: -8px;
}
.min2{
	margin-bottom: -8px;
}
.min3{
	margin-top: -5px;
}
.cloud{
	margin: -10px 10px 10px 10px;
}
.cloud a{
	color: #333;
}
.cloud a:hover{
	color: #0099CC;
}
/* footer */
.footer{
	display: block;
	background: #02458F url(../images/bg_bluebar.gif) repeat-x top left;
	/* height: 360px; */
	margin-top: 20px;
}
.footer h3{
	color: #B3C7DD;
	font: normal 18px/40px "Myriad Pro", "Lucida Sans Unicode", Arial;
	padding-left: 10px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #00ccff;
}
.colfo1,
.colfo2,
.colfo3{
	width: 315px;
	float: left;
	display: block;
	min-height: 360px;
}
.colfo1{
	background: url(../images/bor_ver.gif) repeat-y right top;
	color: #fff;
}
.colfo1 img{
	margin: 20px 0;
}
.colfo1 p{
	margin: 0 20px 0 10px;
	font: normal 12px/22px arial, helvetica;
}
.colfo2{
	width: 320px;
	color: #fff;
}
.colfo2 li{
	list-style: none;
}
.colfo2 p{
	margin: 20px;
}
.colfo2 img{
	margin: 5px 5px 5px 0;
}
.colfo2 .r{
	text-align: right;
	display: block;
	margin-right: 40px;
}
.colfo2 a,
.form a{
	color: #00ccff;
}
.colfo3{
	background: url(../images/bor_ver.gif) repeat-y left top;
}
.colfo3 ul{
	list-style: none;
	margin: 15px 0 0 15px;
	width: 295px;
}
.colfo3 li{
	border-bottom: 1px dotted #0099CC;
	font: normal 12px/31px arial, helvetica;
}
/* bot */
.bot{
	display: block;
	height: 60px;
	background: url(../images/bg_bot.gif) repeat-x;
	color: #fff
}
.bot a{
	color: #fff;
	font-weight: bold;
}
.bot a:hover{
	color: #0099cc;
}
.bot p{
	text-align: center;
	line-height: 60px;
}
/* tabs */
.tabs{
	margin-top: 15px;
}
.tabs li{
	list-style: none;
}
#first,
#second,
#third{
	background-color: #D6EFF8;
	padding: 10px;
}
#first li,
#second li,
#third li{
	border-bottom: 1px dotted #aaa;
	padding: 7px 0;
}
UL.tabNavigation {
	list-style: none;
	margin-bottom: 5px;
}
UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	padding: 5px 7px;
	background-color: #F5FBFD;
	border: 1px solid #D6EFF8;
	color: #999;
}
UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #D6EFF8;
	color: #000;
	text-decoration: none;
}
.postspermonth {
margin: 5px 0 10px 0;
list-style: none;
padding-left: 25px;
}

.monthtitle,
.postspermonth{
	font: normal 12px/16px arial;
}
.srg_switcher{
	font: bold 16px arial;
display: block;
margin: 20px 0;
}/* 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;}.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}.wp-caption p.wp-caption-text {	font-size: 10px;	line-height: 12px;	padding: 4px 5px;	margin: 0;}
.alignleft{
float: left;
}
.alignright{
float: right;
}
/* End captions */


.banner125{
	padding: 0px;
	margin: 0px;
}
.adv .banner125 img{
/*	margin: 5px 0 5px 10px;*/
}
.avatar img{
	padding : 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 2px;
}
/*bugs*/
html body * .fb_profile_pic_rendered{
width: 30px;
height: 30px;
}
.who
.fb_profile_pic_rendered
{width: 52px;
height:52px;}
.fbconnect_userpics2
.fb_profile_pic_rendered
{width: 50px;
height:50px;}
.fbconnect_userpicmain
.fb_profile_pic_rendered
{width: auto;
height: auto;
float:left;}
html body * #subscribe{
display: inline;
width: 10px;
}
.commentmetadata{
font-size: 10px;
}
a.retweet { font: 12px Helvetica,Arial; color: #000; text-decoration: none; border: 0px; }a.retweet span { color: #FFF; background: #94CC3D; margin-left: 2px; border: 1px solid #43A52A; padding: 3px; }a.vert { display: block; text-align: center; font-size: 16px; float: right; margin: 4px; }a.retweet strong.vert { display: block; margin-bottom: 4px; background: #F5F5F5; border: 1px solid #EEE; padding: 3px; }a.retweet span.vert { display: block; font-size: 12px; margin-left: 0px; }

#post-79 h3{
	color: #0099cc;
	font: normal 22px "Myriad Pro", "Lucida Sans Unicode", Arial;
}
html body * #dekoboko_form label{
font-weight: bold;
margin-left: 25px;
float:none;
width: 100%;
display: block;
text-align: left;
margin: 0px;
}
#dekoboko_form p{
font-size: 10px;
font-style: italic;
}
#dekoboko_name,
#dekoboko_email,
#dekoboko_subject,
#dekoboko_message{
font: normal 12px arial, helvetica;
padding: 4px 5px;
width: 300px;
border: 1px solid #ccc;
}
#dekoboko_message{
height: 200px;
}
#dekoboko_submit{
	display: block;
	cursor: pointer;
	height: 32px;
	width: 160px;
	text-indent: -5000px;
	background: url(../images/send.png) top;
	border: 0px;
margin: 20px;
}

ul#nav ul { padding: 5px; background-color: #333; position: absolute; display: none; width: 150px; }
ul#nav ul li { margin: 1px 0 0 0; }
ul#nav li ul li { padding: 0px; background-color: #666; display: block; color: #fff; }
ul#nav li ul li a { float: left; display: block; color: #fff; text-transform: uppercase; margin: 0px; padding: 2px 5px; width: 140px; height: 20px; line-height: 20px }
ul#nav li ul li a:hover { background: #999; color: #fff; }
ul#nav ul ul { top: auto; background-color: #333; padding: 5px }
ul#nav li ul ul { margin: 0px; left: 155px; }
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li:hover ul ul ul ul { display: none; }

.header .topbanner { margin: 27px 10px 0pt 0pt; float: right; height: 60px; width: 468px; padding: 0px;}
.header .topbanner img{	margin: 0px;}
.footer {min-height: 360px;}
.adv iframe { margin: 5px 10px; }
.adv .banner125 {margin-left:10px;}
.adv .banner125 ins {display:block;float:left;margin:5px 10px 5px 0 !important;width:125px;} 
.adv .banner125 a {display:block;float:left;margin:5px 10px 5px 0;width:125px;}
.adv .banner125 iframe, .adv .banner125 ins ins {margin:0 !important;}
.adv .banner125 img {margin:0;}