/*
Theme Name: Web Hosting Craze
Theme URI: http://www.dizzain.com/blog_customization/
Description: Custumized WordPress theme.
Version: 1.0
Author: Dizzain Inc.
Author URI:http://www.dizzain.com/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
b {
	font-weight:bold;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #474747;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color:#0d0d0d;
	font-weight:normal;
}
h1 {
	font-size:28px;
	line-height:40px;
	margin-bottom:15px;
}
h2 {
	font-size:26px;
	line-height:30px;
	margin-bottom:10px;
}
h3 {
	font-size:24px;
	line-height:28px;
	margin-bottom:15px;
}
h4 {
	font-size:18px;
	line-height:22px;
	margin-bottom:15px;
}
h5 {
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}

hr {
	background-color: #fcfcfc;
	border:none;
	border-top:solid 1px #d3d3d3;
	height: 2px;
	margin-bottom: 1.625em;
	clear:both;
}

/* Text elements */
p {
	margin: 0px;
	margin:0px 0px 20px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
	font-size:px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.fl_l  { float:left; }
.fl_r  { float:right;}
.clear { clear:both; }

/* Forms */


/* Links */
a {
	color: #b80000;
	text-decoration: none;
	cursor:pointer;
}
/*a:focus,
a:active,
*/
a:hover {
	text-decoration:underline;
}

input[type=text] {
	display:block;
}
input[type=submit] {
	cursor:pointer;
	display:block;
}

/* =Structure
----------------------------------------------- */

.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
html,
body { 
	min-width:970px;
	width:100%;
}

/* Sidebar page */
#primary {
	float:left;
	width:658px;
	padding-bottom: 45px;
}
#secondary {
	width:257px;
	float:right;
	padding-bottom: 45px;
} 

/* Full width page */
#primary.wide {
	float:none;
	width:auto;
}

/* =Images 
-------------------------------------------------------------- */

body { background:#f2f2f2 url(images/bg_body.png) 0 0 repeat;}




.soc_icon,
div.widget-title,
.form-submit input[type=submit],
.sign-up-block_title,
.sign-up-block input[type=submit],
.follow_icons_block a {
	background-image:url(images/patterns.png);
	background-repeat:no-repeat;
}


/* =Fonts
----------------------------------------------- */





/* =Header
----------------------------------------------- */

#branding { 
	position:relative;
	z-index:1000;
	height:190px;
	margin-bottom: -15px;
}
#branding hgroup {
	background: url(images/bg_header.jpg) 5px -4px repeat;
	display: block;
	height: 161px;
	width: 100%;
	position: absolute;
	top: 29px;
	left: 0px;d
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#site-title {
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	height:133px;
	width:197px;	
	top:13px;
	left:37px;	
}
#site-title a,
#site-title span {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	overflow:hidden;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	position:absolute;
	top:0px;
	left:0;
	width:85%;
	height:29px;
	font-size:14px;
	z-index:100;
}
#access div { width:100%;}

#access ul { 
	list-style:none outside;
	margin:0;
}
#access li {
	float:left;
	display:block;
	height:29px;
	margin-left:8px;
	position: relative;
}
#access li.hover {
	background-color: #FFF;
	border: 1px solid #d3d3d3;
	border-bottom: none;
	height: 31px;
	margin-bottom: -3px;
}
#access li a {
	color:#d32604;
	font-weight:bold;
	text-decoration:none;
	display:block;
	letter-spacing: -1px;
	padding:1px 9px 0 9px;
	line-height:28px;
	position: relative;
	z-index:20;
}
#access li.hover a { 
	padding: 0 8px 3px 8px;
	background-color: #fff;
}

#access li a:hover,
#access li.current-menu-item a{ color:#000000;}

#access li.hover a:hover { color:#d32604;}


