/*
Theme Name: Habura
Theme URI:
Description: Profi WordPress theme.
Author: Dannci
Author URI: http://goodtheme.org
version: 1.0
Tags: black, blue, brown, green, red, silver, tan, white, dark, light, two-columns, right-sidebar, fixed-width, custom-colors, theme-options, threaded-comments, holiday, photoblogging, seasonal
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 10pt;}
h5 {font-size: 10pt;}


img{ border: none; padding:0; }
img a{border:none;}



blockquote{
	border-left:5px solid #f2f2f2;
	margin:15px 0 15px 15px;
	padding:0 12px 0 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-style:italic;
	line-height:22pt;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	/*color:#000;*/
        color:#0086c3;
        
	text-decoration:none;
	}

a:hover{text-decoration:underline;}


/* container */

#headcontainer {
	width:100%;
	margin: 0 auto;
	padding:0;
	background:#000;
	overflow: hidden;
	border-bottom:1px solid #999;
	}



#container {
	width:1080px;
	margin: -1px auto;
	padding:0;	color:#000;

	overflow: hidden;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#fff url(images/content.png) repeat-y ;
	}
	
#containerhead {
	width:1080px;
	margin:0 auto;
	padding:0;	color:#000;
	overflow: hidden;
	border-top:1px solid #ccc;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#fff url(images/content-shadow.png) no-repeat;
	height:30px;
	}
	
/* header */

#header {
	background:#222 /*url(images/light.png) no-repeat 1px 1px*/;
	width:1080px;
	margin: 20px auto -1px;
	color: #fff;
	border:1px solid #333;
	overflow:hidden;
	padding:0;
	height:200px;
	}
#headerleft {
	float:left;
	width:500px;
	height:150px;
	background:url(http://www.jav-online.com/jav.png) no-repeat top left;
	}

#header h1{
	font:bold 13pt Arial, Helvetica, sans-serif;
	padding:10px 0 0 40px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:10px;
	display:none;
	}
	
#header h1 a{ color: #fff; text-decoration: none;}
#header h1 a:hover{color: #999; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#999;
	padding: 0 0 0 40px;
	margin:0;
	font-style: italic;
	display:none;
	}


/* main menu */


#menu {
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


/* Category Navigation */

#cat_navi {
	width: 1030px;
	height:35px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	margin:2px 15px;
	padding:10px;

}

#cat_navi li a span {
	font-size: 9px;
	font-weight: normal;
}		
/* Second Menu */

#secnav, #secnav ul {
	padding: 0;
	margin:0;
	list-style: none; 
	line-height: 1;
	float:right;
}


#secnav a {
	display: block;
	line-height: 40px;
	line-height: 16px;
	padding: 10px 15px 10px;
	color:#FFFFFF;
}

#secnav a:hover {
	text-decoration:none;
}

#secnav li {
	cursor: pointer;
	text-decoration:none;
	text-transform:uppercase;
	max-width:150px;
}

#secnav li:hover, #secnav li.sfhover1 {
	cursor: pointer;
	text-decoration:none;
	max-width:150px;
}


#secnav li {
	float: left;
	font-size: 10px;
}

#secnav li:hover {
	background:#333333;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border-width:0px 1px 1px;
	background-color:#333;
	border: 1px solid #444;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	line-height: 34px;
	font-size: 10px;
	width: 148px;
	padding: 0 20px;
}


#secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}


#menuleft{
	float:right;
	border:5px solid #FF0000;
	}
	




/* content */


#content {
	float: left;
	width:560px;
	overflow: hidden;
	margin:0 19px 0 0;
	}
	
#content h6{
	margin:20px 19px 0 30px;
	font-size:12pt;
	text-transform:uppercase;
	letter-spacing:1px;
	
	}
	
.thumb img{
	float:left;
	padding:5px;
	background-color:#f2f2f2;
	border:1px solid #CCCCCC;
	margin:0 15px 15px 5px;
	}
	
