/*
	Theme Name: SPY PUB Child Theme
	Theme URI: http://spypublications
	Description: SPY PUB theme for the Genesis Framework is clean, lightweight, and adaptable. Make it yours with a custom menu, header image, and background — then go further with available theme options for Orange, White, Blue, Green, or Red color schemes, and six layout choices. Elle comes equipped with a home page template that transforms your front page into a superb 3-column magazine layout, widget support (Featured Top, Featured Bottom Left, and Featured Bottom Right), and a custom "Genesis - Home Featured" widget to display a slider of your select posts with their featured images.
	Author: Chris Foster & Derek Beck
	Author URI: http://www.spypublications.com/
	Version: 3.0.1
	
	Tags: black, blue, gray, green, orange, red, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
		
	Template: genesis
	Template Version: 1.7

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Top Navigation
* Header 
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constantsƒ
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Home
* 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
* Latest Tweets Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Elle Blue
* Elle White
* Elle Green
* Elle Red
*/

/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:700&v2);


/* Defaults
------------------------------------------------------------ */
#adrotate_widgets-2 h4{display:none;}

body {
	background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f0f1e9;
	border: 1px solid #f0f1e9;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

/********** WP Post Footer ***********/
#wp_post_footer{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #777777;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-top: 20px;
    max-height: 137px;
    max-width: 800px;
}

#wp_post_footer li {
background: url("images/mini_icons2.png") no-repeat scroll -21px -233px transparent !important;
color:#0F447A;
list-style:none outside none;
padding:6px 0 20px 0px !important;
text-decoration:none;
}
#wp_post_footer li a {
background:none;
color:#0F447A;
list-style:none outside none;
padding:6px 0 6px 0px !important;
text-decoration:none;
}
#wp_post_footer .wrap {
padding-bottom:6px;
padding-left: 0px !important;
padding-right:26px;
padding-top:6px;
	margin: 0;



}

#wp_post_footer .wrap .footer_one {
background:none repeat scroll 0 0 transparent;
border-right:4px double #DDDDDD;
display:inline;
float:left;
font-size:11px;
height:auto;
line-height:11px;
margin-left:0;
padding-right:27px;
width:110px;

}

#wp_post_footer .wrap .footer_two {
background: none;
border-right:4px double #DDDDDD;
display:inline;
float:right;
font-size:11px;
height:auto;
margin-top: 5px;
margin-left:0px;
padding:4px;
width:120px;
line-height: 20px;

}

#wp_post_footer h6{
 	background: url("images/contact-small.png") no-repeat scroll left center transparent;
    border-bottom: 1px solid #BBBBBB;
    color: #666666 !important;
    font-size: 1.5em !important;
    line-height: 21px;
    margin: 0 0 0 18px;
    padding-bottom: 3px !important;
    padding-left: 20px !important;

}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f60;
	text-decoration: none;
}

a:hover {
	color: #00abbc;
	text-decoration: none;
}

a img {
	border: none;
}

.content a img {
	border: none;
	max-width: 100%;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 1232px; 
	max-width: 1232px;
}


/* Top Navigation
------------------------------------------------------------ */

.topnav {
	background: none;
	height: 35px;
	margin: 0 auto 20px; 
	padding: 0;
}
	
.topnav .wrap {
	margin: 0 auto;
	text-transform: uppercase;
	width:  100%;
}
	
.topnav a,
.topnav a:visited {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
	
.topnav p {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
.topnav-left {
	float: left;
	margin: 0;
	padding: 8px 0 0;
	width: 26.5625%;
}
	
.topnav-right {
	float: right;
	margin: 0;
	padding: 8px 0 0;
	text-align: right;
	width: 76.9166%;
}
	
.topnavbarright a img {
	border: none;
	margin: 0 3px 1px 0;
	padding: 0;
}
	
.rss-topnav {
	background: url(images/rss.png) no-repeat left;
	padding: 2px 5px 2px 16px;
}

/* Header
------------------------------------------------------------ */

.site-header {
  display: block;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-repeat: no-repeat;
}

.title-area {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 15px 0 0;
	width: 23.9583%;
}
	
.site-title {
	font-family: 'Josefin Slab', Arial, san-serif;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -4px;
	line-height: 105px;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 0 #e6e6e6;
}

.site-title a,
.site-title a:hover {
	color: #00abbc;
	text-decoration: none;
}

.site-description {
	display: none;
}

.site-header .widget-area {
	float: right;
	margin: 0;
	padding: 0;
	width: 75.83%;
}

.site-header .widget-area p {
	margin: 0;
	padding: 0 0 5px;
}
	
.site-header .textwidget {
	margin: 0;
	padding: 15px 0 0;s
}
	
.site-header .widget-area h4 {
	margin: 10px 0 5px;
	padding: 0;
	text-decoration: none;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 134px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 23.95%;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

.site-header ul.nav,
.site-header ul.menu {
	background: #f9510e url(images/nav.png) repeat-x;
	border: 1px solid #bc380b;
	border-left-width: 0;
	color: #fff;
	float: right;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	margin: 30px auto 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-shadow: -1px -1px #bc380b;
	text-transform: none;
	width: auto;
}

.site-header ul.nav ul,
.site-header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header ul.nav li,
.site-header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: none;
}

.site-header ul.nav li a,
.site-header ul.menu li a {
	background: url(images/navline.png) repeat-y left;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 15px 5px 15px;
	position: relative;
	text-decoration: none;
}

.site-header ul.nav li a:hover,
.site-header ul.nav li a:active,
.site-header ul.nav .current_page_item a,
.site-header ul.nav .current-cat a,
.site-header ul.nav .current-menu-item a,
.site-header ul.menu li a:hover,
.site-header ul.menu li a:active,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a {
	background: #dc420e url(images/navhov.png) right top;
	border-left: 1px solid #bc380b;
	color: #fff;
	padding: 4px 15px 5px 14px;
}

.site-header ul.nav li a .sf-sub-indicator,
.site-header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

.site-header ul.nav li li a,
.site-header ul.nav li li a:link,
.site-header ul.nav li li a:visited,
.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
	background: #ef5400;
	border: 1px solid #bc380b;
	border-top-color: #ff6c00;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	position: relative;
	width: 16.66%;
}

.site-header ul.nav li li a:hover,
.site-header ul.nav li li a:active,
.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
	background: #f60;
	border-top-color: #ff7800;
}

.site-header ul.nav li ul,
.site-header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

.site-header ul.nav li ul a,
.site-header ul.menu li ul a {
	width: 16.66%;
}

.site-header ul.nav li ul ul,
.site-header ul.menu li ul ul {
	margin: -32px 0 0 159px;
}

.site-header ul.nav li:hover>ul,
.site-header ul.nav li.sfHover ul,
.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
	
.nav-primary .wrap {
	background: none;
	border-top: 1px solid #bc380b;
	border-bottom: 1px solid #bc380b;

	border-left-width: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-shadow: none !important;
	width: 100%;
}

.nav-primary ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 95%;
}

.nav-primary li {
	float: left;
	list-style-type: none;
}

.nav-primary li a {
	background: none;
	border-bottom: 2px solid #FFFFFF;
	color: #444444;
	display: block;
	padding: 7px 28px 7px 28px;
	position: relative;
	text-decoration: none;
	font-size: 14px;
}

.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: #dc420e url(images/navhov.png) right top;
	border-left:  none
	color: #fff;
	padding: 7px 28px 7px 28px;}

.nav-primary li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background: #ef5400;
	border: 1px solid #bc380b;
	border-top-color: #ff6c00;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 3px 10px;
	position: relative;
	width: 138px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
	background: #f60;
	border-top-color: #ff7800;
}

.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.nav-primary li ul a {
	width: 140px;
}

.nav-primary li ul ul {
	margin: -32px 0 0 159px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
	float: right;
	padding: 4px 10px 0 0;
}

.nav-primary li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

.nav-primary li.right a:hover {
	color: #fff;
	text-decoration: none;
}

.nav-primary li.search {
	padding: 3px 5px 0 0;
}

.nav-primary .searchsubmit {
	font-size: 13px;
}

.nav-primary li.rss a {
	background: url(images/rss.png) no-repeat left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
}

.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left;
	padding: 3px 0 1px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	overflow: hidden;
	text-transform: none;
}

#subnav .wrap {
	background: #f0f1e9;
	color: #444;
	margin: 0 auto;
	overflow: hidden;
	text-shadow: 1px 1px #fff;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 95%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #444;
	display: block;
	font-size: 12px;
	padding: 6px 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: #e3dbd0;
}

#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: #f0f1e9;
	border-bottom: 1px solid #fff;
	color: #444;
	font-size: 11px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	width: 160px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #e3dbd0;
}

#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;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	border-top: 1px solid #e5e5e5;
	margin: 20px auto;
	overflow: hidden;
	padding: 0 0 10px;
	width: 100%;
}

.content-sidebar .site-inner {

}

.sidebar-content .site-inner {
	background: url(images/sidebar-content.png) repeat-y;
}

.sidebar-sidebar-content .site-inner {
	background: url(images/sidebar-sidebar-content.png) repeat-y;
}


.home.content-sidebar-sidebar .site-inner {
	background: none;
}

.content-sidebar-sidebar .site-inner {
	background: url(images/content-sidebar-sidebar.png) repeat-y;
}

.sidebar-content-sidebar .site-inner {
	background: url(images/sidebar-content-sidebar.png) repeat-y;
}


/* Home
------------------------------------------------------------ */

.home .wrap .site-inner {
	background: none;
}

.home .content-sidebar-wrap {
	background-image: none;
	background-repeat: repeat-y;
    background-position: 49px 50%;	
}


.featured-top {
	background: #f0f1e9;
}


.featured-top-bottom{
	float: left;
	width: 70.95%;
}
.featured-top,
.featured-bottom {
	float: left;
	width: 99.95%;
}
	
.featured-bottom-left {
	display: none;
	float: left;
	width: 264px;
}
	
.featured-bottom-right {
	display: none;
	float: right;
	width: 202px;
}

.featured-top .widget,
.featured-bottom .widget {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.featured-top .widget-wrap,
.featured-bottom .widget-wrap {
	padding: 1px;
}

#featured-home-thumb {
	float: left;
	width: 71.875%;
}

#featured-home-thumb .post {
    display: block;
    float: left;
    width: 148px;
    border-bottom: none;
}
#featured-home-thumb .post h2 a{
    color: #444444;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 90% !important;
}    
#featured-home-thumb h4 {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #444444 !important;
    font-size: 18px;
    line-height: 40px !important;
    margin-bottom: 10px;
    margin-top: 1px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 10px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.home .content-sidebar-wrap {
	float: left;
	width: 71.875%;
}

.content-sidebar-wrap {
	float: left;
	width: 66.66%;
}

.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.full-width-content .content-sidebar-wrap {
	width: 100%;
}


/* Content
------------------------------------------------------------ */
.home .content {
    float: left;
    width: 65.95%;
}

.content {
	float: left;
	width: 52.75%;
}