#access ul.sub-menu { 
	visibility: hidden;
	padding:6px 0 4px 0;
	width:100%;
	position:absolute;
	list-style: none outside none;
	margin:0;
	background-color:#ffffff;
	border: 1px solid #d3d3d3;
	zoom:1;
	z-index:10;
	min-width:160px;
	left: -1px;
	top: 30px;
}
#access ul.sub-menu li {
	float:none;
	border-top:solid 1px #dddddd;
	background:none;
	padding: 6px 0 8px;
	margin:0 8px 0 9px;
	height: auto;
	text-align:left;
}
#access ul.sub-menu li:first-child { border:none;}

#access ul.sub-menu li a {
	padding:0!important;
	margin-left: 10px;
	text-transform:none;
	font-weight:normal;
	color:#c22803;
	display: inline;
	text-align:left;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 16px;
	display: block;
}
#access ul.sub-menu li a:hover,
#access ul.sub-menu li.current-menu-item a { 
	color:#000;
}
#access ul.sub-menu li a .treangle { display:none;}


/* head_banner */

.head_banner {
	position: absolute;
	width: 468px;
	height: 60px;
	top: 47px;
	right: 30px;
}

/* follow_soc_block */

#branding .follow_soc_block {
	position: absolute;
	right:14px;	
	top: 4px;
	overflow: hidden;
}
.soc_icon {
	display: block;
	width: 22px;
	height: 23px;
	float: left;
	margin-left: 6px;
}
.soc_icon.facebook { 
	background-position: 0 0;
}
.soc_icon.twitter { 
	background-position: -28px 0;
}
.soc_icon.linkedin { 
	background-position: -56px 0;
}
.soc_icon.rss { 
	background-position: -84px 0;
}
.soc_icon.pinterest { 
	background-position: -170px 0;
}

/* follow_icons_block */

.follow_icons_block {
	margin-bottom: 25px;
}
.follow_icons_block a {
	display: inline-block;
	*display: inline;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;	
	margin-right: 5px;
}
.follow_icons_block .twitter {
	background-position: 0 -200px;
}
.follow_icons_block .facebook {
	background-position: -40px -200px;
}
.follow_icons_block .google_plus {
	background-position: -80px -200px;
}
.follow_icons_block .stumbleupon {
	background-position: -120px -200px;
}
.follow_icons_block .pinterest {
	background-position: -160px -200px;
}

.follow_icons_block .linkedin {
	background-position: -200px -200px;
}
.follow_icons_block .youtube {
	background-position: -240px -200px;
}

#author-info .follow_icons_block {
	position: absolute;
	right: 20px;
	top: 13px;
}


/* =Content
----------------------------------------------- */

#main { 	
	background-color: #fbfbfb;
	padding: 35px 15px 20px;

	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow:hidden;
}

.hentry {
	position: relative;
}

