/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* My Additionale CSS*/

/* -------------- START Thick Box -----------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.score{
	font-size:20px;
	padding-right:5px;
	padding-left:5px;
	font-family:Tahoma, Geneva, sans-serif;
	}
.highlightvote{
	float:left;
	font:1.25em Trebuchet MS;
    font-weight:bold;
    padding-bottom:30px;
    margin-top:10px;
	}
h1 {
	font:1.3em Arial;
	font-weight:bold;
	letter-spacing:-0.00em;
	padding-bottom:18px;
	color:#333;
	}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #3c78a7; text-decoration:underline;}
#TB_window a:visited {color: #3c78a7; text-decoration:underline;}
#TB_window a:hover {color: #CC3300; text-decoration:none;}
#TB_window a:active {color: #CC3300; text-decoration:none; }
#TB_window a:focus{color: #3c78a7; text-decoration:underline;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(<URL>macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*-------------------- END Thick Box ---------------- */

/* ----- Review Page Navigation -----*/

.pad-right-55px{
	margin-right:10px;
}
.pad-10px{
	padding:5px;

}
#review-navi {
	
	margin-bottom:0px;
    width:920px;
	line-height:1.75em;
	

	}

#review-navi ul {
	
	display:inline-block;
	


	}
#review-navi li.tempmainstart {
	float:left;
	list-style:none;
	
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/temp-main-start.gif);
	background-repeat:no-repeat;
	width:208px;
	color:#FFF;
	height:25px;
	
	}
#review-navi li.mainstart {
	float:left;
	list-style:none;
	
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/main-start.gif);
	background-repeat:no-repeat;
	width:178px;
	color:#FFF;
	height:25px;
	
	}
#review-navi li.mainmid {
	float:left;
	list-style:none;
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/main-mid.gif);
	background-repeat:no-repeat;
	width:190px;
    height:25px;
	
	}
#review-navi li.mainend {
	float:left;
	list-style:none;
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/main-end.gif);
	background-repeat:no-repeat;
	width:150px;
    height:25px;
	
	}
#review-navi li.submid2 {
	float:left;
	list-style:none;
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/sub-mid2.gif);
	background-repeat:no-repeat;
	width:193px;
	color:#999;
	
	}
#review-navi li.submid {
	float:left;
	list-style:none;
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/sub-mid.gif);
	background-repeat:no-repeat;
	width:180px;
	color:#999;
	
	}
#review-navi li.substart {
	float:left;
	list-style:none;
	margin-left: 2px;
	
	display:block;
	background-image:url(images/tab/sub-start.gif);
	background-repeat:no-repeat;
	width:177px;
	color:#999;
	
	}
#review-navi li.substart2 {
	float:left;
	list-style:none;
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/sub-start2.gif);
	background-repeat:no-repeat;
	width:165px;
	color:#999;
	
	}
#review-navi li.subend {
	float:left;
	list-style:none;
	margin-left: 0px;
	display:block;
	background-image:url(images/tab/sub-end.gif);
	background-repeat:no-repeat;
	width:150px;
	color:#999;
	
	}

#review-navi li:hover {
	color:#070707;
	font-weight:bold;
	text-decoration:none;
	}


#review-navi li.submid a, #review-navi li.submid2 a, #review-navi li.substart a, #review-navi li.substart2 a, #review-navi li.subend a, #review-navi a:visited{
	margin: 0px;
	margin-bottom:5px;
	padding: 0px 20px 0px 20px;
	font-weight:bold;
	color:#999;
	display:block;
	text-decoration:none
	}
#review-navi li.mainstart a, #review-navi li.mainmid a, #review-navi li.mainend a, #review-navi li.tempmainstart a{
	margin: 0px;
	padding: 0px 20px 0px 20px;
	font-weight:bold;
	color:#070707;
	display:block;
	text-decoration:none
	}

#review-navi li.submid a:hover, #review-navi li.submid2 a:hover, #review-navi li.substart a:hover, #review-navi li.substart2 a:hover, #review-navi li.subend a:hover {
	color:#000;
	text-decoration:none;
	display:block;
	
	}


/* ----- End of Review Page Navigation -----*/

#content2 .entry .more-info a{
	margin: 10px 0px 10px 0px;
	border:solid 1px #CCC;
	width:190px;
	text-align:center;
	background-color:#EEE;
	padding:5px;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	display:block;

}

#content2 .entry .more-info a:hover{
	background-color:#CCC;
	text-decoration:none;

}

