/*
	Theme Name: Elle Child Theme
	Theme URI: http://market.studiopress.com/themes/elle
	Description: Elle 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: Lauren Mancke
	Author URI: http://www.northbounddesign.com/
	Version: 2.0.0
	
	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
------------------------------------------------------------ */

body {

}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Arial, sans-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;
	margin-left:30px; 
}

.entry-content ul li {
	list-style-type: square;
}


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

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

a:hover {
	color: #ef5400;
	text-decoration: none;
}

a img {
	border: none;
}


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

#wrap {
	margin: 0 auto;
}


/* Top Navigation
------------------------------------------------------------ */

.topnav {
	background:#Ffffff;
	height: 15px;
	margin: 0 auto;
	padding: 0;
}
	
.topnav .wrap {
	margin: 0 auto;
	text-transform: uppercase;
	width: 960px;
}
	
.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: 255px;
}
	
.topnav-right {
	float: right;
	margin: 0;
	padding: 8px 0 0;
	text-align: right;
	width: 700px;
}

.topnav-right a img {
	padding: 3px;
}
	
.topnavbarright a img {
	border: none;
	margin: 0 3px 1px 0;
	padding: 5px;
}
	
.rss-topnav {
	background: url(images/rss.png) no-repeat left;
	padding: 2px 5px 2px 16px;
}

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

#header {
	background-color:#ffffff !important;
        height: 75px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#title-area {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
	width: 375px;
}
	
#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;
}

#title a,
#title a:hover {
	color: #00abbc;
	text-decoration: none !important;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	margin: 0;
	padding: 0;
	width: 500px;
}

#header .widget-area p {
	margin: 0;
	padding: 0 0 5px;
}
	
#header .textwidget {
	margin: 0;
	padding: 15px 0 0;
}
	
#header .widget-area h4 {
	margin: 10px 0 5px;
	padding: 0;
	text-decoration: none;
}


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

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 65px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 375px;
	text-decoration:none;
}

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


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

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


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

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

li:hover,
li.sfHover {
	position: static;
}


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

#header ul.nav,
#header ul.menu {
	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;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: none;
}

#header ul.nav li a,
#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;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background: #dc420e url(images/navhov.png) right top;
	border-left: 1px solid #bc380b;
	color: #fff;
	padding: 4px 15px 5px 14px;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background: #ef5400;
	border: 1px solid #bc380b;
	border-top-color: #ff6c00;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	position: relative;
	width: 160px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: #f60;
	border-top-color: #ff7800;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -32px 0 0 159px;
}

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


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

#nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width:100%;
	background: #F2CB4E;
	border-top: 2px solid #DA3011;
	border-bottom: 2px solid #DA3011;
}
	
#nav .wrap {
	background: #F2CB4E;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	line-height: 24px;
	margin: 0 auto;
	/*	Edited Mindblaze Start	*/
	/*overflow: hidden;*/
	/*	Edited Mindblaze End	*/
	padding: 0;
	text-shadow: -1px -1px #bc380b;
	width: 1100px;
	/*	Edited Mindblaze Start	*/
	height:33px;
	/*	Edited Mindblaze End	*/
}

#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	/*	Edited Mindblaze Start	*/
	position : relative;
	/*	Edited Mindblaze End	*/
	
}

#nav li {
	width:130px;
	float: left;
	list-style-type: none;
	margin-right:20px;
}

#nav li a {
	background: #DA3011;
	color: #fff;
	display: block;
	padding: 3px 13px 4px 13px;
	position: relative;
	text-decoration: none;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 2px solid transparent;
	border-bottom: 0px;
}

/*
#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: #EF5400;
	border-left: 1px solid #bc380b;
	color: #fff;
	padding: 4px 15px 5px 14px;
}
*/

/*	Edited Mindblaze Start	*/

#nav li a:hover,
#nav li a:active,
/*#nav .current_page_item a,*/
#nav .current-cat a,
/*#nav .current-menu-item a*/
#nav .sfHover a {
	/*background: #155291 url(images/navhov.png) right top;
	border-left: 1px solid #6ABA34;
	border: 2px solid #6ABA34;
	border-bottom:none;
	border-top:1px solid #6ABA34;
	*/
	background: #ce452c;
	color: #fff;
	z-index:1001;
	margin: 0px 0px -6px 0px;
}

