/**
* Global Styles Defintions
*
* @author			Matt Gifford
* @copyright		2012 Timeshifting Interactive Limited
*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/* make sure html5 elements display correctly in old IE */
	display: block;
	}

html {
	/* always display vertical scrollbar, stops centered content jumping between pages */
	overflow-y: scroll;
	/* disable text size adjust without disabling page zoom */
	-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;
	}

body {
	font: normal 14px/1.231 sanchez, trebuchet ms, lucida sans unicode, lucida grande, lucida sans, tahoma, arial, sans-serif;
	*font-size: small; /* for IE */
	color: #000;
	background: #f8f6f4 url(../images/global-bg.jpg);
	}

#wrapper {
	position: relative; width: 100%;
	background: url(../images/global-body-bg.png) repeat-x 0 0;
	}

body.home #wrapper {
	background: url(../images/global-body-bg-home.png) repeat-x 0 0;
	}

body.foodgroup-allrecipes #wrapper {
	background: url(../images/global-body-bg-allrecipes.png) repeat-x 0 0;
	}

body.foodgroup-firstfoods #wrapper {
	background: url(../images/global-body-bg-firstfoods.png) repeat-x 0 0;
	}

body.foodgroup-toddler #wrapper {
	background: url(../images/global-body-bg-toddler.png) repeat-x 0 0;
	}

body.foodgroup-school #wrapper {
	background: url(../images/global-body-bg-school.png) repeat-x 0 0;
	}

body.foodgroup-family #wrapper {
	background: url(../images/global-body-bg-family.png) repeat-x 0 0;
	}

select, input, textarea {
	font: normal 99% sanchez, trebuchet ms, lucida sans unicode, lucida grande, lucida sans, tahoma, arial, sans-serif;
	font-weight: 400 /* regular */;
	}

a {
	color: #d00; text-decoration: none;
	}

a:hover {
	color: #d00; text-decoration: underline;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
	}

fieldset, img {
	border: 0; display: block;
	}

/* html5 input:placeholder attribute */

::-webkit-input-placeholder {
	color: #999 !important;
	font-style: italic;
	font-weight: 400 /* regular */;
	}

:-moz-placeholder {
	color: #999 !important;
	font-style: italic;
	font-weight: 400 /* regular */;
	}

input.placeholder,
textarea.placeholder {
	color: #999 !important;
	font-style: italic;
	font-weight: 400 /* regular */;
	}

legend {
	color:#000;
	}

button {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	overflow: visible;	/* removes extra side padding in IE */
	text-align: center;
	cursor: pointer;
	}

button span {
	position: relative; top: -1px;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400 /* regular */;
	color: #fff;
	cursor: pointer;
	}

.ie78 button span,
.ie9 button span {
	top: 0;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
	}

b, strong {
	font-weight: bold;
	}

cite, i, em {
	font-style: italic;
	}

pre, code {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
	}

caption, th {
	text-align: left;
	}

ul, ol {
	list-style: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: normal;
	}

hr {
	width: 100%; height: 1px; border: none; overflow: hidden;
	background: #ddd; color: #ddd;
	}

q:before, q:after {
	content: '';
	}

abbr, acronym {
	border: 0;
	font-variant: normal;
	}

sup {
	position: relative; display: inline-block; vertical-align: 0.3em; height: 1.2em;
	}

sub {
	position: relative; display: inline-block; vertical-align: -0.1em; height: 1.2em;
	}

a.active {
	cursor: default;
	}

a:active {
	outline: none !important;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none !important;
	}

.invisible {
	visibility: hidden !important;
	}

.disabled {
	text-decoration: none !important;
	opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);
	cursor: default !important;
	}

.mediablock {
	position: relative; width: 100%;
	overflow: hidden;
	}

.mediablock .image {
	position: relative; float: left; margin-right: 15px;
	}

.mediablock .content {
	overflow: hidden;
	}

.mediablock .extended {
	float: right; margin-left: 15px;
	}

.alignLeft,
.alignleft {
	float: left; margin-right: 15px; margin-bottom: 5px;
	}

.alignRight,
.alignright {
	float: right; margin-left: 15px; margin-bottom: 5px;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/*  ::  Global Styles  */

#page {
	position: relative; margin: 0 auto; width: 1000px; min-height: 100%;
	}

.home #page {
	background: #fff;
	}

#ajaxCache {
	/* screen reader only content */
	position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden;
	}



/*  ::  Global Styles  --  Header  */

#globalHeader {
	position: relative; width: 100%; height: 103px;
	}

#globalHeader a.home {
	cursor: pointer;
	}

.home #globalHeader a.home {
	cursor: default;
	}

.home #globalHeader {
	height: 272px;
	background: url(../images/global-body-bg-home.png) repeat-x 0 0;
	}

#globalHeader .header-logo {
	position: absolute; left: 30px; top: 43px;
	}



/*  ::  Global Styles  --  Header  ::  Navigation  */

#globalHeader .header-nav {
	position: absolute; right: 40px; top: 63px;
	}

.home #globalHeader .header-nav {
	top: 74px;
	}

#globalHeader .header-nav li {
	position: relative; float: left; margin: 0 0 0 22px; padding: 0 0 4px 0;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400 /* regular */;
	}

.foodgroup-allrecipes #globalHeader .header-nav li.active {
	border-bottom: 9px solid #f4ab29;
	}

.foodgroup-firstfoods #globalHeader .header-nav li.active {
	border-bottom: 9px solid #9bb449;
	}

.foodgroup-toddler #globalHeader .header-nav li.active {
	border-bottom: 9px solid #37a8a8;
	}

.foodgroup-school #globalHeader .header-nav li.active {
	border-bottom: 9px solid #54974c;
	}

.foodgroup-family #globalHeader .header-nav li.active {
	border-bottom: 9px solid #83427f;
	}

#globalHeader .header-nav li.active:before,
#globalHeader .header-nav li.active:after {
	position: absolute; display: block; left: 0px; bottom: -1px; width: 1px; height: 1px; overflow: hidden;
	background: #d63633;
	content: " ";
	}

#globalHeader .header-nav li.active:after {
	left: auto; right: 0;
	}

#globalHeader .header-nav li a {
	float: left; padding: 0;
	color: #f1a215; text-decoration: none;
	}

#globalHeader .header-nav li.active a,
#globalHeader .header-nav li a:hover {
	color: #fff;
	}


/*  ::  Global Styles  --  Header  ::  Sub Navigation  */

#globalHeader .header-subnav {
	position: absolute; right: 40px; top: 2px;
	}

#globalHeader .header-subnav li {
	float: left; margin: 0 0 0 22px;
	font-size: 10px;
	font-weight: 700 /* bold */;
	text-transform: uppercase;
	}

#globalHeader .header-subnav li a {
	float: left; padding: 5px 0;
	color: #ec9096; text-decoration: none;
	}

#globalHeader .header-subnav li.item-recipebox a {
	padding-left: 25px; color: #ff313c;
	background: url(../images/global-header-subnav-item-recipebox-bg.png) no-repeat 0 50%;
	}

#globalHeader .header-subnav li.item-recipebox a:hover,
#globalHeader .header-subnav li a.active,
#globalHeader .header-subnav li a:hover {
	color: #fff;
	}

#globalHeader .header-subnav li.item-search {
	position: relative; float: left; width: 190px;
	}

#globalHeader .header-subnav li.item-search input[type="text"] {
	position: absolute; width: 177px; padding-left: 5px; padding-right: 5px; height: 19px;
	font-size: 14px;
	border: 1px solid #cacaca;
	border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px;
	background: #fff;
	}


/*  ::  Global Styles  --  Header  ::  Search  */

#globalHeader .header-search {
	position: absolute; left: 30px; top: 112px; width: 940px; height: 140px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: #f0eee8;
	text-align: center;
	}

