/*
    Theme Name: Honeybear Lane
    Theme URI: http://www.honeybearlane.com
    Description: Honeybear Lane is a custom child theme created for the Genesis Framework.
    Author: Lexilyn Studio
    Author URI: http://www.lexilynstudio.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=Open+Sans+Condensed:300);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	border: none;
	background-color: none;
}

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

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

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


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

a,
a:visited {
	color: #00A89B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background-color: #d5d5d5;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */
#wrap {
	background: #fff;
}

.wrap {
	margin: 0 auto;
	width: 1100px;
}


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

#header {
	height: 106px;
	margin: 10px auto;
	width: 1100px;
}


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

#title {
	font-family: 'Oswald', arial, 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;
	width: 422px;
}

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

#header .widget-area {
	float: right;
	margin-top: -70px;
	padding: 0 20px 0 0;
	width: 200px;
}


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

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

.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: 100%;
}


/* Navigation Constants
------------------------------------------------------------ */

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

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


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	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 {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#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 .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

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

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#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: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#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 {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#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(images/navigation-bar-background.png) repeat-x;
	clear: both;
	color: #000;
	font-family:"Linux Libertine Capitals", Century Gothic, serif;
	letter-spacing: 1px;
	overflow: hidden;
	text-transform: uppercase;
}

#nav ul {
	float: left;
	padding: 0 0 0 0px;
}

#nav ul ul {
	padding: 0;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover {
	color: #00A89B;
}

#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #000;
}

#nav li a .sf-sub-indicator {
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #888;
	border-top-width: 0;
	color: #555;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: lowercase;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}


/* Subnav Navigation Extras
------------------------------------------------------------ */

#googleplus {
	top: 0px;
	margin-left: -20px;
	position: relative;
}

#pinterest {
	top: 0px;
	margin-left: -20px;
	position: relative;
}

#twitter {
	top: 0px;
	position: relative;
	margin-left: -6px;
}

#instagram {
top: 0px;
margin-left: -20px;
position: relative;
padding: 0px !important;
}

#instagram:hover,
#pinterest:hover,
#googleplus:hover,
#twitter:hover {
 /* FIRST (order is important) */
opacity: 0.8;

/* SECOND (IE8) */
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;

/* THIRD (IE7) */
filter: alpha(opacity=80);
}

#facebook {
	top: -9px;
	left: 8px;
	position: relative;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/subnav-background2.png) repeat-x;
	clear: both;
	color: #7a7a7a;
	font-family: 'Open Sans Condensed', Arial, sans serif;
	font-weight: normal;
	height: 65px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-transform: lowercase;
}

#subnav ul {
	float: right;
	padding: 0 0 0 0px;
	width: 1100px;
}

#subnav ul ul {
	padding: 0;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #7a7a7a;
	display: block;
	font-size: 23px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #7a7a7a;
}

#subnav li a .sf-sub-indicator {
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #888;
	border-top-width: 0;
	color: #555;
	font-size: 16px;
	padding: 5px 10px;
	position: relative;
	text-transform: lowercase;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


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

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: none;
	width: 1100px;
}


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

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


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

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

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


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

#content {
	float: left;
	padding: 10px 0px;
	width: 750px;
}

.content-sidebar #content,
.sidebar-content #content {
}

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

.full-width-content #content {
	width: 880px;
}

.post {
	border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 40px;
    padding: 10px 10px 0;
}

.single .post {
	border: none;
}

.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;
}


