/*
Theme Name: Isoprex Theme
Theme URI: http://www.stollerco.net/
Description: Custom corporate theme for RHP.
Author: Stoller + Company
Author URI: http://www.stollerco.net/
 
Version: 1.8
 
Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
Template: genesis
Template Version: 1.7.1
 
License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Ubuntu);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 7px;
	text-decoration: none;
}

body {
/* background: url(/rhp/images/isoprex/design1/isoprex-bg.jpg) no-repeat top center #2E2E2E !important; */
}

input, button {
color: #333;
font-family: Arial, Helvetica, Tahoma, sans-serif;
}

select.required, input.required {
	background: #F6F7CF;
}

blockquote,
input,
button,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #f5f5f5;
border: 1px solid #ddd;
border-radius: 3px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0055A5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 10px;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

#header {
margin: 0 auto;
/* height: 118px; */
overflow: hidden;
width: 960px;
clear: left;
/* background: url(/rhp/images/isoprex/design1/header.jpg) no-repeat top left #fff !important; */
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 350px;
}

#title {
	font-family: 'Ubuntu', arial, serif;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 600px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 350px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(/rhp/images/isoprex/design1/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}

li li a .sf-sub-indicator {
	background: url(/rhp/images/isoprex/design1/icon-plus.png) no-repeat;
	top: 8px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li:hover a,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #222;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #222;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
/* background: /* url(/rhp/images/isoprex/design1/mainnavBg.jpg) repeat-x top #515151; */
clear: both;
/* color: #fff; */
color: black;
margin: 0 auto;
overflow: hidden;
text-transform: uppercase;
/* width: 960px; */
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
font-family: 'Ubuntu', arial, serif;
border-right: 1px solid #777;
/* color: #fff; */
color: black;
display: block;
font-size: 12px;
padding: 5px 12px 7px;
position: relative;
text-decoration: none;
font-weight: bold;
}

@media (max-width: 1000px) {
  #nav li a {
    font-family: arial, serif;
    font-size: 11px;
  }
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
/* color: #fff; */
color: #777;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #222;
}

#nav li.last a {
  border-right: 0;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 6px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #555;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #222;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(/rhp/images/isoprex/design1/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(/rhp/images/isoprex/design1/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	clear: both;
	color: #555;
	margin: 0 auto 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 958px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #222;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #222;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
margin: 0 auto;
overflow: hidden;
width: 960px;
background-color: #fff;
min-height: 400px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 6px 10px 5px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
	background-color: #FFF;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 20px;
	width: 480px;
}

.content-sidebar #content, .sidebar-content #content {
width: 580px;
margin: 25px 0 0 40px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
width: 904px;
padding: 20px 34px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	background:#fff;
}

.entry-content p {
	padding: 0 0 12px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0 0 10px;
  color: #0055A5;
}

h1 {
font-size: 34px;
line-height: 34px;
font-weight: normal;
  color: #0055A5;
}

h2,
h2 a,
h2 a:visited {
font-family: arial, serif;
font-size: 24px;
line-height: 24px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
font-size: 14px;
line-height: 20px;
margin: 0 0 5px;
}

h2 a:hover {
text-decoration: none;
}

h3 {
font-size: 22px;
line-height: 24px;
font-family: arial, serif;
font-weight: bold;
}

h4 {
font-size: 18px;
line-height: 21px;
font-family: arial, serif;
font-weight: bold;
}

.widget-area h4 {
border-bottom: 1px solid #ddd;
font-size: 18px;
margin: 0 0 10px !important;
padding: 0 0 5px !important;
}

.widget-area h4 a {
color: #333;
text-decoration: none;
}

#footer-widgets h4 {
background: none;
border: none;
margin: 0 0 5px;
padding: 0;
}

h5 {
font-size: 14px;
}