/* First post has special styling */
.paged-0.hentry-0,
.section.related-posts,
.author-single-content {
	background-color: #fff;
	padding: 15px 25px 25px 20px;
	margin: 0 0 20px;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/* related-posts */

.related-posts .hentry {
	width: 120px;
	float: left;
	margin-left: 40px;
}
.related-posts .hentry:first-child {
	margin-left: 0px;
}
.related-posts .hentry p {
	margin-bottom: 5px;
}

/* short-hentry */
.short-hentry {
	padding:0 0 12px;
	margin:40px 6px 0 11px;
	border-bottom:  1px  solid #ebebeb;
}
.short-hentry.with-img {
	padding-left: 170px;
	min-height:150px;
} 
.short-hentry .entry-title {
	font-size: 18px;
	line-height: 22px;
}
.short-hentry .attachment-thumbnail {
	position: absolute;
	display: block;
	top:0px;
	left:0px;
}
.short-hentry p {
	margin:0;
}



.entry-title,
.entry-title a {
	color: #0d0d0d;
}
body.single .entry-title {
	font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.page-title {
	color: #c22803;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 28px;
	margin-left: 11px;
}
body.author .page-title {
	margin-left: 0px;
}
.page-bottom-title {
	color: #c22803;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -1px;
	margin: 66px 0 10px;
}


/* post_soc_block */

.post_soc_block,
body.single #author-info {
	background-color: #f5f5f5;	
	border: 1px solid #e8e8e8;
	margin-bottom: 15px;
	margin-top: 15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.post_soc_block {
	height: 23px;
	padding-top: 3px;
	padding-left: 3px;
}

.post_soc_block.review_soc_block {
	min-height: 23px;
	padding: 15px 15px 15px 18px;
	margin: 0;
}
.post_soc_block_item {
	display: inline-block;
	vertical-align: top;
	/*width: 95px;*/
	width: 90px;
}
.post_soc_block_item.linkedin { 
	width: 105px;
}
.post_soc_block_item.google { 
	/*width: 80px;*/
	width: 70px;
}

.post_soc_block.review_soc_block .post_soc_block_item { width: 90px;}

.review_soc_block span.text {
	color: #c22803;
	font-size: 16px;
	font-weight: bold;
	width: 190px;
	display: block;
	float: left;
}
.review_soc_block .review_soc_block_inn {
	float: right;
	width: 375px;
}

.hentry-0 .attachment-post_large_thumbnail { 
	/* border: 1px solid #eaeaea; */
	margin-bottom:20px;
}

body.single-review .hentry-0 .attachment-post_large_thumbnail {
	display: block;
	margin: 0 auto 25px;
}

/* #author-info */

#author-info {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
body.single #author-info {
	padding: 20px;

	-webkit-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset 0px 0px 3px rgba(50, 50, 50, 0.1);
	box-shadow:         inset 0px 0px 3px rgba(50, 50, 50, 0.1);
}
body.single #author-avatar {
	width: 100px;
	margin-top: 4px;
}
#author-avatar {
	margin-top: 2px;
	float: left;	
	width: 125px;
}
body.single #author-description {
	width: 446px;
}
#author-description {
	float: right;
	width: 463px;
	font-size: 13px;
	line-height: 17px;
}
#author-description p {
	margin-bottom: 5px;
}
body.single-chart #author-description {
	width: 720px;
}

#author-description h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 2px;
}

/* Review post */
.type-review .entry-title {
	/*padding:0 110px 0 0;*/
	/*padding: 0 180px 0 0;*/
}


.type-review.hentry-0 .post-ratings {
	top:20px;
	right:25px;
}
.waitlist-form-col {
	width:497px;
}
.waitlist-form-col.odd { float:left; }
.waitlist-form-col.odd { float:right; }

.type-review .post-ratings-text,
.type-review .vote-text.voted {
	position:absolute;
	top:21px;
	left:0;
}
.type-review .vote-text {
	display:none;
}
.type-review .vote-text.voted {
	display:block;
}

/* Chart table */

.type-chart img.attachment-thumbnail {
	float:left;
	margin:0 26px 30px 0;
}

table.chart-table {
	border:none;
	clear:both;
}
col.chart-col-1 { width:60px;  }
col.chart-col-2 { width:189px; }
col.chart-col-3 { width:179px; }
col.chart-col-4 { width:105px; }
col.chart-col-5 { width:109px; }
col.chart-col-6 { width:140px; }
col.chart-col-7 { width:114px; }

body.archive col.chart-col-1 { width:30px;  }
body.archive col.chart-col-2 { width:170px; }
body.archive col.chart-col-3 { width:181px; }
body.archive col.chart-col-5 { width:70px;  }
body.archive col.chart-col-6 { width:115px; }
body.archive col.chart-col-7 { width:90px;  }

table.chart-table th {
	color:#474747;
	font-weight:bold;
	text-align:center;
	padding:0;
	height:42px;
	vertical-align:middle;
}
table.chart-table th,
table.chart-table .even td {
	background-color:#ececec;
}
table.chart-table td {
	text-align:center;
	vertical-align:middle;
}
table.chart-table a.url img {
	max-width:98%;
}
table.chart-table td.number,
table.chart-table td.price {
	color:#000;
	font-weight:bold;
}
table.chart-table td.price {
	font-size:18px;
}
table.chart-table td.score {
	color:#c22803;
	font-weight:bold;
}
td.item-image a {
	display: inline-block;
	max-width: 159px;
}
td.item-image a img {
	max-width: 100% !important;
	height: auto;
}
td.item-links {
	padding:6px 18px 0 17px !important;
}
body.archive td.item-links {
	padding:6px 8px 0 !important;
}
td.item-links .button {
	display:block;
}
td.item-links a.review-url {
	font-size:11px;
	color:#ce5335;
}

