/**
 * Theme Name: Hybrid Custom 
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 18 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.6.1
 * Author: Burgess Xavier
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 * Template: hybrid
 * Copyright (c) 2008 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

 /* Get base CSS */
@import url('http://healthlime.com/wp-content/themes/hybrid/library/css/25px.css');

/* Get layout CSS */
@import url('http://healthlime.com/wp-content/themes/hybrid/library/css/3c-c-fixed.css');  

/* Get plugins CSS */
@import url('http://healthlime.com/wp-content/themes/hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('http://healthlime.com/wp-content/themes/hybrid/library/css/drop-downs.css');

/* Get default CSS */
/* @import url('library/css/screen.css'); */
 


/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Body */ 



body {
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	color: #000; 
	/*background: #8CA144; */
	/*background: #7CA6A6 */
	background:#DDDC44
	}

/* Body container */
#body-container {

	margin: 90px auto 21px auto; 
	margin-top:20px;
	/* background:#F9F8F1; */
    background:#Fff;
	border: .2em solid #40550D;
-moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding: .5em;	
	
	}

	
	
/* Links */
a {
	color: #3789B9;
		text-decoration: none;
		
	}	a.external{color:#000}
a:visited {
	color: #3789B9;
	}
a:hover, a:active {
	color: #d54e21;
	text-decoration: underline;
	border-bottom:none;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: none;
	}
	
li {
	list-style: none;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc; */
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 4px;
	/*border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .70em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;}
	/*border: 1px solid #88A906;
	-moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px;} */ 
	
/* Images When content is_single */
.entry-content  img{float:right;
margin: 0 0 .5em 1em;}
/*border:3px solid #88A906;
-moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px;} */

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
		}

	
/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {
	margin: 0 0 40px 0;
	}

/* Blog title */
#site-title {
	font: normal normal 48px/48px Georgia, Times, "Times New Roman", serif; 
	margin: 0 0 10px 0;
	text-indent: 15px;
    padding-top: 5px; 
	display: block;
	line-height: 1em;
	letter-spacing: -4px; 
	/* padding-left: 5px; */
		}
		
#site-title a {
	color:#666600;
	text-decoration:none;
	display: block; }
		
		
/* Site description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	text-indent:20px;
	display: block;
	position: relative;
	bottom:15px;
	clear: both;
	}

/* Navigation */

/** Nav Setup */ 
#navigation {
    background: #315031;
	width: 100%;
    border-bottom: 1px dashed #666000;
	overflow: visible;
	height: 30px;
	margin: 0 0 60px 0;
	z-index: 100;
	margin: 0;
    padding: 0;
    list-style: none;
    float:left;
    position: relative;
	bottom:25px;
    font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    	}
		
#page-nav {
		
		width: 960px;
		margin: 0 auto;
		}
#page-nav ul {
			float: left;
			list-style: none;
			margin: 0;
			}
#page-nav ul.menu {
			width: 960px;
			}
#page-nav li {
				float:left;
				border-right:1px solid #fff
				height:}	
/*  Setup Individual Menu Items */

	
#page-nav li a{
	margin-right: 1px; */
    float: left; 
	list-style: none;
	/*margin: 0; */
	/*border: 1px solid #506e32; */
	position: relative;
	height:7px;
	padding: 10px;
	text-decoration: none;
	/* border-right: 0px solid #fff; */
	display: inline-block;
	font-weight:normal;
	/*background-color: #88A906; */ 
	background-color: #315031; 
    color: #fff;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius: 10px;	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;}

#page-nav li a:hover{
	background-color: #8CA144;
	color: #fff;
	/*position: relative;
    bottom:4px;
	height:15px;*/
	text-decoration: none;
	/*border: 2px solid #315031;*/
	/*font-weight:bold; */
	border-bottom:4px solid #8CA144;
	-moz-border-radius-topright:0px; -webkit-border-top-right-radius: 0px;	-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;;
	}	

	

#page-nav li.current_page_item a,  li.current_page_item a:hover{ 
	text-decoration: none;
	background: #E96D1A; 
	font-style:italic;
	font-weight:bold;
	position: relative;
    bottom:8px;
	height:19px;
	color:white;
    font-weight:bold;
border: 1px solid #315031;
border-bottom:none;	}
	

			
				