.content-sidebar .content,
.sidebar-content .content {
    border-right: 1px solid #DDDDDD;
    padding-right: 20px;
    width:71.08%;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.content .featured-bottom-left .post,
.content .featured-bottom-left .page,
.content .featured-top .post,
.content .featured-top .page  {
	background: #fff;
   float: left;
    margin: 0;
    padding: 15px 10px 15px 0;
    width: 100%;
	
}
.content .post,
.content .page {
	background: #fff;
	margin: 0;
	padding: 15px 10px 15px 10px;
	float: left;
	width: 100%;
}


.content .featuredpost .post,
.content .featuredpost .page {
	padding: 0 0 15px 0;
}
	
.sidebar-content .content .page,
.sidebar-content-sidebar .content .page,
.sidebar-sidebar-content .content .page,
.sidebar-content .content .post,
.sidebar-content-sidebar .content .post,
.sidebar-sidebar-content .content .post,
.sidebar-content .content .navigation,
.sidebar-content-sidebar .content .navigation,
.sidebar-sidebar-content .content .navigation {
	padding: 15px 0 15px 10px;
}

.sidebar-content-sidebar .content .page,
.sidebar-content-sidebar .content .post,
.sidebar-content-sidebar .content .navigation {
	padding: 15px 10px;
}

.content .genesis-grid-even.post {
    float: right;
    padding: 0 0 15px 20px;
    width: 290px;
    }


.content .genesis-grid-odd.post {
    float: left;
    padding: 0 20px 15px 0;
    width: 290px;
}



blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.entry-content {
	overflow: hidden;
}

.page .widget.featuredgrid ul {
    border-left: 1px solid #DDDDDD;
    float: left;
    margin-top: 34px;
    padding-left: 15px;
    width: 545px;
}

.widget.featuredgrid {
    width: 100%;	
border-bottom: 1px solid #dddddd; float: left; margin-bottom: 40px;}

.entry-content p {
    color: #444444;
    font-family: Georgia,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 20px 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
}

.genesis-grid-odd {
	float: left;
	padding: 0 0 15px;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #00abbc;
	font-weight: bold;
	padding: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited,
.sidebar h4 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 28px;
	margin: 0;
}

.home h2,
.home h2 a,
.home h2 a:visited {
   font-size: 16px;
    letter-spacing: -1px;
    line-height: 21px;
    margin: 0;
    }

.page h1 {
	color: #00abbc;
	margin: 0 0 5px;
}

.author-box h1 {
	display: inline;
}

.home .sidebar h2, .home .sidebar h2 a {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
}

.sidebar h2,
.sidebar h2 a {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
}

h3 {
	font-size: 24px;
	margin: 0 0 15px;
}

h4 {
	font-size: 18px;
}

.featured-bottom-right .widget h4 {
	padding-left: 10px;
}

.widget h4 {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    color: #444444 !important;
    float: left;
    font-family: times;
    font-size: 34px !important;
    letter-spacing: -1px;
    line-height: 33px;
    margin-bottom: 1em;
    text-shadow: none;
    width: 100%;
     padding-top: 10px;
}

.sidebar-alt .widget h4 {
	color: #444;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.widget.genesis_slider {
float: left;
  margin-bottom: 20px;
}
/* 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 {
	border-bottom: 1px dotted #e5e5e5;
	font-size: 11px;
	margin: 0 0 10px;
	padding: 5px 0;
	text-transform: none;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #e5e5e5;
	clear: both;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 5px 0 0;
	text-transform: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 10px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background: none;
	border: 0;
	padding: 0;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.featuredpage img,
.featuredpost img {
	margin: 0 0 10px 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 3px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 20px 20px 20px 0px;
	clear: both;
}

img.alignright {
	display: inline;
	margin: 20px 20px 00px 20px;
}
.genesis-grid-even, 
.genesis-grid-odd {
    margin: 20px auto !important;
}

.home .featuredgrid .alignleft {
	float: left;
	margin: 0 20px 0 0;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.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 {
	background-color: #fff;
	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 {
	background-color: #f0f1e9;
	border: 1px solid #e6e6e6;
	padding: 2px 5px;
	font-weight: normal;
}

.navigation li a:hover,
.navigation li.active a {
	color: #00abbc;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.home .sidebar {
    display: inline;
    float: right;
    width: 302px;
}

.sidebar {
	display: inline;
	float: right;
	width: 25.91%;
}

.sidebar-alt {
	float: left;
	width: 26.04%;
}

.sidebar-content .sidebar,
.sidebar-sidebar-content .sidebar {
	float: left;
}

.content-sidebar-sidebar .sidebar-alt {
	margin-top:25px;
	float: right;
}

.sidebar .widget {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.featuredpost p {
	width: 90%;

}
.sidebar .widget-wrap{
	padding: 10px;
}

.widget-area .textwidget {
	padding: 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
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 0 5px;
	padding: 3px;
	width: 278px;
}

.sidebar #cat,
.sidebar .widget_archive select,
.featured-bottom-left #cat,
.featured-bottom-left .widget_archive select {
	width: 198px;
}

.featured-bottom-right #cat,
.featured-bottom-right .widget_archive select {
	width: 168px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 0 10px;
	float: left;
}

.featuredpost h2,
.featuredpage h2 {
	display: inline;
}

.featuredpost ul {
	margin: 0;
}

.featuredpost ul li {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 0 10px;
}

.featuredpost ul li a {
	font-weight: bold;
	line-height: 16px;
}

.more-from-category {
	margin: 0;
	padding: 0;
}
	
.more-from-category a {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0;
}
	
.more-from-category a:hover {
	color: #00abbc;
	text-decoration: none;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 0 0;
}

.user-profile .posts_link {
	padding: 0;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background: url(images/navhov.png) repeat-x right top;
	border: 1px solid #bc380b;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 3px 4px 4px;
	text-decoration: none;
	text-shadow: -1px -1px #bc380b;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background: url(images/nav.png) repeat-x right top;
	border: 1px solid #bc380b;
	color: #fff;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 40px 0 0;
}

.sidebar .search-form {
	padding: 5px 0 0 10px;
}

.nav-primary .search-form {
	float: right;
}

.search-form-input {
	background: #fff;
	border: 1px solid #bc380b;
	font-family: Arial, san-serif;
	font-size: 12px;
	margin: 0 1px 0 0;
	padding: 5px 0 5px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 0 5px;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 5px 0 5px 5px;
	width: 230px;
}

.sidebar .enews #subbox,
.featured-bottom-left .enews #subbox {
	margin: 5px 0;
	width: 190px;
}

.featured-bottom-left .enews #subbox {
	width: 170px;
}


/* Latest Tweets Widget
------------------------------------------------------------ */

.latest-tweets {
	background: url(images/twitter.png) no-repeat right top;
	margin: 10px 0 0;
	padding: 0;
}
	
.latest-tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.latest-tweets ul li {
	border-bottom: 1px dotted #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
	
.latest-tweets span a {
	color: #aaa;
}

.site-header .latest-tweets {
	padding: 0 30px;
}
	

/* 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 {
	background: url(images/footer.png) repeat-x;
	clear: both;
	color: #888;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 75px;
	text-transform: none;
}

.footer .wrap {
	background-color: #f0f1e9;
	height: 20px;
	margin: 0 auto;
	padding: 10px;
	width: 97.91%;
}

.footer p {
	margin: 0;
	padding: 0;
}

.footer a,
.footer a:visited {
	color: #00abbc;
}

.footer a:hover {
	color: #f60;
	text-decoration: none;
}

.footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 21.875%;
}

.footer .gototop a {
	background: url(images/footer-top.png) no-repeat left;
	padding: 2px 0 2px 18px;
}

.footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 73.95%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	padding: 10px;
	overflow: hidden;
}

#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: normal;
	margin: 15px 0 5px;
	padding: 20px 10px 20px 20px;
}

.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: #f0f1e9;
}

.alt,
.depth-1,
.even {
	border: none;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="phone"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"] {
	color: #444;
	font-family: Arial, 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;
}

/* Elle Blue
------------------------------------------------------------ */
/*

body.elle-blue,
.elle-blue .footer {
	background-color: #62becb;
}

.elle-blue blockquote,
.elle-blue .author-box,
.elle-blue .featured-top,
.elle-blue .breadcrumb,
.elle-blue .sticky,
.elle-blue .taxonomy-description,
.elle-blue .wp-caption,
.elle-blue .thread-alt,
.elle-blue .thread-even,
.elle-blue .navigation li a,
.elle-blue .navigation li.disabled,
.elle-blue .navigation li a:hover,
.elle-blue .navigation li.active a {
	background-color: #f6f6f6;
	border: none;
}

.elle-blue .site-inner {
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	background-color: #fff;
	border: none;
	box-shadow: 0 1px 1px #999;
}

.elle-blue .content .post,
.elle-blue .content .page,
.elle-blue .navigation {
	padding: 15px 10px;
}

.elle-blue .content .featuredpost .post,
.elle-blue .content .featuredpage .post {
	padding: 0 10px 15px 0;
}

.elle-blue .topnav p,
.elle-blue .topnav a,
.elle-blue .topnav a:visited,
.elle-blue .site-header .widget-area,
.elle-blue .site-header .widget-area h4,
.elle-blue .site-header .widget-area a,
.elle-blue .site-header .widget-area a:visited,
.elle-blue #subnav a,
.elle-blue #subnav a:link,
.elle-blue #subnav a:visited,
.elle-blue .footer p,
.elle-blue .footer a,
.elle-blue .footer a:visited {
	color: #fff;
	text-shadow: none;
}

.elle-blue #title a,
.elle-blue #title a:hover {
	color: #fff;
	text-shadow: 1px 1px #328d98;
}

.elle-blue a,
.elle-blue a:visited,
.elle-blue .nav-primary,
.elle-blue .widget h2,
.elle-blue .widget h2 a,
.elle-blue .widget h2 a:visited,
.elle-blue h2 a:hover,
.elle-blue #cat,
.elle-blue .widget_archive select,
.elle-blue .enews #subbox {
	color: #3aa4b1;
}

.elle-blue h1,
.elle-blue h2,
.elle-blue h2 a,
.elle-blue h2 a:visited,
.elle-blue h3,
.elle-blue h4,
.elle-blue h5,
.elle-blue h6,
.elle-blue #featured-top .widget h2 a,
.elle-blue a:hover,
.elle-blue .widget h2 a:hover,
.elle-blue p.more-from-category a {
	color: #e2b842;
}

.elle-blue .site-header ul.nav,
.elle-blue .site-header ul.menu,
.elle-blue .nav-primary .wrap {
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	background: #d0d3c2 url(images/nav-tan.png) repeat-x;
	border: none;
	box-shadow: 0 1px 1px #999;
	color: #777971;
	text-shadow: 1px 1px #eee;
}

.elle-blue .site-header ul.nav li a,
.elle-blue .site-header ul.menu li a,
.elle-blue .nav-primary li a {
	color: #777971;
	text-shadow: 1px 1px #eee;
}

.elle-blue .site-header ul.nav li a:hover,
.elle-blue .site-header ul.nav li a:active,
.elle-blue .site-header ul.nav .current_page_item a,
.elle-blue .site-header ul.nav .current-cat a,
.elle-blue .site-header ul.nav .current-menu-item a,
.elle-blue .site-header ul.menu li a:hover,
.elle-blue .site-header ul.menu li a:active,
.elle-blue .site-header ul.menu .current_page_item a,
.elle-blue .site-header ul.menu .current-cat a,
.elle-blue .site-header ul.menu .current-menu-item a,
.elle-blue .nav-primary li a:hover,
.elle-blue .nav-primary li a:active,
.elle-blue .nav-primary .current_page_item a,
.elle-blue .nav-primary .current-cat a,
.elle-blue .nav-primary .current-menu-item a {
	background: #e4e7d7 url(images/nav-tan-hov.png) repeat-x;
	border-left: 1px solid #c1c1c1;
}

.elle-blue .site-header ul.nav li li a,
.elle-blue .site-header ul.nav li li a:link,
.elle-blue .site-header ul.nav li li a:visited,
.elle-blue .site-header ul.menu li li a,
.elle-blue .site-header ul.menu li li a:link,
.elle-blue .site-header ul.menu li li a:visited,
.elle-blue .nav-primary li li a,
.elle-blue .nav-primary li li a:link,
.elle-blue .nav-primary li li a:visited {
	background-color: #e4e7d7;
	border: 1px solid #dde0d1;
	border-top-color: #f4f6ee;
	color: #777971;
}

.elle-blue .site-header ul.nav li li a:hover,
.elle-blue .site-header ul.nav li li a:active,
.elle-blue .site-header ul.menu li li a:hover,
.elle-blue .site-header ul.menu li li a:active,
.elle-blue .nav-primary li li a:hover,
.elle-blue .nav-primary li li a:active {
	background: #e4e7d7 url(images/nav-tan-hov.png) repeat-x;
}

.elle-blue #subnav .wrap {
	background-color: #3aa4b1;
}

.elle-blue #subnav li a:hover,
.elle-blue #subnav li a:active,
.elle-blue #subnav li li a,
.elle-blue #subnav li li a:link,
.elle-blue #subnav li li a:visited,
.elle-blue #subnav .current_page_item a,
.elle-blue #subnav .current-cat a,
.elle-blue #subnav .current-menu-item a {
	background-color: #7ec9cb;
	text-shadow: none;
}

.elle-blue #subnav li li a:hover,
.elle-blue #subnav li li a:active {
	background-color: #60c0c3;
}

.elle-blue div.gform_footer input.button,
.elle-blue .enews #subbutton,
.elle-blue .reply a,
.elle-blue .reply a:visited,
.elle-blue .searchsubmit,
.elle-blue #submit {
	background: #7ec9cb;
	color: #fff;
	border: 1px solid #60c0c3;
	text-shadow: none;
}

.elle-blue div.gform_footer input.button:hover,
.elle-blue .enews #subbutton:hover,
.elle-blue .reply a:hover,
.elle-blue .searchsubmit:hover,
.elle-blue #submit:hover {
	background: #60c0c3;
	border: 1px solid #3aa4b1;
}

.elle-blue .avatar,
.elle-blue .featuredpage img,
.elle-blue .featuredpost img,
.elle-blue .post-image {
	border: 1px solid #e5e5e5;
}

.elle-blue .post-meta {
	border-top: 1px solid #e5e5e5;
}

.elle-blue .featuredpage .page,
.elle-blue .featuredpost .post,
.elle-blue .featuredpost ul li,
.elle-blue .latest-tweets ul li,
.elle-blue .sidebar .widget,
.elle-blue .featured-top .widget,
.elle-blue .featured-bottom .widget,
.elle-blue .post-info {
	border-bottom: 1px solid #e5e5e5;
}

.elle-blue .s,
.elle-blue input,
.elle-blue select,
.elle-blue textarea {
	border: 1px solid #c1c1c1;
}

.elle-blue .footer .wrap {
background-color: #3aa4b1;
border: none;
}

.elle-blue .footer a:hover {
	color: #f6f6f6;
}

/* Elle White
------------------------------------------------------------ */
/*
body.elle-white,
.elle-white .footer {
	background-color: #eee;
}

.elle-white .featured-top,
.elle-white blockquote,
.elle-white .author-box,
.elle-white .breadcrumb,
.elle-white .sticky,
.elle-white .taxonomy-description,
.elle-white .wp-caption,
.elle-white .thread-alt,
.elle-white .thread-even,
.elle-white .navigation li a,
.elle-white .navigation li.disabled {
	background-color: #f6f6f6;
}

.elle-white .site-inner,
.elle-white .footer .wrap {
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	background-color: #fff;
	border: none;
	box-shadow: 0 1px 1px #ccc;
}

.elle-white .content .post,
.elle-white .content .page,
.elle-white .navigation {
	padding: 15px 10px;
}

.elle-white .content .featuredpost .post,
.elle-white .content .featuredpage .post {
	padding: 0 10px 15px 0;
}

.elle-white #title a,
.elle-white #title a:hover {
	color: #444;
	text-shadow: 1px 1px #fff;
}

.elle-white a:hover,
.elle-white .nav-primary,
.elle-white .widget h2,
.elle-white .widget h2 a,
.elle-white .widget h2 a:visited,
.elle-white h2 a:hover,
.elle-white p.more-from-category a,
.elle-white #cat,
.elle-white .widget_archive select,
.elle-white .enews #subbox,
.elle-white .footer a,
.elle-white .footer a:visited {
	color: #444;
}

.elle-white a,
.elle-white a:visited,
.elle-white h1,
.elle-white h2,
.elle-white h2 a,
.elle-white h2 a:visited,
.elle-white h3,
.elle-white h4,
.elle-white h5,
.elle-white h6,
.elle-white #featured-top .widget h2 a,
.elle-white .widget h2 a:hover,
.elle-white .footer a:hover {
	color: #000;
}

.elle-white .site-header ul.nav,
.elle-white .site-header ul.menu,
.elle-white .nav-primary .wrap {
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	background: #fff url(images/nav-white.png) repeat-x;
	border-color: #fff;
	box-shadow: 0 1px 1px #ccc;
	color: #ccc;
	text-shadow: 1px 1px #eee;
}

.elle-white .nav-primary li a,
.elle-white .site-header ul.nav li a,
.elle-white .site-header ul.menu li a {
	background: none;
	border-left: 1px solid #fff;
	color: #666;
	padding: 4px 15px 5px 14px;
	text-shadow: 1px 1px #fff;
}

.elle-white .nav-primary li a:active,
.elle-white .nav-primary .current_page_item a,
.elle-white .nav-primary .current-cat a,
.elle-white .nav-primary .current-menu-item a {
	background: #fcfcfc url(images/nav-white-hov.png) repeat-x;
}

.elle-white .site-header ul.nav .current_page_item a,
.elle-white .site-header ul.nav .current-cat a,
.elle-white .site-header ul.nav .current-menu-item a,
.elle-white .site-header ul.nav li a:hover,
.elle-white .site-header ul.nav li a:active,
.elle-white .site-header ul.menu .current_page_item a,
.elle-white .site-header ul.menu .current-cat a,
.elle-white .site-header ul.menu .current-menu-item a,
.elle-white .site-header ul.menu li a:hover,
.elle-white .site-header ul.menu li a:active,
.elle-white .nav-primary li a:hover,
.elle-white .nav-primary li .current_page_item a,
.elle-white .nav-primary li .current-cat li a,
.elle-white .nav-primary li .current-menu-item li a {
	background: #333 url(images/nav-black-hov.png) repeat-x;
	border-left: 1px solid #000;
	color: #fff;
	text-shadow: -1px -1px #000;
}

.elle-white .site-header ul.nav li li a,
.elle-white .site-header ul.nav li li a:link,
.elle-white .site-header ul.nav li li a:visited,
.elle-white .site-header ul.menu li li a,
.elle-white .site-header ul.menu li li a:link,
.elle-white .site-header ul.menu li li a:visited,
.elle-white .nav-primary li li a,
.elle-white .nav-primary li li a:link,
.elle-white .nav-primary li li a:visited {
	background-color: #272727;
	border: 1px solid #111;
	border-top-color: #333;
	color: #fff;
	text-shadow: -1px -1px #000;
}

.elle-white .site-header ul.nav li li a:hover,
.elle-white .site-header ul.nav li li a:active,
.elle-white .site-header ul.menu li li a:hover,
.elle-white .site-header ul.menu li li a:active,
.elle-white .nav-primary li li a:hover,
.elle-white .nav-primary li li a:active {
	background: #000;
}

.elle-white #subnav .wrap {
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	background-color: #fff;
	border: 1px solid #fff;
	border-top-width: 0;
	box-shadow: 0 1px 1px #ccc;
	margin-bottom: 1px;
}

.elle-white #subnav a,
.elle-white #subnav a:link,
.elle-white #subnav a:visited {
	text-shadow: none;
}

.elle-white #subnav li a:hover,
.elle-white #subnav li a:active,
.elle-white #subnav li li a,
.elle-white #subnav li li a:link,
.elle-white #subnav li li a:visited,
.elle-white #subnav .current_page_item a,
.elle-white #subnav .current-cat a,
.elle-white #subnav .current-menu-item a {
	background-color: #b0b7bb;
	color: #000;
	text-shadow: 1px 1px #ccc;
}

.elle-white #subnav li li a:hover,
.elle-white #subnav li li a:active {
	background-color: #b9c1c6;
	color: #000;
}

.elle-white div.gform_footer input.button,
.elle-white .enews #subbutton,
.elle-white .reply a,
.elle-white .reply a:visited,
.elle-white .searchsubmit,
.elle-white #submit,
.elle-white .navigation li a:hover,
.elle-white .navigation li.active a {
	background: #3b4144;
	border: 1px solid #353535;
	color: #fff;
	text-shadow: none;
}

.elle-white div.gform_footer input.button:hover,
.elle-white .enews #subbutton:hover,
.elle-white .reply a:hover,
.elle-white .searchsubmit:hover,
.elle-white #submit:hover {
	background: #222;
	border: 1px solid #111;
}

.elle-white .post-meta {
	border-top: 1px solid #e5e5e5;
}

.elle-white .featuredpage .page,
.elle-white .featuredpost .post,
.elle-white .featuredpost ul li,
.elle-white .latest-tweets ul li,
.elle-white .sidebar .widget,
.elle-white .featured-top .widget,
.elle-white .featured-bottom .widget,
.elle-white .post-info {
	border-bottom: 1px solid #e5e5e5;
}

.elle-white .s,
.elle-white input,
.elle-white select,
.elle-white textarea,
.elle-white .avatar,
.elle-white .featuredpage img,
.elle-white .featuredpost img,
.elle-white .post-image {
	border: 1px solid #e5e5e5;
}

/* Elle Green
------------------------------------------------------------ */
/*

body.elle-green,
.elle-green .footer {
	background-color: #e6e3dc;
	text-shadow: 1px 1px #fff;
}

.elle-green .featured-top,
.elle-green blockquote,
.elle-green .author-box,
.elle-green .breadcrumb,
.elle-green .sticky,
.elle-green .taxonomy-description,
.elle-green .wp-caption,
.elle-green .thread-alt,
.elle-green .thread-even,
.elle-green .navigation li a,
.elle-green .navigation li.disabled {
	background-color: #fff;
	border: none;
}

.elle-green .site-inner {
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	background-color: #f3f4f0;
	border: none;
	box-shadow: 0 1px 1px #999;
}

.elle-green .content .post,
.elle-green .content .page,
.elle-green .navigation {
	padding: 15px 10px;
}

.elle-green .content .featuredpost .post,
.elle-green .content .featuredpage .post {
	padding: 0 10px 15px 0;
}

.elle-green a,
.elle-green a:visited,
.elle-green #title a,
.elle-green #title a:hover,
.elle-green h1,
.elle-green h2,
.elle-green h2 a:hover,
.elle-green h3,
.elle-green h4,
.elle-green h5,
.elle-green h6,
.elle-green .widget h2 a:hover,
.elle-green .featuredpost ul li a:hover,
.elle-green p.more-from-category a,
.elle-green .footer a {
	color: #5cb17a;
}

.elle-green a:hover,
.elle-green h2 a,
.elle-green h2 a:visited,
.elle-green .featuredpost ul li a,
.elle-green #cat,
.elle-green .widget_archive select,
.elle-green .enews #subbox,
.elle-green p.more-from-category a:hover,
.elle-green .footer a:hover,
.elle-green .navigation li a:hover,
.elle-green .navigation li.active a {
	color: #474747;
}

.elle-green .site-header ul.nav,
.elle-green .site-header ul.menu,
.elle-green .nav-primary .wrap {
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	background: #575757 url(images/nav-gray.png) repeat-x;
	border-color: #474747;
	box-shadow: 0 1px 1px #999;
	color: #111;
	text-shadow: -1px -1px #333;
}

.elle-green .site-header ul.nav li a:hover,
.elle-green .site-header ul.nav li a:active,
.elle-green .site-header ul.nav .current_page_item a,
.elle-green .site-header ul.nav .current-cat a,
.elle-green .site-header ul.nav .current-menu-item a,
.elle-green .site-header ul.menu li a:hover,
.elle-green .site-header ul.menu li a:active,
.elle-green .site-header ul.menu .current_page_item a,
.elle-green .site-header ul.menu .current-cat a,
.elle-green .site-header ul.menu .current-menu-item a,
.elle-green .nav-primary li a:hover,
.elle-green .nav-primary li a:active,
.elle-green .nav-primary .current_page_item a,
.elle-green .nav-primary .current-cat a,
.elle-green .nav-primary .current-menu-item a {
	background: #4f4f4f url(images/nav-gray-hov.png) repeat-x;
	border-left: 1px solid #767676;
}

.elle-green .site-header ul.nav li li a,
.elle-green .site-header ul.nav li li a:link,
.elle-green .site-header ul.nav li li a:visited,
.elle-green .site-header ul.menu li li a,
.elle-green .site-header ul.menu li li a:link,
.elle-green .site-header ul.menu li li a:visited,
.elle-green .nav-primary li li a,
.elle-green .nav-primary li li a:link,
.elle-green .nav-primary li li a:visited {
	background: #4f4f4f;
	border: 1px solid #474747;
	border-top-color: #4f4f4f;
}

.elle-green .site-header ul.nav li li a:hover,
.elle-green .site-header ul.nav li li a:active,
.elle-green .site-header ul.menu li li a:hover,
.elle-green .site-header ul.menu li li a:active,
.elle-green .nav-primary li li a:hover,
.elle-green .nav-primary li li a:active {
	background: #4f4f4f url(images/nav-gray-hov.png) repeat-x;
	border-top-color: #353535;
}

.elle-green #subnav .wrap {
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	border: 1px solid #f3f4f0;
	border-top-width: 0;
	box-shadow: 0 1px 1px #999;
	margin-bottom: 2px;
}

.elle-green #subnav li li a,
.elle-green #subnav li li a:link,
.elle-green #subnav li li a:visited {
	background-color: #f0f1e9;
}

.elle-green #subnav li a:hover,
.elle-green #subnav li a:active,
.elle-green #subnav .current_page_item a, 
.elle-green #subnav .current-cat a,
.elle-green #subnav .current-menu-item a,
.elle-green #subnav li li a:hover,
.elle-green #subnav li li a:active {
	background-color: #fff;
}

.elle-green div.gform_footer input.button,
.elle-green .enews #subbutton,
.elle-green .reply a,
.elle-green .reply a:visited,
.elle-green .searchsubmit,
.elle-green #submit {
	background: #666 url(images/nav-gray.png) repeat-x;
	border: 1px solid #474747;
	color: #fff;
	text-shadow: -1px -1px #333;
}

.elle-green div.gform_footer input.button:hover,
.elle-green .enews #subbutton:hover,
.elle-green .reply a:hover,
.elle-green .searchsubmit:hover,
.elle-green #submit:hover {
	background: #4f4f4f url(images/nav-gray-hov.png) repeat-x;
	border: 1px solid #333;
}

.elle-green .post-meta {
	border-top: 1px solid #dadada;
}

.elle-green .featuredpage .page,
.elle-green .featuredpost .post,
.elle-green .featuredpost ul li,
.elle-green .latest-tweets ul li,
.elle-green .sidebar .widget,
.elle-green .featured-top .widget,
.elle-green .featured-bottom .widget,
.elle-green .post-info {
	border-bottom: 1px solid #dadada;
}

.elle-green .s,
.elle-green input,
.elle-green select,
.elle-green textarea,
.elle-green .avatar,
.elle-green .featuredpage img,
.elle-green .featuredpost img,
.elle-green .post-image {
	border: 1px solid #dadada;
}

.elle-green .footer .wrap {
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	border: 1px solid #f3f4f0;
	box-shadow: 0 1px 1px #999;
}


/* Elle Red
------------------------------------------------------------ */

body.elle-red,
.elle-red .content .post,
.elle-red .content .page,
.elle-red .navigation,
.elle-red .footer {
	background-color: #ffffff;
	color: #222;
	text-shadow: 1px 1px #ddd;
}

.elle-red blockquote,
.elle-red .author-box,
.elle-red .breadcrumb,
.elle-red .sticky,
.elle-red .taxonomy-description,
.elle-red .wp-caption,
.elle-red .thread-alt,
.elle-red .thread-even,
.elle-red .navigation li a,
.elle-red .navigation li.disabled {
	background-color: #d6d6d6;
	border: 1px solid #d6d6d6;
}

.elle-red #title a,
.elle-red #title a:hover,
.elle-red .footer a:hover {
	color: #fc2400;
}

.elle-red .nav-primary,
.elle-red #cat,
.elle-red .widget_archive select,
.elle-red .enews #subbox {
	color: #fc2400;
}


.elle-red .widget h2,
.elle-red .widget h2 a,
.elle-red .widget h2 a:visited,
.elle-red .navigation li a:hover,
.elle-red .navigation li.active a,
.elle-red p.more-from-category a {
    color: #444444;
    font-family: Times;
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 0px;
    padding-bottom: 5px;
}

.widget.featuredgrid ul {    
    border-left: 1px solid #DDDDDD;
    float: left;
    margin-top: 20px;
    padding-left: 15px;
    width: 40.1%;
}

.widget.featuredgrid ul li { 
   border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    list-style: none;
}

.widget.featuredgrid ul li a {
	color: #555;
	line-height: 17px;
	font-family: helvetica;
	font-size: 15px;
	text-shadow: none;
	}

.widget.featuredgrid ul li a:hover {
	color: #333;
	}
	
.elle-red .widget h2 a:hover, .elle-red h2 a:hover {
	color: #000;

}

.elle-red h1 {
    font-size: 32px;
    color: #333;
    font-weight: 100;
    margin: 0 0 0 0;
    padding: 0;
    text-shadow: none;
    line-height: 34px;
    min-height: 52px;
}

.page.elle-red h1 { font-size: 42px; }
.page-parent.elle-red h1,
.page-child.elle-red h1 { font-size: 32px; }


.elle-red h2,
.elle-red h2 a,
.elle-red h2 a:visited,
.elle-red h3,
.elle-red h5,
.elle-red h6,
.elle-red .latest-tweets span a {
    color: #000000;
    font-size: 30px;
    font-weight: 100;
    margin-top: 27px;
    padding-bottom: 20px;
    text-shadow: none;
    line-height: 50px;
}


.two-third {
    width: 60.33% !important;
}


.one-third {
    width: 35.66% !important;
}


.elle-red .site-header ul.nav,
.elle-red .site-header ul.menu,
.elle-red .nav-primary .wrap,
.elle-red div.gform_footer input.button,
.elle-red .enews #subbutton,
.elle-red .reply a,
.elle-red .reply a:visited,
.elle-red .searchsubmit,
.elle-red #submit,
.elle-red .footer .wrap {
	background: none;
	border-color: #BFBFBF;
	color: #444444;
	text-shadow: -1px -1px #000;
}

.elle-red div.gform_footer input.button:hover,
.elle-red .enews #subbutton:hover,
.elle-red .reply a:hover,
.elle-red .searchsubmit:hover,
.elle-red #submit:hover {
	background: #333 url(images/nav-black-hov.png) repeat-x;
	text-shadow: -1px -1px #000;
}

.elle-red .site-header ul.nav li a,
.elle-red .site-header ul.menu li a,
.elle-red .nav-primary li a {
	text-shadow: none;
}

.elle-red .site-header ul.nav li a:hover,
.elle-red .site-header ul.nav li a:active,
.elle-red .site-header ul.nav .current_page_item a,
.elle-red .site-header ul.nav .current-cat a,
.elle-red .site-header ul.nav .current-menu-item a,
.elle-red .site-header ul.menu li a:hover,
.elle-red .site-header ul.menu li a:active,
.elle-red .site-header ul.menu .current_page_item a,
.elle-red .site-header ul.menu .current-cat a,
.elle-red .site-header ul.menu .current-menu-item a,
.elle-red .nav-primary li a:hover,
.elle-red .nav-primary li a:active,
.elle-red .nav-primary .current_page_item a,
.elle-red .nav-primary .current-cat a,
.elle-red .nav-primary .current-menu-item a {
	background: none;
	border-bottom: 2px solid #FC2400;
	text-shadow: none;
}

.elle-red .site-header ul.nav li li a,
.elle-red .site-header ul.nav li li a:link,
.elle-red .site-header ul.nav li li a:visited,
.elle-red .site-header ul.menu li li a,
.elle-red .site-header ul.menu li li a:link,
.elle-red .site-header ul.menu li li a:visited,
.elle-red .nav-primary li li a,
.elle-red .nav-primary li li a:link,
.elle-red .nav-primary li li a:visited {
	background-color: #111;
	border: 1px solid #000;
	border-top-color: #222;
}

.elle-red .site-header ul.nav li li a:hover,
.elle-red .site-header ul.nav li li a:active,
.elle-red .site-header ul.menu li li a:hover,
.elle-red .site-header ul.menu li li a:active,
.elle-red .nav-primary li li a:hover,
.elle-red .nav-primary li li a:active {
	background: #222;
	text-shadow: -1px -1px #000;
}

.elle-red #subnav .wrap {
	background-color: #bbb;
	border: 1px solid #aaa;
}
	