.thumb img:hover{
	background-color:#f7f7f7;
	border:1px solid #eee;
	}

.post {
	margin:10px 20px 30px 25px;
	padding:0;
	line-height: 18pt;
	}

.post-summ{	
	border:1px dotted #666;
	border-top:0;border-bottom:0;}
	
.post h2, #fullcontent h2, #sitemap h2{
	font:normal 13pt arial, georgia, times;
	margin:0;
	margin-bottom:5px;
        background-color:#222;
        padding:5px 8px;
	}
	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;line-height:1.4em;}

.entry a{ text-decoration: underline;}

.entry_intro{text-transform:uppercase;font-size:9px;}
.entry_intro p{line-height:13px;}
.entry_intro a{text-decoration:none; border-bottom:1px dotted #0086c3;}
.entry_intro a:hover{border-bottom:0;}

.postmetadata a{
	color:#0086c3;
	text-decoration:none;
	}

.postmetadata{
	clear: both;
	background:url(images/post-shadow.png) no-repeat bottom center;
	padding:10px;
	padding-bottom:20px;
	padding-top:0;
	position:relative;
	top:15px;
	margin: 20px 0;
	text-align:center;
	color:#666;
	}
	
.postmetadata a{
	color:#666;
	text-decoration:none;
	}

.home_download{text-align:right; clear:both;padding-left:20px;}
.home_download a{background-color:#0086c3;padding:5px 10px; color:#fff;}

#fullcontenttop{
	height:30px;
	overflow:hidden;
	background:url(images/full-bg.png) repeat-x;
	}
#fullcontent{ 
	width:90%; 
	padding:40px;
	line-height:19pt;
	background: #FFFFFF;
	}


#sitemap{
	float: left;
	width:525px;
	overflow: hidden;
	margin:0 19px 0 0;
	padding:0 0 0 35px;
	}

#sitemap h4{
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;}

#sitemap ul{
	padding:20px}
	
#sitemap ul li{ 
	list-style:square;
	padding:5px}
	
#sitemap a{
	font-weight:bold;
	font-size:12pt}	
	
.contad{
	margin:20px 0 30px 30px;
	}	

.contadvert_468x60 {
	margin:0 0 0 20px;
	}

.contadvert_468x60 img{
	padding:4px;
	background-color:#f7f7f7;
	border:1px solid #eee;
	}	

/*slide*/
#slider{
margin:20px 0 30px 22px;
width: 520px;
border-bottom:10px dotted #ddd;
height: 540px;
}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 550px; /*Width of Carousel Viewer itself*/
height: 500px; /*Height should enough to fit largest content's height*/
margin:0;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:8px; /*margin around each panel*/
width:510px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:486px;
padding:8px;
}




.stepcarousel .panel img{
	float: left; /*leave this value alone*/
	margin:0 0 15px 0; /*margin around each panel*/
	padding:0;
	border:none;
}

.thumbslide{
	overflow:hidden;
	height:266px;
	width:494px;
	border:2px solid #eee;
	}

.thumbslide:hover{
	border:2px solid #000;
	}

.thumb-title {
	width:494px; 
	padding:20px 0; 
	color:#000; 
	font-size:9pt;
	line-height:18pt;
	background:url(images/shadow.png) no-repeat top center;
	}	
.thumb-title h2{
	font:normal 20pt arial, georgia, times;
	margin:30px 0 15px 0;
	}

.postinfo{
	margin:5px 0 20px 0;
	}
.postinfo p{
	margin:15px 0 20px 0;
	}
	
.postinfo a{
	color:#999999;
	}

.postedby{
	
	padding:3px;
	padding-left:0;
	text-transform:uppercase;
	font-size:10px;
}

.filedto{
	
	padding:3px;
	padding-left:20px;
	text-transform:uppercase;
	font-size:10px;
}

.commentslink{
	
	padding:3px 5px;
	padding-left:20px;
	text-transform:uppercase;
	font-size:10px;
}

