/*
	Theme Name: Wassom Child Theme
	Description: Wassom is a two or three column child theme created for the Genesis Framework.
	Author: Ponder Consulting & Web Design
	Author URI: http://www.ponderconsulting.com/
 
	Version: 1.0.1
 
	Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
	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

* 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
* Genesis Slider
* Home
* 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
* 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
* Backcountry Blue
* Backcountry Green
* Backcountry Red

*/


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

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

blockquote {
	background: #fff;
	border: none;
}

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

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


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

a,
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
    color: #666666;
}

a img {
	border: none;
}


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

body {
	background: #efefef;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 0;
}


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

#header {
	color: #fff;
	margin: 0 auto 0;
	min-height: 114px;
	overflow: hidden;
	width: 1010px;
}

#header .wrap {
	padding: 0 20px 0 54px;
}

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

#title {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	padding: 30px 0 0;
	width: 468px;
}

#header .widget-area ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}


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

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

.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: 1010px;
}


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

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

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

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

#subnav li a.sf-with-ul  {
	padding-right: 32px;
}

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

#subnav li a .sf-sub-indicator {
	right: 12px;
	top: 16px;
	width: 16px;
}

#header li a .sf-sub-indicator,
#subnav li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#nav li a:hover .sf-sub-indicator, #subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png) no-repeat;
}

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

#nav li li a:hover .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right-hover.png) no-repeat;
}


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

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #777;
	display: block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#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: #fff;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	border-bottom: 1px solid #333;
	color: #777;
	font-size: 11px;
	padding: 7px 5px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.menu li li:last-child a { 
	border: none; 
} 

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #fff;
}

#header ul.menu li ul {
	background: url(images/bg-dark.jpg);
	height: auto;
	left: -9999px;
	padding: 0 10px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 120px;
}

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

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


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

#nav {
	background: #000;
	clear: both;
	color: #fff;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 4px 0 4px 0;
}

#nav ul {
	width: 1010px;
	margin: 0 auto 0;
}

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

#nav li a {
	color: #fff;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 15px 6px 0px;
	position: relative;
	text-decoration: none;
    text-transform: uppercase;
}

#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;
	text-decoration: underline;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #000;
	border-bottom: 1px solid #333;
	color: #fff;
	font-size: 11px;
	padding: 7px 7px 7px 16px;
	position: relative;
	text-transform: uppercase;
	width: 160px;
	text-decoration: none;
}

#nav li li:last-child a { 
	border: none; 
} 

#nav li li a:hover,
#nav li li a:active {
	text-decoration: underline;
}

#nav li ul {
	background: url(images/bg-dark.jpg);
	height: auto;
	left: -9999px;
	padding: 0;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

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

#nav li ul ul {
	color: #fff;
	margin: -32px 0 0 139px;
}

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


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

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 7px 0 6px 7px;
}

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

#nav li.right a:hover {
	color: #ccc;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

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

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

#nav li.follow a {
	padding: 0 0 0 16px !important;
}
#nav li.follow img {
	vertical-align: middle;
}




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

#subnav {
	background: url(images/bg-medium.jpg);
	border-bottom: 8px solid #171717;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 1010px;
}

#subnav ul {
	float: left;
	width: 100%;
}

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

#subnav li a {
	background: url(images/nav-line.png) no-repeat center right;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px 22px 8px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#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 {
	background: #222 url(images/nav-line.png) no-repeat center right;
	text-decoration: underline;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: none;
	border-bottom: 1px solid #333;
	color: #fff;
	font-size: 12px;
	padding: 8px 18px 12px 12px;
	position: relative;
	text-transform: uppercase;
	width: 204px;
	text-decoration: none;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #fff;
	text-decoration: underline;
}

#subnav li ul {
	background: #222;
	height: auto;
	left: -9999px;
	padding: 0 10px;
	position: absolute;
	width: 232px;
	z-index: 9999;
}

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

#subnav li ul ul {
	margin: -42px 0 0 242px;
}

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

.menu-description {
	clear: both;
	color: #777;
	display: block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
}


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

#inner {
	background-color: #E6E6E6;
	margin: 0 auto 40px;
	overflow: hidden;
	padding: 20px;
	width: 970px;
}


/* Genesis Slider
------------------------------------------------------------ */

.backcountry #genesis-slider {
	border: 1px solid #ddd;
	margin: 0 auto 20px;
	padding: 9px;
}

.backcountry #genesis-slider p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.backcountry .slide-excerpt {
	background-color: #000;
	margin: 0;
	padding: 0px 3px;
}