#nav .sfHover a.sf-with-ul{
	background: #ce452c url(images/nav-new-hov.png) right top;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #a82222;
	border-bottom: 0px;
}

/*	Edited Mindblaze End	*/

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}
/*
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #ef5400;
	border: 1px solid #bc380b;
	border-top-color: #ff6c00;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 3px 10px;
	position: relative;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background: #f60;
	border-top-color: #ff7800;
}
*/

/*	Edited Mindblaze Start	*/

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	border:0px;
}


#nav li li:hover,
#nav li li:active {
	
}

#nav li li a:hover,
#nav li li a:active {
	border-color:#638ebc;
	color:white;
	background:none;
}

#nav li li.waiting a{background-image:url(images/ajax-loader-red.gif); background-repeat:no-repeat; background-position: 170px 6px;}

/*nav#local-sub ul li.fl .sub ul.menu li a.waiting{background:url(../images/ajax-loader-blue2.gif?1322510760) center right no-repeat}

nav#local-sub ul li.fl .sub ul.menu li:hover a.waiting{background-image:url(../images/ajax-loader-blue.gif?1322510760)}*/



#nav li ul {
	
}

/*	Edited Mindblaze End	*/

/*
#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
*/

#nav li ul a {
	/*width: 140px;*/
}

#nav li ul ul {
	margin: -32px 0 0 159px;
}
#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


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

#nav li.right {
	float: right;
	padding: 4px 10px 0 0;
}

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

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

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

#nav .searchsubmit {
	font-size: 12px;
}

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

#nav 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: 960px;
}

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

#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
------------------------------------------------------------ */

#inner {
	background:#ffffff;
	margin: 20px auto;
	overflow: hidden;
	padding: 0 10px 10px;
	width: 960px;
}

.content-sidebar #inner {
}

.sidebar-content #inner {
}

.sidebar-sidebar-content #inner {
}

.content-sidebar-sidebar #inner {
}

.sidebar-content-sidebar #inner {
}


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

.home #wrap #inner {
}

.featured-top {
	background: #ffffff;
}

.featured-top,
.featured-bottom {
	float: left;
	width: 620px;
}
	
.featured-bottom-left {
	float: left;
	width: 300px;
}
	
.featured-bottom-right {
	float: right;
	width: 300px;
}

.featured-top .widget {
	margin: 0;
	padding-bottom: 20px;
}

.featured-bottom .widget {
	border: 2px solid #DA3011;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom:15px;
	padding-top: 0px;
	height:425px;
}
.featured-bottom .widget img {
    display: block;
    margin-left: auto;
    margin-right: auto }


.featured-bottom .widget-wrap {
	padding: 0px;
}

.featured-top .widget-wrap,
	padding: 5px;
}


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

.breadcrumb {
	margin: 0 0 10px;
	padding: 5px 10px;
}


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

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


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

#content-sidebar-wrap {
	float: left;
	width: 640px;
	background:#ffffff !important;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
	background:#ffffff !important;
}

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

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


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

#content {
	float: left;
	width: 600px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

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

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

#content .post,
#content .page {
	background: #fff;
	margin: 0;
	padding: 15px 10px 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;
}

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

.entry-content {
	overflow: hidden;
}

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

.clear {
	clear: both;
}

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


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

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

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


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

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

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

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #993300;
	font-weight: bold;
	padding: 0 0 5px;
}

h2,
h2 a,
h2 a:visited {
	color: #AA0918;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

#sidebar h4 {
	color: #DA3011;
	background: #F3F498;
	font-size: 11px;
	margin: 0;
	text-align: right;
}

.page h1 {
	font-size:24px;
	color: #993300;
	margin: 0 0 5px;
}

.post h1 {
	font-size:24px;
	color: #993300;
	margin: 0 0 5px;
}

.author-box h1 {
	display: inline;
}

#sidebar h2,
#sidebar h2 a {
	font-size: 13px;
	line-height: 16px;
}

h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

h4 {
	font-size: 18px;
}

.widget h4 {
	font-size: 11px;
	color:#ffffff;
	background: #DA3011;
	text-align:right;
	padding-right:10px;
}

#sidebar-alt .widget h4 {
	color: #444;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}