.readmore {
			float:left;
			margin:0px 0px 0 0;
			overflow:visible;
			height:35px;
		}
.readmore a {
			color:#000;
			background-color:#ccc;
			padding:7px 15px;
			letter-spacing:4px;
	text-transform:uppercase;
	font-size:10px;
		}
.readmore a:hover {
			color:#000;
			background-color:#eee;
			text-decoration:none;
		}

/*end of slide*/





/* search */

.searchform{height:60px; border-top:2px solid #ccc;}
.searchform input.s{
	background:#FFFFFF url(images/corner.png) no-repeat 1px 1px;
	float:left;
	margin:10px 0 5px 15px;
	border:1px solid #ddd;
	padding:5px 10px;
	color:#999;
	width:250px;
	font-size:15pt;
	text-shadow: 1px 2px 0px #fff;
	}



.titleadvert_250x250{
	padding:10px;
	background:#fff url(images/corner.png) no-repeat 1px 1px;
	margin:30px 15px 20px 15px;
	}



/* featured */

.fblock{
	font-size:8pt;
	font-weight:normal;
	padding:20px;
	line-height:17pt;
	margin:10px 0;
	}

#left .fblock img{
	float:left;
	width:80px;
	height:80px;
	margin:5px 15px 0 0;
	border:2px solid #fff;
	}
	
.fblock h3{
	font:normal 15pt arial, georgia, times;
	color: #ccc;	
	margin:0;
	padding:5px 0 5px 0;
	text-shadow: 1px 2px 0px #fff;
	}
	
.fblock h3 a{
	color: #ccc;
	text-shadow: 1px 2px 0px #fff;
	}
	
#left .fblock img:hover{
	border:2px solid #000;
	}


/* left sidebar */

#left {
	width:300px;
	float:left;
	margin:-88px 8px 0 0;
	padding:0 10px;
	font:bold 12pt arial, georgia, times;
	line-height:25pt;
	color:#666666;
	}

#left h2{
	font:bold 15pt arial, georgia, times;
	color: #555;	
	margin: 0;
	padding:25px 20px 20px 30px;
	background:url(images/lefth2.png) no-repeat 15px bottom;
	text-shadow: 1px 2px 0px #fff;
}

#left a{
	text-shadow: 0px 2px 0px #fff;
}
#left a:hover{
	text-shadow: none;
}

#left label{
	
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:20px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height:23pt;
	list-style-type: none;
	}

#left ul ul {
	margin:0px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}

/* ads */

#adds img{
	margin:5px 0;
	}

/* social */

.social{
	margin:40px 0 20px 0;
	}

.social img{
	padding:3px;
	border: none;
	}


/* right sidebar */

#right{
	width:120px;
	float:left;
	margin:-120px 0 15px 0;
	padding: 0 20px 0 20px;
	}

#right h2{
	font:bold 11pt arial, georgia, times;
	color: #000;	
	margin:20px 10px 15px 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}


#right ul {
	margin:0;
	padding:0;
	}

#right ul li {
	margin: 12px 0;
	padding: 0;
	line-height: 11pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #898989;
}





/* comments */


#comments{
	width:480px;
	margin:30px 35px;
	overflow:hidden;
	}
	
#respond{
	}

#comments h3{
	font-size:12pt;
	margin:10px 0;
	}

#cancel-comment-reply-link {
	margin-left: 1em;
}

.trackback .content,
.pingback .content {
	font-style: italic;
}


.comment-body .vcard img{
	float: left; 
	margin:5px 15px 5px 0;
	width:40px;
	height:40px;
	}
 

	
#submit{margin:10px; padding:5px;background: #ccc;}

label{ font-style: italic;}


cite {
	font-weight: bold;
	font-style: normal;
	}
	
#comments ol{
	margin:0 0 0 -30px;
	list-style:none;
	}

.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 5px;
	list-style: none;
}
.children li ul {
padding-left: 10px;
list-style: none;
}

