/*
	Theme Name: Pretty Young Thing Child Theme
	Theme URI: http://www.studiopress.com/themes/pretty
	Description: Pretty Young Thing is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.1
	
	Template: genesis
    Template Version: 1.8
	
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Body
* Hyperlinks
* 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
* Unordered / Ordered Lists
* Post Info
* After Post Ad
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Social Media Icons
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Footer Top
* Comments
* Gravity Forms
* Pretty Pink
* Pretty Yellow

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Dancing+Script);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea
{
	color: #3f3e3e;
	font-family: "museo-sans", futura, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300 !important;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
}

input {
	color: #666;
	font-family: "museo-sans", futura, Arial, sans-serif;
	font-weight: 100;
	border: none;
	padding: 0 5px 0 10px;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #ffffff;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.pink {
	color: #e53e65;
}

strong, b {	
	font-weight: 500;
}

/* Body
------------------------------------------------------------ */

body {
	background-image: url(http://www.mommygreenest.com/images/mg-new-header-2014.jpg), url(http://www.mommygreenest.com/wp-content/uploads/2014/11/background-repeat3.gif);
	background-position: center top, left top;
	background-repeat: no-repeat, repeat-x;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #3f3e3e;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	color: #a1c478;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 1000px;
}


/* Header
------------------------------------------------------------ */

#header {
	width: 1000px;
	height: 361px;
	position: relative;
	top: -46px;
	z-index: 1000;
}

#header #title {
	padding: 0;
	}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 600px;
}
	
#title {
	display: none;
}

.full-width-header #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #6db9ae;
	text-decoration: none;
}

#description {
	display:none;
}

.full-width-header #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 350px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 600px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area {
	width: 1000px;
}

.header-full-width #description,
.header-full-width #title,
.header-full-width #title a {
	text-align: center;
	width: 1000px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.menu li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 12px 7px;
	position: relative;
	text-decoration: none;
}

#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: url(images/heart.png) no-repeat left;
}

#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #9fe4da;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: none;
	background-color: #fff;
}

#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#header ul.menu li ul {
	border: 1px solid #9fe4da;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9990;
}

#header ul.menu li ul a { 
	width: 170px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 190px;
}

#header ul.menu li:hover ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	color: #ffffff;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	width: 1000px;
	top: 325px;
	z-index: 1100;
}

#nav ul {
	float: left;
	padding: 0 0 0 18px;
	width: 1000px;
}

#nav ul ul {
	padding: 0
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 0 0;
	padding: 7px 10px 7px;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: "museo-slab", courier, sans-serif;
	font-weight: 100;
}

#nav li.menu-item-2800 {	
	margin-left: 10px;
	letter-spacing: 1px;
}

#nav li.menu-item-2800 a {
	 color: black;
	 font-size: 14px;
  	 pointer-events: none;
   	 cursor: default;
}

#nav li a.sf-with-ul {
	padding-right: 10px !important;
}

#nav li a:hover,
#nav li a:active 
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: url(http://www.mommygreenest.com/images/mg-heart-white.png) no-repeat left;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 150px;
	text-decoration: none;
	font-weight: normal;
	font-family: "museo-slab", courier, sans-serif;
}

#nav li li a:hover,
#nav li li a:active {
	background: none;
	color: white;
	font-weight: normal;
}

.sf-sub-indicator {
	display: none !important;
}

#nav li ul {
	border: none;
	border-top-width: 0;
	height: auto;
	width: 170px;
	z-index: 9995;
	background-color: #e53e65;
}

#nav li ul a { 
	width: 150px;
	text-decoration: none;
	color: black;
	font-family: "museo-slab", courier, sans-serif;
}

#nav li ul li {	
	border: none !important;
	z-index:1000;
	background-color: #e53e65 !important;
}

#nav li ul ul {
	margin: -33px 0 0 170px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
}

#nav li.right a:hover {
}

#nav li.search {
	padding: 0 10px 0 0;
	position: relative;
	top: 5px;
	left: -18px;
}

#nav li.search form input.search-input {
	width: 274px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 6px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 6px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	color: #6db9ae;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
}

