/*

Theme Name: Sinatra Child Theme

Theme URI: http://www.joshstauffer.com/themes/sinatra

Description: Sinatra is a two column child theme created for the Genesis Framework.

Author: Josh Stauffer

Author URI: http://www.joshstauffer.com/

Version: 1.0



Template: genesis

Template Version: 1.6.1



License: GNU General Public License v2.0

License URI: http://www.opensource.org/licenses/gpl-license.php

*/



/* Table of Contents



* Import Fonts

* Defaults

* Body

* Hyperlinks

* 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

* Headlines

* Unordered / Ordered Lists

* Post Info

* Post Meta

* Post Icons

* Author Box

* Archive Page

* Images

* Post Navigation

* Primary Sidebars

* 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=Francois+One);

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);





/* Defaults

------------------------------------------------------------ */



body,

h1,

h2,

h2 a,

h2 a:visited,

h3,

h4,

h5,

h6,

p,

input,

select,

textarea {

	color: #444;

	font-family: 'Droid Serif', serif;

	font-size: 14px;

	font-weight: normal;

	line-height: 22px;

	margin: 0;

	padding: 0;

	text-decoration: none;

}



input,

select,

textarea {

	font-family: 'Francois One', sans-serif;

}



input,

select,

textarea,

.sticky,

.taxonomy-description {

	background-color: #fff;

	border: 1px solid #e5e5e5;

}



li,

ol,

ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}



ol li {

	list-style-type: decimal;

}





/* Body

------------------------------------------------------------ */



body {

	background: #f5f5f5 url(images/body.png);

}





/* Hyperlinks

------------------------------------------------------------ */



a,

a:active,

a:visited {

	color: #09f;

	outline: none;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



a img {

	border: none;

}





/* Wrap

------------------------------------------------------------ */



#wrap {

	background-color: #fff;

	border-top: 3px solid #09f;

	border-bottom: 3px solid #09f;

	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.4);

	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);

	box-shadow: 0 1px 10px rgba(0,0,0,0.4);

	margin: 0 auto;

	overflow: hidden;

	width: 960px;

}



.page-template-template-landing-php #wrap {

	border-bottom: 3px solid #151515;

}





/* Header

------------------------------------------------------------ */



#header {

	background-color: #151515 !important;

	min-height: 100px;

	overflow: hidden;

}



#title-area {

	float: left;

	overflow: hidden;

	padding: 25px 0 0 15px;

	width: 385px;

}

	

#title {

	font-family: 'Droid Serif', serif;

	font-size: 50px;

	line-height: 50px;

	text-transform: uppercase;

}



#title a,

#title a:hover {

	color: #fff;

	text-decoration: none;

}



#description {

	display: none;

}



#header .widget-area {

	float: right;

	width: 550px;

}





/* Image Header - Partial Width

------------------------------------------------------------ */



.header-image #title-area,

.header-image #title,

.header-image #title a {

	display: block;

	float: left;

	height: 100px;

	overflow: hidden;

	padding: 0;

	text-indent: -9999px;

	width: 400px;

}



.header-image #description {

	display: block;

	overflow: hidden;

}





/* Image Header - Full Width

------------------------------------------------------------ */



.header-full-width #title-area,

.header-full-width #title,

.header-full-width #title a {

	width: 960px;

}





/* Navigation Constants

------------------------------------------------------------ */



li:hover ul ul,

li.sfHover ul ul {

	left: -9999px;

}



li:hover,

li.sfHover {

	position: static;

}





/* Header Right Navigation

------------------------------------------------------------ */



#header ul.nav,

#header ul.menu {

	color: #ddd;

	float: right;

	font-family: 'Francois One', sans-serif;

	font-size: 14px;

	line-height: 40px;

	margin: 30px 0 0 0;

}



#header ul.nav ul,

#header ul.menu ul {

	float: left;

	margin: 0;

	width: 100%;

}



#header ul.nav li,