h6 {
font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
font-size: 12px;
margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
border-top: 1px solid #ddd;
clear: both;
font-size: 12px;
padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(/rhp/images/isoprex/design1/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
display: inline;
float: right;
font-size: 13px;
line-height: 20px;
width: 300px;
margin: 25px 20px 25px 0;
}

.sidebar p {
font-size: 12px;
line-height: 18px;
}

#sidebar-alt {
float: left;
width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
margin: 0 0 15px;
padding: 0;
}

.widget-area .textwidget {
padding: 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 30px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
overflow: hidden;
}

.user-profile p {
padding: 10px 15px 0;
}

.user-profile .posts_link {
padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

.orderPage input[type="button"],
.orderPage input[type="submit"],
.orderPage button {
background-color: #E89B2C;
border: none;
padding: 6px 12px;
font-size: 18px;
width: 238px;
color: #fff;
border-bottom: solid 2px #770026;
border-right: solid 2px #770026;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
font-family: 'Ubuntu', arial, serif !important;
text-decoration: none;
}

input[type="button"],
input[type="submit"],
button {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-family: 'Ubuntu', arial, serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px;
	width: 190px;
}

#nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
background-color: #555;
clear: both;
margin: 0 auto;
overflow: hidden;
width: 930px;
padding: 15px;
}

#footer-widgets .wrap {
-khtml-border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
font-size: 13px;
line-height: 20px;
overflow: hidden;
padding: 15px 30px;
background-color: #333;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
color: #fff;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
float: left;
margin: 15px 30px 0 0;
width: 255px;
}

.footer-widgets-2 {
float: left;
width: 275px;
margin: 0 50px 0 0;
}

.footer-widgets-3 {
float: left;
width: 255px;
margin: 15px 0 0 0;
}

#footer-widgets h4 {
color: #fff;
font-size: 18px;
border-bottom: 1px solid #777;
}
#footer-widgets ul li a {
color: #fff;
}
#footer-widgets .featuredpage .page, .featuredpost .post {
border-bottom: none;
margin: 0 !important;
overflow: hidden;
padding: 0 !important;
}
#footer-widgets .post-info {
margin: 0;
padding: 0;
text-transform: none;
font-size: 11px;
color: #999;
}
#footer-widgets .post-info a {
margin: 0;
padding: 0;
color: #999;
}
.widget-area h2, .widget-area h2 a {
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 0;
color: #fff;
text-decoration: underline;
}

/* Footer
------------------------------------------------------------ */

#footer {
clear: both;
font-size: 12px;
margin: 0 auto;
overflow: hidden;
padding: 7px 0 5px;
width: 960px;
}

#footer p {
/* color: #fff; */
font-size: 11px;
line-height: 14px;
padding: 0 0 5px;
}

#footer p a {
/* color: #fff; */
text-decoration: underline;
}

#footer a,
#footer a:visited {
/* color: #fff; */
}

#footer a:hover {
/* color: #fff; */
text-decoration: none;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper button,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button,
div.gform_footer button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Facts Page
------------------------------------------------------------ */

.nutrition {
padding:0px 0px 15px 0px;
}

.nutrition table {
border:1px solid #333;	
}

.nutrition .row1 {
font-size: 16px;
font-weight: bold;
color: #FFF;
background-color: #333;
margin: 0px;
padding: 6px;
}
.nutrition .row2 {
font-size: 13px;
padding: 6px;
border-bottom: 1px solid #333;
background-color: #EBEBEB;
}

.nutrition .row3 {
font-size: 12px;
font-style: italic;
padding: 1px 6px;
border-bottom: 3px solid #333;
}

.nutrition .row4 {
font-size: 12px;
padding: 3px 6px;
}

.nutrition .row5 {
font-size: 12px;
padding: 3px 6px;
border-top: 3px solid #333;
font-style: italic;
color: #666;
}

.nutrition .small{
padding:3px 0px 5px 10px;
font-size:11px;
line-height:16px;
color:#666;
}

.home #content h1.entry-title { 
display:none;
}


/* Header Widget Styles
------------------------------------------------------------ */

.header-content {
height: 118px;
width: 100%;
}