/* 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: 'Open Sans Condensed', Arial, sans serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 29px;
}

.taxonomy-description h1 {
	margin: 0;
}

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

h2 a,
h2 a:visited {
	color: #7a7a7a;
	font-family: 'Open Sans Condensed', Arial, sans serif;
}

h2 a:hover {
	color: #00A89B;
	text-decoration: none;
}

.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 {
    background: url("images/sidebar-title-background.png") no-repeat scroll center bottom transparent;
    color: #03A99C;
    font-family: 'Open Sans Condensed',Arial,sans serif;
    font-size: 29px;
    font-weight: normal;
    padding: 9px 20px 8px 0;
    text-align: right;
    text-transform: uppercase;
}

.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 {
	height: auto;
	max-width: 100%;
}

.featuredpage img,
.featuredpost img
 {
	background-color: #FFFFFF;
    	border: 3px solid #B6B6B6;
    	border-radius: 3px 3px 3px 3px;
    	margin-right: 0;
    	padding: 0;
	position:absolute;
	z-index: 5;
}

.avatar,
.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;
}

.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 {
	display: inline;
	float: right;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	width: 320px;
}

#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 {
	background-color: #fff;
	border: none;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

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

.sidebar.widget-area ul li,
#footer-widgets .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;
}


/* Dropdowns
------------------------------------------------------------ */

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

#cat {
	border: 1px solid #555555;
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 0px;
	overflow: hidden;
}
.featuredpage h2,
.featuredpost h2 {
	 background: url("images/mini-title-background.png") repeat-x transparent;
    height: 26px;
    margin: 140px 0 0;
    position: absolute;
    width: 250px;
    z-index: 10;
}

.featuredpage h2 a,
.featuredpost h2 a {
	color: #7A7A7A;
    	font-family: 'Open Sans Condensed', Arial, sans serif;
    	font-size: 16px;
    	line-height: 28px;
    	padding: 0 0 0 10px;
    	text-transform: uppercase;
}

.featuredpage .page,
.featuredpost .post {
	border: medium none;
    	display: inline;
    	float: left;
    	height: 190px;
    	margin: 0;
    	padding: 0;
    	width: 250px;
}

#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: #00C2A0;
	border:none;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}


input:hover[type="button"],
input:hover[type="submit"] {
	background: #B7C833;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 0;
	margin: 15px -30px 0px 0px;
	width: 230px;
}

#header .searchsubmit {
	background: url(images/search-go-button.png) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Open Sans Condensed', Arial, sans serif;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0px 7px 5px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#header .searchsubmit:hover {
	background: url(images/search-go-button.png) 0px -25px no-repeat;
	text-decoration: none;
}

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

.s {
	background-color: #fff;
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
	height: 12px;
}

#sidebar .s {
	border: 1px solid #555555;
}

#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-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

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

#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: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

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

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

#footer p {
	font-size: inherit;
	text-align: center;
}

#footer a,
#footer a:visited {
	color: #00A89B;
}

#footer a:hover {
	color: #00A89B;
	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 {
	border: 1px solid #555555;
	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;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* @font-face kit */ @font-face {font-family:"Linux Libertine Capitals";src:url("fonts/LinLibertine_aS.eot?") format("eot"),url("fonts/LinLibertine_aS.woff") format("woff"),url("fonts/LinLibertine_aS.ttf") format("truetype"),url("fonts/LinLibertine_aS.svg#LinLibertineCapitals") format("svg");font-weight:normal;font-style:normal;}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 16, 2013 */

@font-face {
    font-family: 'gnuolaneregular';
    src: url('fonts/gnuolane_rg-webfont.eot');
    src: url('fonts/gnuolane_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gnuolane_rg-webfont.woff') format('woff'),
         url('fonts/gnuolane_rg-webfont.ttf') format('truetype'),
         url('fonts/gnuolane_rg-webfont.svg#gnuolaneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.header-ad {
	float: right;
	margin: -184px 120px 0px 0px
}

.menu-item-5195 {
	background: url(images/new-click-here.png) no-repeat;
	height: 36px;
	padding: none;
	text-indent: -9999px;
	width: 682px;
}

.menu-item-5195 a:hover {
	background: url(images/new-click-here.png) 0px -36px no-repeat;
	height: 36px;
	padding: none;
}

#text-77 {
	margin: -8px 0px 20px 0px;
	position: relative;
	z-index: 11;
}

#text-75 {
	background-color: #6c6f70;
	border-radius: 10px 10px 10px 10px;
}

