/*
    Theme Name: Foodlets
    Theme URI: http://webdevstudios.com/support
    Description: Genesis Child Theme for Foodlets.com
    Author: WebDevStudios.com
    Author URI: http://webdevstudios.com
 
    Version: 1.0
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    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

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Featured Posts Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

@import url(http://fonts.googleapis.com/css?family=Syncopate);

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #555;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'CenturyGothic', 'Century Gothic', sans-serif !important;
}
body,
p,
select,
textarea {
	font-family: 'CenturyGothic', 'Century Gothic', sans-serif;
}
input {
	color: #333;
	font-family: 'Ovo', serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


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

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

a:hover {
	text-decoration: underline;
	color: #FF7E00 !important;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


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

#wrap {
	background-color: #fff;
	margin: 0 auto;
	width: 960px;
}


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

#header {
	margin: 0 auto;
	min-height: 150px;
	overflow: hidden;
	width: 960px;
	background: url(images/colorbar-below-nav.jpg) no-repeat bottom center;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 380px;
	text-indent: -9999px;
	height: 170px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	overflow: hidden;
	padding: 15px 0 0;
	width: 380px;
	background: url(images/logo.png) no-repeat left top;
	text-indent: -9999px;
	height: 155px;
	display: block;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 580px;
}
 #header .widget-area ul li {
 	border-bottom: 0 none;
 }

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

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.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 ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


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

#header ul.nav,
#header ul.menu {
    float: right;
    margin: 0 0 6px 25px;
    font-family: 'CenturyGothic', 'Century Gothic', sans-serif;
	letter-spacing:1px;
}

#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: uppercase;
	padding: 0;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
	border: solid #d6d7d7;
	border-width: 0px 1px 0px 0px;
	color: #888;
	display: block;
	font-size: 16px;
	line-height: 18px;
	min-width: 60px;
	padding: 144px 20px 15px;
	position: relative;
	text-align: center;
	border-top: 5px #fff solid;
	background: none transparent;
}

#header ul.menu li a:hover,
#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:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #FF7E00 !important;
	border-top: 5px #FF7E00 solid;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #abd646;
	border: 1px solid #fff;
	border-top-width: 0;
	border-left-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a,
#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #62c2db;
	color: #fff !important;
}

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

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

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 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;
}

#header ul.nav .sub-menu li a,
#header ul.menu .sub-menu li a {
	color: #fff !important;
}

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

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

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

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

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	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-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#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: -33px 0 0 159px;
}

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


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

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

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

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

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

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

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

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

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

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

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

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}

/* Featured Area */
#featured-area {
	height: 363px;
	background: #eee;
	width: 960px;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
}
#featured-left {
    border-right: 1px solid #fff;
    float: left;
    height: 363px;
    position: relative;
    width: 660px;
}
#featured-left .featured-inner-wrap {
	padding: 20px 20px;
	width: 620px;
	background-position: 0 -25px;
	height: 322px;
}
#featured-right {
	position: relative;
	float: right;
	width: 299px;
	height: 363px;
}
.featured-right-inner {
	position: relative;
	margin: 0;
	padding: 0;
	height: 121px;
	overflow: hidden;
	cursor: pointer;
}
.featured-inner-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 31px 20px;
	background: url('images/cresent-overlay.png') scroll 0 -200px transparent;
	width: 259px;
	height: 60px;
}
@-webkit-keyframes slide {
     from {
     	height: auto;
      }

      to {
      	height: 0;
      	padding: 0 20px;
		-webkit-animation-timing-function: ease-in;
      }
}
#featured-right .featured-right-inner:hover .featured-inner-wrap {
    -webkit-animation-name:             slide; 
    -webkit-animation-duration:         2s; 
    -webkit-animation-iteration-count:  1;
}
#featured-area span {
	color: #dcdcdc;
	font-size: 11px;
	text-transform: uppercase;
}
#featured-area span a {
	color: #ffcd61;
}
#featured-area h2, 
#featured-area h2 a {
	font-size: 24px;
	letter-spacing: 1px;
	padding: 6px 0;
	line-height: 15px;
	width: 625px;
	margin-top: 200px;
	text-align: center;
}
#featured-area h3,
#featured-area h3 a{
	font-size: 16px;
	line-height: 22px;
}
#featured-area h2, #featured-area h3, #featured-area h2 a, #featured-area h3 a {
	color: #111;
}
#featured-area h2 a:hover,
#featured-area h3 a:hover {
	color: #111 !important;
	text-decoration: underline;
}
#featured-area p {
	color: #333;
	font-size: 15px;
	position: absolute;
	bottom: 95px;
	text-align: center;
	width: 620px;
	font-family: arial;
}
#featured-area p a {
	color: #ffcd61;
	text-decoration: underline;
}
.featured-right-inner .featured-inner-wrap {
   -webkit-transition: height, 2s, ease-out; 
 }

