/*
    Theme Name: eva-Solano Child Theme
	Theme URI: http://www.studiopress.com/themes/sample
	Description: eva-Solano is a two or three column child theme created for the Genesis Framework.
    Author: Evasites Web Solutions
    Author URI: http://evasites.com/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	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
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* 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
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */


@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Alex+Brush|Ubuntu+Condensed);

/*font-family: 'Ubuntu', sans-serif;

font-family: 'Alex Brush', cursive;

font-family: 'Ubuntu Condensed', sans-serif;
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #666666;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
font-size: 16px;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #ab8847;
	text-decoration: none;
font-size: 16px;
}
hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------*/

body {
	background: url(images/bg.jpg) no-repeat top center;
	background-color: #ffffff
}

body.home {
	background: url(images/home-bg-cropped.jpg) no-repeat top center;
}
/* Wrap
------------------------------------------------------------ */

#wrap {
	background: url(images/wrap-bg1.png) repeat-y top center;
	margin: 0 auto;
	width:1060px
}


/* Header
------------------------------------------------------------ */

#header {
	background: url(images/header-bg.jpg) no-repeat top center;
	margin: 0 auto;
	min-height: 166px;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 600px;
}

#title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 40px 20px 0 0;
	width: 310px;
}


div#header div.widget-area form.searchform {
	background: url(images/header-searchform-bg.jpg) no-repeat center 11px;
	width:300px;
}

div#header div.wrap div.widget-area form.searchform input.s {
	background: none;
	border:none;
	margin: 0px -7px 0 0;
	color: #b09053;
	font-style: italic;
	font-family: 'Ubuntu', sans-serif;
	width:240px;
	padding-left:15px;
		
}

div#header div.widget-area form.searchform input.searchsubmit {
	background: url(images/header-searchbutton-bg.png) no-repeat center center;
	width:41px;
	height:43px;
	border:none;
	text-indent: -9999px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 610px;
}

.header-image #description {
    color: #AB8847;
    display: block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding-left: 244px;
}




/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav .wrap {
	width:960px;
	margin:0 auto;
}
.menu-primary,
.menu-secondary,
#header .menu {
	background: url(images/nav-bg.jpg) repeat-x 0 0;
	clear: both;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}



.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {

	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
	background: url(images/nav-line.jpg) no-repeat top right;
	
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	
	color: #ab8847;
	display: block;
	padding: 24px 40px 23px;
	position: relative;
	text-decoration: none;
}

.menu-primary li.wordwrap a {
		padding: 12px 40px 11px;
		text-align: center;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #ab8847;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #AB8847;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #AB8847;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/inner-bg1.jpg) no-repeat center -3px;
	margin: 0 auto;
	overflow: hidden;
	width:960px;
	padding:0 50px 0;

}
.home #inner {
	background: none;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #c5a66d;
	font-size: 10px;
	margin: -10px 0 30px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.breadcrumb a {
	text-transform: uppercase;
	color: #c5a66d;
	font-size: 12px;
}
	
	


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
		background: url(images/sidebar-id-bg.jpg) no-repeat 629px top ;
		position: relative;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 30px 20px 10px;
	width: 410px;
}

.home #content {
	padding:0;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 589px;
	background: url(images/content-top.jpg) no-repeat center 58px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width:100%;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* 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;
}