#subnav ul {
	float: left;
	padding: 5px 0 0 10px;
	width: 950px;
}

#subnav ul ul {
	padding: 0
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 12px 7px;
	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: url(images/nav-hover.png) no-repeat left;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #9fe4da;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 150px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: none;
	background-color: #fff;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#subnav li ul {
	border: 1px solid #9fe4da;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9998;
}

#subnav li ul a { 
	width: 150px;
}

#subnav li ul ul {
	margin: -33px 0 0 170px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	padding: 0 20px 20px 20px;
	overflow: hidden;
	width: 1000px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	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: 750px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1000px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 1000px;
}


/* 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: 920px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 30px;
	padding: 10px 0 25px;
	border-bottom: 1px dashed #e53e65;
}

h2.entry-title a {
	font-weight: 300;
}

h2.entry-title a:hover {
	font-weight: 300 !important;
}


.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px !important;
}

.clear {
	clear: both;
}

a.more-link {
	color: #e53e65;
	font-weight: 100;
}

a.more-link:hover {
	color: #a1c478;
	font-weight: 100;
}


.prev-link {
	color: #e53e65;
	float: left;
}

.prev-link a, .next-link a {
	color: black;
}

.next-link {
	color: #e53e65;
	float:right;
}

.prev-link a:hover, .next-link a:hover {
	color: #a1c478;
}

/* Pull Quotes
------------------------------------------------------------ */

.simplePullQuote {
	width: 175px;
	float: right;
	padding: 10px;
	margin: 10px 0 10px 15px;
	border-left: 1px solid #e53e65;
	border-top: none !important;
	border-bottom: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: none !important;
	text-indent: 0 !important;
	}


.simplePullQuote p {
	text-align: left;
	font-size: 22px;
	line-height: 35px;
	font-weight: 100;
	margin-left: 10px;
}


/* 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,
h2 a,
h2 a:visited
{
	color: #e53e65;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

h1,
h2,
h3
{
	font-family: "museo-slab", courier, sans-serif !important;
	color: #e53e65;
	padding: 0;
	margin-top: 0;
	font-weight: normal;
}

.yarpp-related {
	color: #e53e65;
	font-family: "museo-slab", courier, sans-serif !important;
	font-size: 19px;
	margin: 0 0 10px 0 !important;
}

.yarpp-related li {
	font-weight: 100 !important;
	font-size: 16px;
	padding-top: 5px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: none !important;
	margin: 0 15px 0 0 !important;
}

.yarpp-thumbnail img {
	margin: 0 !important;
}

.yarpp-related .yarpp-thumbnail-title {
	margin: 5px 0 0 0 !important;
}

.yarpp-related a:hover {	
	font-weight: normal !important;
}

.page h1 {
	margin: 0 0 10px;
}

.page h2 {
	margin: 20px 0 10px;
}

.genesis-grid-left h2,
.genesis-grid-left h2 a,
.genesis-grid-left h2 a:visited,
.genesis-grid-right h2,
.genesis-grid-right h2 a,
.genesis-grid-right h2 a:visited  {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 8px 50px;
}
	
.genesis-grid-left h2 a,
.genesis-grid-left h2 a:visited,
.genesis-grid-right h2 a,
.genesis-grid-right h2 a:visited  {
	padding: 0;
}

h2 a:hover {
	color: #a1c478;
	font-weight: normal;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	color: #e53e65;
	font-size: 14px;
	font-family: "museo-slab", courier, sans-serif;
	margin: 0;
	padding: 8px 0 8px 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol {
	margin: 0 0 15px 30px;
}

.entry-content ul {
	margin: 0 0 15px 0;
}

.entry-content ul ul {
	margin: 0 0 0 10px;
}

.entry-content ul li,

.widget-area li {
	list-style-type: none;
	padding: 0 0 2px 0;
 	word-wrap: break-word;
}


#social-media li {
	background: none;
	list-style-type: none;
	display: inline;
	padding: 0 5px;
}

.campaign {
	color: #e53e65;
	margin-top: 30px;
}

.display_archive a {
	color: #666;
	font-family: "museo-slab", futura, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
}

.display_archive a:hover {
	color: #a1c478;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

/* After Post Ad
------------------------------------------------------------ */	

