/*
    Theme Name: Terragon
	Theme URI: http://www.media-cairn.com/themes/terragon
	Description: Terragon is a two or three column child theme created for the Genesis Framework.
    Author: MediaCairn
    Author URI: http://www.media-cairn.com/
 
    Version: 1.0
 
    Tags: featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.8.0
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

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

*/


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

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,300,200);
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 3px;
}

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

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

.clear {
	clear: both;
}


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

a,
a:visited {
	color: #722B18;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background: url(images/bg.jpg) repeat top center #fdf8e5;
}


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

#wrap {
	margin: 0 auto 0px;
	width: 100%;
}


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

#header {
	margin: 0 auto;
	min-height: 90px;
	overflow: hidden;
	width: 960px;
}

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

#title {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 48px;
	line-height: 42px;
	font-weight: normal;
	margin: 0;
	color: #722B18;
}

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

#description {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 21px;
	color: #4D4D4D;
	font-weight: 300;
}

#header .widget-area {
	float: right;
	width: 600px;
}


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

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

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


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

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

li:hover,
li.sfHover {
	position: static;
}
/*
#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

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

li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	top: 8px;
}
*/

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

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

#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: #FFF;
	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: -32px 0 0 149px;
}

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


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

#nav {
	background: url(images/nav-bg.jpg) repeat-x top center #551e13;
	clear: both;
	color: #F2F2F2;
	margin: 0 auto;
	overflow: hidden;
	height: 38px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #541E13;
}

#nav .wrap {
	width: 960px;
	margin: 0 auto;
}

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

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

#nav li a {
	background: url(images/nav-li.png) no-repeat top left;
	border-left: 1px solid #541E13;
	border-right: 1px solid #722B18;
	color: #F2F2F2;
	display: block;
	font-size: 12px;
	padding: 0px 15px;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
}

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

#nav li a:hover,
#nav li:hover a {
	color: #F0F0F0;
	background: url(images/nav-bg-hover.jpg) repeat-x top center #722b18;
	padding: 1px 0 -1px 0;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #E3E3E3;
	color: #722b18;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 1px 0 15px;
	position: relative;
	text-transform: none;
	width: 154px;
	border: 1px solid #E3E3E3;
	border-width: 0 0 1px 0;
}

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

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

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

#nav li ul a:hover {
	background: #F2F2F2;
	color: #722b18;
}

#nav li ul ul {
	margin: -34px 0 0 170px;
	border-top: 1px solid #CCC;
}

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


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

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 0px;
	line-height: 38px;
}

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

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

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

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

#nav li.rss a:hover {
	color: #FFF;
}

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

#nav li.twitter a:hover {
	color: #FFF;
}

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

#subnav {
	background: url(images/subnav-bg.jpg) repeat-x top center #330906;
	clear: both;
	color: #F2F2F2;
	margin: 0 auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
}

#subnav .wrap {
	width: 960px;
	margin: 0 auto;
}

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

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

#subnav li a {
	color: #DDD;
	display: block;
	font-size: 11px;
	padding: 0px 12px;
	height: 29px;
	line-height: 29px;
	position: relative;
	text-decoration: none;
	border-left: 1px solid #330906;
	border-right: 1px solid #450c08;
	background: url(images/nav-li.png) no-repeat top left;
}

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

#subnav li a:hover, #subnav li:hover a {
	background: url(images/subnav-bg-hover.jpg) repeat-x top center #450c08;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #D9D9D9;
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
	color: #330906;
	font-size: 11px;
	padding: 0px 10px;
	height: 29px;
	line-height: 29px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: #DDD;
	color: #450c08;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 0px;
	position: absolute;
	width: 148px;
	z-index: 9999;
	border: 1px solid #C6C6C6;
	border-width: 0 1px 0px 1px;
}

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

#subnav li ul ul {
	margin: -30px 0 0 148px;
}

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

/* Top Feature Widget
------------------------------------------------------------ */

.top-feature-widget-bg {
	width: 100%;
	min-height: 55px;
	background: url(images/dark-bg.jpg) repeat top center;
	font-size: 13px;
	padding: 25px 0 15px 0;
}

