/*
	Theme Name: Marketing Pilgrim
	Theme URL: http://www.marketingpilgrim.com
	Description: Genesis Framework child theme
	Author: Rafal Tomal
	Author URI: http://www.studiopress.com
	Version: 3.0
 
	Template: genesis
	Template Version: 1.7.1
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* 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
* Home Title
* Home Widget Areas
* 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
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #282828;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #fff;
}

input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

input[type=text],
textarea {
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,.05);
	box-shadow: inset 3px 3px 3px rgba(0,0,0,.05);
	
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #c5c5c5;
	background-color: #fff;
}

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: #b72022;
	text-decoration: underline;
}

a:hover {
	color: #282828
}

a img {
	border: none;
}

.more-link {
	background: url(images/purple-button.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2e3b6d;
	color: #fff !important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: #364572 -1px -1px;
	width: 160px;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 20px auto;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	height: 115px;
	width: 1190px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 404px;
}
	
#title {
	font-size: 28px;
	font-style: italic;
	line-height: 30px;
	margin: 30px 0 5px 0;
	text-shadow: #fff 1px 1px;
}

#title a,
#title a:hover {
	background: url(images/logo.png) no-repeat;
	color: #333;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 404px;
	height: 34px;
}

#description {
	color: #747474;
	font-size: 13px;
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 728px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	background: url(images/logo.png) no-repeat top left;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.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 {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#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 .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu 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;
}

#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: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#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 {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	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 179px;
}

#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.png) repeat-x;
	clear: both;
	color: #fff;
	overflow: hidden;
}

#nav .wrap {
	width: 1190px;
	margin: 0 auto;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	background: url(images/nav-separator.png) no-repeat 0px 2px;
	color: #ffffff;
	display: block;
	font-size: 12px;
	padding: 10px 10px 8px 55px;
	position: relative;
	text-decoration: none;
	text-shadow: #821718 -1px -1px;
	text-transform: uppercase;
}

#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	font-weight: bold;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/dropdown-arrow.gif) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 20px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 15px;
	position: relative;
	width: 150px;
	text-shadow: #821718 -1px -1px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #fff;
	font-weight: bold;
	background-color: #8d2628;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	background: #a51c1e;
	height: auto;
	left: -9999px;
	padding: 5px 0;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a { 
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/nav-bg.png) repeat-x 0 -46px;
	clear: both;
	color: #fff;
	height: 82px;
	margin: 0;
	overflow: hidden;
}

#subnav .wrap {
	width: 1190px;
	margin: 0 auto;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li.left,
#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 8px 10px 3px;
	position: relative;
	text-decoration: none;
	text-shadow: #1c243b -1px -1px;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: #17224b;
	border-right: 1px solid #526398;
	border-bottom: 1px solid #526398;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 9px;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav .featured a {
	color:#FFF0A0 !important;
}

#subnav li a .sf-sub-indicator {
	background: url(images/dropdown-arrow.gif) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 17px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	border: none;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 0px 10px;
	position: relative;
	text-transform: uppercase;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #fff;
	background-color: #2c3a6b;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	background: #17224b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
	padding: 3px;
}

#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;
}

#subnav li.left {
	background: url(images/subnav-bg.png) no-repeat right;
	height: 64px;
	line-height: 67px;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	width: 110px;
}

#subnav li.right {
	background: url(images/subnav-social-bg.png) repeat-x;
	float: right;
	margin: 0 0 0 -100px;
	padding: 0;
}

#subnav li.right .start {
	background: url(images/subnav-social-left.png) no-repeat;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	height: 64px;
	width: 109px;
}

#subnav li.right .end {
	background: url(images/subnav-social-right.png) no-repeat;
	float: right;
	margin: 0 -70px 0 25px;
	padding: 0;
	height: 64px;
	width: 109px;
}

#subnav li.right .icon-rss,
#subnav li.right .icon-fb,
#subnav li.right .icon-tw,
#subnav li.right .icon-li,
#subnav li.right .icon-gplus,
#subnav li.right .icon-mail {
	background: url(images/icon-li.png) no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin: 14px 0px 0;
	padding: 0;
	width: 38px;
}

#subnav li.right a:hover {
	border: 0;
}

#subnav li.right .icon-rss {
	background: url(images/icon-rss.png) no-repeat;
}


#subnav li.right .icon-fb {
	background: url(images/icon-fb.png) no-repeat;
}

#subnav li.right .icon-tw {
	background: url(images/icon-tw.png) no-repeat;
}

#subnav li.right .icon-li {
	background: url(images/icon-li.png) no-repeat;
}

#subnav li.right .icon-gplus {
	background: url(images/icon-gplus.png) no-repeat;
}

#subnav li.right .icon-mail {
	background: url(images/icon-mail.png) no-repeat;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 40px auto 0;
	overflow: hidden;
	width: 1190px;
}


/* Home Title
------------------------------------------------------------ */