.after-post-ad {
	padding: 12px 0 10px;
}

/* Outbrain 
------------------------------------------------------------ */	
.OUTBRAIN {
	border-top: 1px dashed #a1c478;
	border-bottom: 1px dashed #a1c478;
	margin: 40px 0 20px 0;
}

.ob_org_header {
	color: #a1c478;
	padding-bottom: 10px;
}

.ob_text_content li {
	padding-left: 0;
}

.ob_ul_container {
	padding-top: 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 0 0 10px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	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
------------------------------------------------------------ */

.tags,
.time {
	background: url(images/heart.png) no-repeat left;
	padding: 0 0 2px 12px;
}

.tags {
	padding: 0 0 2px 14px;
}

.post-comments {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 0 7px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

.content-sidebar img,
.sidebar-content img {
	max-width: 640px;
}

.bio-photo {
width: 289px;
margin: 0 0 10px 0;
text-align: center;
}

.content-sidebar-sidebar img,
.sidebar-content-sidebar img,
.sidebar-sidebar-content img {
	max-width: 470px;
}

.avatar,
.featuredpage img,
.featuredpost img {	
	background-color: #f7f7f7;
	padding: 4px;
}

.widget-area .avatar {
	margin: 5px 0 0;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
	float: left;
}

.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;
}

.home img.alignleft {
	margin: 5px 10px 0 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.home img.alignright {
	margin: 5px 0 0 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: left;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 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 #6db9ae;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #6db9ae;
	color: #fff;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	width: 300px;
	border-left: 1px dashed #e53e65;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
}

#sidebar-alt {
	display: inline;
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

h4.widgettitle {
	border-top: 1px dashed #e53e65;
	border-bottom: 1px dashed #e53e65;
	padding: 15px 0;
	margin: 40px 0 20px;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	color: #e53e65;
}

h4.widgettitle a {
	color: #e53e65;
}

.disclaimer {
	font-size: 10px;
	line-height: 14px;
	background-color: #f1f1f1;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Sidebar Image Carousel */

.theme-light.slider-wrapper {	
	padding: 10px 0 15px 0!important;
}


/* Weptile */

.nivoSliderWeptile {
	box-shadow: none !important;
}

.nivo-controlNav {
	padding-bottom: 0!important;
}

.nivo-directionNav {
	margin-top: 10px;
}


/* Categories Header 
------------------------------------------------------*/

#categories-3 h4 {	
	background: url(http://www.mommygreenest.com/images/categories-header.gif) no-repeat center left;
	text-indent: -9999px;
	}


/* Recent Posts Header 
------------------------------------------------------*/

#recent-posts-3 h4 {	
	background: url(http://www.mommygreenest.com/images/recent-posts-header.gif) no-repeat center left;
	text-indent: -9999px;
	}

/* The Latest Buzz Header 
------------------------------------------------------*/

#pis_posts_in_sidebar-2 h4 {	
	background: url(http://www.mommygreenest.com/images/latest-buzz-header.gif) no-repeat center left;
	text-indent: -9999px;
	}

/* Calendar Header 
------------------------------------------------------*/

#events-calendar h4 {	
	background: url(http://www.mommygreenest.com/images/calendar-header.gif) no-repeat center left;
	text-indent: -9999px;
	}

/* Ask Me About Header 
------------------------------------------------------*/

#text-6 h4.widgettitle {	
	background: url(http://www.mommygreenest.com/images/ask-me-header.gif) no-repeat center left;
	text-indent: -9999px;
	}

/* MG Guides Header */

#weptile-image-slider-widget-3 h4.widgettitle {
	background: url(http://www.mommygreenest.com/images/mg-guides-header.gif) no-repeat center left;
	text-indent: -9999px;
	}


/* Tweets Header 
------------------------------------------------------*/

#text-5 h4 {	
	background: url(http://www.mommygreenest.com/images/tweets-header.gif) no-repeat center left;
	text-indent: -9999px;
	}

/* Pinterest Header 
------------------------------------------------------*/

h4.widgettitle.pinterest-title {	
	background: url(http://www.mommygreenest.com/images/pinterest-header.gif) no-repeat center left;
	text-indent: -9999px;
	} 

/* Instagram Header 
------------------------------------------------------*/

#jr_insta_slider-2 h4.widget-title {	
	background: url(http://www.mommygreenest.com/images/instagram-header.gif) no-repeat center left;
	text-indent: -9999px;
	} 


/* YouTube Header 
------------------------------------------------------*/

#youtube-channel-2 .widget-title {	
	background: url(http://www.mommygreenest.com/images/youtube-header.gif) no-repeat center left;
	text-indent: -9999px;
	} 



/* Archives Header 
------------------------------------------------------*/

#archives-2 h4 {	
	background: url(http://www.mommygreenest.com/images/archives-header.gif) no-repeat center left;
	text-indent: -9999px;
	}

.widget-wrap li {
	margin-bottom: 2px;
}

#archives-2 {
margin-bottom: 40px!important;
}


.widget-wrap li a {
	color: #666;
	font-size: 16px;
	font-family: "museo-slab", courier, sans-serif !important;
	font-weight: 100;
}

.widget-wrap li a:hover {
	color: #a1c478;
}	

img.ad-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.ad-right {
	float: left;
	margin: 0 0 10px;
}

ul#askme {
list-style-type: none;
width: 300px;
}

ul#askme li {
background: url(http://www.mommygreenest.com/images/long-button-bg.gif) no-repeat;
height: 40px;
width: 300px;
padding: 4px 0 0 0;
font-weight: 100;
text-align: center;
}

ul#askme li a {
width: 300px !important;
color: #fff;
text-decoration: none;
padding: 5px;
}

ul#askme li:hover {
background: url(http://www.mommygreenest.com/images/long-button-bg-on.gif) no-repeat;
}

ul#askme li a:hover {
color: #fff;
text-decoration: none;
z-index: 9997;
}