.yellow-box {
	margin-top:10px;
	margin-bottom:15px;
	padding:5px; 
	border:1px solid #CCCCCC; 
	border-collapse: collapse; 
	background-color:#FDFED6;
	float:left;
}
.div-float-right{
float:right;
padding:5px 5px 10px 15px;
}

#content a.arrow, a.arrow{
background: url(http://www.webhostingdeals.org/images/arrow.png) no-repeat 2px 4px;
padding-left: 13px;
text-decoration:none;
}
#content a.arrow:hover, a.arrow:hover{
background: url(http://www.webhostingdeals.org/images/arrow.png) no-repeat 2px -9px;
text-decoration:underline;
}
table td.first{
	padding-top:16px;
}

ul.rank li{
	list-style-image: url(http://www.webhostingdeals.org/images/redarrow.png);
	padding-left:0px;
	margin-left: 0px;

}

div.top6{
	background:url(http://www.webhostingdeals.org/images/box2.gif) no-repeat 0px 15px;

	}

div.top6 a img.first{
	border:0px;
       	margin-top:0px;
	margin-right:5px;
	padding:0px;
}
.highlight{
font:1.3em Trebuchet MS;
font-weight:bold;
padding-bottom:20px;
padding-top:15px;
}

table.thumb{
margin-top:13px;
border:none;
} 
table.thumb td{
padding-right:5px;
vertical-align:top;
padding-bottom:20px;
} 
.big-h2 {
font-weight:bold;
font:1.1em Verdana, sans-serif;
letter-spacing:-0.03em;
}
.small-h2{
font-weight:bold;
font-size:0.8em;
letter-spacing:0.0em;
line-height:0em;
}
.w250 {
width:300px;
}
table.review-table{
	width:100%;
	border:none;
	padding:0px;
	
}
table.review-table td.review-table2{
	width:640px;
	padding-right: 20px;
vertical-align:top;

}
table.review-table td.review-table3{
	padding-top:20px;
	vertical-align:top;


}
table.best-hosting-table {
border: none;
padding: 2px;
margin-bottom:20px;
}
table.best-hosting-table td {
vertical-align:middle;
border:none;
padding: 3px 5px 3px 5px;
}
table.features-table {
border:1px solid #ccc;
padding: 0px;
margin-bottom:10px;
font-family:Tahoma, Geneva, sans-serif;
}
table.features-table td {
border:none;
padding: 0px 5px 0px 5px;
text-transform:lowercase;
line-height:1.75em;
}
table.features-table th {
border:none;
background-color:#999;
color:#DDD;
font-weight: normal;
padding: 0px 5px 0px 5px;
text-transform:capitalize;

}
table.features-table2 {
border:0px;
padding: 2px;
margin-bottom:10px;
}
table.features-table2 td {
border:0px;
padding: 3px 0px 3px 20px;
background: url(http://www.webhostingdeals.org/images/arrow-bullet.gif) no-repeat 3px 10px;
width:575px;
}

.coupon{
background-image: url(http://www.webhostingdeals.org/images/couponbox.gif);
background-repeat: no-repeat;
background-position:top;
padding:10px;
}

/* Temporary Review Style(iPage current style - 11 Nov 2010)----------------------------------------*/

.review {
width:920px;

}
.review-bottom{
width:920px;
background-image:url(images/review-bg.gif);
background-repeat:repeat-x;
border-top:#91a2b3 solid 1px;
display:block;
margin-bottom:15px;


}
.review-bottom-padding{
	padding:20px 0px 0px 0px;
	
	}
	

.review-top-left{
	width:220px;
	float:left;
	padding-left:0px;
	display:block;
	

	
	}
	
.review-top-right{
	padding:10px 15px 0px 0px;


		
	
	}



/* --------------END of Temporary Review Style(iPage current style - 11 Nov 2010)-----------------*/

div.review-highlight{
border:1px solid #FC9; 
background-color:#FFC; 
padding:0px 15px 0px 15px; 
margin-bottom:0px;

}

div.review-top-highlight{
border:1px solid #FC9; 
background-color:#FFC; 
padding:0px 15px 0px 15px; 
margin-bottom:25px;
margin-top:25px;
width:653px;
float:right;


}

.review-left{
width:630px; 
float:left;
padding-left:6px;

}
.review-left2{
line-height:1.60em;
padding-top:20px; 
padding-bottom:10px; 
margin-left:15px;
margin-right:10px;
}

.review-right{
width:270px; 
float:right;
margin-right:5px;
}
#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 75%;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}
#commentform #email {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;

}

#commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
background-image: url(images/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}
#commentform #email:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-email.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #author:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-author.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}

#commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
background-image: url(images/comment-website.gif);
background-position: 7px 7px;
background-repeat: no-repeat;
height: 20px;
padding-left: 30px;
padding-top: 6px;
}
.morepost {
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
margin-left:10px;
}

.gotohost {
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
margin-left:0px;
}

.info-button{
	background-image: url(images/info-button.png);
	background-repeat:no-repeat;
	padding: 7px 0px 8px 30px;
	font-weight:bold;

	}
.attention{
	background-image: url(images/attention-button.png);
	background-repeat:no-repeat;
	padding: 7px 0px 8px 40px;
	font-weight:bold;
	font-size:14px;

	margin-bottom:15px

	}

#home-directory{
	width:580px;
	background:#fff;
	margin-bottom:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	padding:15px 15px 30px 15px;
	

       }
#home-directory .title h2, #headline .title h2 {
	font-weight:bold;
	font:1.7em Verdana,sans-serif;
	letter-spacing:-0.05em;
	margin-bottom:10px;
	display:inline-block;
	color:#333;
	}