.reply {
margin:10px 0;
padding: 6px 10px;
background:#fff;
width:40px;
text-align:center;
border:1px solid #f2f2f2;
}

.comment-body{
background:#fff url(images/corner.png) no-repeat 1px 1px;
padding: 20px;
margin-bottom: 10px;
border:1px solid #f2f2f2;
}

.comment-body .vcard{
	
	line-height: 1.7em;}
.comment-body .vcard a{
	font-weight: bold;
}
.comment-body .vcard img{
	float: left; 
	margin-right: 10px;
	border: 3px solid #fff;
	background-color:#fff;
}
.comment-body .commentmetadata{
}
.comment-body .commentmetadata a{
	color: #888;
}
.comment-body p{
	clear: both;
	margin: 30px 0;
	line-height:14pt;
}
#commentform input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding: 5px 10px;
	margin: 10px 10px 10px 0;
	background:#fff url(images/corner.png) no-repeat 1px 1px;
	border: 1px solid #ccc;
	color:#999999;
}

#commentform textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background:#fff url(images/corner.png) no-repeat 1px 1px;
	padding: 3px;
	border: 1px solid #ccc;
	width:430px;
	color:#999999;
	margin: 0 0 0 0;
}
/* End Comments */






/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	background:#f2f2f2;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	background:#f2f2f2;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	background:#f2f2f2;
	}
	
img.alignnone {
	padding:4px;
	background:#f2f2f2;
	margin:10px 2px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


input, textarea,input checkbox,input radio,select, file{border: 1px solid #eee; background-color:#f2f2f2; padding:5px 10px;background:#fff url(images/corner.png) no-repeat 1px 1px; margin:10px;}

ul { list-style-position: inside; } 
ol { padding-left:30px;}

/* tables */
table{margin:.5em 0 1em;}
table td,table th{text-align:left;padding:.4em .8em;}
table th{text-transform:uppercase;font-weight:bold;}

table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
table, table.post{
  border-collapse: collapse;  
}
/* tables */
table td,table th{border:1px solid #fff;}
table th{background-color:#fff;color:#000;border-bottom:1px solid #fff;}
table td{background-color:#eee;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}

/* Finish tables */



pre {
text-align:left;
font-size: 12px;
padding: 0 0 0 30px;
margin: 20px;
border-left: 1px solid #ccc;
line-height: 20px;
background: #999;
width: 450px;
overflow: auto;
overflow-Y:hidden;
border: none;
color: #fff;
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */ /* width: 99%; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}






/* footer */

#footer {
	background:#222 url(images/bottom-shadow.png) top center no-repeat;
	clear: both;
	width: 100%;
	padding:50px 0 10px 0;
	font-size:8pt;
	}
	
#footerleft {
	float:left;
	width: 550px;
	padding: 30px 0 0 10px;
	}




/* footer widgets */

.widgetfooter{
	color: #ccc;	
	width:130px;
	float:left;
	margin:10px 0 15px 0;
	padding: 0  10px 0 40px;
	border-right:1px dotted #444;
	}

.widgetfooter h2{
	line-height:18pt;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;444;
}

.widgetfooter label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

.widgetfooter p {margin:0; padding:0;}


.widgetfooter ul {
	margin:10px 0 0 0;
	padding:0;
	}

.widgetfooter ul li {
	margin: 12px 0;
	padding: 0;
	line-height: 11pt;
	list-style-type: none;
	}

.widgetfooter ul ul {
	margin:14px 0;
	padding: 0;
}

.widgetfooter ul ul li {
	list-style-type: none;
	}

.widgetfooter ul ul ul{
	margin: 0;
	padding: 0;
}

.widgetfooter ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #898989;
}

.widgetfooter img{
	border:1px solid #CCCCCC;
	}



	
#footerright {
	float:left;
	width: 440px;
	margin:40px 30px 0 0;
	padding:0 0 0 40px;
	}

#footer .social{
	margin:10px 35px;
	float:right;
	}

#about {
	text-align:left;
	color:#CCCCCC;
	line-height:18pt;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	}
	