#globalHeader .header-search label {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	margin: 23px 0 0 0; padding: 0 0 0 75px;
	font-size: 28px;
	font-weight: 200 /* light */;
	color: #ce1f29;
	background: url(../images/global-header-search-label-bg.png) no-repeat 0 50%;
	}

#globalHeader .header-search label span {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	padding: 0 75px 0 0;
	background: url(../images/global-header-search-label-bg.png) no-repeat 100% 50%;
	}

#globalHeader .header-search input[type="text"] {
	position: absolute; display: block; left: 41px; top: 77px; width: 465px; height: 32px; margin: 0; padding: 0px 10px 0px 10px;
	border: 1px solid #cacaca;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	background: #fff;
	font-size: 18px; font-weight: 400 /* regular */; color: #000;
	vertical-align: middle;
	}

#globalHeader .header-search select {
	position: absolute; display: block; left: 536px; top: 77px; width: 228px; height: 34px; margin: 0; padding: 4px 10px 4px 10px;
	border: 1px solid #cacaca;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	background: #fff;
	font-size: 18px; font-weight: 400 /* regular */; color: #000;
	color: #999; font-style: italic;
	}

#globalHeader .header-search button {
	position: absolute; display: block; left: 774px; top: 77px; width: 125px; height: 36px; margin: 0; padding: 0; border: 0;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	background: #f4ab29 url(../images/global-elements-arrow-white-right-medium-rounded.png) no-repeat 99px 50%;
	}

.ie78 #globalHeader .header-search button,
.ie9 #globalHeader .header-search button {
	height: 34px;
	}

#globalHeader .header-search button span {
	position: absolute; left: 19px; top: 7px; display: block;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400 /* regular */;
	color: #fff;
	}



/*  ::  Global Styles  --  Content  */

#globalContent {
	position: relative; width: 940px; padding: 20px 30px;
	min-height: 500px;
	word-wrap: break-word;		/* stops very long words from increasing the width of their container */
	}



/*  ::  Global Styles  --  Content  ::  Heading Styles  */

#globalContent h1,
#globalContent .h-heading {
	padding: 0 0 8px 0;
	font-size: 40px;
	font-weight: 600 /* semi-bold */;
	}

#globalContent h2,
#globalContent .h-subheading {
	padding: 0 0 8px 0;
	font-size: 28px;
	font-weight: 600 /* semi-bold */;
	}

#globalContent h3,
#globalContent .h-subheading2 {
	padding: 0 0 8px 0;
	font-size: 24px;
	font-weight: 600 /* semi-bold */;
	}

#globalContent h4,
#globalContent .h-subheading3 {
	padding: 0 0 8px 0;
	font-size: 18px;
	font-weight: 600 /* semi-bold */;
	}

#globalContent h5,
#globalContent .h-subheading4 {
	padding: 0 0 4px 0;
	font-size: 14px;
	font-weight: 700 /* bold */;
	}

#globalContent h6,
#globalContent .h-subheading5 {
	padding: 0 0 2px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700 /* bold */;
	}

#globalContent .h-subheading6 {
	font-size: 14px;
	font-weight: 400 /* regular */;
	}

#globalContent .h-alt {
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-weight: 400 /* regular */;
	}

#globalContent .h-weight-light {
	font-weight: 200 /* light */;
	}

#globalContent .h-highlight {
	color: #9bb449;
	}

#globalContent .h-active {
	color: #d00;
	}

#globalContent .h-inactive {
	color: #8b827b;
	}

#globalContent .h-secondary {
	color: #999;
	}

#globalContent .h-inverse {
	color: #fff;
	}

#globalContent h1.runOn,
#globalContent h2.runOn,
#globalContent h3.runOn,
#globalContent h4.runOn,
#globalContent h5.runOn,
#globalContent h6.runOn {
	padding-bottom: 2px;
	}

#globalContent h1.sectionEnd,
#globalContent h2.sectionEnd,
#globalContent h3.sectionEnd,
#globalContent h4.sectionEnd,
#globalContent h5.sectionEnd,
#globalContent h6.sectionEnd {
	padding-bottom: 35px;
	}



/*  ::  Global Styles  --  Content  ::  Paragraph Styles  */

#globalContent p {
	font-size: 100%;
	padding: 0 0 16px 0;
	line-height: 1.5;
	color: #4b4848;
	}

#globalContent p.p-secondary {
	font-size: 12px;
	color: #666;
	}

#globalContent p.runOn {
	padding-bottom: 6px;
	}

#globalContent p.sectionEnd {
	padding-bottom: 35px;
	}



/*  ::  Global Styles  --  Content  ::  List Styles  */

#globalContent .article-formattedtext ol,
#globalContent .section-formattedtext ol,
#globalContent .numbered {
	list-style: decimal;
	margin-top: 0;
	margin-bottom: 16px;
	padding: 0 0 0 25px;
	}

#globalContent .article-formattedtext ul,
#globalContent .section-formattedtext ul,
#globalContent .unordered {
	list-style: disc;
	margin-top: 0;
	margin-bottom: 16px;
	padding: 0 0 0 25px;
	}

#globalContent ol.runOn,
#globalContent ul.runOn {
	margin-bottom: 6px;
	}

#globalContent ol.sectionEnd,
#globalContent ul.sectionEnd {
	margin-bottom: 35px;
	}

#globalContent ol.noIndent,
#globalContent ul.noIndent {
	margin-left: 0; padding-left: 0;
	list-style: inside;
	}

#globalContent ol.noBullets,
#globalContent ul.noBullets {
	list-style: none;
	}

#globalContent .article-formattedtext li,
#globalContent .section-formattedtext li,
#globalContent .numbered li,
#globalContent .unordered li {
	font-size: 100%;
	line-height: 1.3;
	padding-bottom: 6px;
	}

#globalContent ul.ul-secondary li,
#globalContent ol.ol-secondary li {
	font-size: 12px;
	color: #666;
	}



/*  ::  Global Styles  --  Content  ::  Grid/Column Styles  */

#globalContent div.columnGroup:after {
	/* clear fix for columns */
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
	}

#globalContent div.columnArticle {
	float: left; position: relative; width: 940px;
	}

#globalContent div.columnBody {
	float: left; position: relative; width: 620px;
	}

#globalContent div.columnSidebar {
	float: left; position: relative; width: 300px;
	}

#globalContent div.columnGutterLeft {
	margin-left: 20px;
	}

#globalContent div.columnGutterRight {
	margin-right: 20px;
	}


/*  ::  Global Styles  --  Content  ::  Article/Section/Sidebar Templates  */

#globalContent .article-template {
	position: relative; margin: 0 0 20px 0;
	}

#globalContent .section-template {
	position: relative; margin: 0 0 20px 0;
	}

#globalContent .sidebar-template {
	position: relative; margin: 0 0 20px 0;
	}

#globalContent .article-template img,
#globalContent .section-template img,
#globalContent .sidebar-template img {
	max-width: 100% !important;
	}


/*  ::  Global Styles  --  Footer  */

#globalFooter {
	position: relative; width: 940px; padding: 0 30px;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	}

#globalFooter .footer-links {
	margin: 35px 0 0 0;
	}

#globalFooter .footer-links li {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	margin: 0 10px 8px 0;
	}

#globalFooter .footer-links li a {
	color: #333;
	font-size: 12px;
	}

#globalFooter .footer-links--secondary {
	margin: 0;
	}

#globalFooter .footer-links--secondary li a {
	color: #666;
	font-size: 11px;
	}

#globalFooter .footer-social {
	position: absolute; top: 150px; right: 20px;
	}

#globalFooter .footer-social li {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	margin: 0 10px 20px 0;
	}

#globalFooter .footer-social li a {
	display: block; width: 33px; height: 33px;
	background: url(../images/global-footer-social-icons-bg.png) no-repeat 0px 0px;
	text-indent: -9999px; outline: none;
	}