.indent {
	clear: both;
	padding-left: 15%;
	width: 70%
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 20px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a{
	color:#ab8847;
	font-size: 20px;
	font-weight: bold;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.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: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
    border: 4px solid #EEDFC2;
    height: auto;
    max-width: 100%;
    -moz-box-shadow: 3px 3px 3px #888888;
    -webkit-box-shadow: 3px 3px 3px #888888;
    box-shadow:3px 3px 3px #888888;
}


.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

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 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.nobox {
display: inline;
margin: 0 15px 10px 0;
moz-box-shadow: 0px 0px 0px #888888;
webkit-box-shadow: 0px 0px 0px #888888;
box-shadow:0px 0px 0px #888888;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	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 {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar, 
.home-right{
	background: url(images/sidebar-bg.jpg) repeat-y top left;
	display: inline;
	float: right;
	font-size: 14px;
	width: 331px;
	margin-top:10px;
	padding-top: 10px;
	position: absolute;
	top:0;
	bottom:0;

}

#sidebar .sidebar.before {
	background: url(images/sidebar-bg.jpg) repeat-y top left;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

div#sidebar.sidebar div#vert_menu_widget-2.widget div.widget-wrap h4.widgettitle {
	color: #580000;
	font-size: 20px;
	margin:0 0 0 30px;
	 padding: 9px 10px 4px;
}

ul.menu.sidebar-top,
.social-icons {
	background: url(images/widget-bg.jpg) no-repeat 0 0;
	padding:20px 0 0 0px;
}

.social-icons {
		padding:20px 0 0 40px;
}

ul.menu.sidebar-top a {
	padding:5px 5px 5px 40px;
	display: block;
	color: #666666;
	font-size: 14px;
}

ul.menu.sidebar-top a.active {
background: url(images/vert-menu-active.png) no-repeat right center;
color: #fff;
}

ul.menu .sidebar-top a:hover
ul.menu .sidebar-top a.active:hover {
	text-decoration: none !important;
}

.sidebar.widget-area ul.menu.sidebar-top li {
	border:none;
	background: url(images/sidebar-ul-li-bg.jpg) no-repeat center bottom;
}

.sidebar.widget-area ul.menu.sidebar-top ul li {
	background: none;
}

h4.logo-header {
	background: url(images/h4-logo-header-bg.png) no-repeat 0 0;
	width:260px;
	height:46px;
	font-size: 20px;
	color: #fff;
	padding-left:70px;
	line-height: 56px;
}

div#home div.home-right h4.logo-header {
		background: url(images/h4-logo-header-bg.png) no-repeat 0 -9px;
			line-height: 47px;
}
/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* 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: 0 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: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* 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: url(images/footer-bg.jpg) no-repeat 8px 0; 

	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 9px 40px 10px;
	width:880px;
	margin:0 auto;

}

#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: 10px;
	margin: 0 0 10px;
	color:#272727;
}

#footer-widgets ul {
	margin: 0;
}



#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	width: 20%;
	margin:0 auto;
	
}

.footer-widgets-2 {
	float: left;
	width: 80%;
	margin:0 auto;
	position: relative;
}

.footer-widgets-3 {
	float: left;
	width: 100%;
	margin:0 auto;
}


div#footer-widgets.footer-widgets div.wrap h3 {
	color: #fff;
	font-size: 22px;
	display: inline;
}

div#footer-widgets.footer-widgets h4 {
	color: #fff;
	font-size: 12px;
	display: inline;
}

div#footer-widgets.footer-widgets input {
	background: url(images/input-bg.png) no-repeat center center;
	width:226px;
	padding:5px 10px;
	background-color: none;
	border: none;
	color: #b09053;
	font-size: 12px;
	font-style: italic;
	text-transform: capitalize;
	
}

 div#footer-widgets.footer-widgets input.submit,
 div#footer-widgets.footer-widgets div.gform_footer input#gform_submit_button_1.button {
	background: none;
	margin-left:50px;
	width:157px;
	color:#b45340 !important;
	font-size:20px !important;
	padding:3px 10px;
}


.footer-widgets-2 .gform_footer.top_label {
    position: absolute;
    right: 14px;
    top: 0px;
}
.footer-widgets-2 div.gform_wrapper .gform_footer {
    border: medium none;
    margin: 0;
    padding: 0;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 1px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;

}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	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;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}




/*Products Category*/
 ul.product {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 }
 ul.product li  {
 list-style-type: none;
padding:8px 0 8px 25px;
font-size: 12px;
}

/*Physicians Category */

 ul.expertise {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 }
 ul.expertise li  {
 background: url(images/expertise-ul.jpg) no-repeat left center;
 list-style-type: none;
padding:8px 0 8px 25px;
font-size: 16px;
}

.location {
	background: url(images/location-bg.jpg) no-repeat left center;
	padding-left: 20px;
	display: block;
	margin: 10px;
}	