.bestwebhost-table{
	padding:0px 10px 0 0;
	margin:10px 0px 0px 0px;
	width:100%;

	
       }

.bestwebhost-table td{
	vertical-align:top;

       }
.bestwebhost-span{
	
	display:block; 
	padding-top:18px; 
	font-size:14px; 
	font-weight:;
	
	
	
	}
#content .entry .bestwebhost-span2 a{
	
	font-size:15px; 
	font-weight:bold;
	text-decoration:none;
	float:left;
}

div.bestwebhost-bg{
border:1px solid #FC9; 
background-color:#FFC; 
padding:0px 0px 15px 15px; 
margin-bottom:15px;

}
div.bestwebhost-bg ul.rank li{
	list-style-image: url(http://localhost/webhostingdeals/images/redarrow.png);
	padding-left:0px;
	margin-left: 30px;

}

	
#interesting{
	width:580px;
	background:#fff;
        margin-bottom:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	
	padding:15px;
	
       }
#interesting .title h3 {
	font-weight:bold;
	font:1.6em Verdana,sans-serif;
	letter-spacing:-0.05em;
	}


#interesting .spoiler {
	display:block;
	margin-top:3px;
	}



.greyborder {
	border:1px solid #bbb;
      
}

.greyborder2 {
	margin-bottom:15px;
	border:1px solid #bbb;
	padding:3px;
      
}

.arthemia-imgborder {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}

/* HTML Elements */
* {
	margin:0;
	padding:0;
   	}


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #505050;
	color: #555;
	

	}

p {	
	margin: 20px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #CC3300;
	text-decoration:underline;
	}

a img {
	border:0;
	}


blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}



/* Structure */


#head {
	width:100%;
	margin:0px auto ;
	margin-top:0px;
	padding:0px;
	font-size:0.7em;
        background: #12405b;
	}


#page {
	width:940px;
	margin:auto;
	padding:10px 10px 25px 10px;
	background:#ececec;
	font-size:0.7em;
	

	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {       /* the background color of head navigation bar*/
	margin:0 auto;
	margin-top:0px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#222;
	}

	
	
#page-bar {
	
	width:960px;
	margin:auto;

	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;

	}

#page-bar li:hover {
	background: #3c78a7;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}
#page-bar .rssright a{
	float:right;
	margin:7px 3px;
	padding:0;
	
	}
#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

#search-result-square {
	
	float: left; 
	background-color: #FFF; 
	padding:0px 15px 25px 15px;
	
    }

#search-result-square .title {
	
	padding-top:0px;
	text-align:left;
	display:inline;
	
    }
#search-result-square .title a{
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-0.03em;
	font-size:0.7em;	
    }
	

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	

	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}



#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:1.5em
	}

h3 {
	font:1.3em Arial;
	margin-bottom:1px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}


#comments {
       
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:960px;
	height:100px;
	margin:auto;	

	}


#headline {
	width:910px;
        height: 1085px; //1035px
	float:left;
	background:#fff;
	padding:15px;
	font-size:1.05em;
	line-height:1.5em;
	margin-bottom:10px;
	}
	
#headline ul{	
	list-style:square;
	margin-left:20px;
	}

#headline  div.title {
	font-weight:bold;
	font:1em Verdana, sans-serif;
	letter-spacing:-0.05em;
	padding-bottom:20px;
	}
		
#headline div.title h1 {
	font-weight:bold;
	font:1.5em Verdana, sans-serif;
	letter-spacing:-0.03em;
	padding-bottom:0px;
       
	}
.update{
	padding-top:5px; 
	padding-left:10px; 
	display:block; 
	font-style:italic;
	}

	