#globalFooter .footer-social li.social-icon--pinterest a {
	background-position: 0 0;
	}

#globalFooter .footer-social li.social-icon--youtube a {
	background-position: -39px 0;
	}

#globalFooter .footer-social li.social-icon--facebook a {
	background-position: -78px 0;
	}

#globalFooter .footer-social li.social-icon--twitter a {
	background-position: -117px 0;
	}

#globalFooter .footer-social li.social-icon--punchfork a {
	width: 36px;
	background-position: -155px 0;
	}

#globalFooter .footer-social li.social-icon--rss a {
	width: 36px;
	background-position: -193px 0;
	}

#globalFooter .footer-legal {
	float: right; margin: 0 0 30px 0;
	font-size: 10px; color: #999;
	}


/*  ::  Global Styles  --  Video Player  */

#videoPlayer {
	position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999;
	}

#videoPlayer div.background {
	position: fixed; left: 0; top: 0; width: 100%; height: 100%;
	background: #000;
	opacity: 0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80);
	}

#videoPlayer div.player {
	position: fixed; top: 50%; left: 50%; margin: -305px 0 0 -340px;
	border: 20px solid #000; padding: 20px;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	background: #fff url(../images/global-elements-image-loading-ajax.gif) no-repeat 50% 50%;
	text-align: center;
	}

#videoPlayer div.player h3 {
	padding: 0 0 8px 0;
	font-size: 24px;
	font-weight: 600 /* semi-bold */;
	}

#videoPlayer div.player h6 {
	padding: 0 0 0px 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400 /* regular */;
	}


#videoPlayer div.player embed,
#videoPlayer div.player object,
#videoPlayer div.player video,
#videoPlayer div.player iframe {
	margin: 0 auto;
	}


/*  ::  Page Styles  --  Ajax login  */

#ajaxLogin {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999999;
	}

#ajaxLogin .overlay {
	position: fixed; left: 0; top: 0; width: 100%; height: 100%;
	background: #000;
	opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);
	}

#ajaxLogin .dialog {
	position: fixed; left: 50%; top: 200px; width: 600px; margin: 0 0 0 -325px; padding: 25px 25px 40px 25px;
	background: #fff;
	}

#ajaxLogin .dialog .intro {
	text-align: center; padding: 0 45px 30px 45px;
	}

#ajaxLogin .dialog h2 {
	padding: 0 0 8px 0;
	font-size: 28px;
	font-weight: 600 /* semi-bold */;
	}

#ajaxLogin .dialog .login {
	float: left; width: 289px; border-right: 1px solid #eee; padding: 0 0 0 10px;
	}

#ajaxLogin .dialog .login label {
	display: block; padding: 0 0 4px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	}


#ajaxLogin .dialog .login input[type="text"],
#ajaxLogin .dialog .login input[type="password"] {
	display: block; width: 80%;
	font-size: 13px; padding: 4px 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	}

#ajaxLogin .dialog .login input[type="submit"] {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	background: #f4ab29; margin: 0 20px 0 0; padding: 4px 15px;
	border: 0;
	color: #fff;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-weight: 400 /* regular */;
	font-size: 17px;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	cursor: pointer;
	}

#ajaxLogin .dialog .register {
	float: left; width: 299px; padding: 60px 0 0 0;
	text-align: center;
	}

#ajaxLogin .dialog .register a {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	background: #f4ab29; margin: 0 0 0 10px; padding: 5px 15px;
	border: 0;
	color: #fff;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-weight: 400 /* regular */;
	font-size: 18px;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	cursor: pointer;
	text-decoration: none;
	}


#ajaxLogin .dialog .button-close {
	position: absolute; right: 10px; top: 10px;
	font-size: 11px;
	}



/*  ::  Page Styles  --  Components  */

/*  ::  Page Styles  --  Articles  */

#globalContent .article-template--border {
	border-bottom: 1px solid #c3c1bf;
	}


/*  ::  Page Styles  --  Article » Archive Title  */

#globalContent .article-archive-title h1 {
	padding: 0;
	}

#globalContent .article-archive-title h1 span {
	font-size: 14px; font-weight: normal;
	}

#globalContent .article-archive-title .nav {
	position: absolute; bottom: 0; right: 0; text-transform: uppercase;
	}

#globalContent .article-archive-title .nav .prev {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	width: 20px;
	background: url(../images/global-elements-arrow-black-left-medium.png) no-repeat 50% 50%;
	text-indent: -9999px; outline: none;
	}

#globalContent .article-archive-title .nav span {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	padding: 0 4px;
	}

#globalContent .article-archive-title .nav .next {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	width: 20px;
	background: url(../images/global-elements-arrow-black-right-medium.png) no-repeat 50% 50%;
	text-indent: -9999px; outline: none;
	}


/*  ::  Page Styles  --  Article » Archive More  */

#globalContent .article-archive-more h2 {
	margin: 0 0 20px 0; padding: 0 0 4px 0;
	border-bottom: 1px solid #333;
	}

#globalContent .article-archive-more ul.archivelist {
	float: left; width: 160px;
	}

#globalContent .article-archive-more ul.archivelist > li {
	padding: 0 0 12px 20px;
	}

#globalContent .article-archive-more ul.archivelist > li span.h-subheading4 {
	background: url(../images/global-elements-arrow-black-down-medium.png) no-repeat 100% 50%;
	padding: 0 20px 0 0;
	cursor: pointer;
	}

#globalContent .article-archive-more ul.archivelist > li span.h-subheading4.collapsed {
	background: url(../images/global-elements-arrow-black-right-medium.png) no-repeat 100% 50%;
	}

#globalContent .article-archive-more ul.archivelist > li ul {
	clear: left;
	}

#globalContent .article-archive-more ul.archivelist > li li {
	padding: 2px 0 0 0;
	}

#globalContent .article-archive-more ul.archivelist > li li a {
	color: #666;
	}

#globalContent .article-archive-more .adunit {
	float: right; width: 300px; height: 250px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

/*  ::  Page Styles  --  Article » Archive posts  */

#globalContent .article-archive-posts {
	border-top: 1px solid #333; padding: 20px;
	}

#globalContent .article-archive-posts table {
	width: 100%;
	font-size: 12px;
	}

#globalContent .article-archive-posts table td {
	padding: 8px 8px;
	border-bottom: 1px solid #ccc;
	}

#globalContent .article-archive-posts table td.date {
	font-size: 18px;
	}

#globalContent .article-archive-posts table td.name {
	color: #cc3331;
	}

#globalContent .article-archive-posts table td.name a {
	font-size: 18px; padding: 0 8px 0 0;
	font-weight: bold;
	color: #000;
	}

#globalContent .article-archive-posts table td.name span {
	text-transform: uppercase; padding: 0 0 0 14px;
	background: url(../images/global-elements-arrow-red-right-medium.png) no-repeat 0 50%;
	}

#globalContent .article-archive-posts table td.name a:hover {
	text-decoration: underline;
	}

#globalContent .article-archive-posts table td.likes,
#globalContent .article-archive-posts table td.comments {
	color: #666;
	}



/*  ::  Page Styles  --  Article » Category Tiles  */

#globalContent .article-categorytiles {
	overflow: hidden;
	text-align: center;
	}

#globalContent .article-categorytiles h1 {
	position: relative; padding: 0;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

#globalContent .article-categorytiles h1:before {
	position: absolute; display: block; left: -615px; top: 27px; width: 600px; height: 0; overflow: hidden;
	border-top: 1px solid #000;
	content: " ";
	}

#globalContent .article-categorytiles h1:after {
	position: absolute; display: block; right: -615px; top: 27px; width: 600px; height: 0; overflow: hidden;
	border-top: 1px solid #000;
	content: " ";
	}

