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

*/

/* Import Fonts
------------------------------------------------------------ */




/* Defaults
------------------------------------------------------------ */

body {
	background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #5C8727;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	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;
}


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

a,
a:visited {
	color: #5C8727;
	text-decoration: none;
        font-weight:bold;
}

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

a img {
	border: none;
}
a.more-link {
       padding-left: 40px;
       font-weight: bold;
       text-transform: uppercase;
}

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

#wrap {
	margin: 0 auto;
      
}


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

.topnav {
	background: url(images/bg.png) repeat-x top;
	height: 35px;
	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;
}
	
.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
------------------------------------------------------------ */

#header {
	height: 276px;
	margin: 0 auto;
	padding: 0;
	width: 1004px;
      -moz-box-shadow: 0 0px 10px 1px #ccc;
-webkit-box-shadow: 0 0px 10px 1px #ccc;
box-shadow: 0 0px 10px 1px #ccc;
}

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

#description {
	display: none;
}

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


#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: 270px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

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


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

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


/* 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: #FFF6DC;*/
	border: 0px solid #bc380b;
	border-left-width: 0;
	color: #fff;
	float: right;
	font-size: 22px;
	line-height: 24px;
	list-style: none;
	margin: 0px auto 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	/*text-shadow: -1px -1px #bc380b;*/
	text-transform: none;
	
}

#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: 22px;
	/*padding: 4px 70px 5px 60px;*/
	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: #FFF6DC;
	border: 1px solid #5C8727;
	border-top-color: #fff;
	color: #5C8727;
	font-size: 13px;
	padding: 3px 10px;
	/*position: relative;*/
	width: 160px;
        text-indent: 0;
        text-transform: uppercase;
}

#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: #FFF6DC;
	border-top-color: #fff;
        z-index: 9999;
        color: # eee;
}

#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;
}
	
#nav .wrap {
	background: #f9510e url(images/nav.png) repeat-x;
	border: 1px solid #bc380b;
	border-left-width: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-shadow: -1px -1px #bc380b;
	width: 960px;
}

#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	background: url(images/navline.png) repeat-y left;
	color: #fff;
	display: block;
	padding: 4px 15px 5px 15px;
	position: relative;
	text-decoration: none;
}

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

#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;
}

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

#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: #B4CC95;
	/*border-right: 10px solid #E7E5D3;*/
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0px;
    width: 1004px;
-moz-box-shadow: 0 8px 10px 1px #ccc;
-webkit-box-shadow: 0 8px 10px 1px #ccc;
box-shadow: 0 8px 10px 1px #ccc;
}

/*.content-sidebar #inner {
	background: url(images/content-sidebar.png) repeat-y;
}

.sidebar-content #inner {
	background: url(images/sidebar-content.png) repeat-y;
}

.sidebar-sidebar-content #inner {
	background: url(images/sidebar-sidebar-content.png) repeat-y;
}

.content-sidebar-sidebar #inner {
	background: url(images/content-sidebar-sidebar.png) repeat-y;
}

.sidebar-content-sidebar #inner {
	background: url(images/sidebar-content-sidebar.png) repeat-y;
}*/


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

.home #wrap #inner {background:none repeat scroll 0 0 #B4CC95;
	/*background-image: url(images/home-inner.png);
	background-repeat: repeat-y;*/
}

.featured-top {
	background: #fff;
}

.featured-top,
.featured-bottom {
	float: left;
	width: 660px;
}
	
.featured-bottom-left {
	float: left;
	width: 220px;
}
	
.featured-bottom-right {
	float: right;
	width: 200px;
}

.featured-top .widget,
.featured-bottom .widget {
	/*border-bottom: 5px solid #E7E5D3;*/
	margin: 0;
	padding: 0;
}

.featured-top .widget-wrap,
.featured-bottom .widget-wrap {
	padding: 10px 10px 21px 10px;
}


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

.breadcrumb {
	 color: #5C8727;
    font-size: 18px;
    margin: 15px 0 10px;
    padding: 5px 10px;
}


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