/* 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: 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 {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	padding: 3px;
}

.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: 0 10px 10px 0;
}

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

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

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

.wp-caption {
	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 {
	color:#ffffff;
	background-color: #DA3011;
	border: 1px solid #e6e6e6;
	padding: 2px 5px;
	font-weight: bold;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.navigation li a:hover,
.navigation li.active a {
	color: #fffff;
}


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

.sidebar {
	display: inline;
	float: right;
	width: 310px;
}

#sidebar-alt {
	float: left;
	width: 320px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0;
	padding-top: 0;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.sidebar .widget-wrap{
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 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 {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 0 10px;
}

.featuredpost h2,
.featuredpage h2 {
	display: block;
	padding:10px;
}

.featuredpost p,
.featuredpage p {
	display: block;
	padding:0 10px 10px;
}

.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: #DA3011;
	border: 2px solid #DA3011;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 4px 4px;
	text-decoration: none;
	text-shadow: -1px -1px #bc380b;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover, #wpcf7-submit {
	background: url(images/nav.png) repeat-x right top;
	border: 2px solid #DA3011;
	color: #fff;
	text-decoration: none;
}

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

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

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

#nav .searchform {
	float: right;
}

.s {
	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;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}


/* 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;
}

#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: #DA3011;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 10px;
	text-transform: none;

}

.footer .wrap {
	height: 20px;
	margin: 0 auto;
	padding: 10px;
	width: 940px;
  	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
  	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
}

.footer p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.footer a,
.footer a:visited {
	color: #ffffff;
}

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

.footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 210px;
}

.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: 710px;
}


/* 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 #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 #header .widget-area,
.elle-blue #header .widget-area h4,
.elle-blue #header .widget-area a,
.elle-blue #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,
.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 #header ul.nav,
.elle-blue #header ul.menu,
.elle-blue #nav .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 #header ul.nav li a,
.elle-blue #header ul.menu li a,
.elle-blue #nav li a {
	color: #777971;
	text-shadow: 1px 1px #eee;
}

.elle-blue #header ul.nav li a:hover,
.elle-blue #header ul.nav li a:active,
.elle-blue #header ul.nav .current_page_item a,
.elle-blue #header ul.nav .current-cat a,
.elle-blue #header ul.nav .current-menu-item a,
.elle-blue #header ul.menu li a:hover,
.elle-blue #header ul.menu li a:active,
.elle-blue #header ul.menu .current_page_item a,
.elle-blue #header ul.menu .current-cat a,
.elle-blue #header ul.menu .current-menu-item a,
.elle-blue #nav li a:hover,
.elle-blue #nav li a:active,
.elle-blue #nav .current_page_item a,
.elle-blue #nav .current-cat a,
.elle-blue #nav .current-menu-item a {
	background: #e4e7d7 url(images/nav-tan-hov.png) repeat-x;
	border-left: 1px solid #c1c1c1;
}

.elle-blue #header ul.nav li li a,
.elle-blue #header ul.nav li li a:link,
.elle-blue #header ul.nav li li a:visited,
.elle-blue #header ul.menu li li a,
.elle-blue #header ul.menu li li a:link,
.elle-blue #header ul.menu li li a:visited,
.elle-blue #nav li li a,
.elle-blue #nav li li a:link,
.elle-blue #nav li li a:visited {
	background-color: #e4e7d7;
	border: 1px solid #dde0d1;
	border-top-color: #f4f6ee;
	color: #777971;
}

.elle-blue #header ul.nav li li a:hover,
.elle-blue #header ul.nav li li a:active,
.elle-blue #header ul.menu li li a:hover,
.elle-blue #header ul.menu li li a:active,
.elle-blue #nav li li a:hover,
.elle-blue #nav 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 #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,
.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 #header ul.nav,
.elle-white #header ul.menu,
.elle-white #nav .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 li a,
.elle-white #header ul.nav li a,
.elle-white #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 li a:active,
.elle-white #nav .current_page_item a,
.elle-white #nav .current-cat a,
.elle-white #nav .current-menu-item a {
	background: #fcfcfc url(images/nav-white-hov.png) repeat-x;
}

.elle-white #header ul.nav .current_page_item a,
.elle-white #header ul.nav .current-cat a,
.elle-white #header ul.nav .current-menu-item a,
.elle-white #header ul.nav li a:hover,
.elle-white #header ul.nav li a:active,
.elle-white #header ul.menu .current_page_item a,
.elle-white #header ul.menu .current-cat a,
.elle-white #header ul.menu .current-menu-item a,
.elle-white #header ul.menu li a:hover,
.elle-white #header ul.menu li a:active,
.elle-white #nav li a:hover,
.elle-white #nav li .current_page_item a,
.elle-white #nav li .current-cat li a,
.elle-white #nav 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 #header ul.nav li li a,
.elle-white #header ul.nav li li a:link,
.elle-white #header ul.nav li li a:visited,
.elle-white #header ul.menu li li a,
.elle-white #header ul.menu li li a:link,
.elle-white #header ul.menu li li a:visited,
.elle-white #nav li li a,
.elle-white #nav li li a:link,
.elle-white #nav li li a:visited {
	background-color: #272727;
	border: 1px solid #111;
	border-top-color: #333;
	color: #fff;
	text-shadow: -1px -1px #000;
}

.elle-white #header ul.nav li li a:hover,
.elle-white #header ul.nav li li a:active,
.elle-white #header ul.menu li li a:hover,
.elle-white #header ul.menu li li a:active,
.elle-white #nav li li a:hover,
.elle-white #nav 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 #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 #header ul.nav,
.elle-green #header ul.menu,
.elle-green #nav .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 #header ul.nav li a:hover,
.elle-green #header ul.nav li a:active,
.elle-green #header ul.nav .current_page_item a,
.elle-green #header ul.nav .current-cat a,
.elle-green #header ul.nav .current-menu-item a,
.elle-green #header ul.menu li a:hover,
.elle-green #header ul.menu li a:active,
.elle-green #header ul.menu .current_page_item a,
.elle-green #header ul.menu .current-cat a,
.elle-green #header ul.menu .current-menu-item a,
.elle-green #nav li a:hover,
.elle-green #nav li a:active,
.elle-green #nav .current_page_item a,
.elle-green #nav .current-cat a,
.elle-green #nav .current-menu-item a {
	background: #4f4f4f url(images/nav-gray-hov.png) repeat-x;
	border-left: 1px solid #767676;
}

.elle-green #header ul.nav li li a,
.elle-green #header ul.nav li li a:link,
.elle-green #header ul.nav li li a:visited,
.elle-green #header ul.menu li li a,
.elle-green #header ul.menu li li a:link,
.elle-green #header ul.menu li li a:visited,
.elle-green #nav li li a,
.elle-green #nav li li a:link,
.elle-green #nav li li a:visited {
	background: #4f4f4f;
	border: 1px solid #474747;
	border-top-color: #4f4f4f;
}

.elle-green #header ul.nav li li a:hover,
.elle-green #header ul.nav li li a:active,
.elle-green #header ul.menu li li a:hover,
.elle-green #header ul.menu li li a:active,
.elle-green #nav li li a:hover,
.elle-green #nav 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: #c8c8c8;
	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 a,
.elle-red a:visited,
.elle-red #nav,
.elle-red .widget h2,
.elle-red .widget h2 a,
.elle-red .widget h2 a:visited,
.elle-red h2 a:hover,
.elle-red #cat,
.elle-red .widget_archive select,
.elle-red .enews #subbox {
	color: #fc2400;
}

.elle-red a:hover,
.elle-red .widget h2 a:hover,
.elle-red .navigation li a:hover,
.elle-red .navigation li.active a,
.elle-red p.more-from-category a {
	color: #000;
}

.elle-red h1,
.elle-red h2,
.elle-red h2 a,
.elle-red h2 a:visited,
.elle-red h3,
.elle-red h4,
.elle-red h5,
.elle-red h6,
.elle-red .latest-tweets span a {
	color: #fff;
	text-shadow: none;
}

.elle-red #header ul.nav,
.elle-red #header ul.menu,
.elle-red #nav .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: #000 url(images/nav-black.png) repeat-x;
	border-color: #000;
	color: #fff;
	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 #header ul.nav li a,
.elle-red #header ul.menu li a,
.elle-red #nav li a {
	text-shadow: -1px -1px #000;
}

.elle-red #header ul.nav li a:hover,
.elle-red #header ul.nav li a:active,
.elle-red #header ul.nav .current_page_item a,
.elle-red #header ul.nav .current-cat a,
.elle-red #header ul.nav .current-menu-item a,
.elle-red #header ul.menu li a:hover,
.elle-red #header ul.menu li a:active,
.elle-red #header ul.menu .current_page_item a,
.elle-red #header ul.menu .current-cat a,
.elle-red #header ul.menu .current-menu-item a,
.elle-red #nav li a:hover,
.elle-red #nav li a:active,
.elle-red #nav .current_page_item a,
.elle-red #nav .current-cat a,
.elle-red #nav .current-menu-item a {
	background: #333 url(images/nav-black-hov.png) repeat-x;
	border-left: 1px solid #333;
	text-shadow: -1px -1px #000;
}

.elle-red #header ul.nav li li a,
.elle-red #header ul.nav li li a:link,
.elle-red #header ul.nav li li a:visited,
.elle-red #header ul.menu li li a,
.elle-red #header ul.menu li li a:link,
.elle-red #header ul.menu li li a:visited,
.elle-red #nav li li a,
.elle-red #nav li li a:link,
.elle-red #nav li li a:visited {
	background-color: #111;
	border: 1px solid #000;
	border-top-color: #222;
}

.elle-red #header ul.nav li li a:hover,
.elle-red #header ul.nav li li a:active,
.elle-red #header ul.menu li li a:hover,
.elle-red #header ul.menu li li a:active,
.elle-red #nav li li a:hover,
.elle-red #nav 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 #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 {
	border-bottom: 1px solid #bababa;
}

.elle-red input,
.elle-red select,
.elle-red textarea,
.elle-red .avatar,
.elle-red .featuredpage img,
.elle-red .featuredpost img,
.elle-red .post-image {
	border: 1px solid #bababa;
}

.elle-red .s {
	border: 1px solid #000;
}

.elle-red .featured-top {
	background: #eee;
}

.elle-red .footer p,
.elle-red .footer a,
.elle-red .footer a:visited {
	color: #fff;
	text-shadow: -1px -1px #000;
}





/* FLOATING SOCIAL
------------------------------------------------------------ */
#wdsb-share-box ul, #wdsb-share-box ul li {
	margin-bottom: 10px !important;
}