.top-feature-widget {
	width: 960px;
	margin: 0 auto;
}

.top-feature-widget a {
	color: #FFF;
	text-decoration: none;
}

.top-feature-widget a:hover {
	text-decoration: underline;
}

.top-feature-widget .more-link {
	background: url(images/button-bg.jpg) repeat-x top center;
	color: #F2F2F2;
	font-family: 'Permanent Marker', Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: normal;
	margin: -19px -185px 0 0;
	padding: 0;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 35px;
	height: 35px;
	display: block;
	float: right;
	width: 175px;
	text-align: center;
	-moz-box-shadow: 0px 1px 2px #111;
	-webkit-box-shadow: 0px 1px 2px #111;
	box-shadow: 0px 1px 2px #111;
	text-shadow: 0px 1px 2px #111;
	border: 1px solid #722B18
}

.top-feature-widget .more-link:hover {
	background: url(images/button-bg-hover.jpg) repeat-x top center;
	text-decoration: none;
	color: #FFF;
	}

.top-feature-widget p {
	font-size: 13px;
	line-height: 18px;
	color: #E6E6E6;
	width: 775px;
	margin: 0;
	padding: 0;
}




.top-feature-widget h4 {
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	color: #F2F2F2;
	font-size: 22px;
	font-weight: normal;
}

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

#inner {
	margin: 0 auto
	width: 100%;
}

#inner .wrap {
	width: 960px;
	margin: 0 auto;
}

.home #inner .wrap {
	width: 100%;
}

.page #inner, .post #inner {
	background: url(images/inner-bg.png) repeat-x top center;
	min-height: 25px;
	padding: 0px 0;
}

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

#home-top-bg {
	background: url(images/dark-bg.jpg) repeat top center;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	line-height: 18px;
	height: 426px;
	overflow: hidden;
	}

#home-top {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	color: #E6E6E6;
	}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top .more-link {
	background: url(images/button-bg.jpg) repeat-x top center;
	color: #F2F2F2;
	font-family: 'Permanent Marker', Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 0 0;
	padding: 0;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 35px;
	height: 35px;
	display: block;
	width: 175px;
	text-align: center;
	-moz-box-shadow: 0px 1px 2px #111;
	-webkit-box-shadow: 0px 1px 2px #111;
	box-shadow: 0px 1px 2px #111;
	text-shadow: 0px 1px 2px #111;
	border: 1px solid #722B18;
	}
	
#home-top .more-link:hover {
	background: url(images/button-bg-hover.jpg) repeat-x top center;
	text-decoration: none;
	color: #FFF;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #E6E6E6;
	}
	
#home-top h2 {
	color: #F2F2F2;
	font-size: 36px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px
	}
	
#home-top h2 a, #home-top h2 a:visited {
	font-size: 36px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	color: #F2F2F2;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

#home-top h2 a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#home-top .home-top-right h4 {
	color: #F2F2F2;
	font-size: 36px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	font-size: 11px;
	margin: -10px 0 10px 0;
	padding: 0;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	width: 618px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 2px solid #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	}
	
.home-top-left .widget {
	background: #000;
	}
	
.home-top-right {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
	overflow: hidden;
	}
	
.home-top-right .widget {
	border-top: 1px solid #666;
	padding: 23px 0 0px;
	margin: -10px 0 7px 0;
}
	
/* Home Bottom
------------------------------------------------------------ */

#home-middle-bg {
	background: url(images/inner-bg.png) repeat-x top center;
	padding: 35px 0 15px 0;
	clear: both;
	color: #4D4D4D;
	line-height: 18px;
	}

#home-middle {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-middle a, #home-middle a:visited {
	color: #722B18;
	text-decoration: none;
	}
	
#home-middle a:hover {
	color: #722B18;
	text-decoration: underline;
	}
	
#home-middle p {
	color: #4D4D4D;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-middle h2 {
	color: #1A1A1A;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 0 0 0px 0;
	padding: 0;
	}
	
#home-middle h2 a, #home-middle h2 a:visited {
	color: #1A1A1A;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-middle h2 a:hover {
	color: #722B18;
	text-decoration: none;
	}
	
