/*
	Theme Name: IndyCast Child Theme
	Theme URL: http://www.theindycast.com
	Description: This is the IndyCast child theme for for use with the Genesis Framework.
	Author:
	Author URI:
	Version: 1.0
	Template: genesis
*/

/**
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit
 * this file under any circumstances. Please do all modifications
 * in the form of a child theme.
 */

/* Table of Contents

* Defaults
* 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
* Featured Post Grid
* Headlines
* Unordered / Ordered 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

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #230e04;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#footer input, #footer textarea, #searchbar input, #searchbar textarea {color:#402717;}

html {
	background:url(images/ic_bg.jpg) repeat;
}

/* body {
	background:url(images/ic_bg2.jpg) no-repeat top center;
}
*/

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #e9b978;
	border: 1px solid #402717 !important;
}

#footer input,
#footer select,
#footer textarea,
#footer .taxonomy-description,
#searchbar input,
#searchbar select,
#searchbar textarea,
#searchbar .taxonomy-description {
	background-color: #e9b978;
	border: 1px solid #402717;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.contact-form input,
.contact-form textarea {
	border:0;
	padding:5px;
	margin:0;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #754927;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.sansunder {text-decoration:none;}


/* Wrap
------------------------------------------------------------ */

#wrap,
.site-container {
	margin: 0 auto;
	max-width: 870px;
	width: 870px;
}


/* Header
------------------------------------------------------------ */

#header,
.site-header {
	height: 223px;
	width: 870px;
	position: static;
}

#wel_contact {
	background:url(images/ic_welc.png) no-repeat top right;
	height:205px;
	width:353px;
	position:relative;
	float:right;
	top:-38px;
}

#wel_contact a {
	display:block;
	height:205px;
	width:353px;
}

#header .wrap,
.site-header .wrap {
	position:static;
}

#burst {
	background:url(images/ic_bg2.jpg) no-repeat top left;
	z-index:-1;
	position:relative;
	top:-700px;
	left:-300px;
	height:759px;
	width:1085px;
}

#indyswing {
	background:url(images/indyswing.png) no-repeat;
	position:relative;
	top:0;
	left:-97px;
	width: 278px;
	height: 654px;
	z-index:2;
}

#title-area,
.title-area {
	float: left;
	overflow: hidden;
	width:300px !important;
	height:187px !important;
	background:url(images/ic_logo.png) no-repeat;
	position:relative;
	top:20px;
	left:185px;
}

#title,
.site-title {
	width:300px !important;
	height:187px !important;
}

#title a,
#title a:hover,
.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
	width:300px !important;
	height:187px !important;
	text-indent: -9999px;
	display: block;
}

#description,
.site-description {
	font-size: 12px;
	font-style: italic;
	display: none;
}