/* LEADERBOARD
------------------------------------------------------------ */

.leaderboard .wrap {
	margin: 0 auto;
	width: 980px;
	padding-top:15px;
}

#leaderboard {
	height:90px;
	width: 728px;
	border-style:solid;
	border-color:#e5e5e5;
	border-width:1px;
	float: left;
	margin-right:5px;
}

#leaderboardsub {
	padding-bottom: 0px;
}


/* FOOTER NAVIGATION -- MENU
------------------------------------------------------------ */
#footer-widgets {
	clear: both;
	width: 100%;
	background: #F2CB4E;
	height:140px;
}

#footer-widgets .wrap {
	background:none;
	color:#ffffff;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width:960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

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

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

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

#footer-widgets ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer-widgets ul li {
	width:170px;
	float: left;
	list-style-type: none;
	padding:0;
}

#footer-widgets li a {
	color: #AA0918;
	font-weight: bold;
	display: block;
	padding: 0;
	position: relative;
	text-decoration: none;
}

#footer-widgets li a:hover,
#footer-widgets li a:active {
	color: #ffffff;
}

#footer-widgets li li a,
#footer-widgets li li a:link,
#footer-widgets li li a:visited {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 10px;
	position: relative;
	width: 138px;
}

#footer-widgets li li a:hover,
#footer-widgets li li a:active {
	background: #f60;
	border-top-color: #ff7800;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}


