/*
Theme Name: E-Cig Guy Theme
Theme URI: http://www.electroniccigaretteguy.com/
Description: Electronic Cigartte Guy .com Custom Theme
Author: Eclipse Shadow Soluctions
Author URI: http://eclipseshadow.com
Template: twentyeleven
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License: Commercial
License URI:

*/

@import url("_style.css");

@import url("_widgets.css");

div.HeaderWithAd {
	height: 170px;
}

body {
	background-color: #d4d2b5;
}

#page {
	width: 1000px !IMPORTANT;
}

#content {
	width: 70% !important;
}

#main {
	padding-top: 0 !important;
}

header#branding {
	padding-bottom: 5px;
}

/* Nav Bar */
nav#access {
	height: 58px;
	background-color: transparent;
	background-image: url(images/nav_repeat.png);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
	
	position: relative;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

nav#access .navLeftImage {
	height: 82px;
	width: 80px;
	position: absolute;
	left: -80px;
	top: 0;
	background-image: url(images/nav_left.png);
	background-repeat: no-repeat;
}

nav#access .navRightImage {
	height: 82px;
	width: 80px;
	position: absolute;
	right: -80px;
	top: 0;
	background-image: url(images/nav_right.png);
	background-repeat: no-repeat;
}

nav#access .navSeparator {
	height: 37px;
	width: 2px;
	background-image: url(images/nav_separator.png);
	position: absolute;
	top: 0;
	right: -1px;
}

nav#access .menu-item {
	padding-left: 3px;
	padding-right: 3px;
}

nav#access span.navEm {
	color: #ffd118;
	font-weight: bold;
}

nav#access .menu-item a {
	line-height: 2.75em;
	font-size: 13px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav#access .menu-item:hover a {
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	
	color: #FFF;
}

.eclipseHeading {
	font-size: 25px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #444444;
}

/* Review Excerpts */
div.reviewExcerpt {
	margin-bottom: 20px;
	border: 1px solid #acacac;
	position: relative;
}

div.reviewExcerptContents {
	padding: 10px;
	padding-right: 0;
}

div.reviewExcerpt .reviewStripe {
	height: 15px;
	background-color: #f5f5f5;
	clear: both;
}

div.reviewExcerpt .reviewThumb {
	width: 200px;
	padding: 10px 20px 10px 0;
	padding-top: 50px;
	float: left;
	text-align: center;
}

div.reviewExcerpt .reviewThumb img {
	width: 175px;
	border: 1px solid #acacac;
}

.visitReviewLink {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #195840;
	display: block;
	text-align: center;
	text-decoration: underline;
}

div.reviewExcerpt div.imageNotAvailable {
	text-align: center;
}

div.reviewExcerpt .reviewExcerptDetails {
	float: left;
	width: 450px;
}