/* Social Media Icons
------------------------------------------------------------ */

.widget-area .social {
	float: left;
	margin: 0 0 30px;
	width: 88px;
}

.widget-area .subscribe {
	background: url(images/icon-subscribe.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}
	
.widget-area .twitter {
	background: url(images/icon-twitter.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .facebook {
	background: url(images/icon-facebook.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .contact {
	background: url(images/icon-contact.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}



/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 3px;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	padding: 5px 10px 5px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #fff;	
	border: none;
	color: #e53e65;	
	cursor: pointer;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.searchsubmit {
	font-size: 11px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #a1c478;	
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	background: #fff;
	margin-top:1px;
}

.s {
	font-size: 12px;
	margin: 0;
	padding: 4px 0 4px 5px;
	width: 253px;
	font-weight: 300;
	position: relative;
	top: 1px;
}



/* MailChimp Signup Form 
------------------------------------------------------------ */

#mc_embed_signup {
	margin-top: 10px;
}

#mc_embed_signup form {
	padding-left: 0 !important;
}

#mc_embed_signup .button {
	background-color: #e53e65 !important;
}

#mailchimpsf_widget-2 h4 {
	border-top: 1px dashed #e53e65;
	border-bottom: 1px dashed #e53e65;
	padding: 25px 0;	
	background: url(http://www.mommygreenest.com/images/newsletter-header.gif) no-repeat center left;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.mc_merge_var input {
	background: #f1f1f1;
	width: 285px;
	height: 30px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.indicates-required {
	padding-bottom: 5px;
	font-size: 11px;
	float: right;
}

input#mc_signup_submit.button {
	background: #e53e65;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	height: 30px;
	width: 94px;
	border: none;
	margin-top: 6px;
	margin-left: 8px;
	text-transform: uppercase;
	font-weight: 100;
	-moz-border-radius: 0;
	border-radius: 0;
}


.asterisk, .required {
	color: #e53e65;
}

/* Modal Pop-Up 
------------------------------------------------------------ */
#fancybox-outer {
	z-index: 9999;
}

.modal-dialog h2{
	font-size: 20px;
}



/* Wysija Signup Form 
------------------------------------------------------------ */

#wysija-2 {
	padding-bottom: 30px;
}

#wysija-2 h4 {
	border-top: 1px dashed #e53e65;
	border-bottom: 1px dashed #e53e65;
	padding: 25px 0;	
	background: url(http://www.mommygreenest.com/images/newsletter-header.gif) no-repeat center left;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#mc_embed_signup label {
}

input.wysija-input {
	background: #f1f1f1;
	width: 285px;
	height: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wysija-required {
	color: #e53e65;
}

input.wysija-submit {
	background: #e53e65;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	height: 30px;
	width: 94px;
	border: none;
	padding-top: 6px;
	padding-left: 8px;
	text-transform: uppercase;
	font-weight: 100;
	-moz-border-radius: 0;
	border-radius: 0;
}

.asterisk, .required {
	color: #e53e65;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
	border: 0;
	background-color: #ebfdd7;
	color: #666;
	font-family: "museo-sans", futura, Arial, sans-serif;
	font-weight: 100;
	
}

.widget_wysija_cont p label {
	font-family: "museo-sans", futura, Arial, sans-serif;
	color: #666;
}

 

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

table #wp-calendar {
width: 300px;
border-color: #f1f1f1;
}


#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 Widgets
------------------------------------------------------------ */
	
#footer-widgets {
	clear: both;
	font-size: 13px;
	overflow: hidden;
	padding: 15px 0 15px;
	width: 1000px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 920px;
}