#home-title {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	text-align: center;
}

#home-title h4 {
	border: none;
	font-size: 24px;
	margin-bottom: 15px;
}

#home-title .textwidget p {
	color: #666;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border-bottom: 1px dotted #ddd;
	color: #666;
	font-style: italic;
	margin: 0 0 30px;
	padding: 0 15px 10px 0;
	text-shadow: #fff 1px 1px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 1190px;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 730px;
	margin-right: 40px;
}

.sidebar-content #content {
	float: right;
	margin-left: 40px;
	margin-right: 0;
}

.full-width-content #content {
	width: 1190px;
}

blockquote {
	background: #f6f6f6;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
	margin: 5px 0 25px;
	padding: 30px 35px 10px;
	text-shadow: #fff 1px 1px;
}

blockquote p {
	color: #5c5c5c;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}

.post {
	float: right;
	margin: 0;
	padding: 0 0 40px;
	width: 580px
}

.post-wrap {
	border-bottom: 10px solid #f6f6f6;
	clear: both;
	display: block;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}

.share-buttons {
	padding: 20px 0;
	text-align: center;
	list-style: none;
}

.share-buttons li {
	text-align: center;
	padding: 5px 0;
	list-style: 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;
	font-weight: bold;
	margin-bottom: 10px;
}

h1,
h2.entry-title,
h2.entry-title a,
h2.entry-title a:visited {
	color: #b72022;
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
}

h2.entry-title a:hover {
	color: #282828;
	text-decoration: none;
}

.entry-content h2 {
	font-size: 30px;
	line-height: 38px;
	margin-top: 20px;
}

h3 {
	font-size: 26px;
	line-height: 34px;
	margin-top: 20px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 20px;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 20px;
	text-transform: uppercase;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0 0 15px 25px;
}

.entry-content ul li {
	list-style-type: square;
}


/* Post Info
------------------------------------------------------------ */

.post-info,
.byline {
	color: #888888;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12px !important;
	font-style: italic;
	margin: 15px 0 15px;
	padding: 0 0 5px;
}

.post-info .date,
.byline .date {
	color: #565656;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.extra-post-info {
	display: block;
	float: left;
	margin: 0 0 20px 0;
	text-align: center;
	width: 110px;
}

.extra-post-info .author {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

.extra-post-info .author em {
	color: #a9a9a9;
	text-transform: lowercase;
	font-style: italic;
}

.extra-post-info .author a {
	text-decoration: none;
	text-align: center;
}

.extra-post-info .author .avatar {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	margin: 0 auto 5px;
	padding: 1px;
}

.extra-post-info .comments {
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	margin: 10px 0 0;
	padding: 15px 0 8px;
}

.extra-post-info .comments a {
	color: #565656;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.extra-post-info .comments .comment-box a {
	background: url(images/comments.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	text-shadow: #5d5d5d -1px -1px;
	width: 47px;
}

#scroller {
	position: absolute;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #f6f6f6;
	clear: both;
	color: #505050;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12px;
	font-style: italic;
	padding: 20px 10px;
}

.post-meta a {
	font-weight: bold;
	font-style: normal;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


.author-box h1 {
	display: inline;
	font-size: 20px;
}

.author-box p {
	font-size: 12px;
	line-height: 20px;
}


/* 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;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #eee;
	padding: 5px;
}

.author-box .avatar {
	float: left;
	margin: 0 20px 20px 0;
	background-color: #fff !important;
}

.post-image {
	margin: 0 20px 20px 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 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 20px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 20px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 5px;
	margin: 0 0 30px;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: #dfdfdf;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #6e6e6e;
	font-size: 12px;
	padding: 5px 8px;
	text-shadow: #fff 1px 1px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background: #b72022;
	border: 1px solid #a51c1e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-shadow: #90191b -1px -1px;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	background-color: #f7f7f7;
	display: inline;
	float: right;
	width: 420px;
}

.sidebar-content #sidebar {
	float: left;
}

#sidebar .widget {
	border-bottom: 1px solid #fff;
	color: #565656;
	font-size: 14px;
	line-height: 22px;
	padding: 20px;
	text-shadow: #fff 1px 1px;
}

#sidebar .sidebar-left {
	border-right: 1px solid #fff;
	float: left;
	margin-right: -1px;
	width: 210px;
}

#sidebar .sidebar-right {
	border-left: 1px solid #fff;
	float: right;
	width: 209px;
}

.widget-area .textwidget {
}

.widget-area p {
	color: #565656;
	font-size: 14px;
	line-height: 22px;
	text-shadow: #fff 1px 1px;
}

h4.widgettitle {
	border-bottom: 3px double #d7d7d7;
	color: #343333;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 15px 0;
	padding: 0 0 10px;
	text-shadow: #fff 1px 1px;
}

.widget-area ol {
	margin: 10px 0 0 25px;
}

.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	border-bottom: 1px dotted #c6c6c6;
	list-style: none;
	margin: 0;
	padding: 10px 0;
 	word-wrap: break-word;
}

.widget-area ul li a {
	font-weight: bold;
}

.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;
}

#sidebar #cat,
#sidebar .widget_archive select {
	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 {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.featuredpage h2,
.featuredpage h2 a,
.featuredpost h2,
.featuredpost h2 a {
	font-size: 16px;
	line-height: 20px;
}

.featuredpost img, .featuredpage img {
	margin-bottom: 20px;
}

.featuredpage .more-link {
	display: block;
	margin: 10px 0;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
}

.user-profile .posts_link {
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3c4b83;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 15px;
	text-decoration: none;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #b72022;
	border: none;
	color: #fff;
	text-decoration: none;
}

.thdrpy {
	display: none;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	background: #fff;
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 170px;
}

#nav .s {
	background: url(images/search-icon.png) no-repeat right #fff;
	border: 1px solid #a51c1e;
	-webkit-box-shadow: inset 1px 1px 1px 1px #ccc;
	-moz-box-shadow: inset 1px 1px 1px 1px #ccc;
	box-shadow: inset 1px 1px 1px 1px #ccc;
	margin: 5px 0 0 0;
	padding: 4px 10px 2px;
	color: #888;
	width: 250px;
}

#nav .searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	background: #fff;
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 190px;
}


/* 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
------------------------------------------------------------ */

#footer {
	border-top: 1px solid #e2e2e2;
	clear: both;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 30px 0 10px 0;
	width: 1190px;
}

#footer p {
	color: #6e6e6e;
	font-size: 12px;
}

#footer a,
#footer a:visited {
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 700px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 20px 0 0;
	overflow: hidden;
}