#header ul.menu li {

	background: #222; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#222, #090909);

	background: -o-linear-gradient(#222, #090909);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#090909)); /* older webkit syntax */

	background: -webkit-linear-gradient(#222, #090909);

	float: left;

	list-style-type: none;

}



#header ul.nav li a,

#header ul.menu li a {

	color: #ddd;

	display: block;

	padding: 0 10px;

	text-decoration: none;

	text-transform: uppercase;

}



#header ul.nav li a:hover,

#header ul.nav li a:active,

#header ul.nav li:hover > a,

#header ul.nav li.sfHover > a,

#header ul.menu li a:hover,

#header ul.menu li a:active,

#header ul.menu li:hover > a,

#header ul.menu li.sfHover > a {

	background: #111; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#111, #010101);

	background: -o-linear-gradient(#111, #010101);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#010101)); /* older webkit syntax */

	background: -webkit-linear-gradient(#111, #010101);

	color: #fff;

}



#header ul.nav li a .sf-sub-indicator,

#header ul.menu li a .sf-sub-indicator {

	display: block;

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#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: #050505;

	border-bottom: 1px solid #222;

	color: #ddd;

	font-size: 12px;

	line-height: 15px;

	padding: 7px 10px 8px;

	text-transform: none;

	width: 160px;

}



#header ul.nav li li a:hover,

#header ul.nav li li a:active,

#header ul.nav li li:hover > a,

#header ul.nav li li.sfHover > a,

#header ul.menu li li a:hover,

#header ul.menu li li a:active,

#header ul.menu li li:hover > a,

#header ul.menu li li.sfHover > a {

	background: #111; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#151515, #000000);

	background: -o-linear-gradient(#151515, #000000);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151515), to(#000000)); /* older webkit syntax */

	background: -webkit-linear-gradient(#151515, #000000);

	color: #09f;

}



#header ul.nav li ul,

#header ul.menu li ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	height: auto;

	left: -9999px;

	position: absolute;

	width: 180px;

	z-index: 9999;

}



#header ul.nav li ul a,

#header ul.menu li ul a {

	width: 160px;

}



#header ul.nav li ul ul,

#header ul.menu li ul ul {

	margin: -31px 0 0 180px;

}



#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: #222; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#222, #090909);

	background: -o-linear-gradient(#222, #090909);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#090909)); /* older webkit syntax */

	background: -webkit-linear-gradient(#222, #090909);

	border-top: 1px solid #101010;

	clear: both;

	color: #ddd;

	font-family: 'Francois One', sans-serif;

	font-size: 14px;

	line-height: 40px;

	margin: 0 auto;

	overflow: hidden;

	padding: 0 10px;

	width: 940px;

}



#nav ul {

	float: left;

	width: 100%;

}



#nav li {

	float: left;

	list-style-type: none;

}



#nav li a {

	color: #ddd;

	display: block;

	padding: 0 10px;

	text-decoration: none;

	text-transform: uppercase;

}



#nav li a:hover,

#nav li a:active,

#nav li:hover > a,

#nav li.sfHover > a {

	background: #111; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#111, #010101);

	background: -o-linear-gradient(#111, #010101);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#010101)); /* older webkit syntax */

	background: -webkit-linear-gradient(#111, #010101);

	color: #fff;

}



#nav li a .sf-sub-indicator {

	display: block;

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#nav li li a,

#nav li li a:link,

#nav li li a:visited {

	background-color: #050505;

	border-bottom: 1px solid #222;

	color: #ddd;

	font-size: 12px;

	line-height: 15px;

	padding: 7px 10px 8px;

	text-transform: none;

	width: 160px;

}



#nav li li a:hover,

#nav li li a:active,

#nav li li:hover > a,

#nav li li.sfHover > a {

	background: #111; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#151515, #000000);

	background: -o-linear-gradient(#151515, #000000);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151515), to(#000000)); /* older webkit syntax */

	background: -webkit-linear-gradient(#151515, #000000);

	color: #09f;

}



#nav li ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	height: auto;

	left: -9999px;

	position: absolute;

	width: 180px;

	z-index: 9999;

}



#nav li ul a {

	width: 160px;

}



#nav li ul ul {

	margin: -31px 0 0 180px;

}



#nav li:hover > ul,

#nav li.sfHover ul {

	left: auto;

}