#footer-widgets p {
	padding: 0 0 15px;
}

#footer-widgets a, #footer-widgets a:visited {
}

#footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets-1, .footer-widgets-3 {
	float: left;
	width: 290px;
}

.footer-widgets-1 {
	padding: 0 20px 0 0;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	height: 70px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 1000px;
}

#footer .wrap {
	padding: 25px 0 0;
}

#footer p {
	font-family: "museo-slab", courier, sans-serif;
	color: #a1c478;
	font-size: 14px;
}

#footer a,
#footer a:visited {
	color: #a1c478;
}

#footer a:hover {
	color: #e53e65;
	text-decoration: none;
}

/* Footer Top
------------------------------------------------------------ */

.footer-top {
	font-size: 14px;
	padding: 15px 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 1000px;
}
	
.footer-top a,
.footer-top a:visited {
}
	
.footer-top a:hover {
	text-decoration: none;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#respond input {
	background: #f1f1f1;
	height: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#respond h3 {
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
}

#respond #submit {
	background: #e53e65;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	height: 30px;
	border: none;
	padding-top: 6px;
	text-transform: uppercase;
	font-weight: 100;
}

#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;
}

.thread-alt,
.thread-even {
}

.alt,
.depth-1,
.even {
}

#comment-subscription {
font-size: 13px;
}

input#subscribe-reloaded {
padding-right: 0;
}

.twitlink {
margin: 10px 0 0 0 !important;
padding: 10px !important;
background-color: #f7f7f7 !important;
border: none !important;
color: #e53e65;
font-weight: 100;
font-family: "museo-slab", american typewriter, courier, sans-serif;
}

.twitlink small {
color: #3f3e3e;
font-weight: 100;
font-size: 13px;
font-family: "museo-sans", futura, arial, sans-serif;
}

input#atf_twitter_id {
background: #ffffff;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #666;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif !important;
	font-size: 12px;
	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 {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Pretty Pink
------------------------------------------------------------ */

.pretty-pink blockquote,
.pretty-pink input,
.pretty-pink select,
.pretty-pink textarea,
.pretty-pink .author-box,
.pretty-pink .breadcrumb,
.pretty-pink .sticky,
.pretty-pink .taxonomy-description,
.pretty-pink .wp-caption {
	border: 1px solid #ffe6ef;
}

body.pretty-pink {
	background-color: #ffe6ef;
}

.pretty-pink a,
.pretty-pink a:visited,
.pretty-pink #title a,
.pretty-pink #title a:hover,
.pretty-pink #nav,
.pretty-pink #subnav,
.pretty-pink h1,
.pretty-pink h2,
.pretty-pink h2 a,
.pretty-pink h2 a:visited {
	color: #e53e65;
}

.pretty-pink #wrap {
	border-left: 1px solid #f7c8d9;
	border-right: 1px solid #f7c8d9;
}