#respond {
	margin: 0 0 40px;
}

#comments h3,
#respond h3 {
	font-size: 24px;
}

#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: 30px;
}

.comment-list li ul li {
	background: #fff;
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	margin: 10px 0;
}

.comment-list .children {
	margin-top: 40px;
}

.comment-list .comment-content {
	margin-bottom: 20px;
}

.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: #fafafa;
}

.alt,
.depth-1,
.even {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.comment-childs {
	padding: 20px;
	border: none;
}

/* Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Helvetica, Arial, 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;
}


.wpcf7 input[type=text],
.wpcf7 textarea {
	background-color: white;
	border: 1px solid #BBB;
	padding: 5px 10px;
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	-moz-box-shadow: inset 1px 1px 1px #ccc;
	box-shadow: inset 1px 1px 1px #ccc;
}

.wpcf7-submit {
	background: #3c4987;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	padding: 6px 15px 5px;
	cursor: pointer;
	border-left: 1px solid #2e3970;
	border-right: 1px solid #2e3970;
	border-top: 1px solid #2e3970;
	border-bottom: 3px solid #2e3970;
}


/* Custom
------------------------------------------------------------ */

.gray-box {
	background: #f6f6f6;
	padding: 20px;
	text-shadow: #fff 1px 1px;
}

/* Similar Posts */
#after-post-extras {
	margin-top: 40px;
	overflow: hidden;
}

#similar-posts {
	border-right: 4px solid #f6f6f6;
	float: left;
	padding: 0 40px 30px 0;
	width: 320px;
}

#similar-posts h4 {
	font-size: 18px;
}

#similar-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#similar-posts ul li {
	border-bottom: 1px dotted #cccccc;
	display: block !important;
	font-size: 14px;
	line-height: 20px;
	list-style: none;
	margin: 0 !important;;
	padding: 10px 0 !important;;
	width: auto !important;
}

#similar-posts ul li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#similar-posts .related_post_title,
#similar-posts .wp_rp_thumbnail {
	display: none !important;
}

