/*
    Theme Name: Frog Prince Child Theme
    Theme URI: http://dreamwhisperdesigns.com/
    Description: Frog Prince is a custom child theme for the Genesis Theme Framework.
    Author: Dream Whisper Designs
    Author URI: http://dreamwhisperdesigns.com/
 
    Version: 1.0
 
    Tags: custom-background, featured-images, threaded-comments, multiple layouts, custom post types, custom taxonomies
 
    Template: genesis
    Template Version: 1.8

*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


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

@import url(http://fonts.googleapis.com/css?family=Playball|Overlock:400,400italic,700,700italic);

.playball{
	font-family: 'Playball';
}

.overlock{
	font-family: 'Overlock';
}

.green {
	color: #7cba43 !important;
}

.blue {
	color: #00c6c3;
}


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #666;
	font-family: 'Overlock', "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

blockquote,
input,
select,
textarea,
.sticky,
.taxonomy-description {
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
	border: 1px solid #bfeee5;
	border-radius: 6px 6px 6px 6px;
}

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

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

/* Misc Styles
------------------------------------------------------------ */

hr {
	background: url(images/divider.png) no-repeat top center;
	clear: both;
	height: 40px;
	border: 0;
}

.drop_cap {
    color: #00c6c3;
    float: left;
    font-family: Georgia;
    font-size: 47px;
    line-height: 38px;
    padding-left: 3px;
    padding-right: 8px;
    padding-top: 4px;
}

#topnav {
	height: 56px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 1030px;
}

ul.topnav {
	float: right;
	}

#social li{
	background: url(images/icons-social.png) no-repeat;
	list-style: none;
	float: left;
	display: block;
	height: 30px;		
	margin-left: 3px;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;		
}

#social{
	display: inline;
	float: left;
	font-size: 20px;
	padding: 10px 15px;	
	margin: 0px;
	width: 220px;
}

#social a{
	color: #7cba43;
	display: block;
	text-decoration: none;
}

#social .rss {
	background-position: 0 -640px;		
}

#social .rss:hover {
	background-position: 0 -720px;	
}

#social .twitter {
	background-position: 0 -800px;	
}

#social .twitter:hover {
	background-position: 0 -880px;	
}

#social .google {
	background-position: 0 -160px;	
}

#social .google:hover {
	background-position: 0 -240px;	
}

#social .facebook {
	background-position: 0 0;	
}

#social .facebook:hover {
	background-position: 0 -80px;	
}

#social .linkedin {
	background-position: 0 -320px;	
}

#social .linkedin:hover {
	background-position: 0 -400px;	
}

#social .pinterest {
	background-position: 0 -480px;		
}

#social .pinterest:hover {
	background-position: 0 -560px;	
}

#shop {
	float: right;
	display: inline;
	width: 200px;
}

.bottomcontainerBox {
	overflow: hidden;
}

.bottomcontainerBox .pinned {
	margin: 4px 0 0 !important;
}

.post-even .bottomcontainerBox,
.post-odd .bottomcontainerBox {
	border-top: 2px dotted #bfeee5;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 98%;
}

.first-featured .bottomcontainerBox,
.single .bottomcontainerBox {
	border-top: 2px dotted #bfeee5;
	border-bottom: 2px dotted #bfeee5;
	height: 22px;
	margin: 0 auto 15px;
	padding: 3px 10px 10px;
	width: 97%;
}

.sponsor {
	float: left;
	margin: 0px;
}

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

a,
a:visited {
	color: #7cba43;
	outline: none;
	text-decoration: none;
}

.sidebar a,
.sidebar a:visited {
	color: #999;
	text-decoration: none;
}	

a:hover, .sidebar a:hover {
	color: #00c6c3;
	text-decoration: none;
}

a img {
	border: none;
}

.more-link, .more-link:visited {
	color: #00c6c3;
	font-weight: bold;
	text-decoration: none;
}

.more-link:hover {
	color: #7cba43;
	text-decoration: none;
}


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

body {
	background: url(images/bg.png) repeat #eee;
}

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

#wrap {
	background: url(images/header.png) no-repeat center 0;
	margin: 20px auto 20px;
	overflow: hidden;
	width: 1030px;
}

#site-wrap {
	background: #fff;
	margin: 0px auto;
	padding: 0;
	width: 1030px;
}

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