td.highlights-container ul {
	margin:0;
	list-style-type:none;
	text-align:left;
	/*padding:0 0 0 20px;*/
	padding-left: 7px;
	font-size:11px;
	line-height:15px;
}
td.highlights-container li {
	padding:0 0 0 17px;
	background:url(images/list-highlight.png) 0 3px no-repeat;
	margin:0 0 2px;
}

/* Charts navigation */
ul.charts-navigation {
	margin:40px 0 50px 175px;
}
li.chart-nav-item {
	display:inline-block;
	position:relative;
	padding:0 0 0 34px;
	margin:13px 0 0;
	width:305px;
	color:#bf2702;
	font-weight:bold;
}
li.current-chart-item a {
	color:#000;
	cursor:default;
	text-decoration:none !important;
}
.chart-icon {
	position:absolute;
	top:50%;
	margin-top:-12px;
	left:0;
	width:24px;
	height:24px;
	background-image:url(images/chart-icons.png);
}

.chart-icon.shared     { background-position:0 0; }
.chart-icon.vps        { background-position:0 -24px; }
.chart-icon.cloud      { background-position:0 -48px; }
.chart-icon.dedicated  { background-position:0 -72px; }
.chart-icon.collocated { background-position:0 -96px; }
.chart-icon.reseller   { background-position:0 0px; }
.chart-icon.wordpress  { background-position:0 -24px; }
.chart-icon.christian  { background-position:0 -48px; }
.chart-icon.blog       { background-position:0 -72px; }
.chart-icon.green      { background-position:0 -96px; }


/* Ratings */
div.post-ratings {
	font-size:13px;
	width:auto;
}
span.stars {
	display:block;
}
.post-ratings-text {
	color:#B80000;
}

/* =navigation 
-------------------------------------------------------------- */

.navigation {
	overflow:hidden;
	font-size:24px;
	line-height: 28px;
	padding-top: 27px;
	padding-bottom: 17px;
	border-top:  1px solid #ebebeb;
}
.navigation .nav-previous { float:left;}
.navigation .nav-next { float:right;}

.ajax-nav {
	border-top: none;
	text-align: center;
	padding-bottom: 0px;
}
.ajax-nav a {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}


/* =Forms
-------------------------------------------------------------- */

.button,
.reply a {
	display:inline-block;
	text-align:center;
	height:23px;
	line-height:23px;
	padding:0 18px;
	color:#FFF;
	font-weight:bold;

	border:1px solid #b00e00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background: #b21c01; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MzYwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjFjMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d63607 0%, #b21c01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d63607), color-stop(100%,#b21c01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d63607 0%,#b21c01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d63607 0%,#b21c01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d63607 0%,#b21c01 100%); /* IE10+ */
	background: linear-gradient(top, #d63607 0%,#b21c01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63607', endColorstr='#b21c01',GradientType=0 ); /* IE6-8 */
}
.button:hover,
.reply a:hover {
	background:none;
	background-color:#b21c01;
	text-decoration:none;
}

/* =comments 
-------------------------------------------------------------- */

#comments {
	clear: both;
	padding-top:20px;
	width: 660px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
#comments-title,
#reply-title {
	color:#000;
	font-size:24px;
	line-height:28px;
	margin-left: 12px;
}
#comments-title {
	margin-bottom:10px;
}
#reply-title {	
	padding-bottom:16px;
	margin-bottom:19px;		
	border-bottom:solid 1px #ececec;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding-bottom:26px;
}
.commentlist ol { list-style: decimal;}