#globalContent .article-categorytiles .categorytiles {
	position: relative; width: 945px; padding: 20px 0 30px 0; overflow: hidden;
	}

#globalContent .article-categorytiles .category-item {
	position: relative; float: left; margin: 0 8px 10px 2px; width: 300px; height: 273px;
	background: #fff;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .article-categorytiles .category-item--adunit {
	position: relative;
	background: url(../images/global-components-categoryitem-adunit-bg.png) no-repeat 0px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#globalContent .article-categorytiles .category-item--adunit div.adunit {
	position: absolute; left: 0px; top: 0px; width: 300px; height: 250px; overflow: hidden;
	}

#globalContent .article-categorytiles .category-item .photo {
	position: relative; margin: 5px 5px 8px 5px; width: 290px; height: 225px; overflow: hidden;
	background: #eee url(../images/global-elements-logo-weelicious-small.png) no-repeat 50% 50%;
	}

#globalContent .article-categorytiles .category-item .title {
	position: relative; margin: 0 5px  0 5px;
	text-align: left;
	}

#globalContent .article-categorytiles .category-item .h-subheading2 {
	padding: 0 0 0 4px;
	}

#globalContent .article-categorytiles .other-categories {
	position: relative; text-align: left; overflow: hidden;
	}

#globalContent .article-categorytiles .other-categories h2 {
	margin: 0 0 10px 0; padding: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
	}

#globalContent .article-categorytiles .other-categories ul.categorylist {
	float: left; width: 160px;
	}

#globalContent .article-categorytiles .other-categories ul.categorylist li {
	padding: 10px 20px 0 0;
	}

#globalContent .article-categorytiles .other-categories .adunit {
	float: right; width: 300px; height: 250px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}


/*  ::  Page Styles  --  Article » Food Group  */

#globalContent .article-foodgroup {
	overflow: hidden; margin: 0 0 20px 0;
	text-align: center;
	}

#globalContent .article-foodgroup h1 {
	position: relative; padding: 0;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	text-transform: capitalize;
	}

.foodgroup-firstfoods #globalContent .article-foodgroup h1 .icon-left {
	padding: 0 0 0 40px;
	background: url(../images/global-elements-icon-pear-medium.png) no-repeat 0 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-firstfoods #globalContent .article-foodgroup h1 .icon-right {
	padding: 0 40px 0 0;
	background: url(../images/global-elements-icon-apple-medium.png) no-repeat 100% 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-toddler #globalContent .article-foodgroup h1 .icon-left {
	padding: 0 0 0 40px;
	background: url(../images/global-elements-icon-bread-medium.png) no-repeat 0 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-toddler #globalContent .article-foodgroup h1 .icon-right {
	padding: 0 40px 0 0;
	background: url(../images/global-elements-icon-milk-medium.png) no-repeat 100% 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-school #globalContent .article-foodgroup h1 .icon-left {
	padding: 0 0 0 56px;
	background: url(../images/global-elements-icon-lunchbox-medium.png) no-repeat 0 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-school #globalContent .article-foodgroup h1 .icon-right {
	padding: 0 56px 0 0;
	background: url(../images/global-elements-icon-lunchbox-medium.png) no-repeat 100% 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-family #globalContent .article-foodgroup h1 .icon-left {
	padding: 0 0 0 56px;
	background: url(../images/global-elements-icon-forkplate-medium.png) no-repeat 0 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

.foodgroup-family #globalContent .article-foodgroup h1 .icon-right {
	padding: 0 40px 0 0;
	background: url(../images/global-elements-icon-knifespoon-medium.png) no-repeat 100% 50%;
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	}

#globalContent .article-foodgroup h1:before {
	position: absolute; display: block; left: -615px; top: 27px; width: 600px; height: 0; overflow: hidden;
	border-top: 1px solid #000;
	content: " ";
	}

#globalContent .article-foodgroup h1:after {
	position: absolute; display: block; right: -615px; top: 27px; width: 600px; height: 0; overflow: hidden;
	border-top: 1px solid #000;
	content: " ";
	}

.foodgroup-firstfoods #globalContent .article-foodgroup h1,
.foodgroup-firstfoods #globalContent .article-foodgroup h1:before,
.foodgroup-firstfoods #globalContent .article-foodgroup h1:after {
	border-color: #9bb449;
	color: #9bb449;
	}

.foodgroup-toddler #globalContent .article-foodgroup h1,
.foodgroup-toddler #globalContent .article-foodgroup h1:before,
.foodgroup-toddler #globalContent .article-foodgroup h1:after {
	border-color: #37a8a8;
	color: #37a8a8;
	}

.foodgroup-school #globalContent .article-foodgroup h1,
.foodgroup-school #globalContent .article-foodgroup h1:before,
.foodgroup-school #globalContent .article-foodgroup h1:after {
	border-color: #54974c;
	color: #54974c;
	}

.foodgroup-family #globalContent .article-foodgroup h1,
.foodgroup-family #globalContent .article-foodgroup h1:before,
.foodgroup-family #globalContent .article-foodgroup h1:after {
	border-color: #83427f;
	color: #83427f;
	}

#globalContent .article-foodgroup h2 {
	text-align: left; padding: 8px 70px 20px 0;
	line-height: 17px;
	}

#globalContent .article-foodgroup h2 .h-subheading6 {
	padding-left: 8px;
	}

#globalContent .article-foodgroup .adunit {
	position: absolute; top: 30px; right: 0; width: 70px; height: 70px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#globalContent .article-foodgroup .foodgroup-slider {
	position: relative; width: 100%; height: 400px;
	}

#globalContent .article-foodgroup .foodgroup-slider .artboard {
	position: absolute; left: 0; top: 0; height: 370px; width: 10000px; overflow: hidden;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item {
	position: relative; float: left; margin: 4px 8px 4px 2px; width: 226px; height: 360px;
	background: #fff;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .adunit {
	position: relative; top: auto; right: auto; margin: 5px 5px 5px 5px; width: 216px; height: 350px; overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .photo {
	position: relative; margin: 5px 5px 8px 5px; width: 216px; height: 292px; overflow: hidden;
	background: #eee url(../images/global-elements-logo-weelicious-small.png) no-repeat 50% 50%;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .photo img {
	max-width: 9999px !important;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .details {
	position: relative; width: 216px; margin: 0 5px  0 5px;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .details .title {
	width: 160px; overflow: hidden;
	text-align: left;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .details .h-subheading3 {
	padding: 4px 0 0 4px;
	font-size: 17px;
	max-height: 2.5em;
	overflow: hidden;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .details p {
	position: absolute; top: 3px; width: 32px; padding: 30px 0 0 0;
	font-size: 11px;
	font-weight: 200 /* light */;
	color: #999;
	text-align: center;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .details p.likes {
	right: 32px;
	background: url(../images/global-elements-icon-like-medium.png) no-repeat 50% 0;
	}

#globalContent .article-foodgroup .foodgroup-slider .slider-item .details p.comments {
	right: 0px;
	background: url(../images/global-elements-icon-comment-medium.png) no-repeat 50% 3px;
	}

#globalContent .article-foodgroup .foodgroup-slider .scrollbar {
	position: absolute; width: 100%; left: 0; bottom: 0; height: 20px;
	background: #ddd7d2;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	}

#globalContent .article-foodgroup .foodgroup-slider .grabber {
	position: absolute; left: 0; top: 0; width: 20px; height: 20px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	background: #453e38;

	width: 78px;
	}

#globalContent .article-foodgroup .foodgroup-footer {
	text-align: left; overflow: hidden; padding: 15px 0 10px 0;
	border-bottom: 1px solid #cccbc9;
	}

#globalContent .article-foodgroup .foodgroup-footer .more-recipes {
	float: left; padding: 8px 0 8px 34px;
	background: url(../images/global-elements-icon-recipe-medium.png) no-repeat 0 50%;
	font-size: 18px;
	font-weight: 700 /* bold */;
	}

#globalContent .article-foodgroup .foodgroup-footer .recommendations {
	float: right; padding: 8px 0;
	}


/*  ::  Page Styles  --  Article » Recipe Post  */

#globalContent .article-recipe-post {
	padding: 0 0 18px 0;
	background: url(../images/global-elements-divider-recipe-blackline-bg.png) no-repeat 50% 100%;
	}