#header {
	margin: 0 auto;
	height: 144px;
	overflow: hidden;
	width: 1030px;
}

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

#title {
	font-family: Playball, arial, serif;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;
}

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

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	height: 90px;
	margin: 7px 0;
	overflow: hidden;
	position: relative;
	width: 594px;
}

#header .widget-area .textwidget {
	margin: 0;
	padding: 0;
}

#header .widget-area .textwidget * {
  left: 0;
  position: absolute;
  top: 0;
}


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

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

.header-image #header #title-area {
	padding: 0;
}

.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 {
	text-align: center;
	width: 1030px;
}


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

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

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

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
}

li a .sf-sub-indicator {
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 15px;
	width: 16px;
}

li li a .sf-sub-indicator {
}

#header li.last a,
#nav li.last a,
#subnav li.last a,
.widget_nav_menu li.last a {
	background-image: none !important;	
}


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

#header ul.nav,
#header ul.menu {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px;
	float: right;
}

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

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

#header ul.nav li a,
#header ul.menu li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;	
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li:hover a,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #222;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

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

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

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

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

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


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

#nav {
	-moz-box-shadow: 0px 2px 4px #69834f;
	-webkit-box-shadow: 0px 2px 4px #69834f;
	box-shadow: 0px 2px 4px #69834f;
	background: #70a83c url(images/nav.png) no-repeat;
	clear: both;
	color: #fff;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 47px;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	width: 1030px;
	z-index: 1000;
}

#nav .wrap {
	float: left;
	left: 50%;
	margin: 0 auto;
	position: relative;
}

#nav ul {
	float: left;
	left: -50%;
	margin: 0 auto;
	position: relative;
}

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

#nav li a {
	background: url(images/navdiv.png) right center no-repeat;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 12px 36px 12px 22px;
	position: relative;
	text-decoration: none;
	text-shadow: #70a83c -1px -1px;
}

#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 {
	opacity: 0.8;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #7cba43;
	border: 1px solid #85c748;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	opacity: 1;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
	width: 168px;
}

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

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

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

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

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


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

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 12px 15px 5px;
}

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

#nav li.right a:hover {
	opacity: 0.8;
	text-decoration: none;
}

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

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

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


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

#subnav {
	background: url(images/subnav.png) no-repeat;
	clear: both;
	color: #fff;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	font-weight: 700;
	height: 53px;
	margin: 0 auto 0;
	position: relative;
	text-shadow: 0 0;
	text-transform: uppercase;
	width: 1030px;
}

#subnav .wrap {
	float: left;
	left: 50%;
	margin: 0 auto;
	position: relative;
}

#subnav ul {
	float: left;
	left: -50%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#subnav li {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	background: #eee;
	border: 1px solid #ddd;
	float: left;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 4px;
}

#subnav li a {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #00c6c3;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 9px 8px 8px 8px;
	position: relative;
	text-decoration: none;
}

#subnav li li {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border: none;
	margin: 0;
	padding: 0;
}

#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 {
	opacity: 0.8;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 0 0;
	background: #00c6c3;
	border: 1px solid #00d5d2;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	opacity: 1;
	text-transform: uppercase;
	width: 168px;
}

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

#subnav li ul {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	background: #eee;
	border: 1px solid #ddd;
	height: auto;
	left: -9999px;
	margin: 0 0 0 -4px;
	padding: 4px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

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

#subnav li ul ul {
	margin: -38px 0 0 189px;
}

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


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

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 20px;
	width: 1000px;
}

.content-sidebar #inner {
	background: url(images/cs.png) repeat-y;
}

.content-sidebar-sidebar #inner {
	background: url(images/css.png) repeat-y;
}

.sidebar-content #inner {
	background: url(images/sc.png) repeat-y;
}

.sidebar-content-sidebar #inner {
	background: url(images/scs.png) repeat-y;
}

.sidebar-sidebar-content #inner {
	background: url(images/ssc.png) repeat-y;
}


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

.breadcrumb {
	background: url(images/line.png) repeat-x bottom;
	color: #aaa;
	line-height: 18px;
	margin: 0 0 5px;
	padding: 0 0 20px;
}


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

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

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

.topic-wrap {
	background: url(images/meta.png);
	border: 1px solid #a6d07e;
	float: left;
	margin: 0 13px 25px 20px;
	padding: 10px 0 0;
	width: 186px;
}