.elle-red #subnav a,
.elle-red #subnav a:link,
.elle-red #subnav a:visited {
	color: #222;
	text-shadow: 1px 1px #ddd;
}

.elle-red #subnav li li a,
.elle-red #subnav li li a:link,
.elle-red #subnav li li a:visited {
	background-color: #fc2400;
	color: #fff;
	text-shadow: -1px -1px #e23c03;
	border-top-color: #fc0000;
}

.elle-red #subnav li a:hover,
.elle-red #subnav li a:active,
.elle-red #subnav .current_page_item a,
.elle-red #subnav .current-cat a,
.elle-red #subnav .current-menu-item a,
.elle-red #subnav li li a:hover,
.elle-red #subnav li li a:active {
	background-color: #fc2400;
	color: #fff;
	text-shadow: -1px -1px #e23c03;
}

.elle-red .site-inner,
.elle-red .post-meta {
	border-top: 1px solid #bababa;
}

.elle-red .featuredpage .page,
.elle-red .featuredpost .post,
.elle-red .featuredpost ul li,
.elle-red .latest-tweets ul li,
.elle-red .sidebar .widget,
.elle-red .featured-top .widget,
.elle-red .featured-bottom .widget,
.elle-red .post-info {
}

.elle-red input,
.elle-red select,
.elle-red textarea,
.elle-red .avatar,
.elle-red .featuredpage img,
.elle-red .featuredpost img,
.elle-red .post-image {
}