.commentlist li.comment {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 13px;
	padding: 10px 0 15px 15px;	

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.comment-container  {
	position:relative;
}

/* comment-author */


.comment-author {
	overflow: hidden;
	margin-right: 15px;
	font-size:10px;
	color:#c22803;
	position:relative;
	line-height:18px;
	text-decoration:none;
	margin-bottom: 10px;
}
.comment-author .author {
	font-size: 14px;
	line-height: 18px;
	color: #414141;
	font-weight: bold;
}
.comment-author cite,
.comment-author cite a{
	color:#c22803;
	font-style:normal;
}
.comment-author .says { font-style: italic;}

.commentlist .avatar {
	padding:3px;
	display:block;
	border:solid 1px #dfdfdf;
	float: right;
}

/* comment-body */ 

.comment-body { 
	min-height:25px;
	line-height:18px;
	padding-bottom:4px;
	margin-right: 15px;
}

.comment-body p { margin-bottom: 10px;}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body blockquote p:last-child { margin-bottom: 24px;}


/* comment meta */

.reply {	
	overflow: hidden;
}


/* children */

.commentlist .children  {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	margin: 15px -1px 0 0;
}

/* some styles */

.nopassword,
.nocomments { display: none;}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback { margin-top: -6px;}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/* Comments form */

#respond {
	position: relative;
	padding-bottom:15px;
}
.comment #respond { 
	margin-top: 20px;
}
.logged-in-as {
	margin:0 0 10px 13px;
}

.comment-form-item {
	overflow:hidden;
	padding-bottom:15px;
	padding-left: 5px;
}
.comment-form-item label {
	display:block;
	color:#626363;
	line-height:33px;
	font-size:13px;
	float:left;
	margin-left: 10px;
	font-weight: bold;
}
.comment-form-item label span { 
	font-weight: normal;
}

.comment-form-item input[type=text] { 	
	width:221px;		
	float:left;
	height:17px;
}

.comment-form-item input[type=text],
.comment-form-item textarea {
	padding:6px 5px;
	color:#222222;
	background-color:#ffffff;
	display:block;
	border:solid 1px #e5e5e5;


	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: inset 0px 0px 3px #e5e5e5; /* webkit browser*/ 
	-moz-box-shadow: inset 0px 0px 3px #e5e5e5; /* firefox */ 
	box-shadow: inset 0px 0px 3px #e5e5e5;
}
.comment-form-item textarea { 
	height:134px;
	width:94%;
}

.form-submit { 
	display:block;	
	padding-top:5px;
	overflow:hidden;
	margin-bottom:0px;
}
.form-submit input[type=submit] {	
	height:33px;
	font-size:1px;
	text-align: left;
	color: #c22803;
	float:right;
	width: 244px;
	height: 49px;
	border: none;
	margin-right: 24px;
	background-position:0 -510px;
}
body.single-review .form-submit input[type=submit] { background-position:0 -140px;}

/* meta tags */

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code { font-size: 11px;}

.form-allowed-tags { line-height: 1em;}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


/* =Contact Page 
-------------------------------------------------------------- */


/* =Sidebar widgets
-------------------------------------------------------------- */


#secondary ul {
	list-style:none;
	margin:0;
}
#secondary .widget {
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 17px;	

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.widget {
	font-size: 13px;
	line-height: 16px;
}

.widget ul li {
	border-top: 1px solid #dddddd;
	padding-bottom: 8px;
	padding-top: 7px;
}
.widget ul li:first-child { 
	border: none;
}
.widget ul li a {
	display: block;
}

.widget a:hover {
	color: #111111;
	text-decoration: none;
}
.widget ul li.current-cat a {
	margin-left: -11px;
	padding-left: 11px;
	color: #111111;
	background: url(images/lst_widget_treangle.gif) 0 5px no-repeat;
	cursor:default;
}

/* recent_post_widget */