#text-75 h4 {
	font-family: 'Open Sans Condensed', Arial, sans serif;
	font-size: 23px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: -10px;
	text-align: center;
	text-transform: uppercase;
}

#text-75 p {
	color: #fff;
	font-size: 15px;
	letter-spacing: .5px;
	margin-top: 13px;
	font-family: 'Open Sans Condensed', Arial, sans serif;
}

#text-76 {
	background: url(images/post-footer-box.png) no-repeat;
	font-size: 15px;
	letter-spacing: .5px;
	margin-top: 13px;
	font-family: 'Open Sans Condensed', Arial, sans serif;
	height: 237px;
	width: 728px;
	padding: 20px;
}

.feedform {
	width: 300px;
	float: left;
}
.feedform input[type="text"] {
	color: #969595;
	font-family: "Linux Libertine Capitals", Times New Roman, serif;
	font-size: 17px;
	text-indent: 5px;
}

.feedform input[type="submit"] {
	background: url(images/sidebar-feedburner-submit-button.png) no-repeat;
	color:#ffffff;
	float: right;
	font-family: 'Open Sans Condensed', Arial, sans serif;
	font-size: 21px;
	height: 35px;
	margin-right: 10px;
	margin-top: -35px;
	padding: 0px 0px 1px 0px;
	position: relative;
	text-align:center;
	width: 35px;
}
.feedform input:hover[type="submit"] {
	background: url(images/sidebar-feedburner-submit-button.png) 0px -35px no-repeat;
}

.feedform2 {
	background: url(images/daily-emails-footer-back.png) no-repeat; 
	width: 192px;
	height: 60px; 
	float: left;
	padding-right: 20px;
}
.feedform2 input[type="text"] {
	color: #bebfc0;
	font-family: 'Open Sans Condensed', Arial, sans serif;
	font-size: 19px;
	text-align: center;
	text-indent: 7px;
	text-transform: uppercase;
}

.feedform2 input[type="submit"] {
	background: url(images/footer-box-emails-submit-button.png) no-repeat;
	color:#ffffff;
	float: right;
	font-family: 'Open Sans Condensed', Arial, sans serif;
	font-size: 21px;
	height: 41px;
	margin-right: -20px;
	margin-top: -40px;
	position: relative;
	text-align:center;
	width: 42px;
}
.feedform2 input:hover[type="submit"] {
	background: url(images/footer-box-emails-submit-button.png) 0px -41px no-repeat;
}

.tabber-widget-content {

    background: none repeat scroll 0 0 #FFFFFF !important;

    border-bottom: 2px solid #6c6f70;

    border-left: 2px solid #6c6f70;
	border-radius: 10px;

    border-right: 2px solid #6c6f70;

border-top: 2px solid #6c6f70;

    padding: 10px 0px 10px 10px !important;

    width: 305px !important;

}

ul.tabber-widget-tabs a.selected, ul.tabber-widget-tabs a.selected:hover {

    background: none repeat scroll 0 0 #3BD2B6 !important;

font-size: 16px !important;

 border-bottom: 2px solid #3BD2B6;

    border-left: 2px solid #3BD2B6;

    border-right: 2px solid #3BD2B6;

    border-top: 2px solid #3BD2B6;

    overflow: visible;

border-radius:10px 10px 0px 0px;

}

ul.tabber-widget-tabs a {

    background: none repeat scroll 0 0 #FFFFFF !important;

    color: #000 !important;

font-size: 16px !important;

font-family: 'Open Sans Condensed', Arial;

    margin: 2px 0px -2.85px 3px !important;

    padding: 0px 0px 6px 0px !important;

    text-align: center;

    text-transform: uppercase;

    width: 74px;

height: 20px;

border-radius:10px 10px 0px 0px;

}

.tabber-widget-basic-light .tabber-widget-content .tabber-widget-title {
	
    font-size: 13px !important;

color: #000;

margin-right: 10px;

    font-weight: normal;

    font-family: 'Open Sans Condensed',Arial;

border-bottom: 1px solid #3BD2B6;

    margin-top: 10px;}