#about img{
	float:left;
	padding:4px;
	background-color:#666;
	margin:0 15px 2px 0;
	}

	

	
#footer p{padding:14px 0;margin:10px 40px; color: #eee; text-align:right;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}









/* pagination */


.navigation {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
	overflow:hidden;
	font-weight:bold;
	float:right;
	margin:15px;
	}	
	
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #999;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #ccc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000;
	color: #000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #2f3541;
	background-color: #ccc;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ccc;
	color: #000;
	background-color: #ccc;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;
}

/* Related Posts */

.related_posts h3{background-color:#cc0000; color:#fff;padding-left:5px;}
.related_posts div.rel_posts_img{float:left;width:130px;}
.related_posts div.rel_posts_content{float:left; width:330px; height:80px; overflow:hidden;}
.related_posts table td{background-color:#fff;border-bottom:1px solid #ccc; height:100px;}

/* Random Posts */

#right ul.advanced-random-posts{border:2px solid #0086c3;border-bottom:0; width:130px;}
#right ul.advanced-random-posts li{padding:5px;border-bottom:2px solid #0086c3;}
ul.advanced-random-posts li a:hover{text-decoration:none; }

#left ul.advanced-random-posts li a{font-size:12px; line-height:14pt;}
#left ul.advanced-random-posts li{text-align:center; background-color:#e1e1e1; margin-bottom:12px;padding-top:15px;box-shadow:2px 2px 4px #666;-webkit-box-shadow:2px 2px 4px #666; -moz-box-shadow:2px 2px 4px #666; }
#left ul.advanced-random-posts li img{}


#footer ul.advanced-random-posts{border:0;width:130px;}

/* Category Summary */

.custom-cat-list{border-bottom:1px dotted #666;}
.custom-cat-list h2{color:#fff;}
.custom-cat-list ul li{list-style-type:none;margin-left:10px;padding-left:0;}
.custom-cat-list ul li.categories li{list-style-type:none;}
.custom-cat-list ul li.categories li ul.children li{list-style-type:decimal!important;}

/* Breadcrumbs */
p#breadcrumbs{margin:0px 20px 20px 25px; width:530px;border-bottom:3px double #DDDDDD;padding-bottom:10px;}

/* Single Post */
#post_details{margin:20px 0; padding-top:10px; border-top:2px dotted #cc0000;}
#single_post_category, #single_post_tag{background-color:#EEEEEE;
font-size:11px;
padding:5px 10px;}

#headerright{float:right;margin-top:40px;margin-right:30px; text-align:center;}
#headerright a{display:block; padding:3px; color:#fff; background-color:#0086c3; width:60px; margin:0 auto;}

/* Hotfile, Fileserve */
h3.via_fileserve span, h3.via_hotfile span, h3.via_filesonic span, h3.via_bitshare span, h3.via_uploadstation span, h3.via_wupload span,h3.via_filepost span,h3.via_filejungle span{display:none;}
h3.via_fileserve{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_fileserve.jpg") no-repeat top left #fff;}
h3.via_hotfile{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_hotfile.jpg") no-repeat top left #fff;}
h3.via_filesonic{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_filesonic.gif") no-repeat top left #fff;}
h3.via_bitshare{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_bitshare.jpg") no-repeat top left #fff;}
h3.via_filepost{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_filepost.gif") no-repeat top left #fff;}
h3.via_filejungle{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_filejungle.gif") no-repeat top left #fff;}
h3.via_uploadstation{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_uploadstation.jpg") no-repeat top left #fff;}
h3.via_wupload{height:40px; width:500px; background:url("/wp-content/themes/Habura.1.0/Habura/images/via_wupload.jpg") no-repeat top left #fff;}

.categorydiv .inside div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, #linkcategorydiv div.tabs-panel{height:800px!important;}
