/*----------------------------------------------

	Theme Name: 	Hosting Creme
	Theme URI:		http://www.abmathur.info
	Description:	---
	Version:		1.0
	Author:			Abhishek Mathur
	Author URI:		http://abmathur.info
	Date:			December 29 '09
	File:			style.css
	
-----------------------------------------------*/


/*------------------------------------------------
	>> GLOBAL STYLES
------------------------------------------------*/
body {
	background-color: #e5e696;
	background-image: url(images/bg_global.png);
	background-repeat: repeat-x;
	margin: 0px;
}

.abm {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.abm ul,
.fwrapper ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a,img {
	border: 0px;
}

.collapse {
	display: none;
}

/*------------------------------------------------
	>> HEADER STYLES
------------------------------------------------*/
.abm .header {
	width: 1000px;
	height: 173px;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
}

.abm .header .count {
	width: 260px;
	height: 60px;
	color: #ffffff;
	font-size: 30px;
	font-family: trebuchet ms;
	display: block;
	position: relative;
	left: 302px;
	top: 26px;
	line-height: 30px;
	float: left;
	letter-spacing: -1px;
}

.abm .header .logo {
	width: 217px;
	height: 47px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	left: 210px;
	top: 26px;
}


/*------------------------------------------------
	>> TOPHOSTS STYLES
------------------------------------------------*/
.mwrapper {
	width: 100%;
	float: left;
	background-color: #ffffff;
	background-image: url(images/bg_mwrapper.png);
	background-repeat: repeat-x;
}

.abm .hosts,
.abm .content {
	margin-top: 15px;
	width: 952px;
	float: left;
	background-color: #f0f0c1;
	margin-left: 24px;
	list-syle-type: none;
	padding: 0px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding: 10px;
}

.abm .hosts li {
	margin-bottom: 6px;
	float: left;
	width: 952px;
}

.abm .hosts .alt1 {
	background-color: #9dad4b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.abm .hosts .alt2 {
	background-color: #b5c16d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.abm .hosts .alt3 {
	background-color: #9dad4b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height: 80px;
	overflow: hidden;
}

.abm .hosts .alt4 {
	background-color: #b5c16d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height: 80px;
	overflow: hidden;
}

.abm .hosts .col1 {
	width: 120px;
	text-align: center;
	font-family: trebuchet ms;
	font-size: 80px;
	text-align: center;
	display: block;
	color: #ffffff;
	padding-top: 10px;
	float: left;
}

.abm .hosts .col2 {
	width: 226px;
	float: left;
}

.abm .hosts .col2 .display {
	width: 226px;
	height: 95px;
	background-image: url(images/bg_tophost_display.png);
	background-repeat: no-repeat;
	display: block;
	margin-top: 18px;
	float: left;
}

.abm .hosts .col2 .display .pic {
	width: 226px;
	height: 87px;
	overflow: hidden;
	display: block;
	text-align: center;
}

.abm .hosts .col2 .reviews {
	width: 148px;
	height: 18px;
	background-image: url(images/bg_tophost_reviews.png);
	background-repeat: repeat-x;
	position: relative;
	display: block;
	top: -20px;
	left: 40px;
	float: left;
	color: #ffffff;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 4px;
}

.abm .hosts .col2 .reviews a,
.abm .hosts .col2 .reviews a:active,
.abm .hosts .col2 .reviews a:visited,
.abm .hosts .col2 .reviews a:hover {
	text-decoration: none;
	color: #ffffff;
}

.abm .hosts .col3 {
	margin-top: 10px;
	margin-left: 25px;
	padding-left: 25px;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	width: 210px;
	float: left;
	background-image: url(images/bg_tophost_divider.png);
	background-repeat: no-repeat;
	height: 95px;
	padding-top: 10px;
}

.abm .hosts .col3 a {
	color: #ffffff;
}

.abm .hosts .col4 {
	float: left;
	width: 170px;
	font-family: trebuchet ms;
	color: #000000;
	font-size: 50px;
	margin-top: 33px;
}

.abm .hosts .col4 sup {
	font-weight: normal;
	font-size: small;
	vertical-align: top;
	font-size: 28px;
	padding: 0px;
}

.abm .hosts .col4 sub {
	font-weight: normal;
	font-size: small;
	vertical-align: bottom;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

.abm .hosts .col5 {
	width: 148px;
	float: right;
	margin: 10px;
	text-align: center;
}

.abm .hosts .col5 cite {
	width: 148px;
	height: 18px;
	font-size: 10px;
	font-family: arial;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	font-style: normal;
	text-align: center;
	padding-top: 4px;
	background-color: #59680d;
	margin-top: 5px;
}

.abm .hosts .col5 .signup {
	width: 67px;
	height: 68px;
	background-image: url(images/bg_tophost_signup.png);
	background-repeat: no-repeat;
	display: block;
	margin-top: 15px;
	margin-left: 38px;
}

.abm .hosts .alt3 .col1,
.abm .hosts .alt4 .col1 {
	font-size: 36px;
}

.abm .hosts .alt3 .col2,
.abm .hosts .alt4 .col2 {
	width: 315px;
	float: left;
}

.abm .hosts .alt3 .col2 .display,
.abm .hosts .alt4 .col2 .display {
	width: 158px;
	height: 48px;
	background-image: url(images/bg_tophost_display_small.png);
	background-repeat: no-repeat;
}

.abm .hosts .alt3 .col2 .display .pic,
.abm .hosts .alt4 .col2 .display .pic {
	width: 148px;
	height: 38px;
	margin-top: 1px;
}

.abm .hosts .alt3 .col2 .reviews,
.abm .hosts .alt4 .col2 .reviews {
	margin-top: 28px;
	margin-left: 8px;
	position: static;
}

.abm .hosts .alt3 .col3,
.abm .hosts .alt4 .col3 {
	padding: 0px;
	margin-top: 30px;
	background-image: none;
	width: 146px;
}

.abm .hosts .alt3 .col4,
.abm .hosts .alt4 .col4 {
	font-size: 28px;
	margin-top: 18px;
	width: 120px;
}

.abm .hosts .alt3 .col4 sup,
.abm .hosts .alt4 .col4 sup {
	font-size: 18px;
}

.abm .hosts .alt3 .col4 sub,
.abm .hosts .alt4 .col4 sub {
	font-size: 22px;
}

.abm .hosts .alt3 .col5,
.abm .hosts .alt4 .col5 {
	width: 195px;
	text-align: left;
	margin-top: 20px;
}

.abm .hosts .alt3 .col5 .signup,
.abm .hosts .alt4 .col5 .signup {
	width: 36px;
	height: 37px;
	background-image: url(images/bg_tophost_signup_small.png);
	float: left;
	margin: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

.abm .hosts .alt3 .col5 cite,
.abm .hosts .alt4 .col5 cite {
	float: left;
	margin-top: 8px;
}


/*------------------------------------------------
	>> ARTICLE/REVIEWS/TWITTER STYLES
------------------------------------------------*/
.abm .art {
	width: 972px;
	float: left;
	margin-left: 24px;
	background-image: url(images/bg_art.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 20px;
	font-family: arial;
	font-size: 12px;
	color: #646464;
}

.abm .art .title {
	margin-top: 15px;
	margin-left: 10px;
}

.abm .art h2 {
	font-family: helvetica;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0px;
	float: left;
}

.abm .art .articles,
.abm .art .reviews,
.abm .art .twitter {
	width: 275px;
	float: left;
	margin-right: 40px;
	margin-left: 15px;
}

.abm .art .twitter {
	margin-right: 0px;
	margin-left: 5px;
}

.abm .art .articles ul,
.abm .art .reviews ul,
.abm .art .twitter ul {
	width: 270px;
	margin-top: 30px;
}

.abm .art .twitter ul {
	width: 275px;
	margin-top: 23px;
}

.abm .art .articles li,
.abm .art .reviews li,
.abm .art .twitter li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: justify;
	border-bottom: 1px solid #f0f0f0;
}

.abm .art .twitter li {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.abm .art .articles li a,
.abm .art .reviews li a {
	display: block;
	color: #9dad4b;
	font-weight: bold;
}

.abm .art .twitter li a {
	display: inline;
	color: #29a6e6;
	font-weight: bold;
}

.abm .art .articles li cite,
.abm .art .reviews li cite,
.abm .art .twitter cite {
	font-style: normal;
	color: #b4b4b4;
	margin-bottom: 4px;
	margin-top: 3px;
	display: block;
	font-size: 11px;
}

.abm .art .twitter cite {
	font-size: 11px;
}

.abm .art .articles li p,
.abm .art .reviews li p,
.abm .art .twitter p {
	margin: 0px;
}

/*------------------------------------------------
	>> GUIDE/RESOURCES/WEBMASTER/LEGAL STYLES
------------------------------------------------*/
.fwrapper .grwl {
	width: 952px;
	margin-left: 40px;
	float: left;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #888787;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	padding-top: 15px;
}

.fwrapper .grwl a {
	color: #888787;
	text-decoration: none;
}

.fwrapper .grwl h2 {
	font-family: helvetica;
	font-size: 20px;
	letter-spacing: -1px;
	color: #888787;
	margin-bottom: 10px;
}

.fwrapper .grwl li {
	font-family: arial;
	font-size: 12px;
	margin-bottom: 12px;
}

.fwrapper .grwl .guides,
.fwrapper .grwl .resources,
.fwrapper .grwl .webmaster,
.fwrapper .grwl .legal {
	width: 200px;
	margin-right: 40px;
	float: left;
}

.fwrapper .grwl .guides {
	margin-left: 20px;
}

.fwrapper .grwl .legal {
	margin-right: 0px;
}

/*------------------------------------------------
	>> INNER-PAGE CONTENT STYLES
------------------------------------------------*/
.abm .content .frame {
	background-color: #ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 16px;
	float: left;
	width: 920px;
}

.abm .content .frame .entry {
	width: 580px;
	margin-right: 25px;
	float: left;
	color: #000000;
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}

.abm .content .frame .entry a,
.abm .content .frame .entry a:active,
.abm .content .frame .entry a:visited {
	color: #000000;
}

.abm .content .frame .entry a:hover {
	text-decoration: none;
}

.abm .content .frame .entry h2 {
	font-family: impact;
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	line-height: 24px;
	width: 470px;
	margin-bottom: 8px;
	margin-top: 5px;
}

.abm .content .sidebar {
	width: 310px;
	float: right;
	padding-top: 10px;
}

.abm .content .sidebar .ads {
	width: 300px;
	background-image: url(images/bg_ads.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 12px;
}

.abm .content .sidebar .addrev {
	background-color: #f7f7f7;
	background-image: url(images/bg_addrev.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 12px;
	padding-left: 24px;
	width: 274px;
	margin-top: 20px;
	position: relative;
	left: -10px;
	float: left;
}

.abm .content .sidebar .addrev h2 {
	text-transform: uppercase;
	color: #5a5a5a;
	font-size: 22px;
	font-family: trebuchet ms;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

.abm .content .sidebar .addrev label {
	width: 45px;
	font-family: trebuchet ms;
	font-size: 15px;
	color: #648509;
	float: left;
	text-align: right;
	text-transform: uppercase;
	margin-right: 10px;
	padding-top: 5px;
}

.abm .content .sidebar .addrev .field {
	width: 210px;
	height: 27px;
	background-image: url(images/bg_input.png);
	background-repeat: repeat-x;
	padding: 3px;
	font-family: tahoma;
	font-size: 14px;
	border: 1px solid #dde9c6;
	float: left;
	color: #769327;
	margin-bottom: 10px;
}

.abm .content .sidebar .addrev .field[disabled] {
	padding-top: 0px;
}

.abm .content .sidebar .addrev .fieldarea {
	width: 261px;
	height: 196px;
	border: 1px solid #dde9c6;
	font-family: tahoma;
	font-size: 14px;
	color: #769327;
	padding: 5px;
}

.abm .content .sidebar .addrev .button {
	width: 105px;
	height: 26px;
	background-image: url(images/button_comment.png);
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	border: 0px;
	margin-top: 10px;
}

.abm .content .count {
	font-size: 24px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.abm .content .count a {
	color: #8b8b6f;
	text-decoration: none;
}

.abm .content .count .black {
	color: #000000;
}

/*------------------------------------------------
	>> COMMENT STYLES
------------------------------------------------*/
.comments {
	width: 972px;
	background-image: url(images/bg_art.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 24px;
	padding-top: 30px;
}

.row { clear: both; }

.comments .odd {
	float: left;
	margin-left: 20px;
}

.comments .entry {
	border: 7px solid #e7f3d6;
	width: 462px;
	float: left;
	margin-bottom: 15px;
}

.comments .entry .author {
	width: 450px;
	height: 36px;
	border-top: 1px solid #d6e4c1;
	border-bottom: 1px solid #779d42;
	background-color: #fafcf6;
	background-image: url(images/bg_com_author.png);
	background-repeat: repeat;
	padding: 6px;
	float: left;
}

.comments .entry .author a {
	color: #596e3b;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: capitalize;
}

.comments .entry .title,
.comments_right .entry .title {
	color: #bf5d16;
	font-family: georgia;
	font-size: 16px;
}

.comments .entry .time {
	font-family: tahoma;
	color: #596e3b;
	padding-left: 15px;
	background-image: url(images/bg_com_time.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	float: left;
	width: 360px;
	margin-top: 3px;
}

.comments .entry .feed {
	background-image: url(images/bg_com_feed.png);
	background-repeat: repeat-x;
	background-color: #6d923a;
	float: left;
	border-top: 1px solid #c5f386;
	padding: 20px;
	color: #ffffff;
	line-height: 20px;
	font-family: arial;
	font-size: 13px;
	text-align: justify;
	width: 422px;;
}

.comments .entry .feed .unapproved {
	background-image: url(images/bg_com_feed.png);
	background-repeat: repeat-x;
	background-color: #6d923a;
	border: 1px solid #c5f386;
	padding: 5px;
	margin-top: 12px;
	text-align: center;
	font-style: italic;
	color: #c5f386;
}

.comments .entry .author .avatar {
	width: 34px;
	height: 34px;
	border: 1px solid #aab59a;
	display: block;
	float: left;
	margin-right: 15px;
}

.comments .entry .author .avatar img {
	border: 1px solid #ffffff;
	width: 32px;
	height: 32px;
}

.abm .paginate {
	width: 1000px;
	float: left;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.abm .paginate a {
	margin-right: 3px;
	margin-left: 3px;
	color: #596e3b;
	text-decoration: none;
}

.abm .paginate .current {
	color: #e97610;
}

.abm .paginate label {
	font-family: arial;
	color: #6c6c6c;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 15px;
}

.abm .paginate .button {
	width: 142px;
	height: 31px;
	background-image: url(images/button_add.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-right: 27px;
}

/*------------------------------------------------
	>> FOOTER STYLES
------------------------------------------------*/
.fwrapper {
	width: 100%;
	background-color: #eaeaea;
	float: left;
}

.fwrapper .fix {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.fwrapper .footer {
	border-top: 1px solid #ffffff;
	width: 952px;
	margin-left: 24px;
	float: left;
	height: 40px;
	padding-top: 15px;
	color: #808080;
	font-family: arial;
	font-size: 12px;
}

.fwrapper .footer .copynote {
	float: left;
}

.fwrapper .footer .logo {
	width: 123px;
	height: 28px;
	display: block;
	float: right;
	background-image: url(images/logo_footer.png);
	background-repeat: no-repeat;
}

// Sameer Edits

#top-menu {
	color: red;
	}