#home-middle h4 {
	color: #1A1A1A;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-middle .more-link, #home-middle a.more-link {
	background: url(images/button-bg.jpg) repeat-x top center;
	color: #F2F2F2;
	font-family: 'Permanent Marker', Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: normal;
	margin: 10px auto 0;
	padding: 0;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 35px;
	height: 35px;
	display: block;
	width: 175px;
	text-align: center;
	-moz-box-shadow: 0px 1px 2px #111;
	-webkit-box-shadow: 0px 1px 2px #111;
	box-shadow: 0px 1px 2px #111;
	text-shadow: 0px 1px 2px #111;
	border: 1px solid #722B18;
}

#home-middle .more-link:hover {
	background: url(images/button-bg-hover.jpg) repeat-x top center;
	text-decoration: none;
	color: #FFF;
	}
	
#home-middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-middle ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-middle ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#home-middle .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page {
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage {
	clear: both;
	}
	
#home-middle .featuredpost img, #home-middle .featuredpage img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #4D4D4D;
	}
	
#home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-middle-1 {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
	padding: 0 0px 0 0;
	text-align: center;
	}
	
.home-middle-2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.home-middle-3 {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
/* Home Bottom
------------------------------------------------------------ */

#home-bottom-bg {
	padding: 30px 0 0px;
	clear: both;
	border-top: 1px solid #D6C1AC;
	width: 100%;
	background: url(images/home-bottom-bg.png) repeat-x top center;
	color: #4D4D4D;
	line-height: 18px;
	}

#home-bottom {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-bottom a, #home-bottom a:visited {
	color: #722B18;
	text-decoration: none;
	}
	
#home-bottom a:hover {
	color: #722B18;
	text-decoration: underline;
	}
	
#home-bottom p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #4D4D4D;
	line-height: 18px;
	}
	
#home-bottom .post-info {
	font-size: 11px;
}
	
#home-bottom h2 {
	color: #722B18;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 2px 0 7px 0;
	padding: 0;
	text-decoration: none;
	line-height: 20px;
	}
	
#home-bottom h2 a, #home-bottom h2 a:visited {
	color: #722B18;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
	}

#home-bottom h2 a:hover {
	color: #722B18;
	text-decoration: underline;
	}
	
#home-bottom h4 {
	color: #1A1A1A;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-bottom .widget {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	}
	
#home-bottom .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-bottom .featuredpost .post, #home-bottom .featuredpage .page {
	clear: both;
	margin: 0 0 15px 0;
	}
	
#home-bottom .featuredpost, #home-bottom .featuredpage {
	clear: both;
	}
	
#home-bottom .featuredpost img, #home-bottom .featuredpage img {
	margin: 2px 0 10px 0;
	padding: 0px;
	border: 1px solid #333;
	}
	
#home-bottom img.avatar {
	margin: 0 0 -5px 0;
	padding: 0px;
	border: 1px solid #333;
	}

.home-bottom-1 {
	float: left;
	width: 460px;
	margin: 0;
	padding: 0 0 0 0;
	}
	
.home-bottom-2 {
	float: right;
	width: 460px;
	margin: 0;
	padding: 0;
}


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

.breadcrumb {
	color: #555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 6px 10px 5px;
}


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

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


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

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

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

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


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

#content {
	float: left;
	padding: 30px 0 20px;
	width: 420px;
	border-right: 1px solid #7D7C71;
	padding-right: 23px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 610px;
	/* background: url(images/sidebar-bg.png) repeat-y top right; */
	border-right: 1px solid #7D7C71;
	padding-right: 25px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
	border: 1px solid #7D7C71;
	border-width: 0 0 0 1px;
	padding: 30px 0 20px 25px;
	margin-left: -1px;
}

.sidebar-content-sidebar #content {
	border: 1px solid #7D7C71;
	border-width: 0 1px 0 1px;
	padding: 30px 22px 20px 22px;
}

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

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

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

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

#content img {
	border: 1px solid #666;
}

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

.clear {
	clear: both;
}

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


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

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

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


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

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	margin: 0 0 10px;
	color: #4D4D4D;
}

h1 {
	font-size: 35px;
	line-height: 36px;
	font-weight: 300;
	margin: 0 0 15px 0;
}