.topic-wrap a img {
	-moz-box-shadow: 0 0 4px #eee;
	-webkit-box-shadow: 0 0 4px #eee;
	box-shadow: 0 0 4px #eee;
}

.parent-topic-link {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.parent-topic-link a {
	background: url(images/right.png) no-repeat right center;
	padding: 0 18px 0 0;
}

.topic-subcategories {
	background: #fff;
	border-top: 1px solid #a6d07e;
	-moz-box-shadow: 0 0 10px #a6d07e inset;
	-webkit-box-shadow: 0 0 10px #a6d07e inset;
	box-shadow: 0 0 10px #a6d07e inset;
	padding: 0px;
}

#content .topic-subcategories ul {
	margin: 0;
	padding: 5px;
}

#content .topic-subcategories ul ul {
	float: left;
}

#content .topic-subcategories ul li {
	background: url(images/bullet-lt.png) no-repeat scroll 2px 4px;
	clear: both;
	margin: 0;
	padding: 0;
}

#content .topic-subcategories ul.children li {
	background: url(images/bullet-lt-sm.png) no-repeat scroll 2px 4px;
	margin: 0;
	padding: 0;
}

#content li.categories {
	background: url(images/down.png) no-repeat right 3px !important;
	color: #00c6c3;
	display: block;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;	
	text-transform: uppercase;
	width: 186px;
}

#content li.categories:hover {
	color: #7cba43;
	cursor: pointer;
}

#content li.categories em {
	display: block;
	height: 25px;
	position: relative;
}

#content li ul li em {
	padding-left: 15px;
}

#content .topic-subcategories ul li ul {
	background: #00c6c3;
	color: #fff;
	height: auto;
	left: -9999px;
	margin: 0 0 0 -6px;
	position: absolute;
	width: 177px;
	z-index: 9999;
}

#content .topic-subcategories ul li ul a {
	color: #fff;	
	display: block;
	padding: 0;
}

#content .topic-subcategories ul li ul li a {
	display: block;
	padding: 0 0 0 15px;
}

#content .topic-subcategories ul li ul a:hover {
	color: #dff6f2;
}

#content .topic-subcategories ul li:hover ul {
	left: auto;
}

#content .topic-subcategories ul li ul ul {
	margin: 0 0 0 -5px;
	padding: 0 0 0 15px;
	width: 171px;
	position: relative;
	text-indent: 0;
}

.page-template-page_topics-php div.divider {
	background: url(images/divider.png) no-repeat center top;
	border-width: 0;
	clear: both;
	height: 24px;
	padding: 0 0 15px;
}


/* Grid Loop
------------------------------------------------------------ */

#content .genesis-grid {
	border: 1px dotted #eee;
	height: 600px;
    float: left;
    margin: 0 6px 25px;
    overflow: hidden;
	padding: 10px 10px 15px;	
	position: relative;
}

.size1of5 {
    width: 166px;
}

#content .genesis-grid p {
	font-size: 12px;
}

/* Top Widgets
------------------------------------------------------------ */

.top-widgets {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: url(images/green.png);
	height: 45px;
	overflow: hidden;
	padding: 10px 30px;
}

.top-widgets .wrap {
}

.top-widgets .page-top-left {
	float: left;
	width: 100%;
}

.top-widgets,
.top-widgets h4 span,
.top-widgets p,
.top-widgets a,
.top-widgets a:visited {
	color: #fff;
}

.top-widgets a:hover {
	color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.top-widgets h4 {
	font-family: Playball, Georgia, serif;
}

.top-widgets h4 span {	
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 0 5px 3px;
}

.top-widgets .enews h4,
.top-widgets .enews h4 span,
.top-widgets .enews p,
.top-widgets .enews #subscribe {
	display: inline;
	line-height: 40px;
}

.top-widgets .enews h4,
.top-widgets .enews h4 span,
.top-widgets .enews p {
	float: left;
}

.top-widgets .enews p {
	font-size: 14px;
	padding-left: 5px;
}

.top-widgets .enews #subscribe {
	float: right;
}

.top-widgets .enews #subbox {
	width: 190px;
}

.top-widgets #subbutton {
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	border: 0 !important;
	box-shadow: 0 0 0 0;
	margin: 0;
}


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

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

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

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


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

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

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

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

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