/*-------------------------- (start) homepage ranking style  --------------------------*/

.homepage-rank-highlights{
	
	width:210px;
padding:0px 5px 0px 5px;
	
	}
.homepage-rank-hostlogo{
	
	width:190px;
	text-align:center;	
	padding:0px 10px 0px 0px;
	
	
	}
.homepage-rank-domain {
	
	width:50px;
	text-align:center;	
	padding:0px 5px 0px 5px;
	}
.homepage-rank-price {
	
	width:65px;
	text-align:center;	
	padding:0px 5px 0px 10px;

	}

.homepage-rank-no{
	
	width:60px;
	text-align:center;	
	}
.homepage-rank-rating{
	
	width:120px;
	text-align:center;
padding:0px 5px 0px 5px;
	
	}
.homepage-rank-visit{
	
	width:120px;
	text-align:center;
	padding:0px 0px 0px 5px;
	
	}
	
.rank-header{
	display:table-cell;
	vertical-align:middle;
	padding-top:5px;
	}	
.rank-header-bg{
	background-image:url(http://www.webhostingdeals.org/images/homepage/top.png);
	background-repeat:no-repeat;
	color:#FFF; 
	font-weight:bold;
	height:30px;
	
	}
.rank-1 {
	height:150px;
	display:table-cell;
	vertical-align:middle;
    }

.rank-1-bg{
	background-color:#ecfcfc;
	border-bottom:	#CCC 1px dotted;
	border:1px #C4EDFF solid;
	
	}
.rank-others {
	height: 55px;
	display:table-cell;
	vertical-align:middle;
	
    }
.rank-number-padding{
	display:table-cell;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	}
.rank-others-bg-color {
	background-color:#eee;
	border-bottom:	#CCC 1px dotted;
    }	
.rank-others-bg-norm {
	border-bottom:	#CCC 1px dotted;
    }	




/*-------------------------- (end) homepage table style  --------------------------*/

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}
	
#content-square-wrapper blockquote {
	padding: 0px 10px 0 10px;
	}

#content-square-wrapper .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}
#content-square-wrapper .title  {
        padding-bottom: 15px;
	}
#content-square-wrapper .title h1  {
	font-weight:bold;
	font-size:22px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-0.03em;
	padding:10px 0px 20px 10px;
	text-align:left;
	
	}
#content-square-wrapper .title h3 {
	font-weight:bold;
	font:0.8em Verdana,sans-serif;
	letter-spacing:-0.05em;
	}
#content-square-wrapper .content-square .title h3 {
        font-weight:bold;
	font:0.7em Trebuchet MS;
	letter-spacing:-0.01em;
        padding-top: 15px;
        padding-bottom: 10px;
        text-align:left;
}
#content-square-wrapper .content-square .title h2 {
        font-weight:bold;
	font:0.7em Trebuchet MS;
	letter-spacing:-0.01em;
        padding-top: 15px;
        padding-bottom: 10px;
        text-align:left;
}

#content-square-wrapper {

	width:610px;
	background:#fff;
    margin-bottom:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	padding-top:10px;        
	}

.content-square {

	width: 270px; 
	height: 320px; 
	margin:10px 15px 10px 15px; 
	float: left; 
	background-color: #FFF; 
	margin-bottom: 30px; 
	padding: 0;
	
	}


#interesting .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}
.readmore-underline{
background: url(images/bullet.gif) 1px 4px;
background-repeat: no-repeat;
background-position: left;
padding-left: 15px;
margin-top: 8px;
}

#content .readmore-underline a {text-decoration:none;}
#content .readmore-underline a:hover {text-decoration:underline;}

.readmore{
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;

}

#content .readmore a {text-decoration:none;}
#content .readmore a:hover {text-decoration:underline;}

.readmore-float-right {
margin-top:10px;
float: right;
}

#interesting p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:1.0em;
	color:#333;
        font-weight:normal;
        padding-bottom: 5px;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content table.review-blocks a {
	text-decoration:none;
	
	
    }
	
#content table.review-blocks a:hover {
	text-decoration:underline;
	
    }


#content {
	width:580px;
	background:#fff;
	padding:15px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
        
	}
#content a{ text-decoration:underline; }
#content a:hover { text-decoration:none; }
#content ul{list-style-type:square; list-style-position: outside;}

#content2 {
	width:910px;
	background:#fff;
	padding:15px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
        
	}

#content2 a{ text-decoration:underline; }
#content2 a:hover { text-decoration:none; }
#content2 ul{list-style-type:square; list-style-position: outside;}
#content2 div.title {padding:0px 0px 20px 0px;}
#content2 div.title h1{
	font-weight:bold;
	font:1.45em Verdana, sans-serif;
	letter-spacing:-0.02em;
	}