.header-content p,
.home .header-content p {
float: right;
text-align: center;
font-size: 28px;
line-height: 28px;
font-family: 'Ubuntu', arial, serif;
color: #990000;
padding: 30px 35px 0 0;
}


/* Extra Sidebar formatting
------------------------------------------------------------ */

.ordernow {
background: url(/rhp/images/isoprex/design1/buybox-bg.jpg) -20px 50px no-repeat #fff;
text-align: center;
padding: 10px 0 20px;
-khtml-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; 
margin-bottom: 10px;
border: 1px solid #ccc;
}
.ordernow h3 {
color: #990000;
font-size: 24px;
line-height: 24px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 400;
padding-bottom: 270px;
}
.sidebar .quote {
font-family: Georgia, 'Times New Roman', Times, serif;
}
.report-box {
margin: 0 0 20px;
}
.report-box img {
float: left;
}
.report-box h3 {
font-size: 28px;
line-height: 28px;
color: #283B7F;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 700;
}
.clinic-box {
border: 1px solid #ccc;
padding: 10px 15px 5px;
}
.clinic-box p,
.clinic-box h3 {
font-family: Georgia, 'Times New Roman', Times, serif;
}
.clinic-box h3 {
font-size: 18px;
line-height: 21px;
}
.sidebar p {
font-size: 12px;
line-height: 17px;
}
.sidebar ul.green-check {
margin: 0;
}
.sidebar .home-box h3 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 400;
}

/* Content Styles Extra
------------------------------------------------------------ */


#content .testimonial  {
padding:15px 0px 0px 0px;
border-bottom:1px solid #ccc;
}

#content .testimonial p {
/* font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height:18px; */
padding:0px 0px 10px 0px;
}

#content .fda {
font-size: 12px;
line-height: 15px;
margin: 0px 0px 13px 0px;
padding: 13px;
border: 1px solid #ccc;
}

#guaranteeBox {
background: url(/rhp/images/isoprex/design1/guarantee.jpg) 15px 15px no-repeat #FCF7D1;
margin: 7px 0px 0px;
padding: 16px 20px 10px 140px;
clear: both;
-khtml-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border: 1px solid #C09344;
}

p.disclaimer {
border: 1px solid #ccc;
padding: 10px 10px;
font-size: 11px;
line-height: 13px;
color: #777;
}

ul.green-check li {
background: url(/rhp/images/isoprex/design1/green-check.png) no-repeat 0px 2px transparent;
list-style: none;
padding: 0 0 0 18px;
font-size: 14px;
margin-bottom: 4px;
}

.facts #content ol {
padding: 10px 40px 5px 20px;
}

.facts #content ol li {
margin: 0 0 12px 20px;
font-size: 14px;
}

.facts #content p {
font-size: 14px;
}


/* Order Page Styles
------------------------------------------------------------ */


.gooddeal,
.greatdeal,
.bestdeal {
width: 266px;
height: 340px;
float: left;
border: solid 1px #999;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom: 10px;
}

.gooddeal {
background: url(/rhp/images/isoprex/design1/gooddealBg.jpg) no-repeat top center;
}

.greatdeal {
background: url(/rhp/images/isoprex/design1/greatdealBg.jpg) no-repeat top center;
margin-right: 15px;
}

.bestdeal {
background: url(/rhp/images/isoprex/design1/bestdealBg.jpg) no-repeat top center;
margin-right: 15px;
margin-left: 7px;
}


.greatdeal3,
.betterdeal3,
.bestdeal3 {
width: 266px;
height: 380px;
float: left;
border: solid 1px #999;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom: 10px;
}

.greatdeal3 {
background: url(/rhp/images/greatdealBg.jpg) no-repeat top center;
}

.betterdeal3 {
background: url(/rhp/images/betterdealBg.jpg) no-repeat top center;
margin-right: 15px;
}

.bestdeal3 {
background: url(/rhp/images/bestdealBg.jpg) no-repeat top center;
margin-right: 15px;
margin-left: 7px;
}

.post_box {
margin: 5px 0 0 20px;
padding: 0;
}