/* addition Secondy Menu Drop Styling - not original  
	#page-nav ul ul {
		background: #6a6a6a;
		}
	#page-nav li li {
		background: transparent;
		border-bottom: 1px solid #000;	
		}
	#page-nav li li a {
		padding: 10px;
		background: transparent;
		}

*/
	
/* Drop-downs style  */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}


/* Container (wraps content, primary, and secondary) */
#container {
/* background:#F9F8F1; */
    background:#fff;
	margin-bottom: 21px;
	clear: both;
	overflow: hidden;
    padding-left: 240px;   /* LC width */ /* Adujst this and the oen below to get better Sidebar Placement */
	padding-right: 0px;  /* RC width */
	}
	
/* Main content */
.content, #primary, #secondary {
	position: relative;
	float: left;
		}
	
#primary .widget, #secondary .widget{}
	
	

.content  .hentry {
background:white;
padding: .5em;
border: 1px solid #88A906;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;	
padding-left:1em;
margin-bottom: 1em;}
	
/* Content, Primary , Seconday Positioning */	
.content {left:-70px}
#secondary {left:-85px}


	
.content {
	/*border: 1px solid #DEDFE0; */
	width: 520px; 
	margin: 0 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;}

	
#primary {
	width: 162px;          /* LC width */
	right: 300px;          /* LC width */
	margin-left: -63.5%;
	/* border:1px solid #000; */
		}


#primary .widget-inside ul { margin: 0px 0px 0px 0px;
font-size: .8em;
}

#secondary .widget-title {padding:.5em;}

#secondary .widget-inside ul { margin: 0px 0px 0px 5px;
 }  
	
#secondary {
	width: 260px;          /* RC width */
	margin-right: -90px;  /* RC width */
	/*margin-left: 20px; */
	/* border:1px solid #000 */
	}	

/* ========================= */
/*  WHEN IN REVIEW VIEW */
/* ==========================*/
.primary-inactive .content {
	width: 600px;
	/*border: 1px solid #000; */
	float:left;
	left:15px}
	
.primary-inactive #secondary {
/* border:1px solid #000; */
width:300px;
left:25px}
	
.primary-inactive #container {padding-left:0px;
padding-right:0px}

	
	
/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
    margin:0;
	margin-bottom: .5em;
	}


.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}
	
/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 8px 0;
	font-weight: normal;
	font-style: italic;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	font-style:normal}
	
.entry-title a {
	color: #88A906;
	}

/* Byline */
.byline {
	margin: 0 0 15px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	/* text-transform: lowercase; */
	display:none;
	}
.byline .author {display:none;}

.pgee-read-more {border-bottom: 1px dotted #3789B9;}

/*  Entry content 
.entry-content 
/*	overflow: hidden;
	margin: 0 0 15px 0;
	text-align:justify;
		} */

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #666;
	font-size: .7em;
	float:right;
	}
	
.entry-meta a{color: #666}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	background:white;
	border: 1px solid #8CA144
	}

.widget ul{list-style:none;}

.widget a {
	color: #464646;
	text-decoration: none;
	border-bottom:1px dotted; 
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

.widget-inside{margin:0px}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: none;
	color: #E96D1A;
	margin-bottom:8px;
		}
	

/* Utility widget areas */
#utility-before-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	/*border: 1px solid #ccc; */
	}
	
#utility-after-content{
/* margin: 0 0 21px 0; */
	/*padding: 20px 20px 0 0px;*/
	/*border: 1px solid #ccc; */
	}	
	
#utility-before-content .widget-inside{border:none}	 
	
	
/* Widget Page Template */
	
.page-template-widgets #content .widget {}
	
		
/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
.textarea {
	width: 90%;
	}

#comment {width:590px;}	


/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	margin: 0 0 21px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #fff;
	
	}
#footer .copyright  a{
	display: inline;
	float: left;
	margin-right: 9px;
	color:white
	}
	
#footer .credit  a{color:white;}
	

/* Components Styling  Widgets etc....*/

/* GD Star Rating Components Styling */

/* Front Page - Featured Post */

.widget_gdstarrating_star ul {
margin-top:0em;
/* border: 1px dotted #006600; */
padding: -1em 0em 0em 0em;
}

.widget_gdstarrating_star li{
background: none;
margin-bottom:1em;
list-style: none;
font-size: .8em 
}