.taxonomy-description {
	margin: 0 0 0px ;
	padding: 10px;
        background: #fff;
       width: 658px;
       font-size: 20px;}


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

#content-sidebar-wrap {
	float: left;
	width: 640px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1004px;
        border-bottom: 3px solid #B4CC95;
}

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

.full-width-content #content-sidebar-wrap {
	width: 100%;
        padding-left: 10px;
}


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

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

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

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

.full-width-content #content {
	width: 100%;
        padding-left: 0px;
}

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

.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;
        text-align: justify;
}

.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: 36%;
}

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

.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: 100%;
}

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

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #5C8727;
	font-weight: bold;
	padding: 0 0 5px;
}
h1.entry-title 
{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0;
}

.home h2.entry-title

 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0;
}

.page h1 {
	color: #95A0A9;
	margin: 0 0 5px;
}

.author-box h1 {
	display: inline;
}

#sidebar h2,
#sidebar h2 a {
	font-size: 16px;
	letter-spacing: 0;
	/*line-height: 28px;*/
}

h3 {
	font-size: 24px;
	margin: 0 0 0px;
}

h4 {
	font-size: 18px;
}

.widget h4 {
        color:#5C8727;
	font-size: 18px;
        font-weight: normal;
	letter-spacing: -1px;
        padding: 15px 10px ;
        line-height: 14px !important;
        text-align: center;
}

#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: 0px dotted #e5e5e5;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 5px 0;
	text-transform: none;
        color:#5C8727;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #e5e5e5;
	clear: both;
	font-size: 11px;
	margin: 30px 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, .categories {
	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 {
    border-radius: 50% 50% 50% 50%;
}

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

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 0 5px 0 10px;
         /* selector for avatar class*/
    float: right; /* we press to the right edge, flow around on the left */
    
    width: 64px;
    height: 64px;
    
    border: 1px solid #95A0A9; /* border(width, type, color) */
    border-radius: 50%; /* border-radius is equal to 50 percent of a general width, actually 25 pixels, here and a circle was got(there is also with prefix - moz and - o) */
    box-shadow: 0px 1px 1px 1px #cdcdcd /* across displacement, vertical displacement, smearing, increase and color */
   }
	/*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 {
	background-color: #f0f1e9;
	border: 1px solid #e6e6e6;
	padding: 2px 5px;
	font-weight: normal;
}

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


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

.sidebar {background: #FFF6DC;
	display: inline;
	float: right;
	width: 316px;
        margin-left: 4px;
}

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

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
        /*min-height: 3795px;*/
}
.archive #sidebar.sidebar {
        min-height: 2501px;
        width: 314px;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
      /* background: #EEEAE1;*/
        margin: 0;
	padding: 0;
}

.sidebar .widget-wrap{
	padding: 3px 8px 3px;
        border-bottom: 3px solid #B4CC95;
        
}

.widget-area .textwidget {
	padding: 20px 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;
}
.featuredpost p{
       margin-top:20px;
}
.featuredpage .page,
.featuredpost .post {
        background: transparent;
	border-bottom: 0px dotted #e5e5e5;
	margin: 0px 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
        text-align:justify;
}

.featuredpost h2,
.featuredpage h2 {
	text-align:center;
}

.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: none repeat scroll 0 0 #B4CC95;
    border: 1px solid #FFFFFF;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 4px;
    text-decoration: none;
    text-shadow: 0px 1px #EEEEEE;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background: #B4CC95;
	border: 1px solid #FFF6DC;
	color: #95A0A9;
	text-decoration: none;
}

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

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

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

#nav .searchform {
	float: right;
}

.s {
	background: #fff;
	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;
}

#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: #E7E5D3;*/
	height: 24px;
	margin: 0 auto;
	/*padding:  10px;*/
	width: 1000px;
}

.footer p {
	margin: 0;
	padding: 0;
}

.footer a,
.footer a:visited {
	color: #95A0A9;
}