#globalContent .article-recipe-post div.title {
	position: relative; margin: 0 0 38px 0;
	border-bottom: 1px solid #000;
	}

#globalContent .article-recipe-post div.title .button-like {
	float: right; padding: 6px 14px 0px 38px; height: 22px; margin: 0 8px 0 0;
	background: #eae8e5 url(../images/global-elements-icon-like-medium.png) no-repeat 12px 50%;
	border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;
	border: 1px solid #b8b5b2;
	font-size: 14px;
	font-weight: 200 /* light */;
	color: #000;
	}

#globalContent .article-recipe-post div.title .button-comments {
	float: right; padding: 7px 4px 0px 38px; height: 23px;
	background: url(../images/global-elements-icon-comment-medium.png) no-repeat 12px 50%;
	font-size: 14px;
	font-weight: 200 /* light */;
	color: #000;
	}

#globalContent .article-recipe-post div.media {
	position: relative; margin: 0 0 38px 0;
	}

#globalContent .article-recipe-post div.media-content {
	width: 700px; margin: 0 auto; min-height: 120px;
	}

#globalContent .article-recipe-post div.media-content img,
#globalContent .article-recipe-post div.media-content embed,
#globalContent .article-recipe-post div.media-content iframe,
#globalContent .article-recipe-post div.media-content video,
#globalContent .article-recipe-post div.media-content audio,
#globalContent .article-recipe-post div.media-content div.playerHC,
#globalContent .article-recipe-post div.media-content object {
	display: block; margin: 0 auto;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .article-recipe-post div.media-social {
	position: absolute; left: 840px; top: 20px;
	}

#globalContent .article-recipe-post div.media-social .social {
	position: relative; margin: 0 0 10px 0;
	}

#globalContent .article-recipe-post div.body {
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-o-column-count: 2;
	-o-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
	}


#globalContent .article-recipe-post div.body--single-column {
	position: relative; width: 700px; margin-left: auto; margin-right: auto;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-o-column-count: 1;
	-o-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;
	}

#globalContent .article-recipe-post div.body p,
#globalContent .article-recipe-post div.body li {
	font-size: 16px;
	}

#globalContent .article-recipe-post div.footer p {
	padding: 20px 0 0 0;
	text-align: right;
	}

#globalContent .article-recipe-post div.footer p a.footer-like {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	padding: 0 0 0 20px; margin: 0 20px 0 0;
	background: url(../images/global-elements-icon-like-small.png) no-repeat 0px 50%;
	}

#globalContent .article-recipe-post div.footer p a.footer-comment {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	padding: 0 0 0 20px;
	background: url(../images/global-elements-icon-comment-small.png) no-repeat 0px 50%;
	}


/*  ::  Page Styles  --  Article » Recipe Card  */

#globalContent .article-recipe-card {
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .article-recipe-card div.title {
	padding: 6px 20px 6px 20px; overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
	}

#globalContent .article-recipe-card div.title h2 {
	padding: 14px 0 0 0;
	}

#globalContent .article-recipe-card div.title li {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	padding: 0 20px 16px 0;
	color: #666; font-style: italic;
	}

#globalContent .article-recipe-card div.title li b {
	font-style: normal;
	font-weight: 600 /* semi-bold */;
	}

#globalContent .article-recipe-card div.title .recipe-icon {
	float: right; width: 80px; height: 70px; margin: 0 0 0 10px;
	}

#globalContent .article-recipe-card div.title .recipe-icon--glutenfree {
	background: url(../images/global-elements-icon-allergies-gultenfree.png) no-repeat 0px 0px;
	}

#globalContent .article-recipe-card div.title .recipe-icon--nutfree {
	background: url(../images/global-elements-icon-allergies-nutfree.png) no-repeat 0px 0px;
	}

#globalContent .article-recipe-card div.title .recipe-icon--dairyfree {
	background: url(../images/global-elements-icon-allergies-dairyfree.png) no-repeat 0px 0px;
	}

#globalContent .article-recipe-card div.body {
	padding: 30px 20px 30px 20px; overflow: hidden;
	}

#globalContent .article-recipe-card div.body h3 {
	padding: 0 0 20px 0;
	}

#globalContent .article-recipe-card div.body li {
	padding: 0 0 6px 0;
	}

#globalContent .article-recipe-card div.body p {
	padding: 16px 0 0 0;
	}

#globalContent .article-recipe-card div.body .body-ingredients {
	float: left; width: 300px; padding: 0 20px 0 0;
	}

#globalContent .article-recipe-card div.body .body-preperation {
	float: left; width: 300px; padding: 0 40px 0 0;
	}

#globalContent .article-recipe-card div.body .body-photo {
	float: left; width: 220px; overflow: hidden;
	}

#globalContent .article-recipe-card div.footer {
	position: relative; background: #f4f4eb; overflow: hidden;
	border-top: 1px solid #dfdfd7;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	}

#globalContent .article-recipe-card div.footer .button {
	float: left; padding: 6px 14px 0px 14px; height: 22px; margin: 12px 0 12px 16px;
	background: #eae8e5;
	border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;
	border: 1px solid #b8b5b2;
	font-size: 14px;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700 /* bold */; color: #000;
	}

#globalContent .article-recipe-card div.footer .button--ziplist {
	padding-right: 97px;
	background: #eae8e5 url(../images/global-elements-button-ziplist.png) no-repeat 100% 50%;
	}

#globalContent .article-recipe-card div.footer .button--like {
	float: right; padding-left: 38px; margin: 12px 16px 12px 0;
	background: #eae8e5 url(../images/global-elements-icon-like-medium.png) no-repeat 12px 50%;
	font-family: sanchez, trebuchet ms, lucida sans unicode, lucida grande, lucida sans, tahoma, arial, sans-serif;
	font-weight: 200 /* light */;
	}

#globalContent .article-recipe-card div.footer .link--comments {
	float: right; padding: 7px 4px 0px 38px; height: 23px; margin: 12px 20px 12px 0;
	background: url(../images/global-elements-icon-comment-medium.png) no-repeat 12px 50%;
	font-size: 14px;
	font-weight: 200 /* light */;
	color: #000;
	}

#globalContent .article-recipe-card div.footer .social--pinterest {
	position: absolute; left: 403px; top: 18px;
	}

#globalContent .article-recipe-card div.footer .social--twitter {
	position: absolute; left: 509px; top: 18px;
	}

#globalContent .article-recipe-card div.footer .social--facebook {
	position: absolute; left: 614px; top: 18px;
	}


/*  ::  Page Styles  --  Article » Recipe Tiles  */

#globalContent .article-recipe-tiles {
	overflow: hidden;
	}

#globalContent .article-recipe-tiles .recipe-tiles-container {
	position: relative; width: 950px; overflow: hidden; margin: 0 0 16px 0;
	}

#globalContent .article-recipe-tiles .adunit {
	position: relative; float: right; margin: 4px 10px 4px 0px; width: 230px; height: 225px; overflow: hidden;
	}