.page-template-page_landing-php #content {
	float: none;
	margin: 0 auto;
	padding: 40px 20px;
	width: 900px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 10px;
}

.post {
	margin: 13px 0 0px 3px;
}

.search .post {
	margin: 0 0 40px 3px;
}

.post.post-odd, .post.post-even {
	border: 6px solid #bfeee5;
	overflow: hidden;
	padding: 10px;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}

.search .page.post-odd, .search .page.post-even {
	border: 1px solid #bfeee5;
	padding: 10px;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	margin: 0 0 40px 3px;
}

.archive .post-divider, .page-template-page_blog-php .post-divider {
	background: url(images/after-post.png) repeat;
	height: 47px;
	margin: 0 0 0 3px;
}

.post.first-featured {
	background: url(images/divider.png) no-repeat bottom center;
	border-width: 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	padding: 0 0 50px;
}

.single .first-featured {
	background: transparent;
}

.entry-content {
	width: 100%;
}

.first-featured .entry-content {
	clear: both;
	width: 100%;
}

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

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

.logged-in p.subscribe-to-comments {
  padding: 1px 0 10px;
}

.clear {
	clear: both;
}

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


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	margin: 0 0 10px;
}

h1 {
	color: #00c6c3;
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 12px;
}

.page h1,
.single-fpp_press h1 {
	background: url(images/line.png) repeat-x bottom;
	font-family: Playball, Georgia, serif;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
}

.first-featured .post-title-div h2 {
	background: none;
	padding: 0;
}

h2 {
	border-bottom: 2px dotted #7CBA43;
	color: #7cba43;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 12px;
}

h2.entry-title {
	background: url(images/line.png) repeat-x bottom;
	border: none;
}

h2 a,
h2 a:visited {
	color: #00c6c3;
	font-size: 30px;
	line-height: 30px;
}

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

h2 a:hover {
	color: #7cba43;
	text-decoration: none;
}

h3 {
	color: #e06fac;
	font-size: 20px;
}

h3#reply-title {
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	color: #fff;
	font-family: Playball, Georgia, serif;
	font-size: 28px;
	padding: 10px 0;
	text-align: center;
	text-shadow: -1px -1px #527b2c;
}	

#comments h3 {
	background: url(images/comments.png) no-repeat;
	color: #00c6c3;
	font-family: Playball, Georgia, serif;
	font-size: 28px;
	padding: 60px 0 0;
	text-indent: -9999px;
}

h4 {
	color: #6c9e35;
	font-size: 16px;
}

.widget-area h4 {
	background: url(images/dot.png) repeat-x center center;
	color: #7cba43;
	font-family: Playball,serif;
	font-size: 28px;
	line-height: 22px;
	margin: 0 0 5px;
	min-height: 27px;
	padding: 5px 0;
	text-align: center;
}

.widget-area h4 span {
	background-color: #FFFFFF;
	display: inline-block;
	line-height: 1.2em;
	margin: 0 25px;
	max-width: 183px;
	padding: 5px 20px;
}

.widget-area .widget-even h4 {
	color: #00c6c3;
}

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

h5 {
	color: #00c6c3;
	font-size: 14px;
}

h6 {
	font-size: 14px;
}


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

.entry-content ol,
.entry-content ul {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	background: url(images/bullet.png) no-repeat 2px 4px;
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0 0 0 20px;
}

.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-title-div {
	margin-bottom: 6px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
}

.post-title-div .wrap {
	background: #fff;
}

.first-featured .post-title-div,
.single .post-title-div {
	overflow: hidden;
	padding: 5px 0;
}