.widget_gdstarrating_star a{
color:#006600;
}

.widget_gdstarrating_star a:hover{color:#E96D1A}

.widget_gdstarrating_star img{
float: left;
margin-right: 6px;
}

.widget_gdstarrating_star .stars, .excerpt{
float: left;
font:italics;
}

.widget_gdstarrating_star .rating{
float: left;
color:red;
margin-top:3px;
font-weight:bold;
}


/* Popular Post  */
#gdswpopularposts-5 a{color:#006600; font-weight:bold}
#gdswpopularposts-5 a:hover {color:#E96D1A;}


#random-posts li {
	background: #FFF;
	border: 1px solid #3C7700;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; 
	/*overflow: hidden; */}
	
	
#random-posts h3 {font-size: 1.1em;
 line-height: 1.2em;
 text-indent: .3em;
 font-weight:bold;
 /* background: #E96D1A; */
 color: #E96D1A;}
 
 


/* Top Categories */
.widget_avh_extendedcategories_top {margin-top:3em;}

.widget_avh_extendedcategories_top .widget-title {
color:#88A906;
font-weight:bold;
padding-left:5px;
}

.widget_avh_extendedcategories_top   .widget-inside  li a{
color: #3789B9;
}

.widget_avh_extendedcategories_top  .widget-inside ul {
list-style-image:url(images/list-arrow.gif);
list-style-position:inside;
list-style-type:square;}


.widget_avh_extendedcategories_top .widget-inside a:hover, .widget_gdpagesnavigator .widget-inside a:hover{color:#E96D1A}


#section-4  {padding: 0 0 0 0;
border: 1px solid #FFFFF5}


#section-3 img{border:4px solid #F0D8C3;
float:left;}
#utility-before-html {padding-left:550px;
}

/* ----------------------------*/
/*  Primary Sidebar Styling */ 
/* ----------------------------*/

#primary .widget {/* background:#F9F8F1; */ border-top:none}
#primary .widget-inside li{padding:0 0 0 .12em;
list-style-image:url(images/list-arrow.gif);
list-style-position:inside;
list-style-type:square;text-align:left}

#primary .widget-inside a{color:#E96D1A;/*color:#E96D1A;*/font-weight:bold;border-bottom:none;padding: 0 .5em 0 .012em;font: .97em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
#primary .widget-title{background:#315031; color:#FAF7DF; font:.85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; padding: .5em 0 .5em .5em;font-weight:bold}
#primary .widget-inside li:hover {background:#E3ECCF;border-top:1px solid #ABA800;border-bottom:1px solid #ABA800;} 
#primary .widget-inside a:hover {border-bottom:1px dotted} 
  

/* ----------------------------*/
/*  Secondary Sidebar Styling */  
/* ----------------------------*/
#secondary #recent-posts {border:none}
/* --------------------------------------- */
/* ---  REVIEW CATEGORIES ELEMENTS STYLE ------------ */ 
/* --------------------------------------- */

/* Review Title for repective Category */
.single-category-health-remedies .single-title a, .single-category-health-remedies .single-title  a:hover {font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/* color:#DD6600; */ 
float:left;
width:17em; 
line-height:.97em;
letter-spacing: -.5px;
/* margin-bottom:.125em; */
font-weight:bold;
font-style:normal;
text-decoration:none;
margin-left: -.25em;} 

/* Remove Review Byline for respective Category: Date and Author and So On */  
/*.single-category-health-remedies .published, .byline-sep{display:none}  */
.single-category-health-remedies .byline{display:none} 
.single-category-health-remedies .post-meta-data{display:none}
.single-category-health-remedies .navigation-links{display:none} 
.single-category-health-remedies .content li { 
	list-style: square;}

/*Remove Bread from Category View */
.review-category-content .breadcrumb {display:none}


/* Subtitle */
.review-subtitle{
color:#6D6F71;
margin-top: 2em;
width:23em; 
margin-bottom:1em;
font-weight:bold;
clear:left;
margin-left: -.25em;}

/* The Image */
.review-thumb img{border:none;float:left; margin-left: 225px; margin-top:-10em }  