#featured-top h4.new-ideas {
	color: #abd646;
	background: url('images/foodlets-icon.png') no-repeat left center;
	padding: 18px 0 0 65px;
	font-size: 20px;
	margin: 0 0 10px;
	height: 40px;
	text-transform: uppercase;
}
#featured-top {
	clear: both;
	overflow: hidden;
	margin: 0 0 25px 0;
	border-bottom: 6px double #EEE;
	padding: 0 0 25px;
}

#featured-top .widget {
	width: 30%;
	float: left;
	clear: none;
	margin: 0 1.6000%;
	overflow: visible;
}

#featured-top h2,
#featured-top h2 a {
	font-size: 14px;
	line-height: 17px;
}
#featured-top .post-info {
	margin: 15px 0 5px 0;
}
#featured-top .featuredpage .page, #featured-top .featuredpost .post {
	border-bottom: 0 none;
	margin: 0;
	overflow: visible;
	padding:0;
}
h4.latest-posts-title {
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 15px;
}
/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/colorbar-below-nav.jpg) no-repeat bottom center;
	margin: 20px auto;
	padding: 0 0 25px 0;
	overflow: hidden;
	width: 960px;
}


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

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


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

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


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

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

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
	background: url(images/jumping-kids.png) no-repeat right bottom;
}

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


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

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

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

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

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

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

.post {
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}

.entry-content {
	overflow: hidden;
}

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

.entry-content p a.more-link {
	font-family: 'CenturyGothic', 'Century Gothic', sans-serif;
	font-size: 12px;
	display: block;
	margin: 5px 0;
	padding: 4px 10px;
	border: 1px solid #C4C4C4;
	border-top-color: #E4E4E4;
	border-left-color: #E4E4E4;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	clear: both;
	
	/*Border radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	/*Background*/
	background: #EDEDED; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #ffffff),
					color-stop(1, #E5E5E5)
				);
	background: -moz-linear-gradient(
					center top,
					#ffffff 20%,
					#E5E5E5 100%
				);
	

}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	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 {
	margin: 0 0 5px;
	font-family: 'CenturyGothic', 'Century Gothic', sans-serif;
}
h1 {
	margin: 0 0 15px;
}
h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	color: #444;
	font-weight: bold;
}

h2 a:hover {
	color: #62c2db;
}

h1,
h2 {
	margin: 0 0 5px 0;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
}

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

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.entry-title, .entry-title a {
	font-family: 'CenturyGothic', 'Century Gothic', sans-serif;
	text-transform: none;
}

.widget-area h4 {
	border-bottom: 4px double #ddd;
	font-size: 14px;
	padding: 10px 0 5px;
	margin: 0 10px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.widget-area p {
	color: #888;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(images/list-star.gif) no-repeat 0 .3em;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #A4A4A4;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 5px;
}

.post-info a {
	color: #b3b3b3;
}


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

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

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

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

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

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

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

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

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

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	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 {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


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

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 320px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

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

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

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

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-radius: 4px
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sidebar a {
	color: #62c2db;
	font-weight: bold;
}
.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 10px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	padding: 6px 0;
	border-bottom: 1px solid #EEE;
	list-style: none;
}
.widget-area ul li a {
	display: block;
	padding: 0 0 0 15px;
	background: url(images/list-item.gif) no-repeat 0 6px;
}

.widget-area ul li a:hover {
	background-position: 0 -136px;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background: #ff7e00;
	color: #fff;
	border-top: 1px solid #fac95e;
	border-left: 1px solid #fac95e;
	border-bottom: 1px solid #dfb65e;
	border-right: 1px solid #dfb65e;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	text-decoration: underline;
}


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

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

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

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 6px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 6px 5px;
	width: 225px;
}


/* 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: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Featured Posts Widget
------------------------------------------------------------ */