.post-info {
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

.search .type-page .post-info {
	display: none;
}

.post-author {
	border-right: 1px dotted #00c6c3;
	color: #00c6c3;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px 0 0;
	padding: 0 5px 2px;
	text-align: center;
	width: 60px;
}

.post .post-author img {
	margin: 0 auto;
}

.search .type-page .post-date {
	display: none;
}


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

.post-meta {
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	background: #6da33b url(images/green.png);
	border: 1px solid #6da33b;
	clear: both;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta a,
.post-meta a:visited {
	color: #fff;
}

.post-meta a:hover {
	color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.search .type-page .post-meta span:after {
	content: "Pages";
}


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

.author-box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFFFFF;
	border-bottom: 1px dashed #eee;
	border-radius: 10px 10px 10px 10px;
	border-top: 1px dashed #eee;
	font-style: italic;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 10px;
}


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

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


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

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


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

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

.widget .date {
	background: url(images/icon-dot.png) no-repeat right;
	margin: 0 0 0 3px;
	padding: 0 10px 0 0;
}


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

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

.post-image {
	max-width: 620px;
}

.entry-content img {
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	background-color: #fff;
	border: 1px solid #eee;
	height: auto;
	max-width: 634px;
	padding: 5px;
}

.no-border, .noborder, .page-id-8079 img {
	-moz-box-shadow: 0 0 0 #ddd !important;
	-webkit-box-shadow: 0 0 0 #ddd !important;
	box-shadow: 0 0 0 #ddd !important;
	border: 0 !important;
	max-width: 100% !important;
}

.post img.nopadding, .page img.nopadding {
  padding: 0 !important;
}

.post img, img.size-full {
	margin: 10px auto;
}

.home .post img,
.home img.size-full  {
	margin: 0;
}

.home .featuredpage img,
.home .featuredpost img {
	background: transparent;
	border: 1px solid #eee;
	padding: 4px;
}

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

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

.comment-list li .avatar {
	background-color: #fff;
	border: 2px solid #00c6c3 !important;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px !important;
}

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

.small-thumbs {
	clear: both;
	overflow: hidden;
}

.small-thumb {
	display: inline;
	float: left;
	margin: 0 7px 15px;
}

.small-thumb img {
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	border: 1px solid #eee;
	margin: 0 !important;
	padding: 7px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

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

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

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

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

.gallery-caption {
}


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

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px;
	padding: 5px 8px;
}

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

.post-nav {
	clear: both;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	margin: 10px 0;
	overflow: hidden;
}

.next-post-nav {
	float: left;
	width: 50%;
}

.prev-post-nav {
	float: right;
	width: 49%;
}

.post-nav span.prev {
	display: block;
	font-style: italic;
	margin-bottom: 5px;
}

.post-nav span.next {
	display: block;
	font-style: italic;
	margin-bottom: 5px;
}

.prev-post-nav {
	text-align: right;
}

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

.sidebar {
	background: url(images/divider.png) no-repeat center bottom;
	display: inline;
	float: right;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 50px;
	overflow: hidden;
	text-align: center;
	width: 303px;
}

.sidebar p {
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	line-height: 20px;
	padding: 0 0 3px;
}

.sidebar p.left {
	text-align: left;
}

#sidebar-alt {
	float: left;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	width: 170px;
}

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

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

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

.widget-area .textwidget {
	padding: 5px 0 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 30px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	background: url(images/bullet.png) left 4px no-repeat;
	list-style-type: none;
	padding-left: 16px;
	text-align: left;
	word-wrap: break-word;
}

.sidebar .widget_adrotate_widgets img {
	background: #f7f7f7;
	margin: 0 4px 10px !important;
	padding: 8px !important;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


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

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	display: inline;
	font-family: 'Overlock',"Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 14px;
	margin: 10px 15px 0;
	width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}

/* Home Top
------------------------------------------------------------ */

.genesis_slider {
	clear: both;
	margin-bottom: 15px;
}

#genesis-slider {
	position: relative;
	z-index: 10;
}

.slide-excerpt h2 {
	border: none;
	margin: 0;
}

#genesis-slider .slide-excerpt {
  background-color: #FFFFFF;
  display: block;
  margin: 0;
  opacity: 0.8;
  padding: 10px;
  right: -10px !important;
}

#genesis-slider .slide-excerpt-border {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 10px;
  text-align: center;
  width: 601px;
}

.genesis_slider h4 {
	font-size: 28px;
}

#genesis-slider div.slider-next,
#genesis-slider div.slider-previous {
	top: 10px;
}

#genesis-slider .slider-previous,
#genesis-slider .slider-previous:hover {
	left: 570px;
}

#genesis-slider .slider-next,
#genesis-slider .slider-next:hover {
  right: 10px;
}

#genesis-slider {
  border: 2px solid #00c6c3 !important;
  padding: 5px !important;
}