/* Primary Navigation Extras

------------------------------------------------------------ */



#nav li.right {

	color: #999;

	float: right;

	font-size: 12px;

	padding: 0 10px;

	text-transform: uppercase;

}



#nav li.right a {

	background: none;

	border: none;

	color: #999;

	display: inline;

	text-decoration: none;

}



#nav li.right a:hover {

	color: #eee;

	text-decoration: none;

}



#nav li.search {

	padding: 0 5px;

}



#nav li.rss a {

	background: url(images/rss.png) no-repeat center left;

	margin: 0 0 0 10px;

	padding: 0 0 0 16px;

}



#nav li.twitter a {

	background: url(images/twitter-nav.png) no-repeat center left;

	padding: 0 0 0 20px;

}





/* Secondary Navigation

------------------------------------------------------------ */



#subnav {

	background: #222; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#222, #090909);

	background: -o-linear-gradient(#222, #090909);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#090909)); /* older webkit syntax */

	background: -webkit-linear-gradient(#222, #090909);

	clear: both;

	color: #ddd;

	font-family: 'Francois One', sans-serif;

	font-size: 11px;

	line-height: 25px;

	margin: 0 auto;

	overflow: hidden;

	padding: 0 10px;

	width: 940px;

}



#subnav ul {

	float: left;

	width: 100%;

}



#subnav li {

	float: left;

	list-style-type: none;

}



#subnav li a {

	color: #ddd;

	display: block;

	padding: 0 7px;

	text-decoration: none;

	text-transform: uppercase;

}



#subnav li a:hover,

#subnav li a:active,

#subnav li:hover > a,

#subnav li.sfHover > a {

	background: #111; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#111, #010101);

	background: -o-linear-gradient(#111, #010101);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#010101)); /* older webkit syntax */

	background: -webkit-linear-gradient(#111, #010101);

	color: #fff;

}



#subnav li a .sf-sub-indicator {

	display: block;

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#subnav li li a,

#subnav li li a:link,

#subnav li li a:visited {

	background-color: #050505;

	border-bottom: 1px solid #222;

	color: #ddd;

	font-size: 11px;

	line-height: 15px;

	padding: 5px 7px;

	text-transform: none;

	width: 140px;

}



#subnav li li a:hover,

#subnav li li a:active,

#subnav li li:hover > a,

#subnav li li.sfHover > a {

	background: #111; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#151515, #000000);

	background: -o-linear-gradient(#151515, #000000);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151515), to(#000000)); /* older webkit syntax */

	background: -webkit-linear-gradient(#151515, #000000);

	color: #09f;

}



#subnav li ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	height: auto;

	left: -9999px;

	position: absolute;

	width: 154px;

	z-index: 9999;

}



#subnav li ul a {

	width: 140px;

}



#subnav li ul ul {

	margin: -26px 0 0 154px;

}



#subnav li:hover > ul,

#subnav li.sfHover ul {

	left: auto;

}





/* Inner

------------------------------------------------------------ */



#inner {

	margin: 0 auto;

	overflow: hidden;

	padding: 0 0 25px;

	width: 960px;

}





/* Breadcrumb

------------------------------------------------------------ */



.breadcrumb {

	background: #f5f5f5;

	color: #333;

	font-family: 'Droid Serif', serif;

	font-size: 12px;

	margin: 0 auto 30px;

	padding: 5px 10px;

}



.breadcrumb a,

.breadcrumb a:visited {

	text-decoration: none;

}



.breadcrumb a:hover {

	text-decoration: underline;

}





/* Taxonomy Description

------------------------------------------------------------ */



.taxonomy-description {

	margin: 0 0 30px;

	padding: 10px;

}





/* Content-Sidebar Wrap

------------------------------------------------------------ */



#content-sidebar-wrap {

	width: 960px;

}





/* Content

------------------------------------------------------------ */



#content {

	float: left;

	padding: 20px;

	width: 630px;

}



.sidebar-content #content {

	float: right;

}



.full-width-content #content {

	padding: 20px;

	width: 920px;

}



.page-template-template-landing-php #content {

	padding: 40px 85px 0;

	width: 760px;

}