.footer a:hover {
	color: #95A0A9;
	text-decoration: none;
}

.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 {
        background: #fff;
	margin: 0 3px 0px 0;
	padding: 15px 25px 15px 25px;
	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 {
         background: none repeat scroll 0 0 #FFF6DC;
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 20px 10px 20px 20px;
}

.comment-list li ul li {background: none repeat scroll 0 0 #FFF6DC;
    border: 1px solid #FFFFFF;
    list-style-type: none;
    margin-left: 8px;
    margin-right: 0;
}

.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: #E7E5D3;*/
}

.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;
}

#content.hfeed div#widget_sp_image-48.widget {
   background: #FFF6DC;
   border-bottom: 3px solid #B4CC95;  
    height: 215px;
    width: 677px;
    padding-left: 0px;
    padding-top: 3px;
}
h2.side { vertical-align:absbottom; display:inline }

.page .page, .post, .search .page {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #B4CC95;
    
}
.single-favoritethings #content {
    width:650px;
    padding: 30px 30px 15px 10px;
}
#widget_sp_image-2.widget { padding-bottom: 3px;
}
#widget_sp_image-4.widget { padding-bottom: 3px;
   
}
#menu-item-5116.sizz a,
#menu-item-5116.sizz a:hover {
    background: url(images/sizz.png) no-repeat;
    height: 45px;
    padding: 0;
    text-indent: -9999px;
    width: 227px;
}
#menu-item-5117.craft a,
#menu-item-5117.craft a:hover {
    background: url(images/craft.png) no-repeat;
    height: 45px;
    padding: 0;
    text-indent: -9999px;
    width: 227px;
}
#menu-item-5118.food a,
#menu-item-5118.food a:hover {
    background: url(images/food.png) no-repeat;
    height: 45px;
    padding: 0;
    text-indent: -9999px;
    width: 226px;
}
#menu-item-5119.home a,
#menu-item-5119.home a:hover {
    background: url(../../uploads/2013/08/wwkhome.png) no-repeat;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 104px;
}
#menu-item-5121.about a,
#menu-item-5121.about a:hover {
    background: url(../../uploads/2013/08/wwkabout.png) no-repeat;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 104px;
}
#menu-item-5123.join a,
#menu-item-5123.join a:hover {
    background: url(../../uploads/2013/08/wwkjoin.png) no-repeat;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 104px;
}
#menu-item-5124.subscribe a,
#menu-item-5124.subscribe a:hover {
    background: url(../../uploads/2013/08/wwksubscribe.png) no-repeat;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 104px;
}
#menu-item-5125.recipe a,
#menu-item-5125.recipe a:hover {
    background: url(../../uploads/2013/08/wwkrecipe-box.png) no-repeat;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 104px;
}
#menu-item-5762.order a,
#menu-item-5762.order a:hover {
    background: url(http://wherewomencook.com/2013/wp-content/uploads/2013/08/wwkorder-magazines.png) no-repeat;
    border-right: 1px solid #B4CC95;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 159px;
}
#menu-item-5112.create a,
#menu-item-5112.create a:hover {
    background: url(images/create.png) no-repeat;
    height: 130px;
    padding: 0;
    text-indent: -9999px;
    width: 170px;
}
#menu-item-5113.biz a,
#menu-item-5113.biz a:hover {
    background: url(images/biz.png) no-repeat;
    height: 130px;
    padding: 0;
    text-indent: -9999px;
    width: 170px;
}
#menu-item-5114.creato a,
#menu-item-5114.creato a:hover {
    background: url(images/creato.png) no-repeat;
    height: 130px;
    padding: 0;
    text-indent: -9999px;
    width: 170px;
}
#menu-item-5115.press a,
#menu-item-5115.press a:hover {
    background: url(images/press.png) no-repeat;
    height: 130px;
    padding: 0;
    text-indent: -9999px;
    width: 170px;
}
#widget_sp_image-5.widget { 
      margin: 0px 0 0px;
}