h2,
h2 a,
h2 a:visited {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
}

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

h2 a:hover {
	color: #722B18;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-size: 24px;
	font-weight: 300;
	color: #1A1A1A;
	margin: 0 0 10px;
	padding: 0px;
}

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

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

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


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

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

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

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


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

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


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

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


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

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


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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
}


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

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

.navigation li {
	display: inline;
}

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

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


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

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
	/* background: url(images/sidebar-bg.png) repeat-y top left; */
	border-left: 1px solid #7D7C71;
	padding: 30px 0 0 24px;
	margin-left: -1px;
	color: #4D4D4D;
}

.sidebar p {
	color: #4D4D4D;
	font-size: 13px;
	line-height: 18px;
}

#sidebar-alt {
	float: left;
	width: 150px;
	background: none;
	padding: 30px 0 0 0;
	
}

.sidebar-content #sidebar {
	float: left;
	border: 1px solid #7D7C71;
	border-width: 0 1px 0 0;
	padding: 30px 25px 0 0;
}

.sidebar-sidebar-content #sidebar {
	float: left;
	border: 1px solid #7D7C71;
	border-width: 0 1px 0 1px;
	padding: 30px 23px 0 20px;
	margin: 0;
}

.content-sidebar-sidebar #sidebar {
	border: 1px solid #7D7C71;
	border-width: 0 1px 0 1px;
	padding-right: 21px;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
	border: 1px solid #7D7C71;
	border-width: 0 0 0 1px;
	padding-left: 20px;
}

.sidebar-content-sidebar #sidebar {
	border: 1px solid #7D7C71;
	border-width: 0 0 0 1px;
	padding: 30px 0 0 24px;
	margin: 0 0 0 -1px;
}

.sidebar-content-sidebar #sidebar-alt {
	border: 1px solid #7D7C71;
	border-width: 0 1px 0 0;
	padding: 30px 20px 0 0;
	margin: 0 -1px 0 0;
}

.sidebar-sidebar-content #sidebar {
	border: 1px solid #7D7C71;
	border-width: 0 0 0 1px;
	padding: 30px 0 0 24px;
	margin: 0px;
}

.sidebar-sidebar-content #sidebar-alt {
	border: 1px solid #7D7C71;
	border-width: 0 1px 0 0;
	padding: 30px 20px 0 0;
	margin: 0 -1px 0 0;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #7D7C71;
}

.content-sidebar .sidebar .widget {
	margin: 0 0 22px -25px;
	padding: 0 0 22px 25px;
}

.sidebar-content .sidebar .widget {
	margin: 0 -25px 22px 0;
	padding: 0 25px 22px 0;
}

.content-sidebar-sidebar .sidebar .widget {
	margin: 0 -21px 22px -24px;
	padding: 0 21px 22px 24px;	
}

.content-sidebar-sidebar #sidebar-alt .widget {
	margin: 0 0 22px -20px;
	padding: 0 0 22px 20px;	
}

.sidebar-sidebar-content .sidebar .widget {
	margin: 0 -20px 22px -24px;
	padding: 0 20px 22px 24px;	
}

.sidebar-sidebar-content #sidebar-alt .widget {
	margin: 0 -20px 22px 0;
	padding: 0 20px 22px 0;	
}

.sidebar-content-sidebar .sidebar .widget {
	margin: 0 0 22px -25px;
	padding: 0 0 22px 25px;
}

.sidebar-content-sidebar #sidebar-alt .widget {
	margin: 0 -20px 22px 0;
	padding: 0 20px 22px 0;
}

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

#sidebar .featuredpost h2, #sidebar .featuredpage h2 {
	color: #722B18;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 2px 0 7px 0;
	padding: 0;
	text-decoration: none;
	line-height: 20px;
	}
	
#sidebar .featuredpost h2 a, #sidebar .featuredpost h2 a:visited, #sidebar .featuredpage h2 a, #sidebar .featuredpage h2 a:visited {
	color: #722B18;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
	}

#sidebar .featuredpost h2 a:hover, #sidebar .featuredpage h2 a:hover {
	color: #722B18;
	text-decoration: underline;
}