#after-post-extras .ad {
	padding: 40px 0 0 20px;
	width: 340px;
	float: left;
}


/* Channel sponsor - before post */
#channel-sponsor-top {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 40px;
}

#channel-sponsor-top h2 {
	color: #b72022;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#channel-sponsor-top p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

#channel-sponsor-top a {
	font-weight: bold;
}

#channel-sponsor-top .img {
	float: left;
	width: 150px;
	margin-right: 20px;
}

#channel-sponsor-top .txt {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 500px;
}


/* Channel sponsor - after post */
#channel-sponsors {
	margin: 40px 0;
}


/* Banners Widget */
.bannerads {
	overflow: hidden;
}

.bannerads .ad {
	float: left;
	height: 150px;
	margin: 5px;
	width: 180px;
	overflow: hidden;
}

#content #channel-sponsors h4 {
	color: #a2a2a2;
	border: none;
	float: left;
	font-size: 18px;
	line-height: 24px;
	padding-top: 35px;
	text-align: center;
	width: 120px;
}

#content #channel-sponsors .ads {
	width: 590px;
	margin-left: 125px;
}

#content #channel-sponsors .widgettitle {
	display: none;
}


/* Channel Updates - widget */
.accordion div.content {
	background: #fff;
	border: 1px solid #9d9d9d;
	padding: 0;
}

.accordion ul li {
	color: #3c4b83;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}

.accordion ul li a {
	color: #3c4b83;
	display: block;
	padding: 7px 12px;
}

.accordion ul li a:hover {
	color: #b72022;
}

.accordion h3 {
	background: url(images/acc-bg.png) repeat-x #ededed;
	border: 1px solid #9d9d9d;
	color: #333333;
	font-size: 11px;
	line-height: 11px;
	text-shadow: #fff 1px 1px;
	text-decoration: none;
	padding: 0;
	margin: 1px 0;
}

.accordion h3 a {
	background: url(images/arrow-down.gif) no-repeat right;
	color: #333333;
	display: block;
	font-size: 11px;
	text-shadow: #fff 1px 1px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
}

.accordion a.more {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 7px 12px;
}

#channel-updates-left {
	float: left;
	margin-right: 20px;
	width: 180px;
}

#channel-updates-right {
	float: right;
	width: 180px;
}





table {
	margin: 0 !important;
	padding: 0;
}

table td {
	padding: 10px;
}



/* 5b-a. TAB-BLOCK
----------------------------------------------------------------------------- */

.tab-block ul {
	background: #FFFFFF;
	border: solid #D3D3D3;
	border-width: 1px 1px 0;
	list-style: none;
}

	.tab-block ul li{ 
		display: block !important;
		padding: 10px 15px;
		float: none !important;
		border-bottom: 1px solid #D3D3D3 !important;
	}

	.tab-block ul li.alt{
		background: #FAFCFF;
		border: none;
	}
	
		.tab-block ul li a:link,
		.tab-block ul li a:visited{ 
			font-weight: bold;
			text-decoration: none; 
		}

/* 5b-b. TABS
----------------------------------------------------------------------------- */
		
#tabs ul{
	list-style: none;
	margin: 0;
	padding: 0 0;
}

	#tabs ul li{
		float: left;
		border-bottom: 0px;
	}

	#tabs ul.ui-tabs-nav a:link,
	#tabs ul.ui-tabs-nav a:visited{
		color: #757575;
		display: block !important;
		font-size: 11px;
		font-weight: bold;
		padding: 10px 20px 8px;
		text-decoration: none;
		text-transform: uppercase;
	}

	#tabs ul.ui-tabs-nav  a:hover,
	#tabs ul.ui-tabs-nav  a:active{
		color: #B71618;
	}
	
	#tabs ul.ui-tabs-nav  li.ui-tabs-selected a:link,
	#tabs ul.ui-tabs-nav  li.ui-tabs-selected a:visited{
		background: #FFFFFF;
		border: 1px solid #D3D3D3;
		border-width: 1px 1px 0;
		color: #B71618;
	}

.ui-tabs-panel{ margin-top: -11px; }


.ui-tabs-hide{ display: none; }




.float-clear:after{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}


/* Mobile Nav
------------------------------------------------------------ */

#mobile-nav {
	display: none;
}

#mobile-nav .accordion {
	width: 50%;
	float: left;
}

#mobile-nav .accordion ul,
#mobile-nav .accordion li {
	list-style: none;
	background: #fff;
}

#mobile-nav .accordion li {
	border-bottom: 1px solid #ddd;
}