div.reviewExcerpt .reviewHeading {
	color: #a50313;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

div.reviewExcerpt p.reviewExcerptText {
	font-size: 12px;
}

div.reviewExcerpt .reviewExcerptPrice {
	font-size: 15px;
	color: #5ba2c5;
	margin-bottom: 20px;
	display: block;
}

div.reviewExcerpt .reviewExcerptPriceLabel {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}

div.reviewExcerpt p {
	margin-bottom: 5px !important;
}

div.reviewExcerpt .fullReviewLink {
	text-align: right;
}

div.reviewExcerpt .fullReviewLink a {
	font-size: 14px;
	color: #04593d;
}

/* Coupon */
.reviewCouponWrap {
	position: relative;
}

.reviewCouponCodeWrap {
	border: 3px dashed #a4a4a4;
	/*width: 260px;*/
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	float: left;
	clear: left;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.reviewCouponCodeWrap:hover {
	top: -1px;
}

.reviewCouponCodeWrapInner {
	padding: 5px 20px 5px 5px;
	
	background-image: url(images/green_repeat.png);
	background-repeat: repeat;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.reviewScissors {
	height: 32px;
	width: 29px;
	background-image: url(images/scissors.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -15px;
	right: -13px;
}

.reviewCouponCodeLabel {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica;
}

.reviewCouponCode {
	color: #ffd118;
	font-size: 15px;
	font-weight: bold;
}

.reviewCouponDescription {
	color: #a50313;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	float: left;
	display: block;
	padding-top: 8px;
	font-size: 14px;
	clear: left;
}

div.reviewExcerpt .rankStar {
	height: 50px;
	width: 50px;
	background-image: url(images/rank_star.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	position: absolute;
	top: -10px;
	left: 20px;
}

/* Pagination */
.pagination {
	clear:both;
	padding: 0 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	
	float: right;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

.eclipsePagination {
	padding-bottom: 10px;
}

/* Clear Fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */

div.socialMedia {
	border-bottom: 1px solid #e5e5e5;
	height: 105px;
}
div.socialMedia #plusone-div {
	float: left;
	position: relative;
	top: 3px;
}
div.socialMedia .twitter-share-button {
	position: relative;
	top: 3px;
	float: left;
}
div.socialMedia .fb_iframe_widget {
	float: left;
	position: relative;
	top: 3px;
}

.ecig_love {
	float: left;
	margin-right: 10px;
	margin-left: 3px;
}

.socialMediaCatchPhrase {
	font-size: 13px;
	font-family: Trebuchet MS;
	position: relative;
	top: -6px;
}

.liveDate {
	margin-right: 15px;
	font-style: italic;
	font-weight: bold;
	color: #5B5B5B;
	float: right;
}

/* Star Ratings */
div.reviewExcerptRatingStars {
	float: right;
	text-align: center;
}

div.starRatingFull {
	height: 20px;
	width: 20px;
	background-image: url(images/star_full.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;
}

div.starRatingEmpty {
	height: 20px;
	width: 20px;
	background-image: url(images/star_empty.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;
}

.reviewExceprtStarRatingHeading {
	color: #19582e;
	clear: left;
	display: block;
	font-size: 12px;
}

/* Clipboard */
div.reviewCouponClipboard {
	height: 30px;
	width: 30px;
	overflow: hidden;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.reviewCouponTip {
	position: absolute;
	top: -28px;
	left: 0;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #ffdb6f;
	font-size: 10px;
	font-family: Trebuchet MS;
	padding: 2px;
	width: 280px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.reviewHaflk {
	display: none;
}

.reviewCouponCodeInstructions {
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

/* Single Review Page */
.singleReviewInfo {
	padding: 10px 0;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

.singleReviewTitle {
	font-size: 20px;
	font-weight: bold;
	color: #a30312;
}


.singleReviewDate {
	font-size: 12px;
	color: #a6a6a6;
	font-style: italic;
	font-weight: normal;
	margin-left: 20px;
}

.singleReviewInfo .reviewThumb {
	width: 330px;
	padding: 5px;
	margin-bottom: 25px;
	border: 1px solid #f0f0f0;
}

.singleReviewInfo .reviewThumb img {
	width: 330px;
}

.singleReviewInfoLeft {
	width: 315px;
}

.singleReviewInfoRight {
	float: right;
	width: 330px;
	background-color: #F0F0F0;
	padding: 10px;
}

.eclipse-nav-single {
	padding: 0 !important;
	color: #5b5b5b !important;
}

.eclipse-nav-single a {
	color: #5b5b5b !important;
}

.singleReviewDetails {
	width: 100%;
}

.singleReviewDetailLabel {
	color: #a30312;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding: 5px;
	background-color: #f0f0f0;
	width: 120px;
}

.singleReviewDetailValue {
	font-size: 13px;
	color: #5b5b5b;
	padding: 5px;
	font-family: Arial;
	font-weight: normal;
}

.reviewExceprtStarRatingTopHeading {
	font-size: 14px;
	color: #a30312;
	font-weight: bold;
	display: block;
	text-align: center;
}

.singleReviewInfoRight .reviewExcerptRatingStars {
	float: left;
	margin-right: 30px;
}

.singleReviewCoupons {
	clear: both;
	padding-top: 40px;
	width: 315px;
}

.singleReviewCouponDescription {
	float: none;
	display: block;
}

div#comments div#respond {
	background-color: #F6F6F6 !important;
	width: 73%;
	margin-left: 100px;
	padding: 24px;
	border: 1px solid #DDD;
	padding-bottom: 70px;
}

div#comments div#respond form#commentform p {
	margin-top: -10px !IMPORTANT;
}

div#comments div#respond form#commentform p.comment-form-author input,
div#comments div#respond form#commentform p.comment-form-email input,
div#comments div#respond form#commentform p.comment-form-url input {
	height: 24px !IMPORTANT;
}

div#comments div#respond form#commentform p.comment-notes,
div#comments div#respond form#commentform p.logged-in-as {
	margin-top: 3px !IMPORTANT;
}

div#comments div#respond form#commentform textarea {
	height: 100px;
	width: 477px !IMPORTANT;
}

p.form-submit {
	float: right;
}

p.form-submit input#submit {
	padding: 6px !important;
	left: 0 !important;
	top: 160px !important;
}

.entry-content td, .comment-content td {
	border-top: none;
	padding-bottom: 0px !important;
	padding-top: 2px !important;
}

.newembed_userratingstable {
	border-collapse: collapse !IMPORTANT;
	width: auto !IMPORTANT;
}

.newembed_userratingstable_rowdivider {
	display: none;
}

.newembed_userratingstable_ratingcategory {
	background-color: #EEE;
	width: 175px !IMPORTANT;
	/*color: #A30312;*/
	border: none;
	padding-left: 10px !important;
	padding-bottom: 6px !important;
	padding-top: 0px !important;
}

.newembed_userratingstable_rating {
	background: #fff !IMPORTANT;
	background-color: #FFF !IMPORTANT;
	border: none;
	width: 100px !IMPORTANT;
	
	padding-bottom: 2px !important;
	padding-top: 2px !important;
	background: none !IMPORTANT;
}

.newembed_userratingstable td.newembed_userratingstable_rating {
	background: #fff !IMPORTANT;
	background-color: #FFF !IMPORTANT;
}

.esAttn {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

/* Ratings table (At bottom of single reviews) */

.newembed_ratingtable {
	border-collapse: collapse;
	margin-bottom: 20px !IMPORTANT;
}

.newembed_ratingtable_title {
	color: #4A4A4A !IMPORTANT;
	background: none !IMPORTANT;
}

.newembed_ratingtable_category {
	background-color: #F6F6F6 !IMPORTANT;
	padding-bottom: 6px !IMPORTANT;
	padding-left: 5px !IMPORTANT;
	color: #A30312 !IMPORTANT;
	font-size: 14px !IMPORTANT;
	font-weight: bold !IMPORTANT;
	width: 200px !IMPORTANT;
}

.newembed_ratingtable_rating {
	padding-left: 10px !IMPORTANT;
}

/* Comments */

.commentList {
	width: 80% !IMPORTANT;
	margin-left: 100px !IMPORTANT;
}

#searchform {
	z-index: 99999 !IMPORTANT;
	background-color: white !IMPORTANT;
	position: absolute !IMPORTANT;
	top: 10px !IMPORTANT;
	right: 10px !IMPORTANT;
}

#searchform .field {
	width: 150px !IMPORTANT;
}

#searchform input#s {
	background-position-y: 1px;
}

/* Google Rich Snippets */

.googleRichSnippet {
	display: none;
}

/* Articles */
.articleExcerpt .reviewExcerptDetails {
	width: 670px !important;
}

.entry-content table {
        font: 11px verdana, verdana, arial;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        text-align: left;
        color: #333;
        line-height: 19px;
        border-spacing: 0;
        table-layout: fixed;
        width: 700px;
}
.tablesorter th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
}
.tablesorter th:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
}
.tablesorter th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
}
.tablesorter td {
        margin: 0;
        padding: 20px 10px;
        border: 1px dotted #f5f5f5;
        word-wrap: break-word;
        padding-left: 20px !IMPORTANT;
}
.tablesorter th {
        font-weight: bold;
        text-transform: uppercase;
}
.tablesorter thead tr th {
        background-color: #575757;
        color: #ffffff !IMPORTANT;
        font-weight: bold !IMPORTANT;
        font-size: 9px !IMPORTANT;
        text-transform: uppercase;
        text-align: left;
        vertical-align: middle;
}
.tablesorter tbody tr th {
        padding: 20px 10px;
        border-bottom: 1px dotted #fafafa;
}
.tablesorter tr.even {
        background-color: #EDF7DC;
}
.tablesorter tr:hover {
}
.tablesorter tr:hover td, tr:hover td a, tr:hover th a {
        color: #a10000;
}
.tablesorter td:hover {
}
.tablesorter tr:hover th a:hover {
        background-color: #F7FBEF;
        border-bottom: 2px solid #86C200;
}
table.tablesorter a {
        color: #608117;
        background-image: none;
        text-decoration: none;
        border-bottom: 1px dotted #8A8F95;
        padding: 2px;
        padding-right: 12px;
        background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
}
table.tablesorter a:hover {
        color: #BBC4CD;
        background-image: none;
        text-decoration: none;
        border-bottom: 3px solid #333;
        padding: 2px;
        padding-right: 12px;
        color: #A2A2A2;
        background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
}
table.tablesorter a:visited {
        text-decoration: none;
        border-bottom: 1px dotted #333;
        text-decoration: none;
        padding-right: 12px;
        color: #A2A2A2;
        background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
}
table.tablesorter a:visited:hover {
        background-image: none;
        text-decoration: none;
        border-bottom: 3px solid #333;
        padding: 2px;
        padding-right: 12px;
        color: #A2A2A2;
        background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
}
.tablesorter th.header {
        background-image: url(images/bg.png);
        cursor: pointer;
        font-weight: bold;
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 20px;
        margin-left: -1px;
}
.tablesorter th.headerSortUp {
        background-image: url(images/asc.png);
}
.tablesorter th.headerSortDown {
        background-image: url(images/desc.png);
}