.elle-red .s {
	border: 1px solid #000;
}

.elle-red .featured-top {
	background: none;
}

.elle-red .footer p,
.elle-red .footer a,
.elle-red .footer a:visited {
  color: #888888;
    text-shadow: none;
}



/* ---------------- New CSS Edits ------------------ 
------------------ (DSB 2012.07.19) ------------------ */

.widget.genesis_responsive_slider {
	padding-bottom: 20px;
	border-bottom: 0;
}

#genesis-responsive-slider {
	display: block;
	height: 347px;
	width: 540px;
	background: #fff url(images/loading.gif) no-repeat center center;
}

.widget.featuredgrid {
	margin-bottom: 20px;
	border-bottom: 0 !important;
}

.widget.genesis_responsive_slider + .widget h4 {
	border-top: 0;
}

.topnav {
	margin-bottom: 5px;
}

.topnav-left,
.topnav-right {
	width: 35%;
}


.widget h4 {
	border-top: 3px solid #eee;
	margin-bottom: 0;
	padding: 10px 0;	
	margin-top: 20px;
}

.elle-red .widget h2 {
	display: block;
	clear: both;
	margin: 15px 0 5px 0;
	line-height: 1.2em;
}

.home .content {
	width: 560px;
	margin-right: 20px;
}

.home .sidebar h2 {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

.sidebar .widget {
	border-bottom: 0;
}

.sidebar h4 {
	position: relative;
}

div.gform_footer input.button, 
.enews #subbutton, 
.reply a, 
.reply a:visited, 
.search-form-submit, 
#submit {
	background: none #FC2400 !important;
	border: 0 !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 12px !important;
	line-height: 20px !important;
	padding: 6px 12px !important;
	text-decoration: none !important;
	text-shadow: none !important;
	font-weight: bold;
}

div.gform_footer input.button:hover, 
.enews #subbutton:hover, 
.reply a:hover, 
.searchsubmit:hover, 
#submit:hover {
	background: none #dC0400 !important;
} 

.search-form-input {
	border: 1px solid #ccc !important;
}

.search-form-input:focus {
	background: #eee;
}

.elle-red .site-inner {
	border-top: 0;
}

.footer {
	background: none;
	padding: 20px 0 40px 0;
	border-top: 3px solid #eee;
}

* {
	text-shadow: none;
}


/* Banner Updates */

.site-header {
	z-index: 1;
	background-position: center top;
	position: relative;
	margin: -130px 0 0 0;
}

.site-header .wrap {
	display: none;
}

.banner {
	display: block; 
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 2;
	padding: 20px 0 10px 0;
}

.banner .container {
	display: block;
	position: relative;
	width: 1232px;
	margin: 0 auto;
	background: transparent;
}