#mobile-nav .accordion ul {
	display: none;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {
	
	body {
		width: 95%;
		margin: 0 auto;
	}
	
	.sidebar,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#header .wrap,
	#inner,
	#inner .wrap,
	#nav .wrap,
	#sidebar-alt,
	#subnav,
	#title-area,
	#footer,
	#footer .wrap,
	#top-signup .inner,
	#header,
	#content-sidebar-wrap,
	#sidebar,
	#sidebar .sidebar-left,
	#sidebar .sidebar-right,
	#channel-updates-left,
	#channel-updates-right,
	#channel-sponsor-top .txt,
	#similar-posts,
	#after-post-extras .ad  {
		width: 100%;
	}
	
	#header .widget-area {
		width: 100%;
	}
	
	#content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 100% !important;
	}
	
	#title {
		float: none;
		margin: 0px;
	}
		
	#title-area {
		background: none;
	}
	
	#title a, #title a:hover {
		margin: 0 auto;
		background: url(images/logo-small.png) no-repeat;
	}
	
	#header {
		height: auto;
	}
	
	#header .widget-area {
		display: none;
	}
	
	#description {
		float: none;
		margin: 0;
		text-align: center;
	}
	
	#top-signup {
		display: none;
	}
	
	#nav,
	#subnav {
		height: auto;
		display: none;
	}
	
	#nav li,
	#subnav li {
		background: none;
		border-bottom: 1px solid #ccc;
		float: none;
		text-align: center;
		padding: 0;
	}
	
	#nav li a,
	#subnav li a {
		background: none;
		margin: 0;
		padding: 5px 0;
	}
	
	#subnav .wrap {
		width: auto;
	}
	
	#nav li a {
		background: #b72022;
		color: #fff;
	}
	
	#nav li.search { 
		display: none;
	}
	
	#subnav li a {
		background: #3c4b83;
		color: #fff;
	}
	
	#subnav li a:hover {
		padding: 0;
	}
	
	#subnav li.left {
		display: none;
	}
	
	#nav li li,
	#subnav li li {
		border-bottom: none;
	}
	
	#nav li.right,
	#subnav li.right {
		background: none;
		float: none;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	#subnav li.right .end,
	#subnav li.right .start {
		display: none;
	}
	
	/*#subnav li.right {
		float: none;
		margin: 0;
	}*/
	
	.extra-post-info {
		display: none;
	}
	
	.post {
		float: left;
		width: 100%;
	}
	
	#channel-sponsors h4 {
		display: none;
	}
	
	#content #channel-sponsors .ads {
		margin: 0;
		width: 100%;
	}
	
	#tabs ul.ui-tabs-nav a:link, #tabs ul.ui-tabs-nav a:visited {
		padding: 10px 10px;
	}
	
	#mobile-nav {
		display: block;
	}
	
	#mobile-nav #subnav {
		display: block;
		background: none;
	}
	
	#mobile-nav #subnav li {
		border: none;
	}


}

@media only screen and (min-width: 600px) and (max-width: 960px) {
	
	body {
		width: 95%;
		margin: 0 auto;
	}
	
	.sidebar,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#header .wrap,
	#inner,
	#inner .wrap,
	#nav .wrap,
	#sidebar-alt,
	#subnav,
	#title-area,
	#footer,
	#footer .wrap,
	#top-signup .inner,
	#header,
	#content-sidebar-wrap,
	#sidebar  {
		width: 100%;
	}
	
	#header .widget-area {
		display: none;
	}
	
	#sidebar .sidebar-left,
	#sidebar .sidebar-right {
	 	width: 50%;
	}
	
	
	#channel-updates-left,
	#channel-updates-right {
		width: 48%;
	}
	
	#nav li a {
		background: none;
		margin: 0;
		padding: 10px 20px;
	}
	
	#nav li.search { 
		display: none;
	}
	
	#title a, #title a:hover {
		margin: 0 auto 20px;
	}
	
	#header {
		height: 50px !important;
	}
	
	#nav li.right,
	#subnav li.right {
		display: none;
	}
	
}



@media only screen and (min-width: 960px) and (max-width: 1190px) {
	
	#header .widget-area {
		display: none;
	}
	
	#nav,
	#subnav {
		width: 1190px;
	}
	
	#nav .wrap,
	#subnav .wrap {
		width: 100%;
	}
	
	/*#nav li.search { 
		display: none;
	}
	
	#nav li.right,
	#subnav li.right {
		display: none;
	}*/
	
}