#footer-widgets li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#footer-widgets li ul a {
	width: 140px;
}

#footer-widgets  li ul ul {
	margin: -32px 0 0 159px;
}

#footer-widgets li:hover>ul,
#footer-widgets li:hover>ul,
#footer-widgets li.sfHover ul {
	left: auto;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 960px;
}


/* CONTACT FORM BUTTON CUSTOMIZATION
------------------------------------------------------------ */
#wpcf7-submit {
	background: #DA3011;
	border: 2px solid #DA3011;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 4px 4px;
	text-decoration: none;
	text-shadow: -1px -1px #bc380b;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

/* TUBEPRESS BUTTON CUSTOMIZATION
------------------------------------------------------------ */
div.tubepress_container div.pagination span.current {
    background-color: #DA3011 !important;
    border-bottom-color: #DA3011 !important;
    border-left-color-value: #DA3011 !important;
    border-right-color-value: #DA3011 !important;
    border-top-color: #DA3011 !important;
    color: #FFFFFF !important;
}

div.tubepress_container div.pagination a {
	background: url(images/nav.png) repeat-x right top !important;
    border-bottom-color: #DA3011 !important;
    border-left-color-value: #DA3011 !important;
    border-right-color-value: #DA3011 !important;
    border-top-color: #DA3011 !important;
    color: #ffffff !important;
}