.banner .advertisement {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.banner a.homelink {
	display: block;
	padding-top: 100px;
	width: 100%;
}

.banner .information {
	position: relative;
	width: 220px;
	margin: 0 auto;
	line-height: 50px;
	height: 50px;
}

.banner .information .date {
	float: left;
	width: 220px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 50px;
	color: #999;
}

.banner .information .weather {
  display: none;
}

.banner .information .weather .condition {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 5px;
}

.banner .information .weather .temperature {
	display: block;
	float: left;
	width: auto;
	font: 12px/50px Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0 5px 0 0;
	color: #444;
}

.banner .icons {
	float: right;
	width: 230px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	margin: -44px 25px 0 0;
}

.banner .icons h4 {
	display: block;
	float: right;
	width: auto;
	font: 12px/40px Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0 5px 0 0;
	color: #999;
}

.banner .icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.banner .icons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.banner .icons ul li a {
	display: block;
	height: 40px;
	width: 20px;
	text-indent: -5000px;
	background-image: url(images/icons-sprite.gif);
	background-repeat: no-repeat;
}

.banner .icons ul li a.facebook { background-position: 0 0; }
.banner .icons ul li a.twitter { background-position: -20px 0; }
.banner .icons ul li a.pinterest { background-position: -40px 0; }
.banner .icons ul li a.youtube { background-position: -60px 0; }
.banner .icons ul li a.rss { background-position: -80px 0; }

.banner .icons ul li a:hover {
	opacity: 0.7;
}


.footer-nav {
	clear: both;
	margin-bottom: 30px;
}

.footer-nav .column {
	float: left;
	width: 342px;
	height: 180px;
	border: 5px solid #FC2400;
	border-right: 0;
	padding: 20px 30px;
}

.footer-nav .column.last {
	border-right: 5px solid #FC2400;
	background: url(images/btmnavbg.png) no-repeat right bottom;
}

.footer-nav .column a {
	color: #333;
	font-size: 13px;
	font-family: 'AdobeCaslonPro', Georgia, serif;
	font-weight: bold;
	line-height: 22px;
}

.footer-nav .column a:hover {
	color: #FC2400;
}


.prev_next {
	text-align: center;
	color: #bbb;	
}

.prev_next .pipe {
	margin: 0 10px;
}

.prev_next a,
.prev_next a:visited {
	color: #666;
	font-style: italic;
}

.prev_next a:hover {
	color: #FC2400;
}

/* Improves Menu Spacing on Talbot Spy */

.nav-primary li 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,
.nav-primary .current_page_item a:hover, 
.nav-primary .current-cat a:hover, 
.nav-primary .current-menu-item a:hover {
	padding: 7px 14px 7px 14px;
}


.spypub-slider {
	padding: 15px 0 10px 0;
}

.spypub-slider ul {
	display: block;
	height: 357px;
	width: 560px;
	overflow: hidden;
}

.spypub-slider .slide-image,
.spypub-slider .slide-image a,
.spypub-slider .slide-image img {
	height: 357px;
	width: 560px;
}

body.category-poem .sidebar,
body.category-poem .breadcrumb,
body.category-poem .post-info,
body.category-poem #wp_post_footer,
body.category-poem .footer-nav,
body.category-poem .post-meta,
body.category-poem #comments,
body.category-poem #respond,
body.category-poem .prev_next {
	display: none;
}

body.category-poem .content h1,
body.category-poem .content h2,
body.category-poem .content h3,
body.category-poem .content h4,
body.category-poem .content h5,
body.category-poem .content h6 {
	color: #000;
}

body.category-poem .content-sidebar-wrap .content {
	border-right: 0 !important;
	margin-left: 160px;
	padding-top: 100px;
	background: url(images/spyreview.jpg) no-repeat top left;
}

body.category-poem .content-sidebar-wrap .content h1.entry-title {
	display:none; 
}

body.category-poem .content-sidebar-wrap .content h3 {
	font-weight: bold;
	padding: 0;
	margin: 20px 0 -10px 0;
	font-size: 16px;
}

body.category-poem .content-sidebar-wrap .content p {
	margin: 0 0 20px 0;
}

/* Event List Wdiget */

.widget_em_widget h4.widgettitle {
	margin-bottom: 14px !important;
}
.widget_em_widget ul li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
		
}
.widget_em_widget ul li a {
	font-size: 14px;
}


/* Event Formatting */

.category-events-programs .site-inner { position: relative; }

.category-events-programs .sidebar-alt {
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 71.95%;
	float: none;
	height: 84px;
	z-index: 999;
	border-bottom: 1px solid #ddd;
	padding: 0;
	}

	.category-events-programs .sidebar-alt .widget {
		height: 84px;
	}
	
	.category-events-programs .sidebar-alt .widget .widget-wrap h4.widgettitle {
		display: inline-block;
		float: left;
		height: 84px;
		border: 0;
		padding: 0;
		font-weight: normal;
		font-size: 16px !important;
		line-height: 84px;
		border-top: none;
		margin-top: 0;
		width: auto;
		letter-spacing: 0;
		padding-right: 30px;
		color: #999 !important;
	}
	
	.category-events-programs .sidebar-alt .widget .widget-wrap ul {
		display: inline-block;
		float: left;
		position: relative;
		margin: 0 0 0 -12px;
		height: 84px;
	}
	
	.category-events-programs .sidebar-alt .widget .widget-wrap li {
		display: block;
		float: left;
		height: 84px;
		margin-left: -1px;
	}

	.category-events-programs .sidebar-alt .widget .widget-wrap li a {
		display: block;
		padding: 15px 20px 4px 20px;
		border: 1px solid #ddd;
		height: 54px;
		width: 50px;
		text-align: left;
		font-size: 26px;
		line-hieght: 28px;
		color: #999;
	}

	.category-events-programs .sidebar-alt .widget .widget-wrap li.active a {
		border-bottom: 1px solid #fff;
		color: #FC2400;
		margin-top: -10px;
		padding-top: 25px;
	}
	
	.category-events-programs .sidebar-alt .widget .widget-wrap li a span.monthtext {
		font-size: 14px;
		line-height: 20px;
		margin-top: 12px;
	}

	.category-events-programs .sidebar-alt .widget .widget-wrap li a span.month,
	.category-events-programs .sidebar-alt .widget .widget-wrap li a span.year {
		display: none;
	}
	
.category-events-programs .content-sidebar-wrap {
	display: block;
	width: 100%;
	float: none;
	position: relative !important;
}	

.category-events-programs .content-sidebar-wrap .content {
	width: 71.08%;
	padding-top: 100px;
	border-right: 1px solid #DDD;
	padding-right: 20px;
}

.category-events-programs .site-inner {
	background: none;
}

.category-events-programs .event-categories {
	display: block;
	float: left;
	width: 200px;
	padding: 10px 20px;
	background: #f9f9f9;
	height: 100%;
	margin: 20px 0;
}
	
	.category-events-programs .event-categories h3 {
		padding: 0;
	 	margin: 10px 0;
	 	font-size: 11px;
	 	line-height: 20px;
	 	font-weight: normal;
	 	font-family: Arial, Helvetica, sans-serif;
	 	color: #bbb;
	 	text-transform: uppercase;
	 	}
	 	
	.category-events-programs .event-categories ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.category-events-programs .event-categories ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.category-events-programs .event-categories ul li a {
		display: block;
		width: 200px;
		padding: 10px 0;
		border-top: 1px solid #e9e9e9;
		font-size: 12px;
	}
	
	.category-events-programs .event-categories ul li a.active {
		display: block;
		width: 200px;
		padding: 10px 0 10px 10px;
		border-top: 1px solid #e9e9e9;
		font-size: 12px;
		background: #e9e9e9;
		position: relative;
		margin: 0 0 0 -10px;
	}
	
	.category-events-programs .event-categories ul li a.active:after {
		content: '';
		border-left: 10px solid #e9e9e9;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		height: 0;
		width: 0;
		display: block;
		position: absolute;
		right: -10px;
		top: 0;
	}

.category-events-programs .event-listings {
	display: block;
	float: left;
	width: 570px;
	margin-left: 30px;
	height: 100%;
}
	
	ul.event-listings,
	.category-events-programs .event-listings ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.event-listings li,
	.category-events-programs .event-listings ul li,
	.category-events-programs .event-listings .event-listing-detail {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		list-style-type: none;
		border-bottom: 1px solid #e9e9e9;
	}
	
	ul.event-listings .title,
	.category-events-programs .event-listings .title {
		margin: 20px 0 20px 0;
	}
	
	ul.event-listings .title a,
	.category-events-programs .event-listings .title a {
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
				
	}
	
	ul.event-listings .title .category,
	.category-events-programs .event-listings .title .category {
		float: right;
		padding: 0;
	 	margin: 0 0 0 20px;
	 	font-size: 13px;
	 	line-height: 20px;
	 	font-weight: bold;
	 	font-family: Arial, Helvetica, sans-serif;
	 	color: #777;
	 	text-transform: uppercase;
	 }
	
	ul.event-listings .details .info,
	.category-events-programs .event-listings .details .info {
		float: left;
		width: 160px;
		margin-right: 20px;
	 }

	ul.event-listings .details .info p,
	.category-events-programs .event-listings .details .info p {
		font-size: 12px;
		line-height: 18px;
		color: #999;
		margin: 0 0 9px 0;
	}

	ul.event-listings .details .desc,
	.category-events-programs .event-listings .details .desc {
		float: left;
		position: relative;
		width: 370px;
		padding-left: 20px;
		font-size: 13px;
		line-height: 1.6em;
		max-height: 300px;
		overflow: hidden;
	}
	
	ul.event-listings .details .desc img,
	.category-events-programs .event-listings .details .desc img {
		max-width: 370px;
	}
		
	ul.event-listings .details .desc .fade,
	.category-events-programs .event-listings .details .desc .fade {
		display: block;
		height: 40px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(images/fade.png) repeat-x bottom left;
		z-index: 900;
	 }
	
	ul.event-listings .details .desc p,
	.category-events-programs .event-listings .details .desc p {
		font-size: 13px;
	}
	
	ul.event-listings .details .desc p:first-child,
	.category-events-programs .event-listings .details .desc p:first-child {
		margin-top: -20px !important;
	 }
	 
	ul.event-listings .details .morelink,
	.category-events-programs .event-listings .details .morelink {
		 margin: 10px 0 -10px 0;
	 } 
	 
	ul.event-listings .details .morelink a,
	.category-events-programs .event-listings .details .morelink a {
		 font-size: 12px;
		 margin-left: 200px;
	 }

	.event-info {
		width: 430px;
		font-size: 13px;
		line-height: 1.6em;
		color: #999;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #eee;
	}
	
	.event-info .event-location {
		margin: 30px 0;
	}

	.event-info .event-map {
		width: 200px;
		margin: 30px 0;
		border: 1px solid #ccc;
	}

	.event-desc {
		width: 100%;
		padding: 0 0 30px 0;
		margin: 0;
		font-size: 13px;
		line-height: 1.6em;
	}
	 
	.event-desc .image {
		 float: left;
		 width: 380px;
	}

	.event-desc .image img {
		max-width: 380px;
	}	
	
	.event-desc .desc {
		float: left;
		width: 380px;
		margin: 0 0 0 40px;
	}
	 
	.event-desc p {
		 font-size: 14px;
		 line-height: 1.6em;
	}

.post-type-archive-event .type-event {
	display: block;
	float: left;
	width: 570px;
	margin-left: 30px;
	height: 100%;
}

.post-type-archive-event .type-event ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
.post-type-archive-event .type-event ul li {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		list-style-type: none;
		border-bottom: 1px solid #e9e9e9;
	}
	
.post-type-archive-event .type-event .title {
		margin: 20px 0 20px 0;
	}
	
.post-type-archive-event .type-event .title a {
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
				
	}
	
.post-type-archive-event .type-event .title .category {
		float: right;
		padding: 0;
	 	margin: 0 0 0 20px;
	 	font-size: 13px;
	 	line-height: 20px;
	 	font-weight: bold;
	 	font-family: Arial, Helvetica, sans-serif;
	 	color: #777;
	 	text-transform: uppercase;
	 }
	
.post-type-archive-event .type-event .details .info {
		float: left;
		width: 160px;
		margin-right: 20px;
	 }

.post-type-archive-event .type-event .details .info p {
		font-size: 12px;
		line-height: 18px;
		color: #999;
		margin: 0 0 9px 0;
	}

.post-type-archive-event .type-event .details .desc {
		float: left;
		position: relative;
		width: 370px;
		padding-left: 20px;
		font-size: 13px;
		line-height: 1.6em;
		max-height: 300px;
		overflow: hidden;
	}
	
.post-type-archive-event .type-event .details .desc img {
		max-width: 370px;
	}
		
.post-type-archive-event .type-event .details .desc .fade {
		display: block;
		height: 40px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(images/fade.png) repeat-x bottom left;
		z-index: 900;
	 }
	
.post-type-archive-event .type-event .details .desc p {
		font-size: 13px;
	}
	
.post-type-archive-event .type-event .details .desc p:first-child {
		margin-top: -20px !important;
	 }
	 
.post-type-archive-event .type-event .details .morelink {
		 margin: 10px 0 -10px 0;
	 } 
	 
.post-type-archive-event .type-event .details .morelink a {
		 font-size: 12px;
		 margin-left: 200px;
	 }

.widget .widget-wrap {
	padding: 10px 0;
}

.entry-content .widget .widget-wrap {
  padding: 0;
}

.entry-content .widget .widget-wrap ul li {
  list-style: none;
  margin-left: 0;
}

.sidebar .widget .widget-wrap {
  padding: 10px;
}