.recent-post-item {
	overflow: hidden;
	border-top:  1px solid #dddddd;
	padding: 10px 0;
}
.recent-post-item.first {
	border: none;
	padding-top: 0px;
}

.recent-post-item img {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}


.widget .recent-post-item a { color: #414141;}

.widget .recent-post-item a:hover {
	color: #414141;
	text-decoration: underline;
}


/* follow_widget */

.follow_widget div.widget-title {
	width: 119px;
	height: 19px;
	background-position: 0 -80px;
	float: left;
	margin-left: -3px;
	margin-top: 10px;
}
.follow_widget .follow_soc_block {
	overflow: hidden;
	float: right;
	margin-right: -3px;
}
.follow_widget .soc_icon {
	display: block;
	float: left;
	width: 40px;
	height: 41px;
	margin-left: 12px;
}
.follow_widget .soc_icon:first-child {
	margin-left: 0px;
}
.follow_widget .soc_icon.facebook {
	background-position: 0 -30px;
}
.follow_widget .soc_icon.twitter {
	background-position: -52px -30px;
}

/* widget_links */

#secondary .widget_links.widget {
	padding: 20px 15px;
}

.widget_links.widget ul li {
	border: none;
	padding: 0;
	margin-top: 3px;
}
.widget_links.widget ul li:first-child {
	margin: 0;
}
.widget_links .widget-title {
	display: none;
}
.widget_links.widget a,
.widget_links.widget img {
	display: block;
}


/* custom_subscribe_widget */

#secondary .custom_subscribe_widget {
	padding: 20px 15px 10px;
}

.custom_subscribe_widget div.widget-title {
	height: 24px;
	background-position: 0 -110px;
	width: 226px;
}
.subscribe_soc_block {
	padding-top: 5px;
	height: 115px;
}

.subscribe_soc_block .soc_icon {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0;
}
.subscribe_soc_block .soc_icon.rss { 
	background-position: -130px 0;
}
.subscribe_soc_block .post_soc_block_item,
.subscribe_soc_block .soc_icon {
	vertical-align: middle;
	margin-top: 15px;
}
.subscribe_soc_block .twitter_follow {
	width: 180px;
	margin-left: 10px;
}
.subscribe_soc_block .google { width: 80px;}
.subscribe_soc_block .facebook { width: 120px;}
.subscribe_soc_block .linkedin_profile { width: 90px;}
.subscribe_soc_block .stumbleupon { width: 90px;}


/* Rating star widget */
.widget_ratings-widget li {
	position:relative;
}
.widget_ratings-widget li a {
	padding-right:50px;
	position:relative;
	z-index:20;
}
.widget_ratings-widget .stars {
	position:absolute;
	top:50%;
	right:0;
	margin:-5px 0 0;
}
.widget_ratings-widget .post-ratings-image {
	height:11px;
}

/* Coupon widget */
.coupon-widget-container {
	background:url(images/coupon-widget-bg.png) 0 0 no-repeat;
	height:80px;
	width:227px;
	padding:70px 0 0;
	text-align:center;
	font-size:16px;
	color:#FFF;
	display: block;
}
.coupon-widget-container:hover {
	color: #fff !important;
}
.coupon-widget-container .hoster-title {
	font-size:22px;
	line-height: 22px;
	color:#FFF;
	display: block;
	margin-bottom: 10px;
}

/* =Bottom Sidebar 
-------------------------------------------------------------- */

#supplementary {
	margin-top: 35px;
	overflow:hidden;
}
#supplementary .widget-area {
	display:block;
	float:left;
}

#supplementary.four .widget-area  { width:25%; }
#supplementary.three .widget-area { width:33%;   }
#supplementary.two .widget-area   { width:49%;   }
#supplementary.one .widget-area   { width:99%;   }

#supplementary .widget {
	margin:0 15px 15px 10px;
}
#supplementary .widget ul {
	list-style-type:none;
	margin: 0;
}



/* =sign-up-block 
-------------------------------------------------------------- */