.home #content .widget_nav_menu {
	background: #7cba43;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	clear: both;
	float: left;
	margin: 10px 0 0;
	padding:  12px 0;
	text-align: center;
	width: 645px;
}

.home #content .widget_nav_menu ul {
	list-style-type: none;
}

.home #content .widget_nav_menu li {
	display: inline;
	list-style-type: none;
}

.home #content .widget_nav_menu a {
	background: url(images/navdiv.png) no-repeat right center;
	color: #FFFFFF;
	filter: alpha(opacity=100);
	font-family: 'Overlock', "Trebuchet MS", Arial, san-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	opacity: 1;
	padding: 0 18px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.home #content .widget_nav_menu a:hover, .home #content .widget_nav_menu a:active {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.home #content .menu a:nth-of-type(5) {
  background: transparent;
  padding-right: 0;
}


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

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	background: transparent;
	border-width: 0;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.more-from-category {
	border-top: 2px dotted #cb5a97;
	padding: 5px 0;
	text-align: center;
}

.sidebar .more-from-category {
	border: none;
}

.home .post-divider {
	background: url(images/divider.png) no-repeat center top;
	overflow: hidden;
	padding-top: 35px;
	margin-top: 10px;
	width: 100%;
}

.home .more-link {
	float: right;
}

.homepage-top {
	background: #7cba43 url(images/green.png);
	color: #fff;
	padding: 10px;
	overflow: hidden;
}

.homepage-top  .featuredpost {
	margin: 0;
}

.homepage-top  .featuredpost .post {
	background: #fff;
	float: left;
	margin: 5px;
	padding: 0;
}

.homepage-top .alignleft {
	margin: 0;
}

.homepage-top .featuredpost img {
	background: #fff;
}

.homepage-top p,
.homepage-top a,
.homepage-top a:visited {
	color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.homepage-top a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.homepage-left {
	clear: none;
	float: left;
	width: 320px;
}

.homepage-right {
	clear: none;
	float: right;
	width: 320px;
}

.home #content .widget h4 {
	background: url(images/line.png);
	font-family: Playball,serif;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 3px 0;
	text-align: center;
}

.home #content .widget h4 span {
	background: #e6489c;
	color: #fff;
	display: block;
	padding: 4px 10px;
}

.featuredpage .page h2,
.featuredpage .page h2 a,
.featuredpost .post h2,
.featuredpost .post h2 a {
	border: none;
	display: block;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
}

#homepage-bottom .featuredpost .post h2,
#homepage-bottom .featuredpost .post h2 a {
	text-transform: uppercase;
}

.featuredpage .page h2 a:hover,
.featuredpost .post h2 a:hover {
	color: #cb5a97;
}

.home .homepage-left .featuredpage  .page h2, 
.home .homepage-right .featuredpage  .page h2,
.home .homepage-left .featuredpost  .post h2, 
.home .homepage-right .featuredpost  .post h2,
.home .homepage-bottom .featuredpage .page h2,
.home .homepage-bottom .featuredpost .post h2 {	
	border: 0;
	font: 22px Playball,serif;
	padding: 5px 0 0;
	text-align: center;
	text-transform: lowercase;
}

.home .homepage-left .featuredpage  .page h2 a, 
.home .homepage-right .featuredpage  .page h2 a,
.home .homepage-left .featuredpost  .post h2 a, 
.home .homepage-right .featuredpost  .post h2 a {
	border: 0;
	font: 22px Playball,serif;
	text-transform: lowercase;
	padding: 0;
}

.sidebar .featuredpage .page,
.sidebar .featuredpost .post {
	border-bottom: 2px dotted #bfeee5;
	padding: 0 5px 5px;
	text-align: left;
}

#homepage-bottom .featuredpage .page,
#homepage-bottom .featuredpost .post {
	border-bottom: 2px dotted #cb5a97;
	padding: 0 5px 10px;
}

.sidebar .featuredpage .page h2,
.sidebar .featuredpage .page h2 a,
.sidebar .featuredpost .post h2,
.sidebar .featuredpost .post h2 a {
	border: none;
	color: #999;
	font-family: 'Overlock',Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 5px;
	text-align: left;
}

.sidebar .featuredpage .page h2 a:hover,
.sidebar .featuredpost .post h2 a:hover {
	color: #00c6c3;
}


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

.user-profile {
	overflow: hidden;
}

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

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


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