#content div.title {
	padding:0px 0px 20px 0px;
	
	}
#content div.post-title {
	padding:10px 0px 20px 0px;
	}

#content div.post-title h1 {
	font-weight:bold;
	font-size:22px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-0.03em;
	padding:0px 0px 5px 0px;
	text-align:left;
	}

#content div.title h1{
	font-weight:bold;
	font:1.45em Verdana, sans-serif;
	letter-spacing:-0.02em;
	}

.post {
	font-size:1.05em;
	line-height:1.5em;
	}


.post p {
	margin-top:0px;
	}


.post ul, .post ol, #interesting ul, #interesting ol {
	margin-bottom:15px;
	}

.post ul li, #interesting ul li {	
	list-style:square;
	margin-left:45px;
	}



.post ol li, #interesting ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #interesting ol li ul li {	
	list-style:square;
	margin-left:20px;

	}


.entry { margin-top:0px;}
.entry h2{
	font-weight:bold;
	font:1.3em Trebuchet MS;
	letter-spacing:-0.01em;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align:left;
		color:#333;
	}
#content .entry h2 a{
text-decoration:none;
color:#333;
	}
.entry h2 a:hover{
text-decoration:none;
color: #333; 
	}

#content .entry h4{
	color:#333;
	font-size:1.15em;
	font-weight:bold;
	padding:0px 0px 8px 18px;	
	background-image:url(http://www.webhostingdeals.org/images/star.png);
    background-repeat: no-repeat;
    background-position: top left;
	
	}

#content2 .entry h2 a{
text-decoration:none;

	}
	
#content2 .entry h2 a:hover{
text-decoration:none;

	}
	
#content2 .entry h3{
	color:#B10E20;
	font-size:1.1em;
	font-weight:normal;
	padding:10px 0px 10px 20px;
	
	
	background-image:url(http://www.webhostingdeals.org/images/review/tick.png);
    background-repeat: no-repeat;
    background-position: left;
    
   
	
	
	}

#comment_icon {
	background-image:url(images/comment.gif);
	background-repeat:no-repeat;
	padding-left:14px;

	
	}
#stats {
	
	color:#999999;
        margin-top:0px;
	padding-bottom:10px;
padding-left:13px;
        border-bottom:2px solid #ddd;
	font:0.8em Arial;
	display:block;
background-image:url(images/post.gif);
background-repeat:no-repeat;

	}
#stats a { color:#999999;}
#stats a:hover { color:#CC3300;}
#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;

    float:left;
margin-top: 15px;
    margin-bottom: 25px;
	vertical-align:middle;
        
	}

#tools a:hover {
	background:none;
	}

.navigation {

 background:inherit;
	text-align:left;
	float:left;
	width:570px;
	margin-bottom:20px;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	
	}

#sidebar h3 {
	font:1.0em Verdana;
	font-weight:bold;
	background-color:#CCC;
	background:url(http://www.webhostingdeals.org/images/sidebar/h3bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#555;
	margin:10px 0px 5px 0px;
	padding:5px 3px 10px 33px;
	}

.sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}
	
.sidebar-tophost {
   margin-top:10px;
   padding:0px;
	text-align:center;
	width:100%;
	
	}
.sidebar-tophost td{
	padding-bottom:10px;
	
	}

.sidebar-tophost img {
     width:85px;
	 height:70px; 
	 border:#CCC 4px solid; 
	 margin-right:7px;
	
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	
	display:block;
	padding:2px 0px 2px 13px;
	margin-left:18px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}



/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}





/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:470px;
	float:right
	}
#content .commenttext a{text-decoration:none;}
#content .commenttext a:hover{text-decoration:underline;}
#content .leavecomment-arrow {font-weight:bold; font-size:15px;}
#content .leavecomment-arrow a{text-decoration:none; font-size:0.75em;}
#content .leavecomment-arrow a:hover{text-decoration:underline;}
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/


#footer {
	
	width: 100%x;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#222;
	
	margin:auto;
	

	}

#footer-margin {
	margin:auto;
	width:960px;
	color:#FFF;
	padding-left:20px;
	
	
	}

.footertext, .footertext a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.0em;
	padding-bottom:15px;
	padding-top:10px;
	color:#FFF;
	
}

.footerresources, .footerresources a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.5em;
	padding-bottom:25px;

	color:#999;
}

.footer-disclosure-text {
 border:solid 5px #666; padding:8px; width:95%; margin-bottom:10px;color: #999; 
}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