.sign-up-block {
	background-color: #c22803;;
	/*background:#c22803 url(images/bg_sign-up-block.png) 0 0 repeat-x;*/
	height: 75px;
	padding: 22px 0 10px 245px;
	position: relative;
	clear: both;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.sign-up-block_title {
	position: absolute;
	top: 20px;
	left: 15px;
	height: 65px;
	width: 204px;
	background-position: 0 -570px;
}
.sign-up-block input[type=text] {
	height: 28px;
	width: 478px;
	padding: 8px 15px;
	float: left;
	color: #8d8d8d;
	font-size: 20px;
	line-height: 28px;
	border: none;

		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.sign-up-block input[type=submit] {
	width: 138px;
	height: 70px;
	display: block;
	padding: 0;
	border: none;
	float: right;
	background-position: 0 -430px;
	margin-right: 20px;
}
.sign-up-block .text {
	float: left;
	width: 508px;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
}



/* =Footer 
-------------------------------------------------------------- */

#colophon {
	background:url(images/bg_footer.jpg) 0 0 repeat;
	font-size:12px;
	line-height:20px;
	margin-top: -18px;
}
.footer_inn {
	background: url(images/bg_footer_shadow.png) 0 0 repeat-x;
	padding-top:25px;
	overflow: hidden;
}
#colophon .wrapper { 
	padding-top: 25px;
	min-height:140px;
	padding-bottom: 30px;
}
#colophon h4 { 
	margin-bottom: 15px;
}

#colophon p { margin:0;}

#colophon,
#colophon a { color:#424242;}

.footer_text {
	width: 580px;
	float: left;
	margin-left: 30px;
}
#site-generator {
	width: 250px;
	float: right;
}
#site-generator p {
	margin-bottom: 20px;
}

/* = 
-------------------------------------------------------------- */


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 25px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	/*max-width: 97.5%; *//* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
	margin-top:9px;
}
img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {    
    float: left;
    border: 1px solid #D3D3D3;
    margin: 10px;
    padding: 3px;
    text-align: center;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	line-height:18px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	position: relative;
	padding: 2px 5px;
}
#content table {
    border-collapse: collapse;
    border-color: #D3D3D3;
    border-spacing: 0;
    border-style: ridge;
    border-width: 1px;
    margin: 5px 0 25px;
}
#content table.full {
    width: 100%;
}
#content table th {
	background-color:#f3f3f3;
	border:1px solid #fbfbfb;
}
#content table th,
#content table td {   
	padding:6px 5px 7px;	
}
#content table td,
#content table.chart-table tbody tr td {
	border:1px solid #f3f3f3;
	background-color: #fff;
}
#content table tr:first-child td {
	background-color:#f3f3f3;
	border:1px solid #fbfbfb;
}
#content table h1,
#content table h2,
#content table h3,
#content table h4,
#content table h5,
#content table h6 {
	margin-bottom: 0px;
}

#ie7 .post_soc_block_item,
#ie7 .type-review .post-ratings,
#ie7 li.chart-nav-item,
#ie7 .button,
#ie7 .reply a,
#ie7 .subscribe_soc_block .soc_icon {
	display: inline;
}

.review-meta-header {
	background-color: #F5F5F5;
	padding: 20px 15px 10px 10px;
	margin: 0 -15px 20px -10px;
}
.review-meta-header .custom-post-ratings,
.review-meta-header p {
	margin-bottom: 8px;
}
.entry-review-meta.bottom {
	padding-top: 10px;
	padding-bottom: 15px;
}
.entry-review-meta.bottom p {
	margin-bottom: 8px;
}

.entry-review-meta .rating-block {
	margin-bottom: 8px;
}
.entry-review-meta .post-ratings {
	display:inline-block;
	font-size: 18px;
	margin-left: 3px;
}
.entry-review-meta .post-ratings span,
.entry-review-meta .post-ratings img {
	vertical-align: middle;
}

.entry-content li {
	margin-bottom: 8px;
}
.entry-content li li {
	margin-bottom: 0px;
	margin-top: 8px;
}