#globalContent .article-recipe-tiles .recipe-item {
	position: relative; float: left; margin: 4px 8px 4px 2px; width: 226px; height: 225px; overflow: hidden;
	background: #fff;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .article-recipe-tiles .recipe-item .adunit {
	position: relative; top: auto; right: auto; margin: 5px 5px 5px 5px; width: 216px; height: 350px; overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#globalContent .article-recipe-tiles .recipe-item .photo {
	position: relative; margin: 5px 5px 8px 5px; width: 216px; height: 160px; overflow: hidden;
	background: #eee url(../images/global-elements-logo-weelicious-small.png) no-repeat 50% 50%;
	text-align: center;
	}

#globalContent .article-recipe-tiles .recipe-item .photo-wrapper {
	position: absolute; left: -142px; width: 500px; height: 160px;
	text-align: center;
	}

#globalContent .article-recipe-tiles .recipe-item .photo img {
	margin: 0 auto; max-height: 160px;
	}

#globalContent .article-recipe-tiles .recipe-item .photo img.overlay {
	position: absolute; left: 0; top: 0: right: 0; bottom: 0; width: 100%; height: 100%;
	}

#globalContent .article-recipe-tiles .recipe-item .details {
	position: relative; width: 216px; margin: 0 5px  0 5px;
	}

#globalContent .article-recipe-tiles .recipe-item .details .title {
	width: 160px; overflow: hidden;
	text-align: left;
	}

#globalContent .article-recipe-tiles .recipe-item .details .h-subheading3 {
	padding: 4px 0 0 4px;
	font-size: 16px;
	overflow: hidden;
	max-height: 2.5em;
	}

#globalContent .article-recipe-tiles .recipe-item .details p {
	position: absolute; top: 3px; width: 32px; padding: 30px 0 0 0;
	font-size: 11px;
	font-weight: 200 /* light */;
	color: #999;
	text-align: center;
	}

#globalContent .article-recipe-tiles .recipe-item .details p.remove {
	right: 0; width: 46px; padding: 0;
	}

#globalContent .article-recipe-tiles .recipe-item .details p.remove a {
	display: block; padding: 24px 0 2px 0;
	background: url(../images/global-elements-icon-remove-medium.png) no-repeat 50% 4px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	}

#globalContent .article-recipe-tiles .recipe-item .details p.remove a:hover {
	background: #eee  url(../images/global-elements-icon-remove-medium.png) no-repeat 50% 4px;
	text-decoration: none;
	}

#globalContent .article-recipe-tiles .recipe-item .details p.likes {
	right: 32px;
	background: url(../images/global-elements-icon-like-medium.png) no-repeat 50% 0;
	}

#globalContent .article-recipe-tiles .recipe-item .details p.comments {
	right: 0px;
	background: url(../images/global-elements-icon-comment-medium.png) no-repeat 50% 3px;
	}

#globalContent .article-recipe-tiles .link-moreresults {
	clear: both; display: block; padding: 20px 0; margin: 0 0 20px 0;
	text-align: center;
	color: #999;
	background: #f4f1ef;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	border: 1px solid #cdc9c6;
	cursor: pointer; text-decoration: none;
	overflow: hidden;
	}

#globalContent .article-recipe-tiles .link-moreresults:hover {
	background: #cdc9c6;
	color: #fff;
	font-weight: 700 /* bold */;
	}

#globalContent .article-recipe-tiles .link-moreresults.loading {
	background: #f4f1ef url(../images/global-elements-ajax-recipetiles-loading.gif) no-repeat 50% 50%;
	text-indent: -9999px; outline: none;
	}


/*  ::  Page Styles  --  Article » Related Items  */

#globalContent .article-relateditems {
	overflow: hidden;
	}

#globalContent .article-relateditems .nrelate-container {
	position: relative; width: 950px; overflow: hidden;
	}

#globalContent .article-relateditems .nrelate-container .nr_inner {
	padding: 0 !important;
	}

#globalContent .article-relateditems .nrelate-container .nr_title {
	display: none;
	}

#globalContent .article-relateditems .nr_panel {
	position: relative; display: block; float: left; margin: 4px 8px 4px 1px; width: 180px; height: 236px !important;
	background: #fff;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .article-relateditems .nr_panel .adunit {
	position: relative; top: auto; right: auto; margin: 5px 5px 5px 5px; width: 170px; height: 306px; overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#globalContent .article-relateditems .nr_panel .nr_img_div {
	display: block; position: relative; margin: 5px 5px 8px 5px; width: 170px; height: 170px; overflow: hidden;
	background: #eee url(../images/global-elements-logo-weelicious-small.png) no-repeat 50% 50%;
	}

#globalContent .article-relateditems .nr_panel .nr_img_div img {
	display: block; width: 170px !important; height: 170px !important;
	}

#globalContent .article-relateditems .nr_panel .details {
	position: relative; width: 170px; margin: 0 5px  0 5px;
	}

#globalContent .article-relateditems .nr_panel .nr_text {
	overflow: hidden; display: block;
	text-align: left;
	}

#globalContent .article-relateditems .nr_panel .nr_post_title {
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	display: block; font-weight: normal;
	padding: 0 6px;
	font-size: 17px;
	height: 2.6em; overflow: hidden;
	}


/*  ::  Page Styles  --  Article » Search Filters  */

#globalContent .article-search-filters {
	position: relative; width: 100%; overflow: hidden; padding: 20px 0;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	}

#globalContent .article-search-filters .filtergroup {
	position: relative; float: left; width: 126px; padding: 0 15px 0 20px; overflow: hidden; min-height: 100%;
	border-left: 1px solid #999;
	}

#globalContent .article-search-filters .filtergroup h4 {
	padding: 0 0 10px 0;
	color: #453e38;
	}

#globalContent .article-search-filters .filtergroup:first-child {
	border: 0; padding-left: 0;
	}

#globalContent .article-search-filters .filtergroup li {
	padding: 0 0 4px 0;
	color: #453e38;
	font-size: 13px;
	}

#globalContent .article-search-filters .filtergroup li input {
	position: relative; top: 2px; margin-right: 2px;
	}

.ie78 #globalContent .article-search-filters .filtergroup li input {
	top: 0;
	}

#globalContent .article-search-filters .filtergroup--foodgroup {
	width: 290px; padding-right: 0;
	}

#globalContent .article-search-filters .filtergroup--foodgroup ul {
	float: left; width: 135px; padding-right: 10px;
	}


/*  ::  Page Styles  --  Article » Search Title  */

#globalContent .article-search-title {
	overflow: hidden;
	}

#globalContent .article-search-title h1 {
	float: left; padding: 0;
	}

#globalContent .article-search-title p.filters {
	float: right; padding: 7px 0 0 0;
	}

#globalContent .article-search-title p.filters a {
	padding: 0 10px;
	}

#globalContent .article-search-title p.filters a.active {
	color: #000;
	font-weight: 700 /* bold */;
	}



/*  ::  Page Styles  --  Article » Top Ten Lists  */

#globalContent .article-toptenlists {
	overflow: hidden; border-top: 1px solid #cccbc9; padding-top: 20px;
	}

#globalContent .article-toptenlists .toptenlist {
	float: left; width: 50%; overflow: hidden;
	}

#globalContent .article-toptenlists .toptenlist ul {
	float: left; width: 47%; overflow: hidden;
	}

#globalContent .article-toptenlists .toptenlist ul li {
	padding: 4px 10px 4px 0;
	font-size: 12px;
	}



/*  ::  Page Styles  --  Sections  */

/*  ::  Page Styles  --  Section » Comments List  */

#globalContent .section-comments-list .comment {
	position: relative; display: block; margin: 0 10px 14px 70px; padding: 16px 20px 4px 20px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	border: 1px solid #cdc8c3;
	background: #f6f4f1;
	}

#globalContent .section-comments-list .depth-2,
#globalContent .section-comments-list .depth-3,
#globalContent .section-comments-list .depth-4,
#globalContent .section-comments-list .depth-5,
#globalContent .section-comments-list .depth-6 {
	margin: 0; padding: 20px 0 0 75px;
	border: 0; border-top: 1px solid #e1deda;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	}