input[type="button"],
input[type="submit"] {
	background: #00c6c3;
	border: 1px solid #00c6c3;
	color: #fff;
	cursor: pointer;
	font-family: 'Overlock',"Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	box-shadow: 0 0 0 1px #527b2c inset;
	background-color: #6da33b;
	border: 1px solid #6da33b;
	color: #fff;
	text-decoration: none;
}


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

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

#nav .searchform {
	float: right;
}

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

.s {
	font-family: 'Overlock', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px;
	width: 190px;
}

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


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

.sidebar .enews-widget {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url(images/green.png) #7CBA43 !important;
	border-bottom: none !important;
	border-radius: 6px 6px 6px 6px;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}

#sidebar .enews {
	border: double #ddd;
	padding: 10px;
}

.enews p,
.enews h4,
.enews h4 span {
	background: none !important;
	color: #fff !important;
	padding: 0;
	text-align: center;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: url(images/email-icon.png) no-repeat 16px 15px #fff;
	border-bottom: none;
	border-left: 1px solid #527b2c;
	border-right: none;
	border-top: 1px solid #527b2c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-size: 9px;
	padding: 14px 15px 14px 40px;
	text-transform: uppercase;
	width: 165px;
}

.enews h4.widgettitle {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: #527b2c -1px -1px;
	text-transform: none;
}

#subbutton {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
	padding: 0;
	text-shadow: #527b2c -1px -1px;
}


/* 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 {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px;
	clear: both;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 958px;
}

#footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 19px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

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

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

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

#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 20px 0 0;
	width: 295px;
}

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

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


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

#footer {
	background: url(images/green.png) #7cba43;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 8px 0 6px;
	width: 1030px;
}

#footer p {
	color: #fff;
	font-family: 'Overlock', Arial, Tahoma;
}

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

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

#footer .gototop {
	float: left;
	line-height: 1.1em;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	width: 440px;
}

#footer .gototop a {
}

#footer .creds {
	float: right;
	line-height: 1.1em;
	padding: 0 10px 0 0;
	text-align: right;
	width: 574px;
}

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

#footernav {
	float: left;
}

#glam {
	float: right;
	width: 160px;
}

#footer ul.nav,
#footer ul.menu {
	float: right;
}

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

#footer ul.nav li,
#footer ul.menu li {
	border-right: 1px solid #fff;
	font-family: 'Overlock', Arial, Tahoma;
	float: left;
	list-style-type: none;
}

#footer ul.nav li a,
#footer ul.menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 0 5px;
	position: relative;
	text-decoration: none;
}

#footer ul.nav li a:hover,
#footer ul.nav li a:active,
#footer ul.nav .current_page_item a,
#footer ul.nav .current-cat a,
#footer ul.nav .current-menu-item a,
#footer ul.menu li a:hover,
#footer ul.menu li a:active,
#footer ul.menu .current_page_item a,
#footer ul.menu .current-cat a,
#footer ul.menu .current-menu-item a {
	color: #f7f7f7;
}

#footer ul.nav li a.sf-with-ul,
#footer ul.menu li a.sf-with-ul {
}

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

#footer ul.nav li li a,
#footer ul.nav li li a:link,
#footer ul.nav li li a:visited,
#footer ul.menu li li a,
#footer ul.menu li li a:link,
#footer ul.menu li li a:visited {
	background-color: #666;
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#footer ul.nav li li a:hover,
#footer ul.nav li li a:active,
#footer ul.menu li li a:hover,
#footer ul.menu li li a:active {
	background-color: #555;
}

#footer ul.nav li li a .sf-sub-indicator,
#footer ul.menu li li a .sf-sub-indicator {

}

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

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

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

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


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

#comments {
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 30px 0 20px;
}

#respond {
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border-radius: 6px 6px 6px 6px;
	background: url(images/green.png) #7cba43;
	color: #fff;
	line-height: 20px;
	margin: 0 20px 15px;
	overflow: hidden;
	padding: 20px;
}

#respond p,
#respond a,
#respond a:visited,
#respond h3 {
	color: #fff;
}

#respond a:hover {
	color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#comments .children #respond {
	background: transparent;
	padding: 20px 40px 20px;
}

#comments .navigation {
	font-family: 'Overlock', Arial, san-serif;
	font-size: 18px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	border: 1px solid #7cba43;
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

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

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

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

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 20px 30px;
	padding: 10px 25px;
}

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

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

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

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

.reply {
	text-align: right;
}

.comment-reply-link {
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	background: #fff;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #00c6c3;
	font-style: italic;
	margin-right: 15px;
	padding: 4px 10px;
	text-decoration: none;
}

.comment-reply-link:hover {
	text-decoration: none;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
	background: #feffff;
}

.thread-alt {
	background-color: #fefcd2;
}

.thread-even {
	background-color: #fffee2;
}

.depth-1 {
	background-image: url(images/green.png);
	background-repeat: repeat-y;
}

.alt,
.depth-1,
.even {
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #faf6ac;
}

.commentnumber {
  background-color: transparent;
  border-right: 1px dotted #00c6c3;
  color: #00c6c3;
  float: left;
  font-family: Playball,Georgia,Times,'Times New Roman',serif;
  font-size: 30px;
  margin: 0 5px;
  padding: 12px 12px 12px 0;
}


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

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

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

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

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

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

/***** Portfolio ********************/