#header .widget-area,
.site-header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image .title-area,
.header-image #title,
.header-image .site-title,
.header-image #title a,
.header-image .site-title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description,
.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width .title-area,
.header-full-width #title,
.header-full-width .site-title,
.header-full-width #title a,
.header-full-width .site-title a {
	width: 870px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav,
.nav-primary {
	background-color: #230e04;
	width: 100%;
}

#nav .wrap,
.nav-primary .wrap {
	clear: both;
	color: #E9B978;
	overflow: hidden;
	text-transform: uppercase;
	margin: 0 auto;
	width: 870px;
}

#nav ul,
.nav-primary ul {
	float: left;
	width: 100%;
}

#nav li:hover a {background:url(images/ic_menu_bg.png) bottom center no-repeat;color:#e9b978;}
.nav-primary li:hover a {background:url(images/ic_menu_bg.png) bottom center no-repeat;color:#e9b978;}

#nav li,
.nav-primary li {
	float: left;
	list-style-type: none;
}

#nav li a,
.nav-primary li a {
	color: #E9B978;
	display: block;
	font-size: 15px;
	padding: 10px 13px 8px;
	position: relative;
	text-decoration: none;
}

.menu-item a {
	font-family: 'Carter One', arial, serif;
}

.menu-item li a {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
	background: #230e04;
	color: #e9b978;
}

#nav .dd a:hover,
#nav .dd a:active,
.nav-primary .dd a:hover,
.nav-primary .dd a:active {
	background: url(images/ic_menu_bg.png) bottom center no-repeat;
	color: #e9b978;
}


#nav li a.sf-with-ul,
.nav-primary li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator,
.nav-primary li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a .sf-sub-indicator,
.nav-primary li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul,
.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a,
.nav-primary li ul a {
	width: 160px;
}

#nav li ul ul,
.nav-primary li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul,
.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}

#nav li li a, #nav li li a:link, #nav li li a:visited,
.nav-primary li li a, .nav-primary li li a:link, .nav-primary li li a:visited {
	background:#402717;
	color: #b18d5c;
	border:1px solid #754927;
	border-top-width:0;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
.nav-primary li li a:hover {
	background:#402717 !important;
}



/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right,
.nav-primary li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a,
.nav-primary li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover,
.nav-primary li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search,
.nav-primary li.search {
	padding: 0 10px;
}

#nav li.rss a,
.nav-primary 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,
.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}

/* Modern Genesis Menu Support */
.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #402717;
	border: 1px solid #754927;
	border-top-width: 0;
	color: #b18d5c;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 180px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #402717 !important;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 870px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a {
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Frame

-----------------*/

.wrapper {width:870px;}
.frame {background:url(images/ic_bor_t.png) no-repeat; height:58px;}
.corner {width:10px;height:10px;position:absolute;background:red;}
.ctl {top:0;left:0;}
.ctr {top:0;right:0;}
.cbl {bottom:0;left:0;}
.cbr {bottom:0;right:0;}
.frame_bot {background:url(images/ic_bor_b.png) repeat-x bottom left; height:58px;}
.frame_left {background:url(images/ic_bor_l.png) repeat-y top left;}
.frame_right {background:url(images/ic_bor_r.png) repeat-y top right;}


/* Inner
------------------------------------------------------------ */

#inner,
.site-inner {
	background:#230e04;
	padding: 0;
	overflow: hidden;
	margin:0 auto;
	width: 806px;
	position: relative;
	z-index:1;
}

#innerbordertop {
	background:url(images/ic_bor_t.png) top left no-repeat;
	width:898px;
	height:58px;
	position:absolute;
	top:220px;
	z-index:0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap,
.content-sidebar-wrap {
	float: left;
	width: 616px;
}

.content-sidebar #content-sidebar-wrap,
.content-sidebar .content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 870px;
}

/* Modern Genesis Layout */
.site-inner .content-sidebar-wrap {
	float: left;
	width: 616px;
}

/* Full width content for modern Genesis */
.full-width-content .site-inner .content-sidebar-wrap {
	width: 870px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap,
.full-width-content .content-sidebar-wrap {
	width: 870px;
}


/* Content
------------------------------------------------------------ */

.icintro {
	float: left;
	width: 484px;
	padding: 15px 63px 30px 70px;
	background: url(images/ic_itunes.png) 0 15px no-repeat;
}

.icintro p {
	float:left;
	font-family: 'Carter One', arial, serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	color:#eab879;
	text-align:justify;
	margin-bottom:13px;
	}

.itunesbutton {
	clear:left;
    padding: 3px 20px 3px 10px;
    display: inline;
    background: #402717 url(images/arrow-right.png) 168px -35px no-repeat;
    cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	border: 1px solid #754927;
	text-transform:uppercase;
	text-decoration:none !important;
    }
.itunesbutton:hover {color:#e9b978;background: #402717 url(images/arrow-right.png) 168px 6px no-repeat;
    }

#content-wrap {
	clear:both;
	float:left;
	width: 531px;
	background:#402717;
	padding:10px;
	border: 1px solid #754927;
}