/* User Rating Top  */
.review-user-rating {float:right; margin-top:-1.5em;clear:both;margin-bottom:5px}
.ratingblock_remedy {margin-top: -10.5em; border: 4px solid green; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 7px 4px 7px 4px}
	.ratingheader_remedy {width:auto;padding-left: 0 0 0 0;margin-left:15px}
		.ratingheader1_remedy {font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color:#C0C03A;float:left;margin-left:-.125em}
		.ratingheader2_remedy {font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color:#DA6A0E;font-weight:bold;}
	.ratingblock_subtitle {text-align:center; font-weight:bold; color:#315031;font-style:italic}
	.ratingtext_remedy {text-align:center}
		.ratingtext_rating{padding-top:17px; padding-bottom:3px; font-size:3em; font-weight:bold; color:#DA6A0E; letter-spacing:-5px}
		.ratingtext_maxrating{padding-top:16px;font-size:1.4em; font-weight:bold; color:#DA6A0E;}
		.ratingtext_voted{padding-top:5px;color:#C0C03A}
	.votesaved_remedy {padding-top:10px;font-weight:bold;color:green}
	.ratingstars_intro {border:2px solid #7CA6A6; background:#E6F2F2;padding-top:.5em;text-align:center; width:11em;color:green;margin-left:0px}
	.ratingstars_thanks {padding-top:1em;text-align:center; width:11em;color:#DA6A0E; margin-left:15px}
	.ratingstars_remedy {padding-top:8px}

/* Editor Rating Block */
.review-editor-rating {float:right;padding-bottom:10p;margin-top:10px;margin-left:.5em} 	
.review-mrblock{border: 1px solid #CC0000; font-size:10px; font-weight:bold;  -moz-border-radius: 6px;-webkit-border-radius: 6px; } 
.review-mravg td{background:#CC0000 none repeat scroll 0 0;border-top:2px solid #F9D207;text-align:center;color:#FBDE00}}
.review-mravg-stars {width:4px; padding-left:2em;float:right;border:white}
	.review-mravg-txt{text-align:center;color:#FBDE00; font-size:.97em}
.review-mrblock .mtrow  td{border-bottom:1px dotted #cc0000;
}
	
/* Link */
.review-link{clear:left;
margin-left: -.25em;
color:#40550D;
margin-top:2em;
font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight:bold}
.review-link a{color:#0000F4;border-bottom: 1px dotted;margin-top:2em} 
.review-link a:hover{background:white; color:#0000F4; margin-top:0em; margin-left:0em;-moz-border-radius: 25px;-webkit-border-radius: 25px;} */


.buylink-block .buylink {padding: .25em 0 0 .25em;color:#E11905;font-size:17px;}  
.buylink-block .review-link {padding: .25em .25em .25em .25em;margin-top:0em;margin-left:0em;}  
.buylink-block a{color:#0000F4; margin-top:0em;margin-left:0em;border-bottom:1px dotted;font-weight:bold;text-align:center;width:325px; margin-left:125px}
.buylink-block  a:hover{background:white; color:#0000f4; margin-top:0em; border-bottom:1px dotted;font-weight:bold;text-align:center;width:325px; margin-left:125px}     

/* Review Facts Section Header */
.review-facts-section {margin-top:5em;clear:left}       

/* Facts as a div Group of Items */
.review-facts {margin-top:1em;}

/* Facts Items: */ 
.review-facts-header{
font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;  
float:left;
font-style:italics;
font-weight:bold} 

/* facts Text */
.review-facts-text{
font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
text-indent:.5em;
color:green}

/* Review Detail - Summary, Pros, Cons, Concludions */
.review-detail-block {margin-top:60px;}
.review-detail-header {margin-top:1.5em;}
.review-detail-header, .review-facts-section {
font: .97em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-top:1px solid #CBE2A7;
border-bottom:1px solid #CBE2A7; 
font-weight:bold;  
margin-left:-1em; 
margin-right:-.65em;
padding: .125em 0 .125em 1em;
background:#E8F3D7 none repeat scroll 0 0;
color:#40550D}



.review-facts-section {
width:185px;
border-right:1px solid #CBE2A7;
margin-top:30px 
}


/* Review Details - Text */
.review-detail-text{text-align:justify;padding-right:.5em;padding-top:1em;}





/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {display:none}
.wp-caption-text {display:none;}
.gallery {}
.wp-smiley {}
.clear-space {clear:both;margin-bottom:10px}


/*  Category Archieve Page  Syling */ 
.archive  .hentry{border:0px;padding-bottom:-1em}
.archive  .hentry p{margin: 0 0 7px 0;}


/* Remedy-Reviews Page */
.single-category-health-remedies .breadcrumb {margin: 0 0 15px 0;}

.single-category-health-remedies .breadcrumb a {
	color: #3789B9;
	text-decoration: none;
	}
.single-category-health-remedies .breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

.review-page-header {margin-left:2px;color:#E96D1A;margin-bottom: 5px}
.page .topreviews h4{margin-bottom:.05em;text-align:center;color:#E8F3D7;background:#40550D;border:2px solid #E8F3D7}
.page .topreviews {background:white;border:1px solid #88A906;padding-left:0px;margin-bottom: 10px;/*-moz-border-radius: 8px; -webkit-border-radius: 8px*/} 
/* GD Star Block */
.page .topreviews td{padding: 7px .75em 0 .75em}
.page .topreviews .header {padding-top:0px;font: .80em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight:bold; background:#E8F3D7;/*border:1px solid #8CA144*/} 
.page .topreviews .title {font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
.page .topreviews .title  a{color:#006600;font-weight:bold}
.page .topreviews .rating {color:red;font-weight:bold;font-size:.75em}
.page .topreviews .votes {font-weight:bold;font-size:.75em}


.page .featured-remedy-reviews {height:160px; background:white;padding-left:0px;margin-bottom: 10px;margin-top:10px;font: .70em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;text-align:justify; -moz-border-radius: 8px; -webkit-border-radius: 8px}
.page .featured-remedy-reviews  ul li{width:33%;float:left;margin-right:2%;text-align:left;margin-left:-2%; } 
.page .featured-remedy-reviews ul {margin-left:2%;padding: 0 1em 0 .25em;} 
.page .featured-remedy-reviews img {float:left}
.page .featured-remedy-reviews h4{text-align:center;color:#40550D;background:#E8F3D7;/*border:2px solid #E8F3D7*/}
.page .featured-remedy-reviews a{color:#E96D1A;font-weight:bold; border-bottom: 1px dotted}
.page .featured-remedy-reviews a:hover {color:#8CA144;font-weight:bold;border-bottom:none}

.page .latest-remedy-reviews img {float:left;border:1px solid #CBE2A7;margin-right:8px}
.page .latest-remedy-reviews ul {margin:0px;padding: 0 1em 0 .25em}
.page .latest-remedy-reviews ul li{clear:both;padding-bottom:2em;}
.page .latest-remedy-reviews {background:white;/*border:1px solid #88A906;*/padding-left:0px;margin-bottom: 20px;padding-bottom:2em;font: .70em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;text-align:justify;-moz-border-radius: 8px; -webkit-border-radius: 8px;clear:both}
.page .latest-remedy-reviews h4{text-align:center;color:#40550D;background:#E8F3D7;border:2px solid #E8F3D7}
.page .latest-remedy-reviews a{color:#E96D1A;font-weight:bold; border-bottom: 1px dotted}
.page .latest-remedy-reviews a:hover {color:#8CA144;font-weight:bold;border-bottom:none}

.page .ad-adsense {padding-left:30px;border:none}

.page  #utility-after-page {background:white;border:1px solid #000;padding-left:0px} 
#advancedrecentposts-3  .advanced-recent-posts ul{width:100%}
#advancedrecentposts-3  .advanced-recent-posts li{display:inline;width:33%;margin-right:2%; float:left; text-align:left; margin-left:-2%}  

/* Category Pages Styling */

/* Featured Remedy Reviews */
.category .review-category-content .category-title {text-indent:20px; color:#E96D1A}
.category .topreviews h4{margin-bottom:.05em;text-align:center;color:#E8F3D7;background:#40550D;border:2px solid #E8F3D7}
.category .topreviews {background:white;border:1px solid #88A906;padding-left:0px;margin-bottom: 10px;/*-moz-border-radius: 8px; -webkit-border-radius: 8px;*/ margin-top:-40px} 

/* GD Starrating Block */
.category .topreviews td{padding: 7px .75em 0 .75em}
.category .topreviews .header {padding-top:0px;font: .80em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight:bold; background:#E8F3D7;/*border:1px solid #8CA144*/}
.category .topreviews .title {font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
.category .topreviews .title  a{color:#006600;font-weight:bold;border-bottom:1px dotted}
.category .topreviews .rating {color:red;font-weight:bold;font-size:.75em}
.category .topreviews .votes {font-weight:bold;font-size:.75em}

.category  .featured-remedy-reviews img {float:left;margin-right:5px}
.category  .featured-remedy-reviews ul {margin:0px;padding: 0 1em 0 .25em}
.category .featured-remedy-reviews ul li{border:none;clear:both;padding-bottom:1em;}
.category  .featured-remedy-reviews {float:left;width:49%; background:#fff;/*border:1px solid #88A906;*/padding-left:0px;margin-bottom: 10px;font: .70em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;text-align:justify;-moz-border-radius: 8px; -webkit-border-radius: 8px;clear:both}
.category  .featured-remedy-reviews h4{color:#40550D;text-align:center;/*background:#E8F3D7;border:2px solid #E8F3D7*/}
.category  .featured-remedy-reviews a{color:#E96D1A;font-weight:bold; border-bottom: 1px dotted}
.category  .featured-remedy-reviews a:hover {color:#8CA144;font-weight:bold;border-bottom:none}

/* Category Adverts Styling */
.review-category-content #section-16.widget {border:0px}
.review-category-content #section-16.widget a{text-decoration:none;border:0px}
.review-category-content #section-15.widget {border:0px}
.review-category-content #section-15.widget a{text-decoration:none;border:0px}
#section-19.widget {border:0px}
#section-19.widget a{text-decoration:none;border:0px}
#section-21.widget {border:none;}



#utility-after-content .widget {border:0px;margin-top:30px}
#utility-after-content .widget img{margin-left:25px}   
#utility-after-content .widget a{text-decoration:none;border:0px}  

#dfrads-widget-5,#dfrads-widget-8 {background:#F3FED4; margin-left:5px;padding-left:5px;-moz-border-radius:6px;-webkit-border-radius:6px;padding-left:2px;padding-bottom:0px}  
#dfrads-widget-10 {border:none;padding-left:5px} 
#dfrads-widget-10 h3{font-weight:bold;color:#40550D;text-align:center}

#text-11 {margin-bottom:-40px;border:none}

#utility-before-html {position:relative;left:-110px;width:730px;/*padding-left:450;*/margin-top:5px;background:none;margin-bottom:-5px}
#utility-before-html .widget-inside img{float:left;/*margin-left:25px*/}   
#utility-before-html .widget a{text-decoration:none;border:0px}  


/* The Post Listings */
.category .review-category-entry {margin-top:1em;clear:both;} 
.category .review-category-entry h4{color:#40550D;background:#E8F3D7;border:.5px solid #8CA144;text-align:center;padding: 5px 0 5px 0}
.category .review-category-entry .entry-title  a{font: .83em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-style:normal;letter-spacing:-1px;border-bottom:1px dotted }
.category  .review-category-loop img {float:left; border:1px solid #CBE2A7;margin-left:-8px;margin-right:8px}
.category  .review-category-loop .entry-meta {display:none;}
.category  .review-category-loop .byline {display:none;}
.category  .review-category-loop  .entry-summary {padding-top:.5em;font-weight:bold; font-size:.85em;color:#996633; width:350px} /* Listing Subtitle */
.category  .review-category-loop  .entry-summary a{text-align:left;padding-top:1em; color:#D66B4A;font-style:italic;border-bottom:1px solid;font-size:.85em}
.category .review-category-content .hentry {margin-bottom:0px;-moz-border-radius:0px;-webkit-border-radius:0px; border:none;border-bottom:1px solid #CBE2A7}
.category .review-category-content .even{background:#FCFCFC} 


/* Rating Right Box in Listing on Category  Page */
.category .ratingcat_block {width:90px;margin-left:.5em}
.category .ratingcat_listing {float:right;background:#F1F7DC;border: 1px solid #B8D551;padding:.125em;text-align:center;margin-top:-5.5em;clear:left} 
.category .ratingcat_subtitle {text-align:center; font-weight:bold; color:#40550D; font-size:.90em}
.category .ratingcat_rating{float:left;font-size:2.5em; font-weight:bold; color:#FFA501; letter-spacing:-4px;} 
.category .ratingcat_maxrating{padding-left:.125em;font-size:1.5em; font-weight:bold; color:#FFA501;} 
.category .ratingtext_voted {width:80px;margin-left:1em}


/* Front Page Styling */ 
.front-page #content .widget { 
	clear: none;
	float: left;
	width: 340px;
	height:194px;
	padding:none;
	border:1px solid #88A906;-moz-border-radius: 6px; -webkit-border-radius: 6px}	
	
.front-page #content .widget-inside li{margin-left:-45px; padding: 0 1em 0 1em}
.front-page #content .widget-title{margin-left:22px;color:#8CA144}	

.front-page #content #utility-after-page {display:none}

/* Sidebars and Others */ 
.secondary-inactive .content{
	width: 700px;
	/*border: 1px solid #000; */
	left:-8px}

.secondary-inactive #primary {
margin-left:-88.7%;
width:200px}

 
/*  Home Page - Recent Remedies */
 /* .front-page #content .widget_advancedrecentposts  .widget-title{color:#8CA144} 
.front-page  #content .advanced-recent-posts img {float:left}
.front-page #content .advanced-recent-posts li {font: .70em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
text-align:justify;clear:left}

.front-page #content .advanced-recent-posts a{color:#E96D1A;font-weight:bold}
.front-page #content .advanced-recent-posts a:hover{color:#8CA144;font-weight:bold} */


 /* Home Page ** Higest Rated Remedies ** 
.front-page #content .widget_gdstarrating_star  .excerpt{font-size: .80em;
text-align:justify}
.front-page #content .widget_gdstarrating_star  img {clear:none;float:left}
.front-page #content .widget_gdstarrating_star {margin-left:10px;padding-bottom:-1em}  */


/* Blog Styling */

.page-template-blog  .hentry{border:none;border-bottom:1px dotted #7C953F ;padding-bottom:-1em}
.page-template-blog  .hentry p{text-align:justify;margin: 0 0 7px 0;padding:0 .5em 0 .5em}
.page-template-blog  #secondary .widget {border:0px}

/* Secondary Widget Area  */
.page-template-blog .widget_gdstarrating_star  .excerpt{font-size: .80em;
text-align:justify}
.page-template-blog .widget_gdstarrating_star  img {clear:none;float:left}
.page-template-blog .widget_gdstarrating_star {margin-left:10px;padding-bottom:-1em}


#secondary  .widget_advancedrandomposts {background:#E8F3D7}
#secondary .widget_advancedrandomposts img {float:left;border:.5px solid #40550D;margin-right:3px}
#secondary .advanced-random-posts li {font: .70em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
text-align:justify;clear:left;padding: 0 .75em .75em 0}
#secondary  .advanced-random-posts a{color:#E96D1A;font-weight:bold}
#secondary  .advanced-random-posts a:hover{color:#8CA144;font-weight:bold}

#secondary  .widget_advancedrecentposts {background:#E8F3D7}
#secondary .advanced-recent-posts img {float:left;border:.5px solid #8CA144;margin-right:3px}
#secondary .advanced-recent-posts li {font: .70em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
text-align:justify;clear:left;padding: 0 .75em .75em 0}
#secondary  .advanced-recent-posts a{color:#E96D1A;font-weight:bold}
#secondary  .advanced-recent-posts a:hover{color:#8CA144;font-weight:bold}




/* Single Blog Post Styling */

.single-blog-post .post{border:none; margin-top:-1.5em;} 
.single-blog-post #comment {width:510px}

/* Post Image STyling */
.single-blog-post  .full{border: 5px solid #e2dede;padding:0px}  
.single-blog-post  #post-2440 .full{border:none;}

/* the_content{} Ad Styling */
.single-blog-post #in-line-ad {clear:both}
.single-blog-post #in-line-ad img{float:left;padding-left:18%}
.single-blog-post .clear-sides {clear:both} 
.single-blog-post #in-line-ad .header{padding-left:12%;color:grey;font-size:.65em;text-align:center} 
.single-blog-post .entry-content a{color:#E96D1A;border-bottom:1px dotted;font-weight:bold}



/* GD Star Article Styling  */

.post .topreviews h4{margin-bottom:.05em;text-align:center;color:#E8F3D7;background:#40550D;border:2px solid #E8F3D7}
.post .topreviews {background:white;border:1px solid #88A906;padding-left:0px;margin-bottom: 0px;/*-moz-border-radius: 8px; -webkit-border-radius: 8px*/} 
/* GD Star Block */
.post .topreviews td{padding: 7px .75em 0 .75em}
.post .topreviews img {float:left;font-weight:bold;font-size:.75em;margin-left:0px}
.post .topreviews .header {padding-top:0px;font: .80em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight:bold; background:#E8F3D7;/*border:1px solid #8CA144*/} 
.post .topreviews .title {font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
.post .topreviews .title  a{font-weight:bold;border-bottom:dotted}
.post .topreviews .title  a:hover{text-decoration:none}

.post .topreviews .rating {color:red;font-weight:bold;font-size:.75em}
.post .topreviews .votes {font-weight:bold;font-size:.75em}





/* Whats New Syling - Box */ 
#recent-posts img { float: right; border: 2px solid #7C953F;
}

#recent-posts a{color:#E96D1A; font-weight:bold;}

#recent-posts li{
float:left;
	background: #F3FED4;
	border: 1px solid #7C953F;
	line-height: 1.4em; 
    padding: 0.5em .5em;
	margin-bottom: .8em;
	font-size:.8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	}

#recent-posts p{font-style:italic;margin: 8px 0px 10px 0px;}

/* Whats New Styling -  rating Section */
.whatsnew {}
.whatsnew_rating {margin-bottom:3px;float:left;color:#006600;font-weight:bold;font-size:1.2em}
	/*.whatesnew_rating_title{float:left;color:#006600;font-weight:bold}
	.whatsnew_rate{padding-left:5px;float:left;color:#DA6A0E;font-weight:bold;font-size:1.2em} */
.whatsnew_stars{margin-left: 5em}

 
/* Content Tab Styling */

.tabs-header {text-align:center;padding-top:40px}
#contenttabs { margin-left:6.5em}
.contenttabs_box {margin-left:1em;border:2px solid #ABA800; width:500px; margin-bottom: 1em; padding: 10px;-moz-border-radius: 12px; -webkit-border-radius: 12px}


/* Search styling  
.widget-search{border:none;}
#search-text-1, #search-text-2 {margin-left:3px; border: 2px solid orange;margin-bottom:5px;-moz-border-radius: 10px; -webkit-border-radius: 10px;}
#search-submit-1, #search-submit-2{color:white;font-weight:bold;text-align:center;background-color:#E96D1A;margin-left:75px;height:30px;border: 1px solid orange; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding-left:30px}
.widget-search .widget-inside{border:1px solid #E96D1A; padding: 0 0 .25em 0}
.widget-search .widget-title {color:white;background-color:#E96D1A;text-align:center; padding-top:5em} */

/* AUTHOR BOX */
#comments-template { clear: both;display:none }  
.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; margin-bottom:25px;margin-top:-55px}
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: .97em; margin-bottom: 5px; }
.postauthor p { color: #000; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
.postauthor  a{color:#000}
.postauthor  a:hover{text-decoration:none;color:#000}

/* FOOTER BOXES */
#similar img {float:left;margin-right:10px; border:1px solid #4F8400}
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar h3 {padding-left: 10px;}
#similar h4 {color:#312F2F}
#similar { float: left; width: 50%; }
/* #similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; } */
#similar a {color:#B82626;font-size: .97em; border-bottom: 1px dotted #CB3131; line-height: 1.5em;clear:both; } 
#similar a:hover { border: 0; }
#similar p.date {color: #888; letter-spacing: 1px; text-transform: uppercase;font-size:.70em}
#similar ul{width:108%;margin: 0px 0px 1px -1px;padding-bottom:10px;}

#rightcol { float: right; width: 50% }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 0px 10px 0; text-align:justify} 
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribe p span{color:red;font-weight:bold;font-style:italic}
#subscribe {background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 0px 0 30px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px 0px 0 30px; padding: 5px 25px 5px 24px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#subscribe  ul {margin:0px} 
#subscribe h6{margin-bottom:2px;margin-top: 25px;font-style:italic; }
#subscribe  h6 span {color:red;font-weight:bold;}
#subscribe  li {}
#subscribe  li a {}
#subscribe li a:hover {}

/* Don't display author box for Author quick tips */
.single-author-quicktips  #postauthor-div {display:none}