blockquote {

	background-color: #f5f5f5;

	margin: 0 0 20px;

	padding: 20px 20px 0 20px;

}



blockquote p {

	color: #666;

	font-family: 'Droid Serif', serif;

	font-size: 13px;

	font-style: italic;

}



.post {

	border-bottom: 1px solid #e5e5e5;

	margin: 0 0 25px;

	overflow: hidden;

	padding: 0 0 35px;

}



.single .post {

	background: none;

	border: none;

	margin: 0 0 20px;

	padding: 0;

}



.entry-content a,

.entry-content a:visited {

	text-decoration: underline;

}



.entry-content a:hover {

	text-decoration: none;

}



.entry-content .archive-page a,

.entry-content .archive-page a:visited {

	text-decoration: none;

}



.entry-content .archive-page a:hover {

	text-decoration: underline;

}



.entry-content p,

.page .entry-content p {

	padding: 0 0 20px;

}



p.subscribe-to-comments {

   padding: 20px 0 10px;

}



.clear {

	clear: both;

}



.clear-line {

	border-bottom: 1px solid #e5e5e5;

	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 {

	color: #333;

	font-family: 'Francois One', sans-serif;

	margin: 0 0 10px;

}



h1,

h2,

h2 a,

h2 a:visited {

	color: #333;

	font-family: 'Francois One', sans-serif;

	font-size: 30px;

	line-height: 36px;

}



h2 a:hover {

	color: #09f;

	text-decoration: none;

}



h3 {

	font-size: 24px;

}



h4,

h4 a,

h4 a:hover,

h4 a:visited {

	color: #333;

	font-size: 20px;

	text-decoration: none;

}



.widget-area h4 {

	font-size: 14px;

	margin: 0 0 5px;

	text-transform: uppercase;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}





/* Unordered / Ordered Lists

------------------------------------------------------------ */



.entry-content ol,

.entry-content ul {

	margin: 0;

	padding: 0 0 20px;

}



.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 ul ul,

.entry-content ol ol {

	padding: 0;

}





/* Post Info

------------------------------------------------------------ */



.post-info {

	background-color: #f5f5f5;

	border-bottom: 1px solid #f0f0f0;

	clear: both;

	font-family: 'Francois One', sans-serif;

	font-size: 10px;

	padding: 5px 10px;

	text-transform: uppercase;

}





/* Post Meta

------------------------------------------------------------ */



.post-meta {

	background-color: #f5f5f5;

	clear: both;

	font-family: 'Francois One', sans-serif;

	font-size: 10px;

	padding: 5px 10px;

	text-transform: uppercase;

}





/* Post Icons

------------------------------------------------------------ */



.categories,

.post-comments,

.tags,

.time {

	background: url(images/dot.png) no-repeat 0 5px;

	padding: 0 0 0 8px;

}



.post-comments,

.tags {

	margin: 0 0 0 10px;

}





/* Author Box

------------------------------------------------------------ */



.author-box {

	margin: 0 0 40px;

	overflow: hidden;

}





/* Archive Page

------------------------------------------------------------ */



.archive-page {

	float: left;

	padding: 20px 0 0;

	width: 48%;

}





/* Images

------------------------------------------------------------ */



.featuredpage img,

.featuredpost img {

	margin: 0 10px 0 0;

}



.avatar,

.post-image {	

	background-color: #fff;

	border: 1px solid #e5e5e5;

	padding: 1px;

}



.author-box .avatar {

	background-color: #fff;

	float: left;

	height: 70px;

	margin: 0 10px 0 0;

	width: 70px;

}



.post-image {

	margin: 0 10px 10px 0;

}



.comment-list li .avatar {

	float: right;

	height: 36px;

	margin: 0;

	width: 36px;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 10px;

}



img.alignnone {

	display: inline;

	margin: 0 0 10px;

}



img.alignleft {

	display: inline;

	margin: 0 20px 10px 0;

}



img.alignright {

	display: inline;

	margin: 0 0 10px 20px;

}



.alignleft {

	float: left;

	margin: 0 10px 0 0;

}



.alignright {

	float: right;

	margin: 0 0 0 10px;

}



.wp-caption {

	text-align: center;

}



p.wp-caption-text {

	font-size: 11px;

	line-height: 12px;

	padding: 2px 0 4px;

}



.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 {

	border: 1px solid #e5e5e5;

	padding: 4px 8px;

}



.navigation li a:hover,

.navigation li.active a {

	background-color: #f5f5f5;

	text-decoration: none;

}





/* Primary Sidebars

------------------------------------------------------------ */



.sidebar {

	background: #f5f5f5;

	display: inline;

	float: right;

	font-size: 13px;

	line-height: 20px;

	padding: 20px 20px 5px;

	width: 250px;

}



.sidebar p {

	font-size: 13px;

	line-height: 20px;

}



.sidebar-content #sidebar {

	float: left;

}