.pretty-pink #header {
	background: url(images/pink/header.png);
}

.pretty-pink #description {
	color: #bad191;
}

.pretty-pink #header ul.menu li li a,
.pretty-pink #header ul.menu li li a:link,
.pretty-pink #header ul.menu li li a:visited,
.pretty-pink #nav li li a,
.pretty-pink #nav li li a:link,
.pretty-pink #nav li li a:visited,
.pretty-pink #subnav li li a,
.pretty-pink #subnav li li a:link,
.pretty-pink #subnav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #f7c8d9;
}

.pretty-pink #header ul.menu li ul,
.pretty-pink #nav li ul,
.pretty-pink #subnav li ul {
	border: 1px solid #f7c8d9;
	border-top-width: 0;
}

.pretty-pink #header ul.menu li a .sf-sub-indicator,
.pretty-pink #nav li a .sf-sub-indicator,
.pretty-pink #subnav li a .sf-sub-indicator {
	background: url(images/pink/arrow-down.png) no-repeat;
}

.pretty-pink #header ul.menu li li a .sf-sub-indicator,
.pretty-pink #nav li li a .sf-sub-indicator,
.pretty-pink #subnav li li a .sf-sub-indicator {
	background: url(images/pink/arrow-right.png) no-repeat;
}

.pretty-pink #nav li a:hover,
.pretty-pink #nav li a:active,
.pretty-pink #nav .current_page_item a,
.pretty-pink #nav .current-cat a,
.pretty-pink #nav .current-menu-item a,
.pretty-pink .tags,
.pretty-pink .time {
	background: url(images/pink/heart.png) no-repeat left;
}

.pretty-pink .entry-content ul li,
.pretty-pink .widget-area li {
	background: url(images/pink/heart.png) no-repeat top left;
}

.pretty-pink .post {
	background: url(images/pink/post.png) repeat-x left bottom;
}

.pretty-pink .after-post-ad {
	background: url(images/pink/post.png) repeat-x top;
}

.pretty-pink h1,
.pretty-pink h2 {
	background: url(images/pink/headline.png) no-repeat top left;
}

.pretty-pink h2 a:hover {
	color: #bad191;
}

.pretty-pink .widget-area h4 {
	background: url(images/pink/headline-sidebar.png) left;
}

.pretty-pink .avatar,
.pretty-pink .featuredpage img,
.pretty-pink .featuredpost img {	
	border: 1px solid #ffe6ef;
}

.pretty-pink .navigation li a,
.pretty-pink .navigation li.disabled,
.pretty-pink .navigation li a:hover,
.pretty-pink .navigation li.active a {
	border: 1px solid #d9638e;
}

.pretty-pink .navigation li a:hover,
.pretty-pink .navigation li.active a {
	background-color: #d9638e;
}

.pretty-pink .widget-area .subscribe {
	background: url(images/pink/icon-subscribe.png) no-repeat left center;
}
	
.pretty-pink .widget-area .twitter {
	background: url(images/pink/icon-twitter.png) no-repeat left center;
}

.pretty-pink .widget-area .facebook {
	background: url(images/pink/icon-facebook.png) no-repeat left center;
}

.pretty-pink .widget-area .contact {
	background: url(images/pink/icon-contact.png) no-repeat left center;
}

.pretty-pink div.gform_footer input.button,
.pretty-pink .enews #subbutton,
.pretty-pink .reply a,
.pretty-pink .reply a:visited,
.pretty-pink .searchsubmit,
.pretty-pink #submit {
	background-color: #e182a5;
	border: 1px solid #e182a5;
	color: #fff;
}

.pretty-pink div.gform_footer input.button:hover,
.pretty-pink .enews #subbutton:hover,
.pretty-pink .reply a:hover,
.pretty-pink .searchsubmit:hover,
.pretty-pink #submit:hover {
	border: 1px solid #d9638e;
	background-color: #d9638e;
}

.pretty-pink #footer {
	background: url(images/pink/footer.png);
}

.pretty-pink .alt,
.pretty-pink .depth-1,
.pretty-pink .even {
	border: 1px solid #f7c8d9;
}