#globalContent .section-comments-list .depth-2:first-child,
#globalContent .section-comments-list .depth-3:first-child,
#globalContent .section-comments-list .depth-4:first-child,
#globalContent .section-comments-list .depth-5:first-child,
#globalContent .section-comments-list .depth-6:first-child {
	border-top: 1px solid #cdc8c3;
	}

#globalContent .section-comments-list .comment .h-subheading4 {
	padding: 0 60px 0 0;
	}

#globalContent .section-comments-list .comment .link-reply {
	position: absolute; top: 16px; right: 20px;
	font-size: 12px;
	}

#globalContent .section-comments-list .depth-2 .link-reply,
#globalContent .section-comments-list .depth-3 .link-reply,
#globalContent .section-comments-list .depth-4 .link-reply,
#globalContent .section-comments-list .depth-5 .link-reply,
#globalContent .section-comments-list .depth-6 .link-reply {
	right: 0;
	}

#globalContent .section-comments-list .comment .avatar {
	position: absolute; left: -34px; top: 1px; width: 52px; height: 52px;
	}

#globalContent .section-comments-list .comment .avatar img {
	width: 48px !important; max-width: 48px;
	height: 48px !important;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	}

#globalContent .section-comments-list .depth-2 .avatar,
#globalContent .section-comments-list .depth-3 .avatar,
#globalContent .section-comments-list .depth-4 .avatar,
#globalContent .section-comments-list .depth-5 .avatar,
#globalContent .section-comments-list .depth-6 .avatar {
	left: 1px; top: 11px;
	}

#globalContent .section-comments-list .comment blockquote {
	margin: 0; padding: 10px 0 0;
	}

#globalContent .section-comments-list .comment blockquote img {
	display: inline; margin: 0 2px;
	}

#globalContent .section-comments-list .navigation {
	position: relative; width: 100%; padding: 0 0 20px 0;
	text-align: center;
	}

#globalContent .section-comments-list .navigation .page-numbers {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	margin: 0 1px 0 2px; padding: 3px 6px;
	border: 1px solid #cdc8c3;
	background: #f6f4f1;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	}

#globalContent .section-comments-list .navigation .page-numbers.dots {
	padding: 0 3px; margin: 0;
	border: 0;
	background: transparent;
	font-size: 150%;
	}

#globalContent .section-comments-list .navigation .page-numbers.current {
	font-weight: bold;
	}


/*  ::  Page Styles  --  Section » Comments Reply  */

#globalContent .section-comments-reply h2 {
	border-bottom: 1px solid #c3c1bf; margin: 0 0 14px 0;
	}

#globalContent .section-comments-reply label {
	float: left; width: 4em; padding: 4px 0 0 4px;
	font-size: 14px; color: #666;
	}

#globalContent .section-comments-reply input {
	float: left; width: 260px; padding: 3px 8px; margin: 0 0 6px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	}

#globalContent .section-comments-reply textarea {
	float: left; width: 500px; height: 100px; padding: 3px 8px; margin: 0 0 6px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	}

#globalContent .section-comments-reply button {
	float: left; position: relative; display: block; width: 100px; height: 32px; margin: 0; padding: 0; border: 0;
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	background: #f4ab29;
	}

.ie78 #globalContent .section-comments-reply button,
.ie9 #globalContent .section-comments-reply button {
	height: 30px;
	}

#globalContent .section-comments-reply button span {
	position: absolute; left: 19px; top: 5px; display: block;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400 /* regular */;
	color: #fff;
	}

#globalContent .section-comments-reply .tgm-mc-subscribe input {
	display: inline; float: none;
	}

#globalContent .section-comments-reply .tgm-mc-subscribe label {
	display: inline; padding: 0 0 0 4px; width: auto; float: none;
	}



/*  ::  Page Styles  --  Section » Home Featured  */

#globalContent .section-homefeatured {
	position: relative; height: 395px;
	}

#globalContent .section-homefeatured .featureditem {

	}

#globalContent .section-homefeatured .featureditem,
#globalContent .section-homefeatured .featureditem .photo {
	position: absolute; left: 0; top: 0; width: 620px; height: 395px;
	}

#globalContent .section-homefeatured .featureditem .photo {
	background: #eee url(../images/global-elements-logo-weelicious-small.png) no-repeat 50% 50%;
	}

#globalContent .section-homefeatured .featureditem .overlay {
	position: absolute; left: 0; right: 0; bottom: 0;
	background: url(../images/global-elements-circlearrow-redwhite-right.png) no-repeat 545px 50%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	cursor: pointer;
	}

#globalContent .section-homefeatured .featureditem .overlay h3 {
	padding: 10px 75px 0 18px;
	}

#globalContent .section-homefeatured .featureditem .overlay h2 {
	margin: 2px 0 0 0; padding: 0 75px 12px 18px;
	line-height: 0.9;
	}

#globalContent .section-homefeatured .featureditem .featuredtab {
	position: absolute; left: -55px; top: 0; width: 55px; height: 53px; margin: 9px 0 0 0;
	background: url(../images/global-elments-tabs-featureditems-bg.png) no-repeat 0px 0px;
	cursor: pointer;
	}

#globalContent .section-homefeatured .featureditem .featuredtab.active {
	cursor: default;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--recipe {
	background-position: 0 0;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--recipe.active {
	background-position: -55px 0;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--video {
	background-position: 0 -65px; top: 65px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--video.active {
	background-position: -55px -65px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--birthday {
	background-position: 0 -130px; top: 130px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--birthday.active {
	background-position: -55px -130px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--lunch {
	background-position: 0 -195px; top: 195px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--lunch.active {
	background-position: -55px -195px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--howto {
	background-position: 0 -260px; top: 260px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--howto.active {
	background-position: -55px -260px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--reference {
	background-position: 0 -326px; top: 326px;
	}

#globalContent .section-homefeatured .featureditem .featuredtab--reference.active {
	background-position: -55px -326px;
	}


/*  ::  Page Styles  --  Section » Howtos Group  */

#globalContent .section-howtosgroup {
	overflow: hidden; border-top: 1px solid #cccbc9; padding-top: 20px;
	}

#globalContent .section-howtosgroup ul.howtos {
	position: relative; width: 630px; padding: 10px 0 0 0;
	}

#globalContent .section-howtosgroup .howto-item {
	float: left; width: 200px; margin: 0 10px 10px 0;
	}

#globalContent .section-howtosgroup .howto-item p {
	color: #666;
	}

#globalContent .section-howtosgroup .howto-item p.more {
	overflow: hidden;
	}

#globalContent .section-howtosgroup .howto-item p.more a {
	display: block; float: left; padding: 3px 13px;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-size: 14px; color: #fff; text-align: center; text-decoration: none;
	background: #cec6bf;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	}

#globalContent .section-howtosgroup .howto-item p.more a:hover {
	background: #453e38; color: #fff;
	}


/*  ::  Page Styles  --  Section » Menu Plan  */

#globalContent .section-menuplan {
	position: relative; width: 100%; height: 520px;
	}

#globalContent .section-menuplan .plan-featured {
	position: absolute; left: 0; top: 0; width: 100%; height: 440px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	}

#globalContent .section-menuplan .plan-featured .plan-item {
	position: absolute; left: 0; top: 0; width: 100%; height: 440px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: #fff;
	}

#globalContent .section-menuplan .plan-featured .plan-item.active {
	z-index: 100;
	}

#globalContent .section-menuplan .plan-featured .meal {
	position: absolute; left: 0; top: 32px; width: 140px; height: 400px; overflow: hidden;
	}

#globalContent .section-menuplan .plan-featured .meal--breakfast {
	left: 85px;
	}

#globalContent .section-menuplan .plan-featured .meal--lunch {
	left: 246px;
	}