#sidebar-alt.sidebar .widget .widget-wrap {
  padding: 10px 0;
}

	#sidebar-alt.sidebar .widget .widget-wrap img {
	  max-width: 100%;
	}
	
	.widget.featured-content.featuredpost {
		margin-top: -20px;
	}

.block_outer,
.block_inner {
	overflow: inherit !important;
	width: 305px !important;
	margin: 5px 0 !important;
}


#respond .comments_before,
.comments_before {
	padding: 0 12px;
}

#respond .comments_before h3,
.comments_before h3 {
	padding: 0;
	margin: 30px 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#respond .comments_before h5,
.comments_before h5 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

#respond .comments_before ol,
.comments_before ol {
	padding: 0 0 0 15px;
	margin: 0 0 30px 0;
	list-style-type: decimal;
}

#respond .comments_before ol li,
.comments_before ol li {
	padding: 0 0 0 5px;
	margin: 0 0 2px 0;
	list-style-type: decimal;
	font-size: 12px;
}

#respond #reply-title,
#reply-title {
	display: none;
}

.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email,
.comment-respond p.comment-form-url {
	display: block;
	position: relative;
	padding: 0 0 0 150px;
}

.comment-respond p label {
	width: 150px;
	position: absolute;
	top: 2px;
	left: 0;
	line-height: 42px;
}

/* NexGen Updates */

.ngg-slideshow { background: #000; display: block; width: 820px; height: 620px; overflow: hidden; }
.ngg-gallery-slideshow-image { display: block; width: 820px; height: 620px; overflow: hidden; }
.ngg-gallery-slideshow-image img { min-height: 620px; }


.entry-content object {
  margin: 10px 0 30px 0;
}


.nav-primary .genesis-nav-menu > li.senior-nation a {
  color: #fc2400;
}

.nav-primary .genesis-nav-menu > li.donate-link {
	float: right;
}

.nav-primary .genesis-nav-menu > li.donate-link a {
	background: #FC2400;
	color: white;
	display: inline-block;
	border-radius: 8px;
	padding: 3px 14px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	top: 5px;
	border-bottom: 0;
	font-style: italic;
}

	.nav-primary .genesis-nav-menu > li.donate-link a:hover {
		background: #eC1400;
		border-bottom: 0;
	}


/* Member Benefits Template */

.page.membership-tmpl h1.entry-title {
  font-size: 44px;
  text-align: center !important;
  margin: 0 0 -10px 0;
}

.page.membership-tmpl .entry-content h2 {
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0;
}

.page.membership-tmpl .entry-content p.leadline {
  text-align: center;
  margin: 0 0 20px 0;
}

.page.membership-tmpl .entry-content h3 {
  margin: 0;
  padding: 0;
}

.page.membership-tmpl .entry-content h4 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #fc2400;
}

.page.membership-tmpl .entry-content p {
  margin: 0;
}



.member-levels-table {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
  padding: 5px 0;
  max-width: 1222px;
}

.member-levels-table td {
  width: 25%;
  font: normal 12px arial,helvetica,sans-serif;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

.member-levels-table td img {
  width: 100%;
  height: auto;
}

.member-levels-table tr:first-child td {
  text-align: center;
  color: #999;
  font: normal 12px arial,helvetica,sans-serif;
}

.member-levels-table tr:first-child td strong {
  font: normal 20px/24px Georgia, serif;
  display: block;
  clear: both;
  color: #111;
}

  



.benefits-table {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  max-width: 1222px;
}

.benefits-table td {
  padding: 3px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font: normal 13px arial,helvetica,sans-serif;
  padding: 10px;
}

.benefits-table tr:nth-child(even) td {
  background: #f6f6f6;
}

.benefits-table tr:first-child td {
  width: 100px;
  font-weight: bold;
  padding: 10px;
  background: #f40f00;
  color: #fff;
  text-shadow: 0 1px 0 #c40f00;
}

.benefits-table tr:first-child td:first-child {
  width: auto;
  background: none;
  border-top: 0;
  border-left: 0;
}

.benefits-table tr td:first-child {
  text-align: left;
}

.benefits-table tr:nth-last-child(2) td {
  font-weight: bold;
  padding: 15px;
  background: #333;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.benefits-table tr:last-child {
  display: none;
}




#sign_up_form {
  border: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px 10px;
  text-align: center;
}

#sign_up_form p.mt {
  margin-top: 10px;
}

#sign_up_form label {
  display: inline-block;
  padding-right: 5px;
  font: bold 12px/20px arial,helvetica,sans-serif;
  width: 230px;
  text-align: right;
}

#sign_up_form select,
#sign_up_form input.other {
  display: inline-block;
  font: normal 12px/20px arial,helvetica,sans-serif;
  width: 230px;
}

#sign_up_form .sign_up_button {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
}

#sign_up_form .sign_up_button a,
#sign_up_form .sign_up_button a:visited,
#sign_up_form .sign_up_button input {
  padding: 10px 30px;
  background: #fc2400;
  display: inline-block;
  color: #fff;
  font: bold 12px/20px arial,helvetica,sans-serif;
}

#sign_up_form .sign_up_button a:hover,
#sign_up_form .sign_up_button input:hover {
  background: #ec1400;
}


.advert-footer { margin: 20px 0; }

div[class^="b-"], 
div[class*="b-"] { margin: 1px; }

/*
.home .content div[class^="g-"],
.home .content div[class*="g-"] { 
	width: 100%; 
	height: 125px; 
}
*/

.widget:before,
.widget:after {
    content: " "; 
    display: table;
}

.widget:after {
    clear: both;
}

.widget {
    *zoom: 1;
}

/* 
  Fixes Placement Issues with AdRotate's Dynamic Ads
  #adrotate_widget-65 is the Advertisement
  #featured-grid-38 is the following grid element. 
*/

.featured-top {
  position: relative;
}

#adrotate_widgets-65 { 
  position: relative;
  width: 100%;
  height: 135px;
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  overflow: hidden;
}

/*
#adrotate_widgets-65 .widget-wrap {
  position: relative;
  height: 125px;
}

#adrotate_widgets-65 .widget-wrap ul {
  position: relative;
  height: 125px;
}

#adrotate_widgets-65 .widget-wrap ul li {
  position: relative;
  height: 125px;
}

#adrotate_widgets-65 .widget-wrap ul li .g {
  position: relative;
  top: 125px;
  display: block;
}

#adrotate_widgets-65 + .widget.featuredgrid {
  margin-top: 125px;
}

/*
@-moz-document url-prefix() { 
  #adrotate_widgets-65 {
    position: relative;
    top: 2495px;
  }

  #featured-grid-38 {
    margin-top: 125px;
  }
}
*/



.home .content-sidebar-wrap {
  position: relative;
  padding-bottom: 200px;
}

.home .content-sidebar-wrap .homepage-footer-ad {
  position: absolute;
  bottom: 20px;
  left: 17px;
}

.article-footer-ad {
  margin: 50px 0 0 17px;
}


.hide-thumbnail { display: none; }



.flash-adv {
  display: none;
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
  
  background: red;
  color: white;
  text-align: center;
  line-height: 200px;
}


/* Respsonsive Design */

body.home .site-container .site-inner .content-sidebar-wrap .content .breadcrumb {
  display: none;
}

.site-container .banner .container { 
  width: 100%;
}

.featuredpage a.alignleft,
.featuredpost a.alignleft {
  float: none;
}

.featuredpage img, 
.featuredpost img {
  width: 100%;
  height: auto;
}

/* X-Small */

@media screen and (min-width: 1px) {
	
	body {
		padding-right: 0;
		padding-left: 0;
	}
  
  .site-header {
    background-repeat: no-repeat;
  	background-position: left 20px;
    background-size: auto 60px;
  }
  
  .banner a.homelink {
    padding-top: 40px;
  }
  
  .banner .information,
  .banner .information .date {
    width: auto;
    text-align: left;
  }

  .banner .icons {
    margin: -44px 0 0 0;
  }

  .banner .advertisement .g {
    height: 58px;
  	overflow: hidden;
  	margin-bottom: 20px;
  }
  
    .banner .advertisement .g img {
      width: 100%;
    }
  
  .nav-primary ul {
    width: 100%;
  }
  
    .nav-primary li 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, 
    .nav-primary .current_page_item a:hover, 
    .nav-primary .current-cat a:hover, 
    .nav-primary .current-menu-item a:hover {
      padding: 7px 13px;
    }

  .site-container {
    width: 377px;
    max-width: 377px;
    padding: 0 10px;
  }

  .site-container .site-inner .content-sidebar-wrap {
    width: 377px;
  }

  .content .genesis-grid-odd.post {
    width: 377px;
  }
  
  .widget.featuredgrid ul {
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
    border-left: 0;
    float: none;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
  }
  
    .widget.featuredgrid ul li {
      padding: 0 10px 5px 0;
    }

    .site-container .site-inner .content-sidebar-wrap .widget_featurewidget {
      width: 377px;
      height: 234px;
      margin-bottom: 20px;
    }
    
      .spypub-slider ul,
      .spypub-slider .slide-image, 
      .spypub-slider .slide-image a, 
      .spypub-slider .slide-image img {
        width: 377px;
        height: 234px;
      }

    .site-container .site-inner .content-sidebar-wrap .content {
      width: 377px;
    }
  
    .site-container .site-inner .content-sidebar-wrap .sidebar {
      margin-top: 20px;
      width: 377px;
    }

  .site-container .site-inner .sidebar-alt {
    width: 377px;
  }
  
    .site-container .site-inner .sidebar-alt .adrotate_widgets {
      float: left;
      width: 320px;
    }
    
  iframe { 
    width: 100%;
  }
  
  .content .page {
    padding: 15px 0;
  }

  .content .g-9 {
    max-height: 65px !important;
    height: 65px !important;
  }
}

@media screen and (max-width: 793px) {
	

  .site-container {
	  margin: 0;
	  padding: 0;
	}
	
	.site-container,
  .site-container .site-inner .content-sidebar-wrap,
  .content .genesis-grid-odd.post,
  .site-container .site-inner .content-sidebar-wrap .widget_featurewidget,
  .spypub-slider ul,
  .spypub-slider .slide-image, 
  .spypub-slider .slide-image a, 
  .spypub-slider .slide-image img,
	.site-container .site-inner .content-sidebar-wrap .content,
  .site-container .site-inner .content-sidebar-wrap .sidebar,
  .site-container .site-inner .sidebar-alt,
  iframe { 
    width: 100%;
 	}
 	
 	img {
	 	height: auto;
 	}
 	
 	.content-sidebar .content, 
 	.sidebar-content .content {
	 	padding-right: 0;
	 	border-right: 0;
 	}
 	
 	.content .post, 
 	.content .page {
	 	padding: 0;
 	}
 	
 	  .footer-nav .column {
	  width: calc(100% - 70px);
	  border-right: 5px solid #FC2400;
  }

}

/* Small */

@media screen and (min-width: 794px) {

  .banner a.homelink {
    padding-top: 100px;
  }

    .banner .advertisement .g {
      height: 119px;
    }

  .site-header {
    height: 120px;
  	background-position: center top;
    background-size: auto 100px;
  }

  .site-container {
    width: 774px;
    max-width: 774px;
  }

  .site-container .site-inner .content-sidebar-wrap {
    width: 774px;
  }

    .site-container .site-inner .content-sidebar-wrap .widget_featurewidget {
      width: 774px;
      height: 479px;
      margin-bottom: 20px;
    }
    
      .spypub-slider ul,
      .spypub-slider .slide-image, 
      .spypub-slider .slide-image a, 
      .spypub-slider .slide-image img {
        width: 774px;
        height: 479px;
      }

  .site-container .site-inner .sidebar-alt {
    width: 774px;
  }
  
  
  .page .site-container .site-inner .content-sidebar-wrap .content,
  .page .site-container .site-inner .content-sidebar-wrap .sidebar, 
  .single .site-container .site-inner .content-sidebar-wrap .content,
  .single .site-container .site-inner .content-sidebar-wrap .sidebar  {
    width: 774px;
    border-left: 0;
    padding-left: 0;
  }
  
    .page .widget.featuredgrid ul  {
      float: left;
      width: 360px;
      border-top: 0;
      padding-top: 0;
      clear: inherit;
    }

  .content .g-9 {
    max-height: 133px !important;
    height: 133px !important;
  }
  
  .homepage-footer-ad img {
	 width: 100%;
  }
  
  .content .post, 
  .content .page {
	  padding-left: 0;
	  padding-right: 0;
  }

}

/* Medium */

