/*
Theme Name: Web Hosting Jam
Description:  Web Hosting Jam Theme
Author: Franz Josef Caballes
Author URI: http://facebook.com/fjcaballes
Version: 1.0.0
*/

/* General */

body { background: #eeeeee; font-family: 'Open Sans', sans-serif; font-size: 14px; }

a { text-decoration: none; color: #222222; }
a:hover { color:#466b7f;}
a {
	transition: all .2s linear; 
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
h1, h2, h3, h4, h5, h6 { }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#wrapper { 
  background: #fff; 
  margin:0 auto; 
  margin-top: 0;
  width: 90%; 
  max-width: 982px; 
  border: 1px solid #dddddd; 
  border-top:none; 
  position: relative; 
  z-index: 1; 
  padding-left: 19px; 
  padding-right: 19px; 
  padding-top: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper-content { 
  background: url('images/content_bgs.png') repeat-y; 
  padding-top: 20px; 
  margin-bottom: 0; 
  border-top: 1px solid #E8E8E8; 
}
#main { 
  width: 70%; 
  float: left;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar { 
  width: 30%; 
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width:768px){
  #main,
  #sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.full-width { background: none !important; }
#full-header-container {}
.bypostauthor, .sticky {}

/* Top Nav */

.menu-top-container { background: #191919 url('images/header_bg.png') repeat-x top left; height: 37px; }
.topNav { width: 982px; margin: 0 auto; }
.topNav li { float: left; line-height: 36px; margin-right: 19px; font-size: 11px; height: 36px; position: relative; }
.topNav a { color: #898989; float: left; height: 36px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.9); }
.topNav li ul { background: #444; position: absolute; top: 36px; left: 0; z-index: 10; width: 160px; display: none; margin-top: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.topNav li ul li:first-child a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.topNav li ul li { background: none; float: none; display: block; height: 35px; border-bottom: 1px solid #2A2A2A; width: 160px; }
.topNav li ul li:last-child { border-bottom: 0; }
.topNav li ul li a { width: 120px; float: none; display: block; height: 35px; line-height: 35px; margin-right: 0; font-size: 12px; padding-left: 20px; padding-right: 20px; }
.topNav li ul li a:hover { background: url('images/nav_hover_bg.png') repeat-x;}

/* Header */

#header-container { background:  #191919  url('images/header_bg.png') repeat-x; height: 115px; position: relative;}
#header { margin: 0 auto; }
#logo {
  background: url("images/nav_sep.png") repeat-y scroll right top rgba(0, 0, 0, 0);
  float: left;
  margin-left: 20px;
  margin-top: 6px;
  padding-right: 20px;
}
#header-banner { float: right; margin-top: 29px; border: 1px solid #000000; }
#header-bg-container {
  width: 90%;
  max-width: 982px;
	margin:0 auto;
	height: 115px;
	position: relative;
  background-image: url(images/header_bg2.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
#dudu_search {
  display: block;
}
@media (max-width: 960px) {
  #dudu_search {
    display: none;
  }
}
/* Main Navigation */

#navigation {
  background: #333333 url('images/nav_bg.png') repeat-x;
  min-height: 42px; border: 1px solid #000000; border-bottom: 0; position: absolute; bottom: 0; width: 100%;
  z-index: 9;
}
#navigation li { float: left; height: 42px; background: url('images/nav_sep.png') repeat-y top right; position: relative;}
#navigation li a { float: left; height: 42px; line-height: 42px; font-size: 14px; color: #ffffff; padding: 0 20px; margin-right: 2px; font-weight: bold; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);}

#navigation li a:hover, #navigation li.current-menu-item a { background: url('images/nav_hover_bg.png') repeat-x; text-decoration: none;}

#navigation li:first-child a  {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 0px;
}
#navigation li ul { background: #444; position: absolute; top: 52px; left: 0; z-index: 10; width: 160px; display: none; margin-top: -10px; margin-left:-2.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#navigation li ul li:first-child a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#navigation li ul li { background: none; float: none; display: block; height: 35px; border-bottom: 1px solid #2A2A2A; }
#navigation li ul li:last-child { border-bottom: 0; }
#navigation li ul li a { float: none; display: block; height: 35px; line-height: 35px; margin-right: 0; font-size: 12px; }

#navigation a#mob-menu-bar {
  float: right;
  display: none;
  margin: 0;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  background: url('images/nav_sep.png') repeat-y top left;
}
#navigation.onmob a#mob-menu-bar {
  display: inline-block;
}
#navigation.onmob ul#menu-header{
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #6aa5c6;
  display: none;
}
#navigation.onmob ul#menu-header>li {
  display: list-item;
  float: none;
  height: 42px;
  background: url('images/nav_sep.png') repeat-y top right;
  position: relative;
}
#navigation.onmob ul#menu-header>li>a {
  float: none;
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 20px;
  margin-right: 2px;
  font-weight: bold;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
}
/* Posts Carousel */

.jcarousel-skin-tango { margin-bottom: 20px; }
#posts-carousel { position: relative; height: 183px; overflow: hidden; width: 100%; }
#posts-carousel img { background: url('images/carousel_img_bg.png') no-repeat top left; padding: 11px; margin-bottom: 6px; }
#posts-carousel li { float: left; width: 235px; }
#posts-carousel h3 { font-weight: bold; font-size: 12px; margin-bottom: 3px; }
#posts-carousel h3 a { color: #000; }
#posts-carousel .post-meta { font-family: 'Droid Serif', serif; font-size: 11px; color: #999999; }
#posts-carousel .post-meta a { color: #999999; }


/* Posts Carousel Homepage*/