#content,
.content {
	float: left;
	width: 499px;
	background:#e9b978 url(images/ic_cont_top.jpg) top left no-repeat;
	padding:15px;
	border: 1px solid #230e04;
}

/* Modern Genesis Content Structure */
.site-inner #content {
	float: left;
	width: 499px;
	background:#e9b978 url(images/ic_cont_top.jpg) top left no-repeat;
	padding:15px;
	border: 1px solid #230e04;
}

/* Full width content for modern Genesis */
.full-width-content .site-inner #content {
	width: 870px;
}

.navigation a {
	font-family: 'Carter One', arial, serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	color:#714726;
}

.navigation a:hover {
	color:#e9b978;
}


.content-sidebar #content,
.content-sidebar .content,
.sidebar-content #content,
.sidebar-content .content {
	width: 610px;
}

.sidebar-content #content,
.sidebar-content .content,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content #content,
.full-width-content .content {
	width: 870px;
}

blockquote {
	margin: 0 0 15px;
	padding: 15px 15px 0 15px;
	text-align:justify;
}

blockquote h5 {background:#67341a !important;font-size:12px !important;color:#e9b978;padding:5px 10px;margin-bottom:5px;text-transform:uppercase;}
blockquote img {margin-top:6px !important;}
blockquote h5 a .email, blockquote h5 a.email {float:right;font-family:Verdana, Geneva, sans-serif;font-size:10px !important;background:#230e04 !important;color:#e9b978 !important; padding:0 8px;}

.post {
	margin: 0;

}

#sharepost {float:left;width:70px;}
#thepost {float:right;width:445px;position:relative;}
.page #thepost {float:right;width:470px;position:relative;}

#custom-tweet-button a {
    display: block;
    padding: 2px 5px 2px 20px;
	text-decoration:none;
	color:#e9b978;
    background: #67341a !important;
  }

.custom #twitter-counter {
font-size:1.5em;
font-weight:bold;
margin-left:0.5em;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.entry-content a,
.entry-content a:visited {
	color: #230e04;
	font-weight:bold;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content h5 {font-family: 'Carter One', arial, serif;font-size:15px;background:#402717;color:#e9b978;padding:5px 10px;clear:none;}


.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}

.entry-title {background: url(images/ic_postbg.png) top left repeat-y #67341a;border:1px solid #402717;padding:11px 61px 11px 28px;margin-left:23px;margin-bottom:10px;color:#e9b978 !important;text-shadow: 0 2px 1px #402717;font-family: 'Carter One', arial, serif;font-size:15px;text-transform:uppercase;}
.entry-title a {color:#e9b978 !important;text-shadow: 0 2px 1px #402717;font-family: 'Carter One', arial, serif;font-size:15px;text-transform:uppercase;}
.posticons {height:48px;width:48px;background: url(images/posticon.png) top left no-repeat;position:absolute; top:-58px; left:-94px;}
.postdate {height:48px;width:48px;background: url(images/posticon.png) top left no-repeat;position:absolute; top:-5px; left:-94px;}
.postday {text-shadow: -1px 0 #b07137, 0 1px #b07137, 1px 0 #b07137, 0 -1px #b07137;color:#4e2c01;margin-top:13px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:17px;font-weight:bold;line-height:15px;}
.postmonth {text-shadow: -1px 0 #b07137, 0 1px #b07137, 1px 0 #b07137, 0 -1px #b07137;color:#4e2c01;text-align:center;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;font-size:9px;font-weight:bold;line-height:7px;}
.postcomments {height:31px;width:32px;background:url(images/ic_com_bg.png) center center no-repeat;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:17px;font-weight:bold;position:absolute;top:-70px;right:15px;line-height:31px;}
.postcomments a {color:#eab879;}
.icon {height:48px;width:48px;}
.pcast {background:url(images/ic_icon_podcast.png) center center no-repeat}
.audio {background:url(images/ic_icon_audio.png) center center no-repeat}
.video {background:url(images/ic_icon_video.png) center center no-repeat}
.news {background:url(images/ic_icon_news.png) center center no-repeat}
.pic {background:url(images/ic_icon_pic.png) center center no-repeat}
.link {background:url(images/ic_icon_compass.png) center center no-repeat}

.extra-title {background: url(images/ic_postbg.png) top left no-repeat #67341a;border:1px solid #402717;padding:5px 11px 5px 28px;margin-bottom:20px;color:#e9b978 !important;text-shadow: 0 2px 1px #402717;font-family: 'Carter One', arial, serif;font-size:15px;text-transform:uppercase;}
.shownotes {float:right;width:443px;padding-bottom:20px;margin-bottom:10px;border:1px solid #402717;}
.snotes {margin:0 16px 0 16px;padding:10px;border:1px solid #402717;}
.snotes-title {background:#402717;color:#e9b978;font-weight:bold;text-transform:uppercase;margin:0 16px 0 16px;padding:5px 10px;}
.snotes p {display:list-item;list-style-image:url(images/icon-dot2.png);margin-left:13px;font-size:12px;color:#67341a;}
.snotes a, .snotes a.visited {color:#230e04;}

.feedbackbox {clear:both;float:left;width:262px;height:115px;background:#402717;border:1px solid #754927;margin:15px 25px 60px 0}
.feedbackbox h4 {display:none;}
.feedbackbg {position:relative;bottom:48px;left:160px;background:url(images/ic_feedback_bg.png) bottom right no-repeat;width:123px;height:80px;}
#feedbackarea {padding:10px;position:relative;height:97px;}
#feedbackarea .sqquote {color:#e9b978;font-family: 'Carter One', arial, serif;font-size:11px;line-height:15px;text-transform:uppercase;text-align:justify;word-spacing:1px;padding-bottom:10px;}
#feedbackarea .sqauthor, #feedback .sqsource {color:#754927;font-family: 'Carter One', arial, serif;font-size:11px;line-height:11px;text-transform:uppercase;word-spacing:1px;}

.twitterbox {float:left;width:262px;height:115px;background:#402717;border:1px solid #754927;margin:15px 0 60px 0}
.twitterbox h4 {display:none;}
.twitterbg {position:relative;bottom:48px;left:160px;background:url(images/ic_twitter_bg.png) bottom right no-repeat;width:123px;height:80px;}
#twitterarea {padding:10px;position:relative;height:97px;}
#twitterarea li, #twitterarea li a, #twitterarea p {color:#e9b978;font-family: 'Carter One', arial, serif;font-size:11px;line-height:15px;text-transform:uppercase;text-align:justify;word-spacing:1px;}
#twitterarea .timesince {display:block;color:#754927;font-family: 'Carter One', arial, serif;font-size:11px;line-height:11px;text-transform:uppercase;word-spacing:1px;padding-top:10px;}
#twitterarea ul {padding:0;margin:0;}
#twitterarea li {list-style-type:none;}

/* 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 {
	clear: both;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 20px;
	line-height: 24px;
}

.page h1 {
	margin: 0 0 10px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	background-color: #230e04;
	color: #e9b978;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget_sp_image h4 {
	font-family: 'Carter One', arial, serif;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	padding:5px 0;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	margin-bottom:20px;
	background:#c1905c;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
	border:1px solid #402717;
}

.page .size-full-wide {max-width:468px !important;padding:0 !important;margin:0 0 10px !important;}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.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 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background-color: #67341a;
	border: 1px solid #402717;
	padding: 5px 0 0 1px;
	text-align: center;
}


p.wp-caption-text {
	color:#e9b978;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 8px 0 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {display:inline;}
#sidebar,
#sidebar-primary,
.sidebar-primary {
	position:relative;
	float: right;
	width: 51px;
	height:232px;
	background:url(images/ic_soc_bg.png) top right no-repeat;
}

#sidebar-alt,
.sidebar-secondary {
	float: left;
	width: 177px;
	margin-top:400px;
	background:none;
}

/* .sidebar-content-sidebar #sidebar-alt,
.sidebar-content-sidebar .sidebar-secondary {
	float: left;
	margin-top: 380px;
	margin-left: 26px;
} */

#tiptw {height:10px;width:50px;background:#0F0;position:absolute;left:150px;z-index:999;}

.sidebar-content #sidebar,
.sidebar-content #sidebar-primary,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
	margin-left: 0;
}

#sidebar .widget,
#sidebar-primary .widget,
.sidebar-primary .widget {
	margin: 17px 0 0 13px;
}

#sidebar-alt .widget,
.sidebar-secondary .widget {
	margin:0 0 20px;
}

.social-profiles img {padding-bottom:10px;}

.widget-area .textwidget {
	padding: 10px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #e9b978;
	border: 1px solid #402717;
	color: #402717;
	cursor: pointer;
	font-size: 14px;
	font-weight:bold;
	padding: 6px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.contact-submit input {
	cursor:pointer;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#searchbar {
	position:relative;
	left:572px;
	top:11px;
	z-index:999;
	width:235px;
}

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 14px;
	margin: 5px 4px 0 0;
	padding: 6px 0 6px 5px;
	width: 175px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* 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: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer p {font-family:Arial, Helvetica, sans-serif;}

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 870px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer,
.site-footer {
	background:url(images/ic_ftbor.png) repeat-x top left;
	clear: both;
	font-size: 12px;
	text-align:justify;
	overflow: hidden;
	margin-top:60px;
	padding: 12px 0 0;
	width: 100%;
	height: 396px;
}

#footer .wrap,
.site-footer .wrap {
	background:url(images/ic_ftbg.png) repeat top left;
	width: 100%;
	height: 396px;
}

#divwrap {
	width: 870px;
	margin: 0 auto;
	height:396px;
}

#footer p {
	color: #e9b978;
	font-size: 11px;
	padding-bottom:10px;
	line-height:17px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}

.footcopy {
	background:url(images/ic_ft_h_copy.png) top left no-repeat;
	width:230px;
	height:241px;
	padding:30px 20px 0;
	margin-top:25px;
	float:left;
}
.footstory {
	background:url(images/ic_ft_h_story.png) top left no-repeat;
	width:270px;
	height:241px;
	padding:30px 20px 0;
	margin-top:25px;
	float:left;
}
.footrdmquote {
	background:url(images/ic_ft_h_rdm.png) top left no-repeat;
	width:250px;
	height:241px;
	padding:30px 20px 0;
	margin-top:25px;
	float:left;
}
.footlogo {
	height:84px;
	width:161px;
	clear:both;
	float:left;
	background:url(images/ic_logo_sm.png) bottom left no-repeat;
}

.footstory .contact-form label {
display: none !important;
}

.contact-form label span {
	color: #230e04;
}

.contact-form textarea {
	height:100px !important;
}

#footer .sqquote {
	color: #e9b978;
	font-size: 14px;
	padding-bottom:20px;
	line-height:17px;
}

#footer .sqauthor {
	color: #67341a;
	font-size: 12px;
	font-weight:bold;
	padding-bottom:5px;
	line-height:13px;
}

#footer .sqsource {
	color: #4f3421;
	font-size: 10px;
	padding:0;
	line-height:10px;
}

/* Comments
------------------------------------------------------------ */

#comments {
	margin: 0 0 15px;
	overflow: hidden;
	clear:both;
	float:left;
}

#comments h3, #respond h3 {
	font-family: 'Carter One', arial, serif;
	text-transform:uppercase;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

#comments p, #comments a, #comments cite {
	color:#e9b978;
}

#comments .reply a {
	color:#402717;
}

.says {
	color:#714726;
}

.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;
}

.thread-alt,
.thread-even {
	background-color: #402717;
}

.alt,
.depth-1,
.even {
	border: 1px solid #754927;
}


/* 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;
	padding: 4px 5px;
}

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;
}