body {
    color: #222222;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
body, #leftnav, #tbdi, #hidden_modes, #hmp {
    background: none repeat scroll 0 0 #FFFFFF;
}
body {
    color: #000000;
    margin: 0;
    overflow-y: scroll;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}

.tag1 {
 text-align: center;
 font-style:oblique;
}
/* Createology
------------------------------------------------------------ */
body.archive div#wrap div#inner div#content-sidebar-wrap div#content.hfeed{
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 3px solid #B4CC95;
    border-right: 2px solid #B4CC95;
    margin-right: 3px;
    min-height: 1400px;
    width: 677px;
}
.post-type-archive-createology .createology {
    float: left;
    margin: 30px 15px 30px;
    width: 340px;
}

.createology-featured-image a img {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border: 10px solid #f5f5f5;
    transition: all 0.2s ease-in-out;
}
.portfolio-featured-image {-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border: 3px solid #f5f5f5;
    transition: all 0.2s ease-in-out;
    width: 200px;
}
.portfolio-featured-image a img:hover{
    border: 3px solid #ddd;
}
.createology-featured-image a img:hover{
    border: 10px solid #ddd;
}

.single-createology #content {
     background: none repeat scroll 0 0 #FFFFFF;
    margin-right: 3px;
    min-height: 1372px;
    padding-top: 30px;
    text-align: center;
    width: 677px;
}

.single-createology .entry-content img {
    border: 20px solid #f5f5f5;
}
.sig { padding-top: 20px;
}
.page-template-page_landing-php #inner { 
     background: #fff;
     width: 100%;
    -moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; 
 }
.page-template-page_landing-php #header { 
    moz-box-shadow: none !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important; 
}
.post-395.page.type-page {
   border-bottom: 1px solid #95A0A9;
}
.post-396.page.type-page {
   border-bottom: 1px solid #95A0A9;
}
.post-397.page.type-page {
   border-bottom: 1px solid #95A0A9;
}
.elle_landing .wrap {
	width: 100%;
}
/* Custom Archives 
------------------------------------------------------------ */
	
.archive #content .post {
	width: 166px;
	height: 195px;
	overflow: hidden;
	padding: 25px 30px 15px 30px;
	float: left;
	border-bottom: 0px;}
.archive #wrap div#inner #content-sidebar-wrap #content .post { margin-right: 0px;
}	
.archive #content .post p img {
	width: 150px;
	height: 150px;
	}
.archive #content .post a img {
	width: 150px;
	height: 150px;
	}	
.archive #content h2 {
	background-image: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	}
	
.archive #content h2 a {
	font-size: 10px;
	color: #5C8727;
	margin: 0px;
	line-height: 12px;
}
.archive #wrap #inner #content-sidebar-wrap #content .taxonomy-description h1.archive-title {
      font-size: 20px;
      font-weight: bold;
}
.archive #wrap #inner #content-sidebar-wrap #content .navigation {
       width: 618px;
}
#text-21.widget {
      height: 48px;
}

#sidebar.sidebar #text-21.widget .widget-wrap {
 padding: 0px 8px !important;
 height: 48px;
}
#text-2.widget .widget-wrap .textwidget {
  padding: 0px;
  height: 48px;
}
#sidebar.sidebar #text-21.widget .widget-wrap .textwidget{
   padding: 0px 8px !important;
}
.archive #sidebar.sidebar #featured-post-2.widget .one-third, .two-sixths {
    width: 90%;
    float:none;
}
.page-template-page_createologie-php #wrap #inner {
     background: none repeat scroll 0 0 #fff;
    -moz-box-shadow: 0  #ccc;
    -webkit-box-shadow: 0 #ccc;
     box-shadow: 0 0px 0px 0px #CCCCCC;
     margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1000px;
}
.post-5141.page.type-page {
   border-bottom: 0px;
}
#text-22.widget {
     background: none repeat scroll 0 0 #FFF6DC;
    border-bottom: 3px solid #B4CC95;
    height: 212px;
    padding-bottom: 6px;
    width: 677px;
}
.author {display: none;}