.sociable {
display: none;
}

.dealwrap {
padding: 45px 15px;
text-align: center;
}

.format_text img.aligncenter {
padding-bottom: 0;
margin-bottom: 0;
}

.orderPage h1.entry-title {
text-align: center;
padding: 5px 0 15px;
}

.dealwrap h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
margin: 0;
font-size: 24px;
line-height: 26px;
}

.orderPage #guaranteeBox {
background: url(/rhp/images/isoprex/design1/guarantee.jpg) 15px 5px no-repeat #FCF7D1;
width: 675px;
margin-left: 5px;
}

.orderPage #content {
padding: 20px 50px 20px 55px;
width: 860px;
}

/* Home Styles
------------------------------------------------------------ */

.home p, .article p, .home li, .article li {
font-size: 14px;
}
.home .sidebar p {
font-size: 12px;
line-height: 17px;
}
.top-section {
background: url(/rhp/images/isoprex/design1/mature-couple.jpg) no-repeat bottom left transparent;
margin-bottom: 15px;
}
.top-section p {
padding-left: 15px;
}
.home .one-third {
margin: 0;
}
.home h1, .article h1 {
font-size: 36px;
padding: 0 0 15px;
}
.article h3 {
  font-size: 14pt;
}
.home .letter p {
font-family: Georgia, 'Times New Roman', Times, serif;
}
.home-box {
border: 1px solid #ccc;
padding: 15px 20px 0px;
margin-bottom: 15px;
background-color: #FAF8EC;
}
.home-box ul li {
margin: 0 15px 7px 5px;
}
.home-box ul {
padding: 0 0 15px;
}
.side-quote {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 15px 15px 5px;
}
.minitype {
font-size: 11px;
line-height:14px;
color:#666;
}

.widget_recent_entries ul li {
padding: 0 0 7px;
}
.gform_wrapper .gform_heading {
margin-bottom: 0px !important;
width: 98%;
}
.gform_wrapper span.gform_description {
font-weight: normal;
color: white;
}
#footer-widgets ul li#field_3_1 {
margin: 0 !important;
color: white;
}
#footer-widgets ul li#field_3_2 {
margin: 0 !important;
color: white;
}
#footer-widgets .gform_footer.left_label {
padding: 7px 0 0;
}
#gform_submit_button_3 {
background: #609F1A;
border: 1px solid #609F1A;
}

.cart1 {
  background-color:#FAFAE3;
	border: 1px solid #666666;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	/* text-align: left; */
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

.cart1 th {
  background-color:#DCDCC5;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	/* text-align: left; */
	color: #1C4870;
	font-size: 1.1em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}
	
.cart1 tr td {
  border-bottom: 1px solid #666666;
	padding-left:10px;
	padding-right:10px;
	padding-top: 1em;
	padding-bottom: 1em;
	/* text-align: left; */
	color: #333333;
	font-size: .9em;
	/* line-height: 2.5;  */
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	}

.cartsuggest1 {
	font-size:1.1em;
	font-weight:bold;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 6px 0 0 6px;
	padding: 1em;
}

.cartsuggest2 {
	font-size:1.1em;
	font-weight:bold;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0 6px 6px 0;
	padding: 1em;
}

.cartsuggest3 {
	line-height:6px;
}

.cartsuggest4 {
	font-size:1.1em;
	font-weight:bold;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 1em;
}

.carthighlight {
  color: #0055A5;
}

p.checkoutlink, div.checkoutlink {
  width:10em;
  margin:auto;
  margin-top:8px;
  padding:6px;
  background-color:yellow;
  font-size: 1.8em;
  font-weight: bold;
}

ul.checkmark li:before {
    content:"\2713\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    margin-left: -1.25em;
    margin-right: .100em;
}

ul.checkmark li {
   list-style: none;
   list-style-position: outside;
}

ul.arrow li:before {
    content:"\2B9A\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    margin-left: -1.25em;
    margin-right: .100em;
}

ul.arrow li {
   list-style: none;
   list-style-position: outside;
}