#sidebar .featuredpost .byline, #sidebar .featuredpage .byline {
	font-size: 11px;
	margin: -8px 0 5px 0;
}

#sidebar .widget-area h4 {
	color: #1A1A1A;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz', Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
}

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

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

.widget-area ul li, .widget-area ol li {
	list-style-type: square;
	word-wrap: break-word;
	line-height: 17px;
	margin: 0 0 8px 0;
}


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

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


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

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}

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


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

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

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}

#home-top .featuredpage .page,
#home-top .featuredpost .post {
	border-bottom: none;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 0px 10px 0;
}


/* 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: url(images/search-bg.jpg) repeat-x top center #712b17;
	border: 1px solid #722B18;
	color: #FAFAFA;
	cursor: pointer;
	font-family: Arial, serif !important;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/search-bg-hover.jpg) repeat-x top center #712b17;
	border: 1px solid #722B18;
	color: #fff;
	text-decoration: none;
}

#nav input[type="button"],
#nav input[type="submit"] {
	background: #F2F2F2;
	border: 1px solid #FFF;
	color: #222;
}

#nav input:hover[type="button"],
#nav input:hover[type="submit"] {
	background:#FFF;
	color: #000;
}
	

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

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

#nav .searchform {
	float: right;
}

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

.s {
	font-family: Arial, serif;
	font-size: 11px;
	margin: 5px 2px 0 0;
	padding: 5px 3px;
	width: 190px;
}

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


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

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

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

.enews #subbox {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
	border: 1px solid #CCC;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #FFF;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #FAFAFA;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background: url(images/dark-bg.jpg) repeat top center;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	overflow: hidden;
	width: 100%;
	color: #F2F2F2;
}

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

#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 a {
	color: #F2F2F2;
	text-decoration: underline;
}

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

#footer-widgets h4 {
	font-size: 22px;
	font-weight: normal;
	color: #F2F2F2;
	margin: 0 0 15px 0;
}

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

#footer-widgets ul, #footer-widgets ol {
	margin: 0 0 0 20px;
	line-height: 17px;
}

#footer-widgets ul li, #footer-widgets ol li {
	padding: 0 0 4px 0px;
}

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

.footer-widgets-1 {
	float: left;
	margin: 0 47px 0 0;
	width: 205px;
}

.footer-widgets-2 {
	float: left;
	margin: 0 47px 0 0;
	width: 205px;
}

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

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

#footer-widgets .pagelink, #footer-widgets .posts-link a, #footer-widgets .posts_link a {
	background: url(images/button-bg.jpg) repeat-x top center;
	color: #F2F2F2;
	font-family: 'Permanent Marker', Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 0 0;
	padding: 0;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 30px;
	height: 30px;
	display: block;
	width: 175px;
	text-align: center;
	-moz-box-shadow: 0px 1px 2px #111;
	-webkit-box-shadow: 0px 1px 2px #111;
	box-shadow: 0px 1px 2px #111;
	text-shadow: 0px 1px 2px #111;
	border: 1px solid #722B18;
	}
	
#footer-widgets .posts-link, #footer-widgets .posts_link {
	margin: 0;
	padding: 0;
}
	
#footer-widgets .pagelink:hover, #footer-widgets .posts-link a:hover, #footer-widgets .posts_link a:hover {
	background: url(images/button-bg-hover.jpg) repeat-x top center;
	text-decoration: none;
	color: #FFF;
	}


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

#footer {
	background: url(images/nav-bg.jpg) repeat-x top center #551e13;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	padding: 12px 0 20px;
	overflow: hidden;
	width: 100%;
	color: #F2F2F2;
	border-top: 1px solid #000;
}

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

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

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

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

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

#footer .gototop a {
	background: url(images/icon-plus.png) no-repeat center left;
	padding: 0 0 0 16px;
}

#footer .creds {
	float: right;
	padding: 0 0px 0 0;
	text-align: right;
	width: 740px;
}


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

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

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

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

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

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

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

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

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

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

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

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

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

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


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

div.gform_wrapper input,
div.gform_wrapper 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;
}

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

#genesis-slider {
	border: none !important;
	background: none !important;
	padding: 0 !important;	
}