#globalContent .section-menuplan .plan-featured .meal--dinner {
	left:  405px;
	}

#globalContent .section-menuplan .plan-featured .meal .photo {
	width: 140px; height: 290px; overflow: hidden; margin: 0 0 8px 0;
	background: #eee url(../images/global-elements-logo-weelicious-small.png) no-repeat 50% 50%;
	}

#globalContent .section-menuplan .plan-featured .meal .photo img {
	position: absolute; left: -100px; max-width: 1000px !important;
	height: 290px !important; width: auto !important;
	}

#globalContent .section-menuplan .plan-featured .meal .h-subheading4 {
	overflow: hidden; max-height: 3.75em;
	font-size: 16px;
	}

#globalContent .section-menuplan .plan-nav {
	position: absolute; display: block; left: 0; bottom: 0; height: 90px;
	}

#globalContent .section-menuplan .plan-nav li {
	position: relative; float: left; margin: 0 0 0 4px; width: 119px; height: 90px;
	line-height: 95px; vertical-align: middle; text-align: center;
	font-size: 18px; font-weight: 400 /* regular */; color: #fff;
	background: #dad6d3;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	cursor: pointer;
	}

#globalContent .section-menuplan .plan-nav li:hover {
	background: #af7876;
	}

#globalContent .section-menuplan .plan-nav li.active,
#globalContent .section-menuplan .plan-nav li.active:hover {
	background: #841b19;
	cursor: default;
	}

#globalContent .section-menuplan .plan-nav li.active:after {
	content:"";
	position:absolute;
	top: 10px; /* value = - border-top-width - border-bottom-width */
	left: 38px;
	border-width: 20px 20px 0; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #fff transparent;
	/* reduce the damage in FF3.0 */
	display: block;
	width: 0;
	z-index: 9999;
	}


/*  ::  Page Styles  --  Section » Videos Group  */

#globalContent .section-videosgroup {
	overflow: hidden;
	}

#globalContent .section-videosgroup ul.videos {
	position: relative; width: 630px; padding: 10px 0 0 0;
	}

#globalContent .section-videosgroup .video-item {
	float: left; width: 200px; margin: 0 10px 10px 0;
	text-align: center;
	}

#globalContent .section-videosgroup .video-item a.container {
	position: relative; display: block; width: 200px; height: 125px; margin: 0 0 3px 0;
	outline: 1px solid #ccc;
	}

#globalContent .section-videosgroup .video-item a.container img.overlay {
	position: absolute; left: 0; top: 0: right: 0; bottom: 0; width: 100%; height: 100%;
	}


/*  ::  Page Styles  --  Sidebars  */

/*  ::  Page Styles  --  Sidebar » Food Group  */

#globalContent .sidebar-foodgroup {
	height: 180px; color: #fff;
	}

#globalContent .sidebar-foodgroup .foodgroup {
	position: absolute; width: 300px; height: 180px;
	}

#globalContent .sidebar-foodgroup a {
	color: #fff;
	}

#globalContent .sidebar-foodgroup .h-subheading2 {
	position: absolute; left: 18px; top: 18px;
	line-height: 24px;
	}

#globalContent .sidebar-foodgroup .h-subheading6 {
	position: relative; top: -4px;
	}

#globalContent .sidebar-foodgroup .button-more {
	position: absolute; left: 18px; top: 134px;
	line-height: 1.3;
	}

#globalContent .sidebar-foodgroup .button-more a {
	display: block; width: 70px; height: 26px; padding: 6px 0;
	font-family: varela round, arial, helvetica neue, helvetica, sans-serif;
	font-size: 14px; color: #000; text-align: center; text-decoration: none;
	}

#globalContent .foodgroup--firstfoods .button-more a {
	color: #bcaf20;
	}

#globalContent .foodgroup--toddler .button-more a {
	color: #7bb1a8;
	}

#globalContent .foodgroup--school .button-more a {
	color: #70a53d;
	}

#globalContent .foodgroup--family .button-more a {
	color: #6d2c61;
	}

#globalContent .sidebar-foodgroup .button-more a:hover {
	color: #222;
	}

#globalContent .sidebar-foodgroup--preschool {
	background: url(../images/sidebar-foodgroup-preschool-bg.png) no-repeat 0px 0px;
	}

#globalContent .sidebar-foodgroup--preschool .foodgroup--firstfoods,
#globalContent .sidebar-foodgroup--preschool .foodgroup--toddler {
	width: 140px;
	}

#globalContent .sidebar-foodgroup--preschool .foodgroup--toddler {
	right: 0; left: auto;
	}

#globalContent .sidebar-foodgroup--school {
	background: url(../images/sidebar-foodgroup-school-bg.png) no-repeat 0px 0px;
	}

#globalContent .sidebar-foodgroup--family {
	background: url(../images/sidebar-foodgroup-family-bg.png) no-repeat 0px 0px;
	}


/*  ::  Page Styles  --  Sidebar » Home Intro  */

#globalContent .sidebar-homeintro {
	overflow: hidden;
	text-align: center;
	}

#globalContent .sidebar-homeintro h2 {
	position: relative; display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	margin: 4px 0 3px 0;
	}

#globalContent .sidebar-homeintro h2:before {
	position: absolute; display: block; left: -210px; top: 35%; width: 200px; height: 0; overflow: hidden;
	border-top: 1px solid #d84c54;
	content: " ";
	}

#globalContent .sidebar-homeintro h2:after {
	position: absolute; display: block; right: -210px; top: 35%; width: 200px; height: 0; overflow: hidden;
	border-top: 1px solid #d84c54;
	content: " ";
	}


/*  ::  Page Styles  --  Sidebar » Mailing List  */

#globalContent .sidebar-mailinglist {
	background: #841b19; min-height: 170px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	}

#globalContent .sidebar-mailinglist h4 {
	padding: 12px 20px 0 20px;
	}

#globalContent .sidebar-mailinglist h3 {
	padding: 0 20px 0 20px;
	font-size: 26px;
	font-weight: 200 /* light */;
	}

#globalContent .sidebar-mailinglist p {
	padding: 0 20px 0 20px;
	color: #ec9096;
	}

#globalContent .sidebar-mailinglist form {
	position: relative; margin: 14px 20px; padding: 20px 0 0 0;
	border-top: 1px solid #4e0709;
	}

#globalContent .sidebar-mailinglist form input[type="text"] {
	position: absolute; left: 0; top: 15px; width: 165px; height: 28px; margin: 0; padding: 0 5px 0 10px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 14px;
	-webkit-border-radius: 14px 0px 0px 14px;
	border-radius: 14px 0px 0px 14px;
	border: 0;
	background: #fff;
	vertical-align: middle;
	}

#globalContent .sidebar-mailinglist form button {
	position: absolute; right: 0; top: 15px; width: 80px; height: 28px; margin: 0; padding: 0 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 14px 14px 0px;
	border-radius: 0px 14px 14px 0px;
	border: 0; border-left: 1px solid #d28639;
	background: #f4ab29; color: #fff;
	vertical-align: middle; line-height: 28px;
	}

#globalContent .sidebar-mailinglist form button span {
	padding-right: 5px;
	}

#globalContent .sidebar-mailinglist--starterkit {
	background: #9bb449 url(../images/sidebar-mailinglist-starterkit-bg.png) no-repeat 197px 20px;
	}

#globalContent .sidebar-mailinglist--starterkit .h-subheading5 {
	color: #f0ff00;
	}

#globalContent .sidebar-mailinglist--starterkit p {
	color: #e3e97e; width: 180px;
	}

#globalContent .sidebar-mailinglist--starterkit form {
	border-color: #949c19;
	}

#globalContent .sidebar-mailinglist--starterkit form input[type="text"],
#globalContent .sidebar-mailinglist--starterkit form button {
	top: 12px;
	}