ul.availability {
	background: url(images/availability-ul.jpg) no-repeat top center;
	width:158px;
	height:41px;
	padding:3px 0 0 10px;
}

ul.availability li {
	list-style-type: none;
	background: url(images/availility-ul-bg.png) no-repeat left center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding:10px 0px;
	width:22px;
	float: left;
	margin:0 4px;
	text-align: center;
	
}

/*Home Page
-------------------------------------------------------------*/
div#home-top {
    margin: 0 auto;

}

div#home-top div#home-slider {
    width:100%;
    position: relative
}

div#home-top div#home-slider img {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;

}

div#home-top div#home-slider  div.slider-wrapper {
	position: relative;
}

/*Nivo navigation buttons*/
 .nivo-controlNav {
    bottom: 174px;
    position: absolute;
    right: 20px;
    z-index: 20;
}
.nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(images/bullets1.png) no-repeat;
	border:0;
	margin: 0 2px;
	font-size: 0px;
	color: #fff;
}
 .nivo-controlNav a.active {
	background-position:0 -22px;
	color: #fff;
}


div#home-slider div.nivo-caption {
	top:0px;
	bottom:-2px;
	height: 650px;
	position: absolute;
	background: url(images/slider-banner.png) no-repeat center bottom;
	opacity:1;
	
}

div#home-slider div.nivo-caption .text-left, 
div#home-slider div.nivo-caption .text-right {
	width:45%;
	color: #856b3a;
	padding:50px 20px 20px;
	font-size: 16px;
	text-align: left
}

div#home-slider div.nivo-caption .text-left {
	 float:left;
}
div#home-slider div.nivo-caption .text-right {
	float:right
}
div#home-slider div.nivo-caption h1,
div#home-slider div.nivo-caption h2 {
font-family: 'Alex Brush', cursive;
font-size: 72px;
	color: #b45340;
text-align: center;
}
div#home-slider div.nivo-caption a.slider-button {
	background: url(images/slider-button.png) no-repeat top center;
	display: block;
	width:179px;
	height:49px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	 float: right;
}

div#home-slider div.nivo-caption a.slider-button:hover {
	text-decoration: none;
}


/*Sub Menu */
div#home-top div#home-slider ul.menu {
    bottom: 15px;
    display: inline;
    list-style-type: none;
    position: absolute;
    margin: 0px -10px -7px 0px;
    line-height: 20px;
    z-index: 20;
}

div#home-top div#home-slider ul.menu li.menu-item {
	width:240px;
		float:left;
		text-align: center;

}

div#home-top div#home-slider ul.menu li.menu-item a {
	color:#751401;
	font-size:18px;
}

div#home-top div#home-slider ul.menu li.menu-item a:hover {
	text-decoration: none;
}


/*Home middle boxes
-------------------------------------------------------------*/
div#home {
    margin: 0 auto;
    height: 456px;
    padding: 0 0 0 15px;
}






.home-left,
.home-middle,
.home-right,
.home-right-right {
    position: relative;

}

.home-left {
    float: left;
    padding:40px 10px 20px 10px;
    width:62%;
}


.home-left h4.widgettitle {
	color:#ab8847;
}


.home-right {
    float: right;
    padding-top:0;
    margin-top:0;
    
    
}

div#home div.home-right .featuredpost .post,
.sidebar .featuredpost .post{
	border-bottom: none;
}
.sidebar .featuredpost .post h2,
div#home div.home-right .featuredpost .post h2 {
	background: url(images/red-triangle-small.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 0;
	
}
.sidebar .featuredpost .post h2 a,
div#home div.home-right .featuredpost .post h2 a {
color:#ab8847;
font-size: 14px;
}
.sidebar  .featuredpost .post div.directions,
div#home div.home-right .featuredpost .post div.directions {
	float:right;
}
.sidebar  .featuredpost .post div.directions a,
div#home div.home-right .featuredpost .post div.directions a {
	font-size: 12px;
	color: #b75a47;
}
/* Responsive Design
------------------------------------------------------------ 

@media only screen and (max-width: 600px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.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 {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

@media only screen and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}