#tabber-widget {
	padding: 10px;
}
#tabber-widget .tabber-inner-content-wrap {
	clear: both;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	padding: 12px 0;
	min-height: 60px;
}
#tabber-nav {
	overflow: hidden;
	padding: 0 0 6px;
}
#tabber-nav a {
 	background: none repeat scroll 0 0 #E4E4E4;
    border-color: #DDDDDD #C4C4C4 #C4C4C4 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #858585;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    padding: 0 8px;
}
#tabber-nav a:hover {
	color: #62c2db !important;
}
#tabber-nav a.active-tabber {
	background: #62c2db;
	color: #fff !important;
    border-color: #4991a4 #b1e1ed #b1e1ed #4991a4;
    border-style: solid;
    border-width: 1px;
}
#tabber-widget .tabber-image {
	float: left;
	width: 60px;
}
#tabber-widget .tabber-image img {
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	padding: 4px;
}
#tabber-widget .tabber-right-wrap {
	float: right;
	width: 225px;
	padding: 2px 0 0 13px;
}
#tabber-widget .tabber-title {
	display: block;
	font-size: 13px;
}
#tabber-widget .tabber-date {
	display: block;
	color: #a4a4a4;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 14px;
}
#tabber-widget .active-tabber-wrap {
	display: block;
}
.tabber-wrap {
	display: none;
}

#tabber-widget #tags-tabber {
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #e9e9e9;
}


/* Social Profiles
------------------------------------------------------------ */

.sidebar .social-profiles {
	text-align: center;
}

.sidebar .social-profiles .widget-wrap  {
	padding: 10px 0 0 0;
}

.sidebar .social-profiles a img  {
	padding: 0 5px;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

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

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

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

#footer-widgets p {
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	margin: 0 0 10px;
}

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

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 0 5px;
	text-transform: uppercase;
	width: 960px;
	border-top: 1px solid #e9e9e9;
}

#footer p {
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #aaa;
}

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

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#comments h3 {
	margin-top: 15px;
}
#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

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

/* Recipe Listings Template CSS
------------------------------------------------------------ */

.page-template-page-recipes-php h1 {
    font-size: 1.9em;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}

.page-template-page-recipes-php .recipes {
    clear: both;
}

.page-template-page-recipes-php .recipes h2 {
    float: left;
    text-align: left;
    margin-top: -5px;
}

.page-template-page-recipes-php .recipes .post-info {
    clear: left;
}

.page-template-page-recipes-php .recipes .ratingblock {
    clear: left;  
}

.page-template-page-recipes-php .recipes .wp-post-image {
    float: right;
    margin-bottom: 40px;
    margin-right: 30px;
}

.recipes {
	border-top: 1px solid #EAEAEA;
	margin: 15px 0;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}

.recipes img {
	float: left;
	margin: 0 15px 15px 0;
}

.serves,
.makes {
	font-weight: bold;
}

.num {
	font-weight: normal;
	padding: 0 5px 0 0;
}

.ingredients-block h4 {
	margin-top: 15px;
}

.directions-block h4 {
	margin-top: 15px;
}

.ratingblock {
	position: absolute;
	right: 0;
	top: 0;
}

.sub-cat-nav li {
	float: left;
	margin: 0;
	list-style: none;
	border-right: 1px solid #eaeaea;
	padding: 0 5px;
}
.sub-cat-nav li.current-cat a {
	font-size: 16px;
	color: #FF7E00;
	text-decoration: underline;
	line-height: 14px;
}
.sub-cat-nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#relatedpost-yarpp-box {
    margin-top: 15px;
}

#relatedpost-yarpp-box .img_clip {
	clear: left;
	float: left;
	margin: 10px 10px 20px 10px;;
}

#relatedpost-yarpp-box ol li {
    list-style: none;
    margin: 0px;
}

#relatedpost-yarpp-box .related-posts-content {
    margin-bottom: 10px;
}

#relatedpost-yarpp-box ol li .related-posts-title {
    font-size: 12px;
    margin-top: 10px;
}

#relatedpost-yarpp-box ol li p {
    font-size: 12px;
    margin-bottom: 0px;
}

#foodlets-recent-grid {
    margin-top: 20px;
}

#foodlets-recent-grid .foodlets-thumb-title {
	background: #fff;
	display: none;
	font-size: .59em;
	max-height: 100px;
	opacity: .9;
	overflow: hidden;
	padding: 3px;
	position: absolute;
	width: 94px;
}

#foodlets-recent-grid .post-thumb {
    float: left;
    margin: 3px 10px;
}