#gssButton {
		position: absolute;
		right: 0;
        width: 75px;
        height: 35px;
        cursor: pointer;
        text-indent: -999px;
        border: none;
        background: url(images/search_small.png) no-repeat;
}
#searchbox_demo {
	width: 250px;
	position: relative;
}

input[type="text"], input[type="password"], textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #DDD;
	color: #888;
}
.gsc-input body, .gsc-input  input, .gsc-input  textarea {
	line-height: 1;
}
#cse-search-form[style] {
	width: 240px !IMPORTANT;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #gssButton {
        height: 30px;
        background: url(images/search_smallgc.png) no-repeat;
    }
}

#suattr {
	display: none;
}

.ecig_wide_ad {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 120px;
	width: 620px;
	background: url(images/wide_free_ecig_trial_ad.png) no-repeat;
}

/* Mobile */

@media screen and (max-width: 980px) {

	#primary {
		width: 90% !IMPORTANT;
	}
	
	#secondary {
		width: 18.8% !IMPORTANT;
		margin-right: 7.6% !IMPORTANT;
		
		float: right !IMPORTANT;
	}

	div.reviewexcerpt .reviewexcerptdetails {
		width: 380px;
	}

	div.singleReviewInfoRight {
		width: 260px !IMPORTANT;
	}
	
	div.reviewCouponCodeInstructions {
		width: 255px;
	}
	
}