@media screen and (min-width: 1135px) {
  
  .banner {
    padding-top: 20px;
  }

    .banner .advertisement .g {
      height: 130px;
    }

  .site-header {
    background-size: auto 105px !important;
  }

  .banner .icons {
		margin: -44px 25px 0 0;
  }

  .banner .information,
  .banner .information .date {
    width: 220px;
    text-align: center;
  }
  
    .nav-primary li 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, 
    .nav-primary .current_page_item a:hover, 
    .nav-primary .current-cat a:hover, 
    .nav-primary .current-menu-item a:hover {
      padding: 7px 14px;
    }

  .site-container {
    width: 1115px;
    max-width: 1115px;
  }

  .site-container .site-inner .sidebar-alt {
    float: right;
    width: 320px;
  }

  .page .site-container .site-inner .content-sidebar-wrap,
  .single .site-container .site-inner .content-sidebar-wrap {
    width: 1115px;    
  }
  
  .page .site-container .site-inner .content-sidebar-wrap .content,
  .single .site-container .site-inner .content-sidebar-wrap .content  {
    width: 774px;
    border-left: 0;
    padding-left: 0;
  }
  
  .page .site-container .site-inner .content-sidebar-wrap .sidebar, 
  .single .site-container .site-inner .content-sidebar-wrap .sidebar {
    width: 320px;
  }
  
    .page .widget.featuredgrid ul  {
      float: left;
      width: 360px;
      border-top: 0;
      padding-top: 0;
      clear: inherit;
    }
    
  .content .g-9 {
    max-height: 137px !important;
    height: 137px !important;
  }
  
}

/* Large */

@media screen and (min-width: 1372px) {
  

  .site-container {
    width: 1372px;
    max-width: 1372px;
  }
  
  .site-container .site-inner .content-sidebar-wrap {
    width: 1032px;
  }
  
    .site-container .site-inner .content-sidebar-wrap .widget_featurewidget {
      width: 635px;
      height: 393px;
      margin-bottom: 20px;
    }
    
      .spypub-slider ul,
      .spypub-slider .slide-image, 
      .spypub-slider .slide-image a, 
      .spypub-slider .slide-image img {
        width: 635px;
        height: 393px;
      }
    
    .site-container .site-inner .content-sidebar-wrap .content {
      width: 635px;
    }
  
    .site-container .site-inner .content-sidebar-wrap .sidebar {
      width: 377px;
      margin-top: -382px;
    }

  .widget.featuredgrid ul {
    display: block;
    clear: inherit;
    border-top: 0;
    border-left: 1px solid #ddd;
    float: left;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
    width: 215px;
  }

  .page .site-container .site-inner .content-sidebar-wrap,
  .single .site-container .site-inner .content-sidebar-wrap {
    width: 1372px;    
  }
  
  .page .site-container .site-inner .content-sidebar-wrap .content,
  .single .site-container .site-inner .content-sidebar-wrap .content  {
    width: 1030px;
    border-left: 0;
    padding-left: 0;
  }
  
  .page .site-container .site-inner .content-sidebar-wrap .sidebar, 
  .single .site-container .site-inner .content-sidebar-wrap .sidebar {
    width: 320px;
    margin: 0;
  }
  
    .page .widget.featuredgrid ul  {
      float: left;
      width: 615px;
      border-top: 0;
      padding-top: 0;
      clear: inherit;
    }
  
  }
  
/* End Responsive Design */

body {
  margin-left: 15px;
  margin-right: 15px;
}

.sidebar-alt {
  width: 300px;
}

.content .widget.featuredgrid a img {
  height: auto;
}


/* Advert Article Footer */ 

.advert-footer {
  display: block;
  height: auto;
  background: red;
} 
  

/* Donation Page */

body.donation-page {
	background: #eb212d !important;
	text-align: left;
	padding: 0;
	margin: 0;
}  

  .donation-page .inner-space {
	  width: 90%;
	  max-width: 1200px;
	  margin: 0 auto;
	  text-align: left; 
	  padding: 20px;
	  background: white;
	  position: relative;
	  height: 100%;
  }
  
  .donation-page .header {
  }
  
	  .donation-page .header .inner-space,
	  .donation-modal .header .inner-space {
		  text-align: right;
	  }

	  .donation-page .header .inner-space img {
		  height: 100px;
	  }
  
  .donation-page .content,
  .donation-modal .content {
	  position: relative;
	  z-index: 999;
	  border: 0;
	  padding-right: 0;
	  width: 100%;
  }
  
  .donation-modal .content {
	  background: #c81d26;
	  margin: 0;
	}

	  .donation-modal .content .inner-space {
		  background: #eb212d;
	  }

	  .donation-page .content .inner-space {
		  background: #d9d9d9;
	  }
	  
	  .donation-modal .content .widget_media_image {
		  margin: -24px -24px -18px -24px;
		  overflow: hidden;
		  border-radius: 5px 5px 0 0;
	  }

  .donation-page .loop {
	  margin-right: 380px;
  }
  
	  .donation-page .loop h1.entry-title {
		  display: none;
	  }

	  .donation-page .loop .entry-content p,
	  .donation-modal .loop .entry-content p {
			font-size: 36px;
			line-height: 1.4em;
		  font-weight: 400;
		  margin-left: 30px;
		  margin-right: 30px;
		  font-family: 'EB Garamond', Times, Georgia, serif;
		}

	  .donation-modal .loop .entry-content p {
			color: white;
		}
		
	  .donation-page .loop .entry-content p {
			color: #222;
		}

		  .donation-page .loop .entry-content p strong,
		  .donation-modal .loop .entry-content p strong {
			  position: relative;
			  display: inline-block;
				font-size: 40px;
			  font-weight: 500;
				color: black;
				padding-top: 25px;
			}
	
				.donation-page .loop .entry-content p strong em,
				.donation-modal .loop .entry-content p strong em {
					font-weight: 500;
				}

	  .donation-page .loop .entry-content small {
			font-size: 22px;
			line-height: 1.4em;
			color: #222;
		}


	  .donation-page .loop .entry-content img {
			margin: 25px 0;
			border: 3px solid black;
			box-shadow: 0 0 15px rgba(0,0,0,0.35);
		}
		
		.donation-page article.page {
		    background-color: transparent !important;
		}

  .donation-page .sidebar {
	  position: absolute;
	  top: 20px;
	  right: 20px;
	 	width: 320px; 
	 	background: black;
  }

		.donation-page .sidebar .sidebar .widget .widget-wrap {
			max-width: 300px;
			background: transparent;
			text-align: center;
		}
		
			.donation-page .sidebar .sidebar .widget .widget-wrap h4 {
				font-size: 24px !important;
				line-height: 30px;
				color: white !important;
				margin: 0;
				padding: 10px 0;
				letter-spacing: normal;
				border: 0;
				font-family: 'EB Garamond', Times, Georgia, serif;
				float: none;
				font-weight: 400;
				text-align: left;
		 	}

			.donation-page .sidebar .sidebar .widget .widget-wrap p {
				text-align: left;
				color: #ccc;
				font-family: 'EB Garamond', Times, Georgia, serif;
				font-weight: 400;
		 	}

			.donation-page .sidebar .sidebar .widget .widget-wrap p strong {
				color: white;
				font-weight: 500;
		 	}
		 	
		 	.donation-page .sidebar .sidebar .widget .widget-wrap .textwidget p {
				font-size: 16px;
				line-height: 1.4em;	
		 	}

		 	.donation-page .sidebar .sidebar .widget .widget-wrap .textwidget {
			 	padding: 0 10px 20px 10px;
			}
	
		 .donation-page .sidebar .sidebar .widget_give_forms_widget .widget-wrap .give-total-wrap {
			 text-align: center;
		 }
		 
			 .donation-page .sidebar .sidebar .widget_give_forms_widget .widget-wrap .give-total-wrap .give-donation-amount {
				 display: inline-block;
				 margin: 0 auto 20px;
				 float: none
			 }

			 .donation-page .sidebar .sidebar .widget_give_forms_widget .widget-wrap form[id*=give-form] .give-donation-amount .give-currency-symbol {
				 border: 0;
				 background: white;
				 padding-right: 3px;
				 line-height: 35px;
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 12px;
				 color: #888;
			 }

			 .donation-page .sidebar .sidebar .widget_give_forms_widget .widget-wrap form[id*=give-form] .give-donation-amount #give-amount-text,
			 .donation-page .sidebar .sidebar .widget_give_forms_widget .widget-wrap form[id*=give-form] .give-donation-amount input.give-amount-top {
				 width: 80px;
				 min-width: 80px;
				 border: 0;
				 font-family: Arial, Helvetica, sans-serif;
				 font-weight: bold;
			 }

			 .donation-page .sidebar .sidebar .widget_give_forms_widget .widget-wrap .give-total-wrap .give-donation-amount:before {
				 content: 'Donation Amount:';
				 display: inline-block;
				 float: left;
				 color: #222;
				 margin-right: -1px;
				 line-height: 35px;
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 12px;
				 font-weight: bold;
				 padding: 0 10px;
				 background: #f2f2f2;
		     border-right: 1px solid #ccc;
				}
		 
  .donation-page .backlink,
  .donation-modal .backlink {
	  float: none;
	  position: relative;
	  z-index: 0;
	  font-size: 15px;
  }
	
	  .donation-page .backlink .inner-space {
		  padding-top: 40px;
		  min-height: 35px;
		}


@media screen and (max-width: 794px) {

  .donation-page .loop {
	  margin-right: 0;
  }

  .donation-page .sidebar {
	  position: relative;
	  top: auto;
	  right: auto;
	 	margin: 0 auto;
	 	display: block;
	 	float: none;
  }

}

.donation-page .sidebar .sidebar .widget:not(:first-child) .widget-wrap h4 {
	margin: -10px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 20px !important;
}

	.donation-page .sidebar .sidebar .widget:not(:first-child) .widget-wrap h4:hover {
		background: #333;
	}

	.donation-page .sidebar .sidebar .widget:not(:first-child) .widget-wrap {
		border-top: 1px solid #666;
	}
	
	.donation-page .sidebar .sidebar .widget .widget-wrap p.give-recurring-multi-level-message {
		font-style: normal;
		font-size: 16px;
		text-align: center;	
		color: #aaa;
		margin: -5px 0 10px 0;
	}
	
		.donation-page .sidebar .sidebar .widget .widget-wrap p.give-recurring-multi-level-message span {
			color: white;
		}


.donation-page .sidebar .sidebar .widget:not(:first-child) .widget-wrap .give-btn-modal {
	background: #fef200;
	color: black;
	border-radius: 5px;
	border: 1px solid #fcda00;
	font-size: 18px;
	font-family: 'EB Garamond', Times, Georgia, serif;
	font-weight: 500;
	padding: 8px 12px;
	outline: none;
	float: none; 
}
		
/*
	.donation-page .sidebar .sidebar .widget:nth-child(2) .widget-wrap .give-donation-amount {
		display: none !important; 
	}
*/

	.donation-page .sidebar .sidebar .widget:nth-child(1) .widget-wrap h4 {
		padding: 10px;
	}

	.donation-page .sidebar .sidebar .widget:nth-child(4) .widget-wrap p:first-child {
		margin-bottom: 15px;
	}
	
	.donation-page .sidebar .sidebar .widget:not(:first-child) .widget-wrap h4 + div,
	.donation-page .sidebar .sidebar .widget.accordion .widget-wrap h4 + div {
		display: none;
	}
	
		.donation-page .sidebar .sidebar .widget.accordion .widget-wrap h4:before {
			position: absolute;
			top: 7px;
			left: 20px;
			content: '+';
			display: inline-block;
			font-family: sans-serif;
			color: #535353;
		}

		.donation-page .sidebar .sidebar .widget.accordion .widget-wrap h4:hover:before {
			color: #868686;
		}

	.donation-page .sidebar .sidebar .widget.accordion.open .widget-wrap h4 + div {
		padding-top: 30px;
		display: block;
	}
	
		.donation-page .sidebar .sidebar .widget.accordion.open .widget-wrap {
			background: #333;
			height: 330px;
		}
		.donation-page .sidebar .sidebar .widget.accordion.open .widget-wrap h4 {
			background: #404040;
		}

			.donation-page .sidebar .sidebar .widget.accordion.open .widget-wrap h4:before {
				content: '–';
				color: #a6a6a6;
			}
	
			.donation-page .sidebar .sidebar .widget.accordion.open .widget-wrap h4:hover:before {
				color: #c6c6c6;
			}
	