/* FEATURED VIDEO LINK
------------------------------------------------------------ */
#featvid {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight:bold;
	color: #DA3011;
	background: #F3F498;
	text-align:right;
	margin: 0;
	padding-right:10px;
	padding-bottom: 5px;
}

/* FEATURED IMAGE LINK
------------------------------------------------------------ */
#slider-red {
	text-transform: lowercase;
	color:#C3282E;
	font-weight:bold;
}

#slider-yellow {
	text-transform: lowercase;
	color:#F0AC00;
	font-weight:bold;
}

#slider-white {
	text-transform: lowercase;
	color:#ffffff;
	font-weight:bold;
}

#slider-black {
	text-transform: lowercase;
	color:#000000;
	font-weight:bold;
}

#slider-brightblue {
	text-transform: lowercase;
	color:#3287BD;
	font-weight:bold;
}

/* MORE FROM CATEGORY
------------------------------------------------------------ */
.more-from-category {
    text-align:right !important;
}

.more-from-category a,.more-from-category a:visited  {
    color: #AA0918;
    font-size: 14px;
    font-weight:normal !important;
    font-style:italic;
    align:right !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
}

.more-from-category a:hover {
    color: #ee5400;
}

/* TUBEPRESS
------------------------------------------------------------ */
tubepress_thumbnail_area {
	float:left !important;
}



.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	border: 2px solid #A82222;
	height: 276px;
	background: #fff;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 1000;
	box-shadow: 0px 2px 7px -1px #2d2d2d;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 950px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.col_1 {width:200px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.submenu_posts {
	height:75px; 
	padding: 8px 0; 
	border-bottom: 1px solid #e0b7b3;
}

.show_posts .submenu_posts:last-child{
	border-bottom:0px !important;
}

.show_posts {
	float:right;
	width: 740px;
}

.subposts_links {
	text-decoration:none; 
	border:0px; 
	padding:0px; 
	margin:0px; 
	color:#a2301b !important; 
	line-height:21px; 
	font-size:15px; 
	background:none !important;
	text-shadow: none;
}

.subposts_links:hover {
	background:#fcd6d0 !important;
	text-shadow: 1px 1px 0px #fff;
}

.sub_cats {
	width: 200px !important;
	border-bottom: 1px solid #a42811;
}

.sub_cats:hover{
	background: #65221b;
}

.sub-menu {
	height: 100%;
	left: -9999px;
	position: absolute;
	z-index: 9999;
	background: #ce452c;
	border-right:1px solid #dde5ef;
}

.sub-menu a {
	display: block;
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 3px 10px 10px 10px !important;
	position: relative;
	text-shadow: 1px 1px 0px #a61c03;
}



#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
}


#genesis-responsive-slider {

    background-color: #ffffff !important;
    border:none !important;
    padding-bottom: 40px !important;
    padding-left: 0 !important;
    padding-right:0 !important;
   padding-top:0 !important;
}

.slide-excerpt {
    background-color: #000000 !important;
}

html > body .slide-excerpt-border {
border:none !important;
}


html > body .slide-excerpt-border h2 a {
  font-size:18px !important;
  Color:#AA0918 !important;
}

html > body .slide-excerpt-border h2 a:hover {
	color: #ef5400 !important;
}

.TribeEventsFeatureWidget .post-thumb {
	float: left;
	margin: 0 10px 0 0;
}

.TribeEventsFeatureWidget .post-thumb img {
	height: auto;
	width: 50px;
}