html > body.backcountry .slide-excerpt-border {
	border: none;
	padding: 0;
}


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

.breadcrumb {
	color: #999;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 30px;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}


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

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


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

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

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 970px;
}

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


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

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

.content-sidebar #content,
.sidebar-content #content {
	width: 646px;
}

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

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

blockquote {
    color: #666666;
    font-size: 16px;
    font-style: italic;
    padding: 10px 30px;
	width: 440px;
}

.post, .type-page {
	margin: 0 0 20px 0;
	background: #fff;
    border: 1px solid #D5D5D5;
    padding: 25px 30px 20px 25px;
}

#featured .post p { margin-bottom: 12px; }

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

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

.after-post-ad {
	border-top: 1px solid #eee;
	padding: 10px 0;
	overflow: hidden;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	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 {
    color: #4D4D4D;
    font-family: Georgia,Times,Serif;
    margin: 0;
	font-weight: bold;
}

h1 {
    font-size: 30px;
	text-transform: uppercase;
}
h2,
h2 a,
h2 a:visited {
    font-size: 24px;
	text-transform: uppercase;
}

#featured h2 a, .post h2.entry-title a {
    color: #4D4D4D;
    font-family: Georgia,Times,Serif;
    font-size: 22px;
    line-height: 30px;
    margin: 4px 0 0;
    text-transform: uppercase;
    width: 100%;
	font-weight: bold;
}

.post h2.entry-title a {
    font-size: 24px;
    color: #4D4D4D;
    font-family: Georgia,Times,Serif;
}

#featured h2 a:hover, .post h2.entry-title a:hover {
    color: #000;
}



.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

h1.entry-title, h2.entry-title, h2.entry-title a {
    color: #333333;
    font-family: Georgia,Times,Serif;
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 4px 0 15px;
    text-transform: uppercase;
    width: 100%;
	font-weight: bold;
}
h2.entry-title a {
    color: #666666;
    font-family: Georgia,Times,Serif;
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 4px 0 15px;
    text-transform: uppercase;
    width: 100%;
	font-weight: bold;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widget-area h4 {
    border-bottom: 1px solid #B0B0B0;
    color: #333333;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

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

#footer-widgets h4 {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px;
}

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 {
    border: medium none !important;
    color: #999999;
    font-family: Georgia,Times,Serif;
    font-size: 10px;
    letter-spacing: 1.25px;
    margin: 5px 0 10px !important;
    padding: 0;
    text-transform: uppercase;
}

.post-info a,
.post-info a:visited {
	color: #333;
	text-decoration: underline;
}

.post-info a:hover {
	color: #666;
	text-decoration: underline;
}


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

.post-meta {
    border: medium none !important;
    color: #999999;
    font-family: Georgia,Times,Serif;
    font-size: 10px;
    letter-spacing: 1.25px;
    margin: 16px 0 10px !important;
    padding: 0;
    text-transform: uppercase;
}

.post-meta a,
.post-meta a:visited {
	color: #666;
	text-decoration: none;
}

.post-meta a:hover {
	color: #333;
	text-decoration: none;
}


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

.author-box {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px;
}

.author-box a {
	text-decoration: underline;
}

.author-box a:hover {
	color: #666;
}

.author-box p {
	font-size: 13px;
	line-height: 20px;
}


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

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


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

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


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

.content-sidebar .entry-content img,
.sidebar-content .entry-content img {
	max-width: 570px;
	border: 1px solid #B0B0B0;
}

.content-sidebar-sidebar .entry-content img,
.sidebar-content-sidebar .entry-content img,
.sidebar-sidebar-content .entry-content img {
	max-width: 400px;
}

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



.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 72px;
	margin: 0 16px 0 0;
	width: 72px;
}

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