/* Donation Modal */

.donation-modal {
	display: none; 
	position: fixed; 
	z-index: 999; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgba(0,0,0,0.7); 
}

	.donation-modal .donation-modal-content {
		position: relative;
		background-color: #d9d9d9;
	    margin: 15% auto;
	    padding: 0;
	    width: 80%;
	    max-width: 800px;
	    box-shadow: 0 0 5px rgba(0,0,0,0.2);
		z-index: 1;
	}
	
		.donation-modal .donation-modal-content .close-position {
			position: absolute;
			top: -15px;
			right: 20px;
			background: #eb212d;
			color: white;
			height: 30px;
			width: 30px;
			text-align: center;
			line-height: 30px;
			font-size: 15px;
			font-family: Arial, sans-serif;
			cursor: pointer;
			border-radius: 15px;
			z-index: 2;
		}
		
			.donation-modal .donation-modal-content .close-position:hover {
				background: #c81d26;
			}

  .donation-modal .inner-space {
	  width: 90%;
	  max-width: 740px;
	  margin: 0 auto;
	  text-align: center; 
	  padding: 20px;
	  background: white;
	  position: relative;
	  height: 100%;
		z-index: 1;
  }

  .donation-modal .header .inner-space img {
	  height: 70px;
  }

  .donation-modal .loop {
	  margin-right: 0;
  }

	  .donation-modal .loop .entry-content p {
			font-size: 22px;
		  padding-left: 0;
		  text-align: left;
		}

	  .donation-modal .loop .entry-content p:first-child {
		  text-align: center;
		}

		  .donation-modal .loop .entry-content p strong {
				font-size: 32px;
				padding: 0 0 20px 0;
				margin-left: 0;
        text-align: center;
			}

  .donation-modal .backlink .inner-space {
	  padding-top: 25px;
	  min-height: 60px;
	}

	.big-button {
		background: white;
		color: black !important;
		border-radius: 20px;
		padding: 5px 20px;
		display: inline-block;
		box-shadow: 2px 5px 10px rgba(0,0,0,0.6);
		font-size: 20px;
		font-style: italic;
		font-family: 'EB Garamond', Times, Georgia, serif;
		font-weight: 500;
	}
	
		.big-button:hover {
			background: #d9d9d9;
			color: red;
		}
		
	.donation-modal .addtoany_share_save_container {
		display: none;
	}

/* Give Modal Styling */

.donation-page .sidebar .ajdg_grpwidgets {
	display: none; 
}

.sidebar .widget_give_forms_widget .widget-wrap {
	max-width: 300px;
	background: #ee1c25 url(http://ts.communitynewspaperproject.org/files/2018/02/support-logo.png) no-repeat center top;
	background-size: auto 110px;
	text-align: center;
}

	.sidebar .widget_give_forms_widget .widget-wrap h4 {
		font-size: 24px !important;
		line-height: 30px;
		color: white !important;
		margin: 10px 0;
		padding: 110px 0 10px 0;
		letter-spacing: normal;
		border: 0;
		font-family: 'EB Garamond', Times, Georgia, serif;
		float: none;
		font-weight: normal;
 	}
 	
 	.sidebar .widget_give_forms_widget .widget-wrap .give-form-wrap h2 {
		font-size: 18px;
		color: white !important;
		margin: 0 0 16px 0;
		font-style: italic;
 	}


	.sidebar .widget_give_forms_widget .widget-wrap .give-form-content-wrap p {
		text-align: left;
		color: white;
		font-size: 18px;
		line-height: 1.6em;
		margin-bottom: 0.5em;
		font-family: 'EB Garamond', Times, Georgia, serif;
		padding: 0 10px;
	}

	.sidebar .widget_give_forms_widget .widget-wrap .give-form {
		margin-bottom: 0;
	}
	
	.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li {
		width: 96px;
		margin: 0 0 1px 0 !important;
		padding: 0 6px 0 0;
	}

		.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(3) {
			padding: 0;
		}

		.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(4) {
			width: 100%;
			padding: 0;
		}

			.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(4) button {
				font-size: 18px;
			}

			.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(4) button .give-recurring-multilevel-label {
				margin-top: 6px;
			}

			.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(4) .give-amount {
				display: none;
			}

		.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(5) {
			display: none;
		}

	
.sidebar .widget_give_forms_widget .widget-wrap .give-donation-levels-wrap button {
	display: block;
	width: 100%;
	height: 112px;
	background: #f14951;
	color: white;
	border-radius: 5px;
	border: 1px solid #de0305;
	font-size: 16px;
	font-family: 'EB Garamond', Times, Georgia, serif;
	padding: 8px 8px;
	outline: none;
	text-align: center;
}

		.sidebar .widget_give_forms_widget .widget-wrap .give-list-inline li:nth-child(4) button {
			height: auto !important;
		}


	.sidebar .widget_give_forms_widget .widget-wrap .give-donation-levels-wrap button .give-amount {
		display: block;
		clear: both;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		margin: 8px 0 5px;
	}

	.sidebar .widget_give_forms_widget .widget-wrap .give-donation-levels-wrap button .give-recurring-multilevel-label {
		display: block;
		clear: both;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		color: rgba(255,255,255,0.65);
	}

	.sidebar .widget_give_forms_widget .widget-wrap .give-donation-levels-wrap button:hover {
		background: #de0305;
	}
	
.sidebar .widget_give_forms_widget .widget-wrap .give-donation-levels-wrap button.give-selected-level {
	background: white;
	color: #ee1c25;
}

	.sidebar .widget_give_forms_widget .widget-wrap .give-donation-levels-wrap button.give-selected-level .give-recurring-multilevel-label {
		color: rgba(238,28,37,0.65);
	}
	
	.sidebar .widget_give_forms_widget .widget-wrap .give-fee-message {
		display: inline-block;
		width: 225px !important;
		margin: 0 auto;
		padding: 0 0 20px 0;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
	}

		.sidebar .widget_give_forms_widget .widget-wrap .give-fee-message label input {
			float: left;
			display: inline-block;
			position: relative;
			top: 2px;
			margin-right: 10px;
		}

		.sidebar .widget_give_forms_widget .widget-wrap .give-fee-message label span {
			float: left;
			display: inline-block;
			position: relative;
			width: calc(100% - 25px);
			color: #888;
			line-height: 1.1em;
		}
	
.sidebar .widget_give_forms_widget .widget-wrap .give-recurring-multi-level-message + .give-btn,
.sidebar .widget_give_forms_widget .widget-wrap .give-recurring-multi-level-message + input + fieldset + .give-btn {
	background: #fef200;
	color: black;
	border-radius: 5px;
	border: 1px solid #fcda00;
	font-size: 18px;
	font-family: 'EB Garamond', Times, Georgia, serif;
	font-weight: 500;
	padding: 8px 12px;
	outline: none;
	float: none; 
}

.donation-page .give-modal .give-submit-button-wrap { 
	text-align: center;
}
.donation-page .give-modal .give-submit-button-wrap .give-submit {
	background: #ee1c25;
	color: white;
	border-radius: 5px;
	border: 1px solid #de0c15;
	font-size: 18px;
	font-family: 'EB Garamond', Times, Georgia, serif;
	font-style: italic;
	font-weight: 400;
	padding: 8px 12px;
	outline: none;
	margin: 0 auto;
}
	
/* Remove Once Donations are Live 
	
#ajdg_grpwidgets-31,
#ajdg_grpwidgets-38 {
	display: none;
}

.nav-primary .genesis-nav-menu > li.donate-link {
	display: none;
}

*/

.page-template-default .give-form label {
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px;
}

.page-template-default .give-form input {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 8px;
	font-size: 13px;
	line-height: 30px;
	color: black;
	margin: 0;
}

.page-template-default .give-form input.give-submit {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	background: #FC2400;
	border: 0;
	color: white;
	font-size: 13px;
	line-height: 32px;
	margin: 0;
	position: relative;
	top: 1px;
	padding: 0 16px;
}

	.page-template-default .give-form input.give-submit:hover {
		background: #eC1400;
	}
	
.page-template-default table.give-table th {
	padding: 5px 25px;
	background: #E8E8E8;
}

/* AdRotate Testing */

.block-reload .g { display: none; }
.block-reload .g.advert-show { display: block; }

/*  September Opiod Purple Initiative 

    Original Headers: 
		http://ts.communitynewspaperproject.org/files/2016/09/cropped-tsmastheadwhite_Sep16.jpg  
		http://cs.communitynewspaperproject.org/files/2016/09/cropped-CSmasthead_Sept16.png
      
    Purple Headers: 
	    https://cs.communitynewspaperproject.org/files/2018/08/CSmasthead_goes-purple-cropped.jpg
		https://ts.communitynewspaperproject.org/files/2018/08/TSmasthead_goes-purple-cropped.jpg
*/

.site-header { background-color: #fff; } // Purple -> #652d74; 
.banner .information .date { color: white; margin-left: 15px; margin-right: 15px; }

.banner .icons { margin: -40px 0 0 0; }
.banner .icons h4 { background: white; margin-right: 0; padding-left: 15px; padding-right: 5px; }
.banner .icons ul { border-right: 10px solid white; }

/* Subscription Modal */

.subscription-modal,
.donation-modal  {
	display: none; 
	position: fixed; 
	z-index: 999; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgba(0,0,0,0.7); 
}

	.subscription-modal .subscription-modal-content,
	.donation-modal .donation-modal-content {
		position: relative;
		background-color: white; 
	    margin: 15% auto;
	    padding: 0;
	    width: 80%;
	    max-width: 680px;
	    box-shadow: 0 0 5px rgba(0,0,0,0.2);
		z-index: 1;
		border-radius: 5px;
	}
	
		.subscription-modal .subscription-modal-content .close-position,
		.donation-modal .donation-modal-content .close-position {
			position: absolute;
			top: -15px;
			right: 20px;
			background: #eb212d;
			color: white;
			height: 30px;
			width: 30px;
			text-align: center;
			line-height: 30px;
			font-size: 15px;
			font-family: Arial, sans-serif;
			cursor: pointer;
			border-radius: 15px;
			z-index: 2;
		}
		
			.subscription-modal .subscription-modal-content .close-position:hover,
			.donation-modal .donation-modal-content .close-position:hover {
				background: #c81d26;
			}

	.subscription-modal .subscription-modal-content .widget .widget-wrap,
	.subscription-modal .subscription-modal-content .header,
	.donation-modal .donation-modal-content .widget .widget-wrap {
		padding: 0;
	}

		.subscription-modal .subscription-modal-content .header img {
			border-radius: 5px 5px 0 0;
		}
		
	.subscription-modal .subscription-modal-content .content {
		padding: 50px;
		text-align: center;
	}	

	.donation-modal .donation-modal-content .content {
		background: white;
		padding: 24px;
		text-align: center;
		z-index: -1;
		border-radius: 5px;
		max-width: 632px;
	}	
		
		.donation-modal .donation-modal-content .content img {
			width: 100%;
			height: auto;
		}

		.subscription-modal .subscription-modal-content .content p,
		.donation-modal .donation-modal-content .content p {
			font-size: 24px;
			line-height: 32px;
		}

		.subscription-modal .subscription-modal-content .content a,
		.donation-modal .donation-modal-content .content a.button {
			display: inline-block;
			font-size: 16px;
			line-height: 24px;
			padding: 10px 36px;
			color: white;
			background: black;
			box-shadow: 0 2px 5px rgba(0,0,0,0.4);
			margin-top: 35px;
		}
		
			.donation-modal .donation-modal-content .content a.button-cancel {
				background: transparent;
				color: #888;
				box-shadow: 0 2px 5px transparent;
				font-style: italic;
			}
			.donation-modal .donation-modal-content .content a.button-support {
				background: #eb212d;
			}
			
				.subscription-modal .subscription-modal-content .content a:hover,
				.donation-modal .donation-modal-content .content a.button-support:hover {
					background: #c81d26;
				} 
	
				.donation-modal .donation-modal-content .content a.button-cancel:hover {
					color: #c81d26;
				} 
			
	


.comment-respond .comment-form-cookies-consent {
	position: relative;
	height: 75px;
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
    position: absolute;
    top: 16px;
}
	
.comment-respond .comment-form-cookies-consent label {
	width: 100%;
	left: 25px;
	line-height: 20px;
	top: 12px;
}

.comment-respond .comment-form-comment label {
	position: relative;
}



.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a, 
a:visited {
	color: #fc2400;
}
	a:hover {
		color: #b01900;
	}