.jcarousel-skin-tango2 { margin-bottom: 5px; }
#posts-carousel2 { position: relative; height: auto; overflow: hidden; width: 100%; }
#posts-carousel2 .post-thumb-container2>a {
  padding: 11px;
  margin: 15px 9px 9px 0;
  display: block;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0, .06);
}
#posts-carousel2 img {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  height: auto!important;
}
#posts-carousel2 li { float: left; width: 235px; height: auto!important; }
#posts-carousel2 h3 { font-weight: bold; font-size: 12px; margin-bottom: 3px; padding-left:5px; padding-right:5px;}
#posts-carousel2 h3 a { color: #686868; text-transform:uppercase; }
#posts-carousel2 .post-meta { font-family: 'Droid Serif', serif; font-size: 11px; color: #999999; }
#posts-carousel2 .post-meta a { color: #999999; }

/* Nivo Slider */

#wrapper-featured { position: relative; width: 602px; height: 489px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; margin-bottom: 20px; }
#wrapper-slides { background: url('images/slider_image_bg.png') no-repeat top left; padding: 10px 11px 12px 11px; }
.nivo-controlNav { position: absolute; top: 379px; left: -11px;  width: 602px; }
.nivo-control img { background: url('images/slider_thumbnail_bg.png') no-repeat top left; position: relative; left: auto; top: auto; padding: 11px; margin-right: 18px; }
.nivo-control:last-child img { margin-right: 0; }
.nivo-control.active img { background: url('images/slider_thumbnail_arrow_bg.png') no-repeat top left; padding: 11px; padding-top: 19px; }
.nivo-caption { background: url('images/caption_bg.png') no-repeat top left; width: 560px; height: 77px; padding-left: 10px; padding-right: 10px; }
.nivo-caption h1 { font-size: 20px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
.nivo-caption h1 a { color: #ffffff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 1); }
.nivo-caption span, .nivo-caption span a { font-family: 'Droid Serif', serif; color: #999999; font-size: 12px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 1); }

/* Homepage Widgets */

.homepage-widget { margin-bottom: 20px; }
.homepage-widget h3 { background: url('images/homepage_title_bg.png') repeat-x top left; height: 40px; line-height: 40px; font-weight: bold; font-size: 15px; color: #777777; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); text-indent: 13px; border: 1px solid #a5a5a5; position: relative;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.homepage-widget h3 a { color: #7777777; }
.homepage-widget H3 span { background: url('images/homepage_arrow.png') no-repeat top right; position: absolute; top: 11px; right: 11px; width: 20px; height: 20px; }
.homepage-widget .block-content { border: 1px solid #ccc; border-top: 0; padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px;

}

.block.full .big-block { width: 270px; float: left; }
.block.full .big-block .post-thumbnail { float: left; margin-bottom: 5px; }
.block.full .big-block .post-thumbnail img { float: left; }
.block.full .big-block h4 { font-size: 14px; font-weight: bold; line-height: 20px; margin-bottom: 4px; }
.block.full .big-block h4 a { color: #222222; }
.block.full .big-block .post-meta { margin-bottom: 6px; }
.block.full .big-block .post-meta, .block.full .big-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.full .big-block .excerpt { font-size: 12px; color: #444444; line-height: 18px; }

.block.full .normal-block { width: 270px; float: left; margin-left: 20px; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px; }
.block.full .normal-block .post-thumbnail { float: left; }
.block.full .normal-block .post-desc { float: left; width: 181px; margin-left: 9px; }
.block.full .normal-block h4 { font-size: 12px; font-weight: bold; line-height: 18px; margin-bottom: 4px; }
.block.full .normal-block h4 a { color: #222222; }
.block.full .normal-block .post-meta { margin-bottom: 6px; }
.block.full .normal-block .post-meta, .block.full .normal-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.full .normal-block:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }

.block.half { width: 292px; float: left; }
.block.half.last { float: right; }
.block.half .big-block { border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px; }
.block.half .big-block h4 { font-size: 14px; font-weight: bold; line-height: 20px; margin-bottom: 4px; }
.block.half .big-block h4 a { color: #222222; }
.block.half .big-block .post-meta { margin-bottom: 6px; }
.block.half .big-block .post-meta, .block.half .big-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.half .big-block .excerpt { font-size: 12px; color: #444444; line-height: 18px; }
.block.half .normal-block { width: 250px; float: left; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px; }
.block.half .normal-block .post-thumbnail { float: left; }
.block.half .normal-block .post-desc { float: left; width: 161px; margin-left: 9px; }
.block.half .normal-block h4 { font-size: 12px; font-weight: bold; line-height: 18px; margin-bottom: 4px; }
.block.half .normal-block h4 a { color: #222222; }
.block.half .normal-block .post-meta { margin-bottom: 6px; }
.block.half .normal-block .post-meta, .block.half .normal-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.half .normal-block:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }

/* Sidebar */

#sidebar .widget {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
}

.sidebar-banner { margin-bottom: 20px; }

#sidebar .widget .widget-title { 
  position: relative; 
  background: url('images/widget_title_bg.png') repeat-x top left; 
  height: 40px; 
  line-height: 40px; 
  border: 1px solid #649dbd; 
  text-indent: 13px; 
  color: #fff; 
  font-size: 15px; 
  margin-top: -17px; 
  margin-left: -17px; 
  margin-right: -17px; 
  margin-bottom: 16px; 
  font-weight: bold;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}

#sidebar .widget .widget-title span { background: url('images/widget_arrow.png'); width: 20px; height: 20px; position: absolute; top: 11px; right: 11px; }

.block-item-small { border-bottom: 1px solid #e4e4e4; padding: 16px 0px; }
.block-item-small-container .block-item-small:first-child { padding-top: 0; }
.block-item-small-container .block-item-small:last-child { border-bottom: 0; padding-bottom: 0; background: none !important; }
.block-item-small .post-thumbnail { float: left; }
.block-item-small .post-thumbnail img, .block-item-small .avatar { float: left; }
.block-item-small .post-desc { width: 179px; float: left; margin-left: 9px; }
.block-item-small h4 { font-size: 12px; font-weight: bold; line-height: 18px; margin-bottom: 4px; }
.block-item-small h4 a { color: #222222; }
.block-item-small .post-meta { margin-bottom: 6px; }
.block-item-small .post-meta, .block-item-small .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }

.tweets-container #jtwt:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; background: none !important; }
#jtwt #jtwt_text a { font-weight: bold; }
#jtwt { color: #444; border-bottom: 1px solid #e4e4e4; padding-bottom: 16px; margin-bottom: 16px; font-size: 12px; line-height: 18px; }
#jtwt_date { font-family: 'Droid Serif', serif; font-weight: normal !important; color: #999999; font-size: 11px; margin-top: 5px; }

.textwidget p { margin-bottom: 15px; }
.textwidget :last-child { margin-bottom: 0; }

/* Social Widget */

.social-sidebar li:first-child { margin-top: 0; }
.social-sidebar li { border-bottom: 1px solid #e4e4e4; padding-bottom: 10px; margin-top: 10px; height: 32px; line-height: 32px; }
.social-sidebar li a { text-decoration: none; display: block; padding-left: 50px; }
.social-sidebar li .text { font-size: 16px; font-weight: bold; color: #666666; }
.social-sidebar li .number { font-size: 12px; color: #999999; float: right; }
.social-sidebar li.facebook a { background: url('images/fb_icon.png') no-repeat top left; }
.social-sidebar li.twitter a { background: url('images/twitter_icon.png') no-repeat top left; }
.social-sidebar li.rss { border-bottom: 0; padding-bottom: 0; }
.social-sidebar li.rss a { background: url('images/rss_icon.png') no-repeat top left; }

/* Search Widget */

.widget_search { border: 0 !important; padding: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.widget_search .widget-title { display: none;  }

/* Search Form */

#searchform2 input { border: 0; background: url('images/search_bg2.png') no-repeat; width: 300px; font-family: 'Droid Sans', sans-serif; font-size: 14px; color: #888888; padding-top: 15px; padding-bottom: 14px; padding-left: 13px; padding-right: 35px; }

#searchform input { border: 0; background: url('images/search_bg.png') no-repeat; width: 276px; font-family: 'Droid Sans', sans-serif; font-size: 12px; color: #888888; padding-top: 15px; padding-bottom: 14px; padding-left: 13px; padding-right: 13px; }

/* Tabs Widget */

.tabs { 
  position: relative; 
  background: url('images/widget_title_bg.png') repeat-x top left; 
  height: 40px; 
  border: 1px solid #555555; 
  margin-top: -17px; 
  margin-left: -17px; 
  margin-right: -17px; 
  margin-bottom: 16px; 
  padding-left: 13px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}
.tabs li a { float: left; background: url('images/tab_inactive_bg.png') repeat-x top left; height: 32px; line-height: 32px; padding: 0 14px; margin-top: 7px; color: #fff; font-size: 12px; font-weight: bold; border: 1px solid #636363; border-bottom: 0; margin-right: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.tabs li.active a { background: url('images/tab_active_bg.png') repeat-x top left; border: 1px solid #353535; border-bottom: 0; }

.post-entry .tabs-wrapper { margin-bottom: 20px; }
.post-entry .tabs { margin: 0; width: 100%; padding: 0; }
.post-entry .tabs li { background: none; padding: 0; margin: 0; margin-left: 13px; }
.post-entry .tabs_container { background: #fff; border: 1px solid #cccccc; width: 100%;
-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.post-entry .tab_content { padding: 16px; }
.post-entry .tab_content p:last-child { margin-bottom: 0; }

/* Flickr Widget */

.flickr-photos li { float: left; margin-right: 21px; margin-bottom: 21px;}
.flickr-photos li a  { float: left; }
.flickr-photos li img { float: left; }
.flickr-photos li:nth-child(3n) { margin-right: 0; }
.flickr-photos li:nth-child(3n) { margin-right: 0; }

/* Tags */

.post-tags { line-height: 18px !important; }
.tagcloud a, .tag_cloud a, .post-tags a { background: url('images/tag.png') no-repeat left; padding-left: 21px; padding-right: 10px; height: 23px; line-height: 23px; margin: 4px 10px 4px 0; padding-top: 0px; font-size: 11px !important; color: #777 !important; text-shadow: 1px 1px 1px #FFF; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* Footer */

#footer { 
  background: #171717 url('images/footer_bg.png') repeat-x top left; 
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 28px;
  padding-left: 5px;
  padding-right: 5px;
  color: #999; 
  padding-bottom: 28px; 
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
}
#footer:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#footer a { color: #fff; }
#footer .widget {
  float: left; 
  width: 25%; 
  margin: 0;
  padding: 0 15px 0 15px; 
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width:768px){
  #footer .widget {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }
}
#footer .widget.last { margin-right: 0; }
#footer .widget-title { background: url('images/footer_widget_title_bg.png') repeat-x bottom left; color: #fff; font-size: 14px; font-weight: bold; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7); padding-bottom: 10px; margin-bottom: 20px; }

#footer #jtwt { color: #999; }

#footer .block-item-small .post-desc { width: 111px; }
#footer .block-item-small .post-meta { font-size: 11px; line-height: normal; }
#footer .block-item-small .post-meta a { color: #999; }

#footer .tabs { background: none; border: 0; margin-top: 0; margin-left: 0; padding-left: 0; }
#footer .tabs a { color: #fff; }

#footer .flickr-photo { margin-right: 12px; }
#footer .flickr-photo { margin-bottom: 12px; }
#footer .flickr-photo img { width: 60px; }
#footer .flickr-photo:nth-child(3n) { margin-right: 0; }

#footer p { font-size: 12px; line-height: 18px; }

#footer .tagcloud a, #footer .tag_cloud a { color: #777; }

#footer .block-item-small, #footer #jtwt { border-bottom: 0; background: url('images/footer_sep.png') repeat-x bottom left; }

/* Post / Page */

#main { position: relative; }

.post-heading { margin-bottom: 20px; }
.post-heading h1 { font-size: 28px; margin-bottom: 11px; }
.post-heading h1 a { color: #222222; }
.post-heading .post-meta { background: url('images/post_meta_bg.png') repeat-x; height: 34px; border: 1px solid #e0e0e0; padding-left: 10px; padding-right: 10px; font-size: 12px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.post-heading .post-meta .author { background: url('images/author_icon.png') no-repeat center left; float: left; height: 34px; line-height: 34px; margin-right: 18px; padding-left: 25px; color: #888888; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); }
.post-heading .post-meta .author a { color: #888888; }
.post-heading .post-meta .date { background: url('images/date_icon.png') no-repeat center left; padding-left: 25px; float: left; height: 34px; line-height: 34px; font-size: 12px; color: #888888; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); font-size: 12px; }
.post-heading .post-meta .category { background: url('images/category_icon.png') no-repeat center left; padding-left: 25px; float: right; height: 34px; line-height: 34px; font-size: 12px; color: #1e538a; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); }
.post-heading .post-meta .category a { color: #1e538a; text-decoration: none; }

.post-thumb { background: url('images/featured_post_image_bg.png') repeat-x; height: 380px; border: 1px solid #cccccc; 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 30px;
}
.post-thumb img { margin-left: 10px; margin-top: 9px; }

.post-entry {
  color: #111;
  font-size: 16px;
  line-height: 25px;
}
.post-entry * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -mo-box-sizing: border-box;
  box-sizing: border-box;
}
.post-entry img {
  max-width: 100%;
  height: auto;
}
.post-entry .rev_slider_wrapper {
  height: auto!important;
}
.post-entry p { margin-bottom: 32px; }

.post-share { background: #ffffff; position: absolute; top: 0; left: -102px; padding: 10px; border: 1px solid #dddddd; border-right: 0; width: 62px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.post-share .share-widget { margin-bottom: 10px; }
.post-share .share-widget:last-child { margin-bottom: 0; }

.post-author img { float: left; margin-right: 15px; }
.post-author .author-description { }
.post-author .desc { font-size: 12px; line-height: 20px; color: #333333; margin-bottom: 15px; }
.post-author .facebook { font-size: 12px; color: #1e538a; height: 16px; background: url('images/fb_small_icon.png') no-repeat top left; padding-left: 21px; float: left; line-height: 16px; }
.post-author .twitter { font-size: 12px; color: #1e538a; height: 16px; background: url('images/twitter_small_icon.png') no-repeat top left; padding-left: 21px; float: left; margin-right: 15px; line-height: 16px; }

/* Comments styles */

#comments { }
.comments-list .block-content { padding-bottom: 0; }
ol.commentlist { }
li.commentlist { }
.the-comment { margin-bottom:24px; }
#comments .avatar { border:1px solid #CCC; float:left; margin-right:14px; }
.comment-arrow { background:url(images/comment-arrow2.png) no-repeat; width:8px; height:15px; float:left; margin-top:16px; margin-right:-1px; }
.comment-box { background:url(images/comment-bg2.png) repeat-x; border:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:14px; overflow:hidden;  }
.comment-author { margin-bottom:10px; }
.comment-author small { color:#888; }
.comment-text { line-height:18px; }
#comments .children { margin: 20px 0 0 83px; }
#comments .children li.comment { margin: 0 0 20px 0; }
.cancel-comment-reply { margin-bottom:10px; }
.no-comments { color:#888; }
.comment-author a { color:#3a3a3a; }
.comment-text-side { color:#888; font-style:italic; line-height:18px; }

#tab2 h3 a { font-style: normal !important; font-weight: normal !important; }
.who-said { font-weight: bold !important; margin-bottom: 5px !important; }

#comment-input { float: left; }
#comment-input input { border:0; margin-bottom:17px; }
#comment-input input:focus, textarea:focus { outline:none; }
#comment-input label { display:block; margin-bottom:5px; }
#comment-input label .req { color:#999; }
.input-name { background:url(images/input-name.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
.input-email { background:url(images/input-email.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
.input-website { background:url(images/input-website.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
#comment-textarea { float: right; }
.textarea-comment { background:url(images/textarea-comment.png) no-repeat; border:0; width:308px; height:163px; padding:14px; font-family:arial; }
#comment-textarea label { display:block; margin-bottom:5px; }
#comment-textarea-admin { float:none; margin-bottom:16px; }
#comment-textarea-admin label { display:block; margin:10px 0 5px 0; }
#comment-submit { clear:both; float: right; }
#comment-submit-admin { clear:both; float: right; }
.comment-submit { background:url(images/black-button.png) repeat-x; border:1px solid #000; padding:6px 10px 7px 10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:13px; color:#FFF; text-shadow: 0px -1px 0px #000; cursor:pointer; }
.comment-submit:hover { background:url(images/black-button.png) repeat-x; background-position:0 -37px;  }

#respond h3, .comments-list h3 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
#respond p { margin-bottom: 10px; }
#respond .block-content, .comments-list .block-content { padding-left: 0; padding-right: 0; border: 0; padding-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* Form */

.postForm label { font-size: 12px; display: block; color: #333; margin-bottom: 5px; }
.postForm label span { color: #999; font-weight: normal; }
.postForm div { margin-bottom: 17px; }
.postForm .text { background: url(images/input-name.png) no-repeat; border: 0; color: #333; width: 198px; padding: 11px 10px 14px 34px; }
.postForm .error { }
.postForm textarea {
	background: url(images/textarea-comment.png) no-repeat;
	border: 0;
	width: 308px;
	height: 163px;
	padding: 14px;
	font-family: arial;
}
.postForm .submit { background: #4e4e4e; border: 1px solid #3d3d3d; font-size: 12px; color: #fff; font-weight: bold; padding: 6px 20px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.postForm .submit:hover { background: #414141; }
.postForm .error_msg { display: none; margin-top: 5px; color: red; }
.postForm .email_sent { color: green; margin-bottom: 10px; display: none; }
.postForm #pyre_email { background: url(images/input-email.png) no-repeat; }

/* Archive */

.archive .post:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.archive .post { border-bottom: 1px solid #e4e4e4; padding-bottom: 19px; margin-bottom: 19px; }
.archive .block-image { float: left; margin-right: 15px; }
.archive .post-content { float: left; width: 272px; }
.archive h2 { font-size: 14px; font-weight: bold; color: #222222; line-height: 20px; margin-bottom: 6px; }
.archive h2 a { color: #222222; }
.archive .post-meta { font-family: 'Droid Serif', serif; font-size: 11px; color: #999999; padding-bottom: 6px; }
.archive .post-meta a { color: #999999; }
.archive .post-excerpt { font-size: 12px; color: #444444; line-height: 18px; margin-bottom: 12px; }

/* Pagination */

.pagination { margin-top: 20px; float: right; }
.pagination a { background: url('images/pagination_current_bg.png') repeat-x; font-size: 13px; color: #888888; float: left; border: 1px solid #cccccc; height: 30px; padding: 0 10px; line-height: 30px; font-weight: bold; margin-left: 8px; text-decoration: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.pagination .current { background: url('images/pagination_active_bg.png') repeat-x; font-size: 13px; color: #fff; float: left; border: 1px solid #555555; height: 30px; padding: 0 10px; line-height: 30px; font-weight: bold; margin-left: 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
}

/* Buttons */

.orange-button { background: url('images/orange_button.png') repeat-x top left; border: 1px solid #ce5700; font-size: 12px; color: #ffffff; font-weight: bold; height: 28px; line-height: 28px; display: inline-block; padding: 0 10px; text-decoration: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/* Buttons */

.button { padding: 0 10px 0px 10px; height: 37px; line-height: 37px; display:inline-block; margin:0 10px 20px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:13px; cursor:pointer; font-weight:bold; }
.button a { color:#FFF !important; text-shadow: 0px 1px 0px #555; }
.button a:hover { text-decoration:none; }
.button.black { background:url(images/buttons/black-button.png) repeat-x; border:1px solid #000; }
.button.black:hover { background:url(images/buttons/black-button.png) repeat-x; background-position:0 -37px; }
.button.red { background:url(images/buttons/red-button.png) repeat-x; border:1px solid #690000; }
.button.red:hover { background:url(images/buttons/red-button.png) repeat-x; background-position:0 -37px; }
.button.green { background:url(images/buttons/green-button.png) repeat-x; border:1px solid #0e5800; }
.button.green:hover { background:url(images/buttons/green-button.png) repeat-x; background-position:0 -37px; }
.button.blue { background:url(images/buttons/blue-button.png) repeat-x; border:1px solid #244f7c; }
.button.blue:hover { background:url(images/buttons/blue-button.png) repeat-x; background-position:0 -37px; }
.button.orange { background:url(images/buttons/orange-button.png) repeat-x; border:1px solid #824700; }
.button.orange:hover { background:url(images/buttons/orange-button.png) repeat-x; background-position:0 -37px; }
.button.light { background:url(images/buttons/light-button.png) repeat-x; border:1px solid #afafaf; }
.button.light a { color:#5d5d5d !important; text-shadow: 0px -1px 0px #FFF; }
.button.light:hover { background:url(images/buttons/light-button.png) repeat-x; background-position:0 -37px; }

/* Post Reviews */

/* Muhammad's mobile fix 
.post-review {
  width: 100%; 
  border: 1px solid #d7d7d7; 
  margin-left: auto; 
  margin-bottom: 25px; 
} */

.post-review {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 4%;

    /* margin-right: 4%; */
}


.overall-score { background: #eeeeee; border: 1px solid #fff; }
.overall-score img { margin-left: 32px; padding: 10px 0px; }
.post-review ul { padding-left: 0 !important; margin-bottom: 0 !important; }
.post-review li { background: none !important; border-bottom: 1px solid #d7d7d7; height: 37px; line-height: 37px; padding-left: 10px !important; }
.post-review li .score { float: right; padding-right: 10px; }
.post-review li:last-child { border-bottom: 0; }
#user-rating { background: #e7e7e7; height: 35px; border-top: 1px solid #cbcbcb; line-height: 35px; }
#user-rating span { float: left; margin-left: 10px; }
.user-rating { float: right; margin-right: 10px; }
.user-rating img { margin-left: 2px; }

/* Post Score */

.post-score { position: absolute; bottom: 0; left: 0; }
#posts-carousel .post-score { bottom: 17px; left: 11px; }
.pyre_homepage_1col .big-block .post-score { bottom: 2px; }

.post-score img { background: rgba(0, 0, 0, 0.7) !important; border: 1px solid rgba(0, 0, 0, 0.7); padding: 7px 11px !important; margin: 0 !important;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

/* Post Formats */

.post-thumb-container { 
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#posts-carousel .post-thumb-container .post-format-big { top: 51px; left: 92px; }
.big-block .post-thumb-container .post-format-big { top: 55px; left: 120px; }
.pyre_homepage_2col .big-block .post-thumb-container .post-format-big { top: 55px; left: 110px; }
.block-image .post-thumb-container .post-format-big { top: 55px; left: 110px; }

.normal-block .post-thumb-container .post-format, .block-item-small .post-thumb-container .post-format { top: 19px; left: 30px; }
.pyre_homepage_media .post-thumb-container .post-format, .related-posts .post-thumb-container .post-format { top: 38px; left: 61px; }

.post-format-big { position: absolute; width: 41px; height: 40px; }
.post-format-big.video { background: url('images/video-icon-big.png') no-repeat top left; }
.post-format-big.gallery { background: url('images/gallery-icon-big.png') no-repeat top left; }
.post-format-big.audio { background: url('images/music-icon-big.png') no-repeat top left; }

.post-format { position: absolute; height: 24px; width: 24px; }
.post-format.video { background: url('images/video-icon.png') no-repeat top left; }
.post-format.gallery { background: url('images/gallery-icon-small.png') no-repeat top left; }
.post-format.audio { background: url('images/music-icon-small.png') no-repeat top left; }


/* Post Formats homepage */

.post-thumb-container2 { position: relative; }

#posts-carousel2 .post-thumb-container2 .post-format-big { top: 51px; left: 92px; }
.big-block .post-thumb-container2 .post-format-big { top: 55px; left: 120px; }
.pyre_homepage_2col .big-block .post-thumb-container2 .post-format-big { top: 55px; left: 110px; }
.block-image .post-thumb-container2 .post-format-big { top: 55px; left: 110px; }

.normal-block .post-thumb-container2 .post-format, .block-item-small .post-thumb-container2 .post-format { top: 19px; left: 30px; }
.pyre_homepage_media .post-thumb-container2 .post-format, .related-posts .post-thumb-container2 .post-format { top: 38px; left: 61px; }

.post-format-big { position: absolute; width: 41px; height: 40px; }
.post-format-big.video { background: url('images/video-icon-big.png') no-repeat top left; }
.post-format-big.gallery { background: url('images/gallery-icon-big.png') no-repeat top left; }
.post-format-big.audio { background: url('images/music-icon-big.png') no-repeat top left; }

.post-format { position: absolute; height: 24px; width: 24px; }
.post-format.video { background: url('images/video-icon.png') no-repeat top left; }
.post-format.gallery { background: url('images/gallery-icon-small.png') no-repeat top left; }
.post-format.audio { background: url('images/music-icon-small.png') no-repeat top left; }

/* 404 page */

.entry404 { padding: 55px; }
.entry404 img { border-right: 1px dashed #D7D7D7; padding-right: 30px; margin-right: 30px; float: left; }
.text404 { float: left; width: 290px; }
.text404 p { line-height: 18px; color: #666; margin-bottom: 10px; }

/* Columns */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth { margin-right: 4%; float: left; line-height:21px; margin-bottom:20px; }
.one_half { 	width: 48%; }
.one_third { width: 30.6666%; }
.two_third { width: 65.3332%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.last { margin-right: 0 !important; clear: right; }
.clearboth{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }


/* Gray Box*/

.graybox { margin-bottom:20px; background-color:#eeeeee; border:#e0e0e0 solid 1px; border-radius:10px; padding:10px; }


/* Dropcap */

.dropcap { font-size:32px; margin-right:6px; padding-top:4px; text-transform: uppercase; float: left; position: relative; top: 5px; color:#888; }

/* Highlight */

.highlight1 { background:#f6f67a; }
.highlight2 { background:#000; color:#CCC; }

/* Video */
.video-shortcode { margin-bottom:20px; }

/* Checklist */

.checklist li { background:url(images/check-list.png) no-repeat left !important; padding-left:28px !important; }

/* Badlist */

.badlist li { background:url(images/bad-list.png) no-repeat left !important; padding-left:28px !important; }


/* HTML styling */

.post-entry a {
  color: #003DFF;
  font-weight: bold;
}

.post-entry a:hover {
  color: #FF6100;
  text-decoration: underline;
}
.post-entry h1 { font-size:28px; margin-bottom:20px; }
.post-entry h2 { font-size:24px; margin-bottom:20px; }
.post-entry h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 35px;
}
.post-entry h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: darkgreen;
    font-weight: bold;
}
.post-entry h5 { font-size:16px; margin-bottom:20px; }
.post-entry h6 { font-size:14px; margin-bottom:20px; }
.post-entry hr { border:0; background-color: #DDD; height:1px; margin-bottom:28px; color:#DDD; }
.post-entry blockquote { background:url(images/quote.png) no-repeat; padding-left:32px; padding-top:3px; margin-left:25px; color:#777; font-style:italic; }
.post-entry ol { padding-left:42px; margin-bottom:20px;  }
.post-entry ol li { list-style-type: decimal; margin-bottom:5px; }
.post-entry ul { padding-left: 26px; margin-bottom:20px;  }
.post-review ul { font-size: 12px; }
.post-entry ul li { background:url(images/ul-dot.png) no-repeat 0 2px; padding-left:18px; margin-bottom:5px; }
.post-entry pre { overflow: auto; margin-bottom:20px; }
.post-entry .alignright { float:right; margin:0 0 25px 25px; }
.post-entry .alignleft { float:left; margin:0 25px 25px 0; }
.wp-caption, .gallery-caption  { border: 1px solid #D7D7D7; padding-top: 4px; margin-bottom:20px; text-align: center; }
p.wp-caption-text { margin-bottom:2px; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Toggles */

.toggle { background:url(images/buttons/light-button.png) repeat-x; border:1px solid #BBB; padding:0px 10px 0px 14px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; cursor:pointer; margin-bottom:6px; height: 37px; line-height: 37px; }
.toggle:hover { background:url(images/buttons/light-button.png) repeat-x; background-position:0 -37px; }
.toggle a { background:url(images/toggle-arrow.png) no-repeat left; text-decoration:none; padding-left:30px; text-shadow: 0px -1px 0px #FFF; color:#444 !important; font-size:16px; }
.toggle-content { display:none; background:#e6e6e6; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:20px; border:1px solid #DDD; font-size:13px; line-height:18px; text-shadow: 0px -1px 0px #FFF; margin-bottom:16px; }
.toggle-content .block { padding:0px; }

/* Navigation */
.navigation { margin-bottom: 20px; }
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

/* Copyright */

#footer-bottom { 
  background: #2c2c2c; 
  min-height: 41px; 
  border-top: 1px solid #3e3e3e; 
  border-bottom: 1px solid #161616;
  margin: 0 -20px 0 -20px; 
  line-height: 41px; 
  font-size: 12px; 
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8); 
}
#footer-bottom a { color: #888; }
#footer-bottom p.left { float: left; margin-left: 28px; color: #888; margin-bottom: 0; }
#footer-bottom p.right { float: right; margin-right: 28px; margin-bottom: 0; }
#footer-bottom .backToTop { padding-left: 20px; }



.clear{clear:both;width:100%;}
#custom{padding:0 0 20px 0;margin:0 0 10px 0;}
	#custom p{margin:0 0 10px 0;}
	.sidebar-w {display: hidden;
				width:1px; height:1px; border:0;
}
	#custom h3{padding:20px 0 5px 0px; font-family: 'Open Sans', sans-serif; font-size: 20px;border-bottom:1px #dddddd solid;}

#custom .oneMostAffordable{width:640px;height:332px;background:url(../../../images/reviews_ipage-review/img2.jpg) no-repeat 0 0; position:relative;left:-19px;}
	#custom .oneMostAffordableValue{width:350px;height:160px;position:absolute;bottom:31px;right:39px;}
	
#custom .customUl{list-style:none;margin:0;}
	#custom .customUl li{background:url(../../../images/reviews_ipage-review/li.jpg) no-repeat left 3px;padding-left:26px;margin-left:-15px;font-family: 'Droid Sans', sans-serif; font-size: 13px;}
	
.imgLeft{float:left;margin:5px 0 0 0;}
.imgRight{float:right;margin:5px 0 0 0;}
.imgMiddle{position:relative;top:8px;margin:-10px 5px 0 0;}


#custom .li{background-color:#e4e4e4;margin:20px 0 37px 0;position:relative;padding:0 10px 0 63px;}
#custom .li	strong{color:#cf6b00;}
	#custom .li .liTop{width:602px;height:9px;background-image:url(../../../images/reviews_ipage-review/top.jpg);position:absolute;top:-9px;left:0;z-index:1;}
	#custom .li .liBottom{width:602px;height:11px;background-image:url(../../../images/reviews_ipage-review/bottom.jpg);position:absolute;bottom:-11px;left:0;z-index:1;}
	#custom .li .liLeft{width:32px;height:32px;background-image:url(../../../images/reviews_ipage-review/img10.jpg);background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;left:0;margin:-16px 0 0 7px;position:absolute;z-index:2;}
		#custom .li .liLeft2{background-image:url(../../../images/reviews_ipage-review/img11.jpg);}
		#custom .li .liLeft3{background-image:url(../../../images/reviews_ipage-review/img12.jpg);}
		#custom .li .liLeft4{background-image:url(../../../images/reviews_ipage-review/img13.jpg);}
		#custom .li .liLeft5{background-image:url(../../../images/reviews_ipage-review/img14.jpg);}
		#custom .li .liLeft15{background-image:url(../../../images/reviews_ipage-review/img15.jpg);}
		#custom .li .liLeft16{background-image:url(../../../images/reviews_ipage-review/img16.jpg);}
		#custom .li .liLeft17{background-image:url(../../../images/reviews_ipage-review/img17.jpg);}
		#custom .li .liLeft18{background-image:url(../../../images/reviews_ipage-review/img18.jpg);}
		#custom .li .liLeft19{background-image:url(../../../images/reviews_ipage-review/img19.jpg);}
		
		#custom .li .liLeft20{background-image:url(../../../images/reviews_inmotion-review/img20.jpg);}
		#custom .li .liLeft21{background-image:url(../../../images/reviews_inmotion-review/img21.jpg);}
		#custom .li .liLeft22{background-image:url(../../../images/reviews_inmotion-review/img22.jpg);}
		#custom .li .liLeft23{background-image:url(../../../images/reviews_inmotion-review/img23.jpg);}
		#custom .li .liLeft24{background-image:url(../../../images/reviews_inmotion-review/img24.jpg);}
		#custom .li .liLeft25{background-image:url(../../../images/reviews_inmotion-review/img25.jpg);}
		#custom .li .liLeft26{background-image:url(../../../images/reviews_inmotion-review/img26.jpg);}
		#custom .li .liLeft27{background-image:url(../../../images/reviews_inmotion-review/img27.jpg);}
		#custom .li .liLeft28{background-image:url(../../../images/reviews_inmotion-review/img28.jpg);}
		#custom .li .liLeft29{background-image:url(../../../images/reviews_inmotion-review/img29.jpg);}
		#custom .li .liLeft30{background-image:url(../../../images/reviews_inmotion-review/img30.jpg);}
		#custom .li .liLeft31{background-image:url(../../../images/reviews_inmotion-review/img31.jpg);}
		#custom .li .liLeft32{background-image:url(../../../images/reviews_inmotion-review/img32.jpg);}
		
		#custom .li .liLeft33{background-image:url(../../../images/reviews_fatcow-review/img33.jpg);}
		#custom .li .liLeft34{background-image:url(../../../images/reviews_fatcow-review/img34.jpg);}
		#custom .li .liLeft35{background-image:url(../../../images/reviews_fatcow-review/img35.jpg);}
		#custom .li .liLeft36{background-image:url(../../../images/reviews_fatcow-review/img36.jpg);}
		#custom .li .liLeft37{background-image:url(../../../images/reviews_fatcow-review/img37.jpg);}
		#custom .li .liLeft38{background-image:url(../../../images/reviews_fatcow-review/img38.jpg);}
		#custom .li .liLeft39{background-image:url(../../../images/reviews_fatcow-review/img39.jpg);}
		#custom .li .liLeft40{background-image:url(../../../images/reviews_fatcow-review/img40.jpg);}
		#custom .li .liLeft41{background-image:url(../../../images/reviews_fatcow-review/img41.jpg);}
		
		#custom .li .liLeft42{background-image:url(../../../images/reviews_justhost-review/img42.jpg);}
		#custom .li .liLeft43{background-image:url(../../../images/reviews_justhost-review/img43.jpg);}
		#custom .li .liLeft44{background-image:url(../../../images/reviews_justhost-review/img44.jpg);}
		#custom .li .liLeft45{background-image:url(../../../images/reviews_justhost-review/img45.jpg);}
		#custom .li .liLeft46{background-image:url(../../../images/reviews_justhost-review/img46.jpg);}
		#custom .li .liLeft47{background-image:url(../../../images/reviews_justhost-review/img47.jpg);}
		#custom .li .liLeft48{background-image:url(../../../images/reviews_justhost-review/img48.jpg);}
		#custom .li .liLeft49{background-image:url(../../../images/reviews_justhost-review/img49.jpg);}
		
		#custom .li .liLeft50{background-image:url(../../../images/reviews_bluehost-review/img50.png);}
		#custom .li .liLeft51{background-image:url(../../../images/reviews_bluehost-review/img51.png);}
		#custom .li .liLeft52{background-image:url(../../../images/reviews_bluehost-review/img52.png);}
		#custom .li .liLeft53{background-image:url(../../../images/reviews_bluehost-review/img53.png);}
		#custom .li .liLeft54{background-image:url(../../../images/reviews_bluehost-review/img54.png);}
		#custom .li .liLeft55{background-image:url(../../../images/reviews_bluehost-review/img55.png);}
		
		#custom .li .liLeft56{background-image:url(../../../images/reviews_hostmonster-review/img56.jpg);}
		#custom .li .liLeft57{background-image:url(../../../images/reviews_hostmonster-review/img57.jpg);}
		#custom .li .liLeft58{background-image:url(../../../images/reviews_hostmonster-review/img58.jpg);}
		#custom .li .liLeft59{background-image:url(../../../images/reviews_hostmonster-review/img59.jpg);}
		#custom .li .liLeft60{background-image:url(../../../images/reviews_hostmonster-review/img60.jpg);}
		
		#custom .li .liLeft61{background-image:url(../../../images/reviews_godaddy-hosting-review/img61.jpg);}
		#custom .li .liLeft62{background-image:url(../../../images/reviews_godaddy-hosting-review/img62.jpg);}
		#custom .li .liLeft63{background-image:url(../../../images/reviews_godaddy-hosting-review/img63.jpg);}
		#custom .li .liLeft64{background-image:url(../../../images/reviews_godaddy-hosting-review/img64.jpg);}
		#custom .li .liLeft65{background-image:url(../../../images/reviews_godaddy-hosting-review/img65.jpg);}
		#custom .li .liLeft66{background-image:url(../../../images/reviews_godaddy-hosting-review/img66.jpg);}
	#custom .li .liMiddle{position:absolute;left:45px;top:-9px;width:1px;height:1px;background-color:#FFF;border-left:1px #969696 solid;z-index:3;}

#custom  span{color:#9c0000;}
#custom  span.uppercase{text-transform:uppercase;}


.execphpwidget ul li {
  margin-left:-16px;
	margin-right:-16px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:16px;
	padding-right:16px;
	background-color:#f2fafe;
	text-transform:uppercase;
	transition: all .2s linear; 
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	}

.execphpwidget ul li:nth-child(odd) {
  margin-left:-16px;
	margin-right:-16px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:16px;
	padding-right:16px;
	background-color:#ffffff;
	transition: all .2s linear; 
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	}

.execphpwidget ul li:hover {
  margin-left:-16px;
	margin-right:-16px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:16px;
	padding-right:16px;
	background-color:#f2d3b2;
	text-transform:uppercase;
	transition: all .2s linear; 
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	}

#access {
  background:#A3C159 none repeat scroll 0 0;
  display:block;
  float:right;
  margin:0 auto;
  width: 90%;
  max-width:280px;
}

.screen-reader-text { display: none !important; }