#content .portfolio.post {
	float: left;
	margin: 0 15px 5px !important;	
	overflow: hidden;
	width: 190px;
}
	
#content .portfolio.post a img {
	background: #fff;
	border: 2px solid #7cba43;
	-webkit-box-shadow: 0 0 10px #7cba43 inset;
	-moz-box-shadow: 0 0 10px #7cba43 inset;
	box-shadow: 0 0 10px #7cba43 inset; 
	padding: 9px !important;
}
	
.page-template-pageportfolio-php #content .portfolio.post p {
	margin: 0;
	padding: 0;
}
	
.page-template-page_portfolio-php #content .portfolio.post h2.entry-title {
	background: none;
	border: none;
	margin: 0;
	text-align: center;
}
	
.page-template-page_portfolio-php #content .portfolio.post h2.entry-title a {
	background: none;
	border: none;
	font-size: 14px;
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

#content .portfolio.post .more-link {
	width: 100px;
	display: block;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #D4DBE1;
	border-right: 1px solid #D4DBE1;
}
	
#content .portfolio.post .more-link:hover {
	
}
	
/***** Press Page ********************/
#content .press {
	width: 190px;
	margin: 15px 15px 5px !important;
	float: left;
	overflow: hidden;
}

.press .media-image {
	background: #fff;
	border: 2px solid #7cba43;
	-webkit-box-shadow: 0 0 10px #7cba43 inset;
	-moz-box-shadow: 0 0 10px #7cba43 inset;
	box-shadow: 0 0 10px #7cba43 inset; 
	margin: 0 0 15px;
	padding: 10px !important;
	text-align: center;
}
	
#content .press a img {
	background: #fff;
	border: 0;
	-khtml-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin: 0 !important;
	padding: 10px !important;
}
	
.page-template-page_press-php #content .press p, 
.tax-press_type #content .press p {
	margin: 0;
	padding: 0;
}
	
.page-template-page_press-php #content .press h2.entry-title,
.tax-press_type #content .press h2.entry-title {
	border: none;
	text-align: center;
	margin: 0;
}
	
.page-template-page_press-php #content .press h2.entry-title a,
.tax-press_type #content .press h2.entry-title a {
	border: none;
	color: #7cba43;
	font-size: 14px;
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

.page-template-page_press-php .post-meta, 
.tax-press_type .post-meta {
	background: transparent;
	border-width: 0;
	padding: 0 0 10px;
}

.page-template-page_press-php .divider, 
.tax-press_type .divider {
	background: url(images/divider.png) no-repeat center top;
	border-width: 0;
	clear: both;
	height: 24px;
	padding: 0 0 15px;
}

.press-post-meta {
	padding: 10px 0;
	text-align: center;
}

#linkwithin_logo_0 {
	display: none;
}

#lws_0 {
	border-top: 2px dotted #cb5a97;
	border-bottom: 2px dotted #cb5a97;
	overflow: hidden;
	padding: 0 30px 30px;
}

.linkwithin_posts {
	border-left: 1px dotted #bfeee5 !important;
	overflow: hidden;
}
.linkwithin_posts a {
	border-right: 1px dotted #bfeee5 !important;
}

.linkwithin_posts a:hover {
	background-color: #faf6ac !important;
}