.sidebar .widget {

	border-bottom: 1px solid #e5e5e5;

	margin: 0 0 15px;

	padding: 0 0 20px;

}



.widget-area ul {

	margin: 0;

}



.widget-area ul li {

	border-bottom: 1px dotted #e5e5e5;

	list-style-type: none;

	padding: 3px 0;

 	word-wrap: break-word;

}



.widget-area ol {

	margin: 0 0 0 20px;

}



.widget-area ol li {

	list-style-type: decimal;

}





/* Dropdowns

------------------------------------------------------------ */



#cat,

.widget_archive select {

	background-color: #fff;

	display: inline;

	font-size: 12px;

	margin: 2px 0 0;

	padding: 3px;

	width: 100%;

}





/* Featured Page / Post

------------------------------------------------------------ */



.featuredpage,

.featuredpost {

	clear: both;

	overflow: hidden;

}



.featuredpage .page,

.featuredpost .post {

	border: none;

	margin: 0 ;

	overflow: hidden;

	padding: 0;

}





/* User Profile

------------------------------------------------------------ */



.user-profile {

	overflow: hidden;

}





/* Buttons

------------------------------------------------------------ */



div.gform_footer input.button,

.enews #subbutton,

.searchsubmit,

#submit {

	background-color: #333;

	border: 1px solid #333;

	color: #fff !important;

	cursor: pointer;

	font-size: 12px;

	font-weight: normal;

	padding: 2px 6px;

	text-decoration: none;

	text-transform: uppercase;

}



#nav .searchsubmit {

	display: none;

}



div.gform_footer input.button:hover,

.enews #subbutton:hover,

.searchsubmit:hover,

#submit:hover {

	background-color: #09f;

	border: 1px solid #09f;

	color: #fff;

	text-decoration: none;

}





/* Search Form

------------------------------------------------------------ */



#header .searchform {

	background: url(images/search.png) no-repeat;

	display: block;

	float: right;

	height: 40px;

	margin: 30px 20px 0 0;

	width: 250px;

}



#header .s,

#header .searchsubmit {

	background: none;

	border: 0;

	display: block;

	float: left;

}



#header .s {

	color: #999;

	font-family: 'Francois One', sans-serif;

	font-size: 12px;

	height: 40px;

	line-height: 40px;

	margin: 0;

	padding: 0 0 0 10px;

	width: 200px;

}



#header .searchsubmit {

	cursor: pointer;

	height: 40px;

	margin: 0;

	padding: 0;

	text-indent: -9999px;

	text-transform: capitalize;

	width: 40px;

}



#nav .searchform {

	float: right;

	margin: 1px 0 0;

}



.s {

	background-color: #fff;

	font-size: 12px;

	margin: 5px 1px 0 0;

	padding: 4px 0 5px 7px;

	width: 175px;

}



#nav .s {

	background-color: #191919;

	border: 1px solid #101010;

	color: #999;

	font-family: 'Francois One', sans-serif;

	font-size: 12px;

	height: 25px;

	line-height: 25px;

	margin: 5px 1px 0 0;

	padding: 0 0 0 5px;

	width: 175px;

}





/* eNews and Update Widget

------------------------------------------------------------ */



.enews #subbox {

	background-color: #fff;

	font-size: 12px;

	margin: 5px 5px 0 0;

	padding: 4px 0 5px 7px;

	width: 195px;

}