.comment-list li .avatar {
	-moz-box-shadow: 0 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 0 1px 1px#eee inset;
	background: url(images/bg.jpg);
	border: 1px solid #ddd;
	box-shadow: 0 0 1px 1px #eee inset;
	float: right;
	margin: 0 5px 0 0;
	padding: 4px;
	float: left;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

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

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

p.wp-caption-text {
	font-size: 12px;
	padding: 5px 0 0 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 {
	-moz-box-shadow: 0 0 1px 1px #eee;
	-webkit-box-shadow: 0 0 1px 1px#eee;
	background: url(images/bg.jpg);
	border: 1px solid #ddd;
	box-shadow: 0 0 1px 1px #eee;
	color: #555;
	cursor: pointer;
	font-family: Arial, Helvetica, Tahoma, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background: url(images/bg.jpg);
	border: 1px solid #ddd;
	color: #e47600;
	text-decoration: none;
}


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

.sidebar {
	display: inline;
	float: right;
	line-height: 20px;
	width: 310px;
	margin-top: 1px;
}

.sidebar p {
	line-height: 20px;
}

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

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

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

.sidebar .widget {
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

.sidebar .widget.widget_search {
	background: none;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}
.widget-area ul li {
	border-top: 1px solid #B0B0B0;
	list-style-type: none;
    margin: 0;
    padding: 10px 0;
	word-wrap: break-word;
}

.widget-area ul li:first-child {
    border-top: medium none;
}

.widget-area ul li a,
.widget-area ul li a:visited {
	color: #000;
	text-decoration: none;
}

.widget-area ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.latest-tweets ul li a,
.latest-tweets ul li a:visited {
	color: #e47600;
	text-decoration: none;
}

.latest-tweets ul li a:hover {
	color: #e47600;
	text-decoration: underline;
}

.latest-tweets li span a,
.latest-tweets li span a:visited {
	color: #999;
	text-decoration: none;
}

.latest-tweets li span a:hover {
	color: #444;
	text-decoration: none;
}


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

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	width: 100%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


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

input[type="button"],
input[type="submit"],
.reply a {
}

#respond input[type="button"],
#respond input[type="submit"] {
	font-family: Arial, Helvetica, Tahoma, sans-serif !important;
	padding: 5px 6px;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
	border: none;
}

#respond textarea {
	padding: 5px;
	width: 95% !important;
}

.reply a {
	padding: 5px 7px;
}

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

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

#nav .searchform {
	float: right;
	margin: 3px 0 0 20px;
}

.sidebar .searchform {
	margin: 10px 0 0;
}

.s {
	color: #000;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 2px 0 0;
	padding: 3px;
	width: 210px;
	border: 1px solid #000;
}

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


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

.enews #subbox {
	font-family: Arial, Helvetica, Tahoma, sans-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: url(images/footer-widgets.jpg) top repeat-x;
	clear: both;
	color: #999;
	margin: 0 auto;
	padding: 20px 0 0;
}

#footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 1010px;
}

#footer-widgets .widget {
	overflow: hidden;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #ccc;
	text-decoration: none;
}

#footer-widgets a:hover {
	color: #fff;
	text-decoration: none;
}

#footer-widgets p {
	color: #999;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 15px;
}

#footer-widgets ul {
	margin: 0 0 10px;
}

#footer-widgets ul li {
	border-bottom: 1px solid #373737;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 7px;
}

#footer-widgets .footer-widgets-4 ul li {
	border-bottom: none;
}

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

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
}

.footer-widgets-2 {
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
}

.footer-widgets-3 {
	float: left;
	width: 260px;
}

.footer-widgets-4 {
	float: right;
	width: 240px;
}


/* Social Icons
------------------------------------------------------------ */

#footer-widgets ul li.social-facebook,
#footer-widgets ul li.social-pinterest,
#footer-widgets ul li.social-rss,
#footer-widgets ul li.social-twitter {
	float: left;
}

#footer-widgets ul li.social-facebook a,
#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-pinterest a,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-rss a,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a,
#footer-widgets ul li.social-twitter a:hover {
	background: #222 url(images/social-icons.png);
	display: block;
	height: 48px;
	margin: 0 10px 10px 0;
	padding: 0;
	text-indent: -9999px;
	width: 48px;
}

#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a:hover {
	background: #e47600 url(images/social-icons.png);
}

#footer-widgets ul li.social-facebook a {
	background-position: 0 0;
}

#footer-widgets ul li.social-facebook a:hover {
	background-position: 0 0;
}

#footer-widgets ul li.social-pinterest a {
	background-position: -48px 0;
}

#footer-widgets ul li.social-pinterest a:hover {
	background-position: -48px 0;
}

#footer-widgets ul li.social-rss a {
	background-position: 0 -48px;
}

#footer-widgets ul li.social-rss a:hover {
	background-position: 0 -48px;
}

#footer-widgets ul li.social-twitter a {
	background-position: -48px -48px;
}

#footer-widgets ul li.social-twitter a:hover {
	background-position: -48px -48px;
}


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

#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0 auto 0;
	clear: both;
	overflow: hidden;
	padding: 10px 0 10px 0;
	color: #fff;
}

#footer .wrap {
	margin: 0 auto 0;
	width: 1010px;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

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

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

/***** Footer Navigation ********************/

#footer ul {
}

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

#footer li a {
	color: #fff;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 15px 3px 0px;
	position: relative;
	text-decoration: none;
    text-transform: uppercase;
}

#footer .credits {
	width: 15%;
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: right;
    text-transform: uppercase;
}


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

.author_info, #comments, #pings, #respond, .more_entries {
    width: 92%;
}

.post, .author_info, #comments, #pings, #respond, .more_entries {
    float: left;
}


#comments,
#respond,
#pings {
    border-radius: 4px 4px 4px 4px;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
    padding: 20px 25px;
    position: relative;
    width: 92%;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 13px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 0; 
}
.comment-list ol,
.ping-list ol {
	padding: 0; 
}

.comment-list li {
	font-weight: bold;
	margin: 0;
	margin-top:20px;
	list-style: none;
}

.ping-list li {
	font-weight: bold;
	margin: 10px 0 0 20px;
}

.comment-list a {
	text-decoration: underline;
}

.comment-meta {
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}

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

.commentmetadata a,
.commentmetadata a:visited {
	color: #666;
	text-decoration: none;
}

.commentmetadata a:hover {
	color: #333;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.reply {
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
}

.bypostauthor {
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #777;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 8px 0 8px 8px !important;
}

div.gform_footer input.button {
	color: #555;
	padding: 10px !important;
}

div.gform_footer input.button:hover {
	color: #e47600;
}

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


/* WOOTABS */
#tabs {
    background: none repeat scroll 0 0 #222222;
    margin-bottom: 20px;
    padding: 5px;
    text-decoration: none;
}
#tabs ul.wooTabs {
    padding: 0;
}
#tabs ul.wooTabs li {
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0;
	padding: 0;
    text-transform: uppercase;
	border: none;
}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #222222;
    text-decoration: none;
}
#tabs ul.wooTabs li a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 1px;
    padding: 6px 8.2px;
    text-decoration: none;
}
#tabs h2 {
    display: none;
}
#tabs .inside {
    background: none repeat scroll 0 0 #EFEFEF;
    padding: 7px;
}
#tabs .inside li {
    background: none repeat scroll 0 0 #FFFFFF;
}
#tabs #tab-tags {
    padding: 10px;
}
#tabs .inside ul {
    border-width: 1px 0;
    margin: 0;
}
#tabs .inside li {
    border-bottom: 1px solid #DFDFDF;
    line-height: 16px;
    padding: 10px;
}
#tabs .inside li a {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#tabs .inside a:hover {
}
#tabs .inside li span.meta {
    display: block;
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
}
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 8px 0 0;
    padding: 2px;
}
#tabs .inside #tab-comm a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#tabs .inside #tab-tags {
    background: none repeat scroll 0 0 #FFFFFF;
}
#tabs .inside #tab-tags a {
    color: #3F3F3F;
    text-decoration: none;
}
#tabs .inside #tab-tags a:hover {
    color: #222222;
    text-decoration: underline;
}

#footer-widgets #tabs ul.wooTabs li a  { font-size: 11px; padding: 4px 5px; margin: 0 3px 0 0; background: #c4c4c4; color: #fff;text-decoration:none;  }
#footer-widgets #tabs .inside  { padding: 2px; background: #c4c4c4; }
#footer-widgets #tabs ul.wooTabs li a.selected, #footer-widgets #tabs ul.wooTabs li a:hover  { color: #000000; text-decoration: underline }

#next_speaking { margin-top: 8px; background: url(images/next-speaking-engagement.png) no-repeat left bottom; color: #5e5d5e; float: right; font-size: 12px; line-height: 20px; font-family: 'Trebuchet MS', Arial, Verdana, sans-serif; overflow: hidden; padding: 19px 12px 32px 44px; height: 64px; width: 242px;}
#next_speaking a{color:#317DC9; text-decoration:none;}

.cap {
    color: #4D4D4D !important;
    float: left;
    font-family: "Georgia",serif !important;
    font-size: 50px !important;
    line-height: 50px;
    margin: 0 10px 0 0;
}

.related_post ul {
	margin-bottom: 10px !important;
}

.related_post li {
	list-style:none;
	margin-bottom: 3px;
}

h3.related_post_title {
	color: #000;
	margin-bottom: 5px;
}

.special a img {
	border:none  !important;
	margin-top: 20px;

}

.special {
	margin: 0 0 20px 0;
	text-align: center;
}

.gform_body {
  width: 560px !important;
}