/* 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 {

	font-weight: bold;

	margin: 10px 0 0;

}



#wp-calendar td {

	padding: 2px;

	text-align: center;

}





/* Footer Widgets

------------------------------------------------------------ */

 

#footer-widgets {

	background-color: #f5f5f5;

	clear: both;

	font-size: 12px;

	margin: 0 auto 0;

	overflow: hidden;

	padding: 20px 15px 5px;

	width: 930px;

}

 

#footer-widgets .widget {

	background: none;

	border: none;

	padding: 0;

}



#footer-widgets p {

	padding: 0 0 15px;

}

 

#footer-widgets ul {

	margin: 0 0 15px;

}



.footer-widgets-1 {

	float: left;

	padding: 0 30px 0 0;

	width: 290px;

}



.footer-widgets-2 {

	float: left;

	width: 290px;

}



.footer-widgets-3 {

	float: right;

	width: 290px;

}





/* Footer

------------------------------------------------------------ */



#footer {

	background: #151515;

	clear: both;

	font-family: 'Francois One', sans-serif;

	font-size: 12px;

	overflow: hidden;

	margin: 0 auto;

	padding: 10px;

	width: 940px;

}



#footer p {

	color: #777;

	font-family: 'Francois One', sans-serif;

	font-size: 12px;

}



#footer a,

#footer a:visited {

	color: #999;

	text-decoration: none;

}



#footer a:hover {

	color: #09f;

	text-decoration: none;

}



#footer .gototop {

	float: left;

	width: 180px;

}



#footer .creds {

	float: right;

	text-align: right;

	width: 755px;

}





/* Comments

------------------------------------------------------------ */



#comments,

#respond {

	margin: 0 0 30px;

	overflow: hidden;

}



#comments {

	font-size: 13px;

	line-height: 20px;

}



#comments #respond {

	margin: 15px 0 0;

}



#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 {

	margin: 0;

	padding: 10px;

}



.comment-list li,

.ping-list li {

	font-weight: bold;

	list-style: none;

	margin: 10px 0 0;

	padding: 10px;

}



.comment-list li ul li {

	list-style-type: none;

}



.comment-list p,

.ping-list p {

	font-size: 13px;

	font-weight: normal;

	line-height: 20px;

	margin: 10px 5px 10px 0;

	padding: 0;

	text-transform: none;

}



.comment-list ul.children {

	margin-top: 20px;

}



.comment-list cite,

.ping-list cite {

	font-style: normal;

	font-weight: bold;

}



.commentmetadata {

	font-weight:normal;

}



.comment-author {

	font-size: 12px;

	font-weight: bold;

}



.comment-meta {

	border-bottom: 1px solid #e5e5e5;

	font-size: 10px;

	padding: 0 0 10px;

}



.comment-reply-link {

	font-size: 10px;

	text-transform: uppercase;

}



.nocomments {

	text-align: center;

}



#comments .navigation {

	display: block;

	padding: 0;

}



.bypostauthor {}



.thread-even,

.thread-even .comment {

	background: #f5f5f5;

}



.thread-even .alt {

	background: #fff;

}



.thread-odd,

.thread-odd .comment {

	background: #fff;

}



.thread-odd .alt {

	background: #f5f5f5;

}



.alt,

.depth-1,

.even {

	border: 1px solid #e5e5e5;

}





/* Gravity Forms

------------------------------------------------------------ */



div.gform_wrapper input,

div.gform_wrapper select,

div.gform_wrapper textarea {

	color: #444 !important;

	font-size: 13px !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;

}
/* Front Page
------------------------------------------------------------ */
 
.home-top,
.home-bottom {
    clear: both;
    overflow: hidden;
}
 
.home-top .widget-area {
    float: left;
    margin: 20px 2%;
    width: 29%;
}
 
.home-bottom .widget-area {
    float: left;
    margin: 20px 1%;
    width: 23%;
}

#prodBuybox {
background-color: #fff9de;
margin: 0px;
padding: 10px 10px 15px 10px;
border: 1px solid #ffc912;
width: 200px;
text-align: center;