/*
*	CSS Document
*	Title: Goop Global Styles
*	Author: Richard Coulson
*	Last Updated: 8th June 2012
*	Time: 12:00
*/

/*
*	Reset
*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ADDRESS, BIG, CITE, CODE, DEL, DFN, IMG, INS, KBD, Q, S, SMALL, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, DIV#nav, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;
	zoom:1;*/
}



/*
*	HTML5 reset for older browsers
*/
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, DIV#nav, SECTION {
	display: block;
}
OL, UL {
	list-style: none;
}
BLOCKQUOTE, Q {
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content: '';
	content: none;
}
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}
IMG{
	display:block;
}


*::selection {
	background:#5F6062;
	color:#fff;
}

*::-moz-selection {
	background:#5F6062;
	color:#fff;
}

*::-webkit-selection {
	background:#5F6062;
	color:#fff;
}



/*
*	Global Styling

HTML, BODY{
	width:100%;
}*/
BODY{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/goop-bkg.png) repeat top left;
	color:#7E8083;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
BODY.ecom-fade{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/int_bkg.png) repeat-x top left;
	color:#7E8083;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
BODY.popup{
	background:none;
}

BR.clear{clear:both;}

DIV#wrapper{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0 10px;
}
DIV#splash-panel{
	width:948px;
	background:white;
	border:1px solid #d1d3d4;
	padding:5px;
	margin:15px auto;
}

A#tooltip{
	position:relative;
	display:block;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/alert-info.png) top left no-repeat;
	width:16px;
	height:16px;
}
A#tooltip DIV#tooltip-wrap{
	position:absolute;
	width:170px;
	background:white;
	color:white;
	left: -78px;
	bottom: 30px;
	padding:2px;
	border:1px solid #d5d5d6;
	-moz-border-radius:7px;
	border-radius:7px;
	opacity:0;
	filter:alpha(opacity=0);
	display:none;
	/*
	-moz-ition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	*/
}
A#tooltip:HOVER DIV#tooltip-wrap{
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
}
A#tooltip DIV#tooltip-container{
	background:#5f6062;
	padding:7px 10px 10px 10px;
	-moz-border-radius:4px;
	border-radius:4px;
}
A#tooltip DIV#tooltip-container P{
	 text-align:center;
	 color:white;
	 text-decoration:none;
	 font-family:Georgia, 'Times New Roman', Times, serif;
	 font-style:italic;
	 font-size:12px;
}
A#tooltip DIV#tooltip-container IMG{
	  position:absolute;
	  bottom: -11px;
	  left: 75px; 
}
DIV#splash-bkg{
	position:relative;
	/*background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pencil.png) center 180px no-repeat;*/
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pencil.png) center 145px no-repeat;
}


/*
*	Colors
*/
.colour-light-grey{
	color:#b6b8ba;
}
.colour-mid-grey{
	color:#7E8083;
}
.colour-dark-grey{
	color:#5f6062;
}
.colour-green{
	color:#35bdb2;
}
.colour-red{
	color:red;
}

/*
*	Buttons
*/
A.goop-button{
	display:block;
	padding:5px 8px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:0;
	color:white;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	/*
	-moz-ition: color .4s, background .4s;
	-webkit-transition: color .4s, background .4s;
	-o-transition: color .4s, background .4s;
	*/
}
A.button-green{
	background:#35bdb2;
}
/*A.button-green:HOVER{
	color:#86e5dd;
	background:#268e86;
	-moz-box-shadow: inset 0 0 2px #1e7069;
	-webkit-box-shadow: inset 0 0 2px #1e7069;
	box-shadow: inset 0 0 2px #1e7069;
	text-shadow: 0px 0px 4px #1e7069; 
}*/
A.button-dark-grey{
	background:#5f6062;
}
/*A.button-dark-grey:HOVER{
	color:#b6b8ba;
	background:#363739;
	-moz-box-shadow: inset 0 0 2px #000;
	-webkit-box-shadow: inset 0 0 2px #000;
	box-shadow: inset 0 0 2px #000;
	text-shadow: 0px 0px 4px #000; 
}*/



/*
*	Social
*/

.fb-like{
	float:left;
}
.fb-like IFRAME, .fb-like SPAN{
	/*height:21px !important;*/
	height:21px;
}
.fb-like SPAN{
	margin-right:6px;
}
.twitter-share-button{
	float:left;
}
.pin-it-button{
	float:left;
	margin-right:10px;
}






/*
*	Control Panel
*/
/*
DIV#control-panel{
	-moz-transition: top .2s;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	position: absolute;
	top: 0px;
	left: 722px;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:13;
	
	left:auto;
	right:10px;
	top:10px;
}*/
DIV#control-panel{
	-moz-transition: top .2s;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	position: absolute;
	/*padding:10px 15px 22px 25px;*/
	top: 0px;
	left: 722px;
	/*background: url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/access-panel-bkg.png) no-repeat bottom left;*/
	/*width: 210px;
	width:250px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:13;
	
	left:auto;
	right:10px;
	top:10px;
	
}
DIV#control-panel A{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#5f6062;
	text-decoration:none;
}
DIV#control-panel A:hover{
	text-decoration:underline;
}


DIV#control-panel UL#sign-in-cta{
	margin-bottom:10px;
}
/* For modern browsers */
DIV#control-panel UL#sign-in-cta:before,
DIV#control-panel UL#sign-in-cta:after {
    content:"";
    display:table;
}

DIV#control-panel UL#sign-in-cta:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
DIV#control-panel UL#sign-in-cta{
    *zoom:1;
}


DIV#control-panel UL#sign-in-cta LI{
	float:left;
	/*margin:0 8px 10px 0;*/
	margin:0 8px 0 0;
	padding-right:6px;
	border-right:1px solid #5f6062;
}
DIV#control-panel UL#sign-in-cta LI.last-child{
	border-right:0;
	margin-right:0px;
	padding-right:18px;
	*padding-right:0px;
	
	padding-right:0;
	*padding-right:0;
}
DIV#control-panel UL#sign-in-cta LI.last{
	margin-bottom:7px;
}
DIV#control-panel UL#sign-in-cta LI.fb-sign-in{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/social-fb-sm.gif) no-repeat right;
}
DIV#control-panel UL.account-status{
	padding:13px 0 0 0;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x top left;
}
DIV#control-panel UL.account-status LI{
	float:left;
	margin:0 8px 10px 0;
	padding-right:6px;
	border-right:1px solid #5f6062;
}
DIV#control-panel UL.account-status LI.last-child{
	border-right:0;
	margin-right:0px;
	padding-right:0px;
	*width:53px;
}
DIV#control-panel UL.account-status #register{
	cursor:pointer;
}
DIV#control-panel:HOVER{
	/*top: 0px;*/
}
/*
*	FORM - SEARCH BOX
*/
DIV#control-panel DIV.search-container{
	padding-top:13px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x top left;
}

DIV#control-panel DIV.search-container FORM#search-box{
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #e2e2e3;
	/*width:auto;*/
	/*padding:2px;*/
	padding:0;
	background:white;
	*max-width:230px;
}
/* For modern browsers */
DIV#control-panel DIV.search-container FORM#search-box:before,
DIV#control-panel DIV.search-container FORM#search-box:after{
    content:"";
    display:table;
}

DIV#control-panel DIV.search-container FORM#search-box:after{
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
DIV#control-panel DIV.search-container FORM#search-box{
    *zoom:1;
}
DIV#control-panel DIV.search-container FORM#search-box #edit-keys{
	float:left;
	margin:0;
	border:0;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#a9a9ac;
	width:165px;
}
DIV#control-panel DIV.search-container FORM#search-box #search-submit{
	display:block;
	float:right;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	/*width:20px;*/
	width:13%;
	/*background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/search-magnif.gif) top left no-repeat;*/
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/search-magnif.gif) right 1px no-repeat;
	-moz-transition: background .2s;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	text-transform: capitalize;
	margin-top:5px;
	margin-right:4px;
	height:20px;
}
DIV#control-panel DIV.search-container FORM#search-box #search-submit:HOVER{
	/*background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/search-magnif-hover.gif) top left no-repeat;*/
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/search-magnif-hover.gif) right 1px no-repeat;
}
DIV#control-panel DIV.search-container FORM#search-box #search-input{
	float:left;
	margin:0;
	border:0;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#a9a9ac;
	/*width:165px;*/
	width:75%;
	margin-top:4px;
	margin-left:2px;
	margin-bottom:4px;
}

/*
*	FORM - SIGN IN
*/
DIV#control-panel FORM#sign-in-box{
	
}
DIV#control-panel .display-sign-in{
	display:block;
}
DIV#control-panel .hide-sign-in{
	display:none;
}
DIV#control-panel A#cancel-sign-in{
	float:left;
	background:#5f6062;
	color:white;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:5px 15px;
	width:68px;
	text-align:center;
	margin-right:5px;
}
DIV#control-panel A#cancel-sign-in:HOVER{
	text-decoration:none;
}
DIV#control-panel FORM#sign-in-box INPUT{
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #e2e2e3;
	width:194px;
	padding:5px;
	background:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#a9a9ac;
	margin:0 0 2px 0;
}
DIV#control-panel FORM#sign-in-box #sign-in-input-email{
}
DIV#control-panel FORM#sign-in-box #sign-in-input-password{
}
DIV#control-panel FORM#sign-in-box #sign-in-submit{
	background:none;
	background:#35bdb2;
	border:0;
	color:white;
	margin-bottom:5px;
	cursor:pointer;
	width:104px;
	float:left;
	-webkit-appearance:none;
}

UL#forgotten-details{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x bottom left;
	padding:3px 0 10px 0;
	margin-bottom:3px;
}
UL#forgotten-details LI{
	display:inline-block;
	margin-right:4px;
	padding-right:4px;
	border-right:1px solid #7E8083;
}
UL#forgotten-details LI.last-child{
	border-right:0;
}
UL#forgotten-details LI A{
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	color:#7E8083;
	cursor:pointer;
}



UL#signed-in{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}
DIV#control-panel UL#signed-in LI{
	float:left;
	margin:0 8px 10px 0;
	padding-right:6px;
	color:#35bdb2;
}
DIV#control-panel UL#signed-in LI.credits{
	float:right;
	text-align:right;
	margin-right:0;
	padding-right:4px;
	color:#5f6062;
}
DIV#control-panel UL#signed-in LI.credits A{
	color:#35bdb2;
}
div#control-panel ul#sign-in-cta li.last .fb-login-button
DIV#control-panel UL#sign-in-cta LI.last .fb-login-button{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/social-fb-sm.gif) no-repeat right;
}

















/*
*	Header
*/
DIV#goop-masthead{
	/*height:185px;*/
	height:150px;
}
DIV#goop-masthead DIV.goop-logo{
	width:128px;
	margin:0 auto;
	/*top: 47px;*/
	top: 30px;
	position:relative;
}


DIV#goop-masthead DIV#nav{
	font-family:'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	text-transform:uppercase;
	color:#5f6062;
	width:960px;
	position:absolute;
	/*top:115px;*/
	top:80px;
	z-index:10;
	
	padding:19px 0 0 0;
	/*background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/graphite-top-full-width.png) top left no-repeat;*/
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/graphite-top-full-width_2.png) left 9px no-repeat;
}
DIV#goop-masthead DIV#nav DIV#nav-wrapper{
	padding:16px 0 0 0;
	height:54px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/double-line.gif) top left repeat-x;
}







DIV#goop-masthead DIV#nav OL#social-icons{
	position: absolute;
	top: 34px;
	/*
	left: 883px;
	width: 95px;
	*/
	left: 856px;
	width: 115px;
}
DIV#goop-masthead DIV#nav OL#social-icons LI{
	float:left;
	margin-right:3px;
}
DIV#goop-masthead DIV#nav OL#social-icons LI A{
	display:block;
	height:24px;
	width:24px;
	text-indent:-9999px;
}

DIV#goop-masthead DIV#nav OL#social-icons LI A.facebook{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/header-social-facebook.gif) 0 -24px no-repeat;
}
DIV#goop-masthead DIV#nav OL#social-icons LI A.twitter{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/header-social-twitter.gif) 0 -24px no-repeat;
}
DIV#goop-masthead DIV#nav OL#social-icons LI A.pinterest{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/header-social-pinterest.gif) 0 -24px no-repeat;
}
DIV#goop-masthead DIV#nav OL#social-icons LI A.youtube{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/header-social-youtube.gif) 0 -24px no-repeat;
}
DIV#goop-masthead DIV#nav OL#social-icons LI A:HOVER{
	background-position:top left;
}







DIV#goop-masthead DIV#nav UL{
	/*width:610px;*/
	position:absolute;
	top: 35px;
	/*left: 228px;
	left: 170px;*/
	left: 239px;
	z-index:1;
}
DIV#goop-masthead DIV#nav UL LI{
	position:relative;
	float:left;
	height:35px;
	margin-right:16px;
	padding-right:20px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/masthead-bullet.gif) right -6px no-repeat;
}
DIV#goop-masthead DIV#nav UL LI.last-child{
	margin-right:0px;
	padding-right:0px;
	background:none;
}
DIV#goop-masthead DIV#nav UL LI A{
	display:block;
	height:25px;
	text-decoration:none;
	color:#5f6062;
	
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
DIV#goop-masthead DIV#nav UL LI A:HOVER{
	text-decoration:none;
	color:#bec0c0;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x bottom left;
}
DIV#goop-masthead DIV#nav UL LI A.active{
	text-decoration:none;
	color:#d0d3d4;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x bottom left;
}


/*
*	Sub Nav
*/

DIV#goop-masthead DIV#nav UL LI OL{
	position:absolute;
	top:35px;
	left:-0px;
	margin:0;
	padding:0;
	z-index:1;
	border-top:4px solid white;
	border-bottom:4px solid white;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/nav-bkg.gif) top left;
	display:none;
	-moz-box-shadow: 0 2px 4px #d3d3d3;
	-webkit-box-shadow: 0 2px 4px #d3d3d3;
	box-shadow: 0 2px 4px #d3d3d3;
}
/*DIV#goop-masthead DIV#nav UL LI OL{
	position:absolute;
	top:35px;
	left:-0px;
	margin:0;
	padding:5px;
	z-index:1000;
	border:4px solid white;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/nav-bkg.gif) top left;
	display:block;
	-moz-box-shadow: 0 2px 4px #d3d3d3;
	-webkit-box-shadow: 0 2px 4px #d3d3d3;
	box-shadow: 0 2px 4px #d3d3d3;
}*/

DIV#goop-masthead DIV#nav UL LI OL#sub-nav-apps{
	width:150px;
	left:-70px;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-journal{
	width:75px;
	left:-4px;
}
DIV#goop-masthead DIV#nav UL LI:HOVER OL{
	display:block;
}
DIV#goop-masthead DIV#nav UL LI OL LI{
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:none;
	font-style:italic;
	float:none;
	text-align:center;
	padding:10px 7px 0px 7px;
	margin:0;
	color:#7E8083;
	height:auto;
	border-left:4px solid white;
	border-right:4px solid white;
}
/*DIV#goop-masthead DIV#nav UL LI OL LI{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) bottom left repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:none;
	font-style:italic;
	float:none;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin:0;
	color:#7E8083;
	height:auto;
}*/
DIV#goop-masthead DIV#nav UL LI OL LI.first-child{
	padding-top:7px;
}
DIV#goop-masthead DIV#nav UL LI OL LI.last-child{
	padding:10px 7px 7px 7px;
	background:none;
}
DIV#goop-masthead DIV#nav UL LI OL LI.last-child A{
	padding-bottom:0;
	background:none;
}
DIV#goop-masthead DIV#nav UL LI OL LI.last-child UL LI A{
	display:block;
	padding:0 0 13px 0;
	margin:0;
	height:auto;
	color:#7E8083;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) bottom left repeat-x;
}
DIV#goop-masthead DIV#nav UL LI OL LI.last-child UL LI.last-child A{
	padding-bottom:0;
	background:none;
}
DIV#goop-masthead DIV#nav UL LI OL LI A{
	display:block;
	padding:0 0 13px 0;
	margin:0;
	height:auto;
	color:#7E8083;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) bottom left repeat-x;
}
DIV#goop-masthead DIV#nav UL LI OL LI A:HOVER{
	
}
DIV#goop-masthead DIV#nav UL LI OL LI UL{
	position:absolute;
	top: -1px;
	left: 69px;
	width:75px;
	margin:0;
	padding:0;
	z-index:95;
	border-top:4px solid white;
	border-bottom:4px solid white;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/nav-bkg.gif) top left;
	display:none;
	-moz-box-shadow: 0 2px 4px #d3d3d3;
	-webkit-box-shadow: 0 2px 4px #d3d3d3;
	box-shadow: 0 2px 4px #d3d3d3;
}
DIV#goop-masthead DIV#nav UL LI OL LI:HOVER UL{
	display:block;
}
/*
* Journal Sub
*/

/*
* Collection Sub
*/
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection{
	width:250px;
	left:-60px;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI{
	padding:6px 10px 10px 0px;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI.first-child{
	padding-top:0px;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI.last-child{
	padding-bottom:0;
	background:none;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A{
	padding:0;
	margin:0;
	height:auto;
	color:#7E8083;
	display:block;
	text-align:left;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A .thumb{
	border:1px solid #e5e5e5;
	float:left;
	margin-right:10px;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A .thumb IMG{
	border:2px solid white;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A P{
	float:left;
	padding-top:14px;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A P .brandname{
	font-size:11px;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#35bdb2;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A:HOVER P{
	color:#5f6062;
}
DIV#goop-masthead DIV#nav UL LI OL#sub-nav-collection LI A:HOVER P .brandname{
	color:#B6B8BA;
}












/*
DIV#goop-masthead DIV#newsletter-sign-up{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/masthead-newsletter-sign-up-bkg.gif) no-repeat top left;
	width:244px;
	height:35px;
	position:relative;
	left:355px;
	top:141px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	padding:1px 0 0 28px;
	z-index:9;
}
DIV#goop-masthead DIV#newsletter-sign-up INPUT.textfield{
	border:0;
	width:150px;
	padding:6px 10px 6px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#7E8083;
	float:left;
	margin-right:10px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross-vert.gif) top right repeat-y;
}
DIV#goop-masthead DIV#newsletter-sign-up INPUT.textfield:focus{
	 outline:none;
}
DIV#goop-masthead DIV#newsletter-sign-up INPUT.submit{
	border:0;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#35bdb2;
	float:left;
	padding:6px;
	cursor:pointer;
}
*/



DIV#goop-masthead DIV#newsletter-sign-up-container{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/masthead-newsletter-sign-up-bkg.png) no-repeat 5px 0;
	width:244px;
	height:35px;
	position:relative;
	left:345px;
	top:37px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	padding:1px 0 0 28px;
	z-index:0;
}
/* For modern browsers */
DIV#goop-masthead DIV#newsletter-sign-up-container:before,
DIV#goop-masthead DIV#newsletter-sign-up-container:after {
    content:"";
    display:table;
}

DIV#goop-masthead DIV#newsletter-sign-up-container:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
DIV#goop-masthead DIV#newsletter-sign-up-container{
    *zoom:1;
}
DIV#goop-masthead DIV#newsletter-sign-up-container #tooltip{
	position:absolute;
	top:40px;
	left:0px;
	width:272px;
	text-transform:none;
	display:none;
}
DIV#goop-masthead DIV#newsletter-sign-up-container #tooltip DIV.wrap{
	width:170px;
	padding:2px;
	border:1px solid #d5d5d6;
	-moz-border-radius:7px;
	border-radius:7px;
	background:white;
	margin:0 auto;
	-moz-box-shadow: 0 2px 3px #eaeaea;
	-webkit-box-shadow: 0 2px 3px #eaeaea;
	box-shadow: 0 2px 3px #eaeaea;
}
DIV#goop-masthead DIV#newsletter-sign-up-container #tooltip DIV.content{
	text-align:center;
	background:#5f6062;
	padding:7px 5px 7px 5px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:white;
}
DIV#goop-masthead DIV#newsletter-sign-up-container #tooltip DIV.content IMG{
	position:absolute;
	bottom: 30px;
	left: 127px;
}
DIV#goop-masthead DIV#newsletter-sign-up-container:HOVER #tooltip{
	
}
DIV#goop-masthead FORM#newsletter-sign-up{
	padding-top:1px;
}
/*
DIV#goop-masthead #newsletter-sign-up-input{
	display: inline-block;
	border:0;
	width:160px;
	padding:6px 10px 6px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#a9a9ac;
	float:left;
	margin-right:6px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross-vert.gif) right 8px repeat-y;
}
*/
DIV#goop-masthead #mce-EMAIL{
	display: inline-block;
	border:0;
	width:160px;
	padding:6px 10px 6px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#a9a9ac;
	float:left;
	margin-right:6px;
	margin-top:2px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross-vert.gif) right 8px repeat-y;
	position: static;
	text-align: left;
	-moz-border-radius:0;
	border-radius:0;
}
DIV#goop-masthead .newsletter-sign-up-submit{
	float:left;
	border:0;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#35bdb2;
	padding:6px;
	cursor:pointer;
	outline: none;
}
FORM#mc-embedded-subscribe-form .mce_inline_error{
	position: absolute;
	top: 40px;
	text-transform: none;
	text-align: center;
	width: 215px;
	padding: 5px;
	border: 1px solid #D5D5D6;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: red;
	margin: 0 auto;
	color: white;
}
FORM#mc-embedded-subscribe-form .mce-error-response{
	position: absolute;
	top: 40px;
	text-transform: none;
	text-align: center;
	width: 215px;
	padding: 5px;
	border: 1px solid #D5D5D6;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: red;
	margin: 0 auto;
	color: white;
}

FORM#mc-embedded-subscribe-form #mce-responses{
}
FORM#mc-embedded-subscribe-form #mce-responses .mce-mgs{
	position:absolute;
	top:40px;
	left:30px;
	width:210px;
	text-transform:none;
	padding:2px;
	border:1px solid #d5d5d6;
	-moz-border-radius:7px;
	border-radius:7px;
	background:white;
	margin:0 auto;
	-moz-box-shadow: 0 2px 3px #eaeaea;
	-webkit-box-shadow: 0 2px 3px #eaeaea;
	box-shadow: 0 2px 3px #eaeaea;
}
FORM#mc-embedded-subscribe-form #mce-responses .mce-mgs P{
	padding-top:5px;
}
FORM#mc-embedded-subscribe-form #mce-responses .mce-mgs A{
	color:white;
}
FORM#mc-embedded-subscribe-form #mce-responses .mce-mgs P A{
	color:white;
}
FORM#mc-embedded-subscribe-form #mce-responses #mce-error-response{	
}
FORM#mc-embedded-subscribe-form #mce-responses #mce-success-response{
}
FORM#mc-embedded-subscribe-form #mce-responses #mc-mgs-wrapper{
	text-align:center;
	background:#5f6062;
	padding:7px 5px 7px 5px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#D0D3D4;
}








DIV#goop-masthead .make{
	color:#bead56;
}
DIV#goop-masthead .go{
	color:#00bbd3;
}
DIV#goop-masthead .get{
	color:#bda688;
}
DIV#goop-masthead .do{
	color:#f48f9c;
}
DIV#goop-masthead .be{
	color:#c9aad0;
}
DIV#goop-masthead .see{
	color:#35bdb2;
}








/*
*	Footer
*/
DIV#goop-footer{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/double-line.gif) 0px -50px repeat-x;
	padding:4px 0 0 0;
	position:relative;
}
DIV#goop-footer UL#footer-list{
	padding-top:20px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/graphite-bottom-full-width.png) top left no-repeat;
}
DIV#goop-footer UL#footer-list LI{
	float:left;
	width:250px;
	margin-right:10px;
	padding:0 0 0 10px;
}
DIV#goop-footer UL#footer-list LI.last-child{
	width:120px;
}
DIV#goop-footer UL#footer-list LI H3{
	font-family:'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#5f6062;
	margin-bottom:10px;
}
DIV#goop-footer UL#footer-list LI UL LI{
	padding:10px 0 10px 0;
	font-size:12px;
	width:100%;
}
DIV#goop-footer UL#footer-list LI UL LI A{
	text-decoration:none;
	color:#7E8083;
}
DIV#goop-footer UL#footer-list LI UL LI A:HOVER{
	text-decoration:underline;
	color:#5f6062;
}
DIV#goop-footer DIV#footer-security-legal{
	/*background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/graphite-top-full-width.png) top left no-repeat;*/
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/graphite-top-full-width_2.png) left 10px no-repeat;
	padding-top:20px;
}
DIV#goop-footer DIV#footer-security-legal-wrap{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/double-line.gif) 0px -50px repeat-x;
	padding-top:20px;
}
DIV#goop-footer UL#footer-security{
	width:300px;
	margin:0 auto;
}
DIV#goop-footer UL#footer-security LI{
	float:left;
	margin-right:10px;
	padding-right:10px;
}
DIV#goop-footer DIV#footer-legal{
	font-size:10px;
	padding:10px 0 40px 0;
	text-align:center;
}
/*DIV#goop-footer UL#footer-legal LI{
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #a8a9ab;
}*/
DIV#goop-footer DIV#footer-legal A{
	text-decoration:none;
	color:#7E8083;
}
DIV#goop-footer DIV#footer-legal A:HOVER{
	text-decoration:underline;
	color:#5f6062;
}





DIV#goop-footer DIV#newsletter-sign-up-container-foot{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/footer-newsletter-sign-up-bkg.gif) no-repeat top left;
	width:244px;
	height:32px;
	position:absolute;
	top:-35px;
	left:345px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	padding:4px 0 0 28px;
}
/* For modern browsers */
DIV#goop-footer DIV#newsletter-sign-up-container-foot:before,
DIV#goop-footer DIV#newsletter-sign-up-container-foot:after {
    content:"";
    display:table;
}

DIV#goop-footer DIV#newsletter-sign-up-container-foot:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
DIV#goop-footer DIV#newsletter-sign-up-container-foot{
    *zoom:1;
}
DIV#goop-footer DIV#newsletter-sign-up-container-foot #tooltip{
	position:absolute;
	top:40px;
	left:0px;
	width:272px;
	text-transform:none;
	display:none;
}
DIV#goop-footer DIV#newsletter-sign-up-container-foot #tooltip DIV.wrap{
	width:170px;
	padding:2px;
	border:1px solid #d5d5d6;
	-moz-border-radius:7px;
	border-radius:7px;
	background:white;
	margin:0 auto;
	-moz-box-shadow: 0 2px 3px #eaeaea;
	-webkit-box-shadow: 0 2px 3px #eaeaea;
	box-shadow: 0 2px 3px #eaeaea;
}
DIV#goop-footer DIV#newsletter-sign-up-container-foot #tooltip DIV.content{
	text-align:center;
	background:#5f6062;
	padding:7px 5px 7px 5px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:white;
}
DIV#goop-footer DIV#newsletter-sign-up-container-foot #tooltip DIV.content IMG{
	position:absolute;
	bottom: 30px;
	left: 127px;
}
DIV#goop-footer DIV#newsletter-sign-up-container-foot:HOVER #tooltip{
	
}



DIV#goop-footer #mce-EMAIL-foot{
	display:left;
	border:0;
	width:160px;
	padding:6px 10px 6px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#a9a9ac;
	float:left;
	margin-right:6px;
	margin-top:2px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross-vert.gif) right 8px repeat-y;
	position: static;
	text-align: left;
	-moz-border-radius:0;
	border-radius:0;
}
DIV#goop-footer .newsletter-sign-up-submit{
	float:left;
	border:0;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#35bdb2;
	padding:6px;
	cursor:pointer;
	outline: none;
}








DIV#goop-footer .make{
	color:#bead56;
}
DIV#goop-footer .go{
	color:#00bbd3;
}
DIV#goop-footer .get{
	color:#bda688;
}
DIV#goop-footer .do{
	color:#f48f9c;
}
DIV#goop-footer .be{
	color:#c9aad0;
}
DIV#goop-footer .see{
	color:#35bdb2;
}




/*
*	Main Containers
*/
DIV.main-content{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/graphite-bottom-full-width.png) top left no-repeat;
	padding:0 0 30px 0;
}
DIV.main-content DIV#two-column-wrap-padding{
	padding-top:15px;
}
DIV.main-content DIV#two-column-wrap{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/double-line-vertical.gif) 310px 30px repeat-y;
}
/* For modern browsers */
DIV.main-content DIV#two-column-wrap:before,
DIV.main-content DIV#two-column-wrap:after {
    content:"";
    display:table;
}

DIV.main-content DIV#two-column-wrap:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
DIV.main-content DIV#two-column-wrap{
    *zoom:1;
}

DIV.main-content .two-columns-left{
	float:left;
	padding-top:10px;
}

DIV.main-content .two-columns-right{
	float:left;
	padding-top:10px;
	width:622px;
	margin-left: 18px;
}
DIV.main-content .two-columns-right H2{
	font-family:'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	color:#5f6062;
}
DIV.main-content .two-columns-signed-out-padding{
	padding-top:30px;
}














DIV.main-content OL#navigation-left{
	padding:0 20px 0 0;
	margin-bottom:0px;
	width:300px;
	/*min-height:600px;*/
}

DIV.main-content OL#navigation-left H3{
	font-family:'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	font-weight:normal;
	padding:0 0 25px 0;
	margin-bottom:0px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/arrow-divide.gif) no-repeat -1020px bottom;
	width:300;
	color:#5f6062;
}
DIV.main-content OL#navigation-left H3 A{
	color:#5f6062;
	text-decoration:none;
}




DIV.main-content OL#navigation-left LI H3.active{
	background-position:-341px bottom;
}
DIV.main-content OL#navigation-left LI H3.inactive{
	background-position:-361px bottom;
}


DIV.main-content OL#navigation-left OL, menu{
	padding:10px 0 20px 0;
	margin-bottom:0;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/arrow-divide.gif) no-repeat -1020px bottom;
	width:300;
	/*HIDE CONTENT*/
	display:none;
}
DIV.main-content OL#navigation-left OL.show{
	display:block;
}
DIV.main-content OL#navigation-left OL.hide{
	display:none;
}
DIV.main-content OL#navigation-left OL.last-child{
	background:none;
}
DIV.main-content OL#navigation-left OL LI, leaf{
	padding:0;
	margin-bottom:5px;
}
DIV.main-content OL#navigation-left OL LI A, leaf a{
	color:#7E8083;
	text-decoration:none;
	display:block;
	width:300px;
	padding:7px 0 6px 7px;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-ition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
DIV.main-content OL#navigation-left OL LI A:HOVER{
	color:#35bdb2;
}
DIV.main-content OL#navigation-left OL LI.active{
	padding-right:16px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/secondary-nav-arrow.gif) top right no-repeat;
	line-height:14px;
	width:306px;
}
DIV.main-content OL#navigation-left OL LI.active A{
	color:white;
	text-decoration:none;
	background:#35bdb2;
}
DIV.main-content OL#navigation-left OL LI UL#secondary{
	padding:10px 0 5px 30px;
	/*HIDE CONTENT*/
	display:none;
}
DIV.main-content OL#navigation-left OL LI UL#secondary A{
	width:210px;
	padding:7px 0 6px 7px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#7E8083;
	text-decoration:none;
	background:none;
	-moz-ition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}
DIV.main-content OL#navigation-left OL LI UL#secondary A:HOVER{
	color:#35bdb2;
}
DIV.main-content OL#navigation-left OL LI UL#secondary LI.active A{
	color:#35bdb2;
}

DIV.main-content OL#navigation-left LI.nav-make OL LI UL#secondary LI.active A{color:#bead56;}
DIV.main-content OL#navigation-left LI.nav-go OL LI UL#secondary LI.active A{color:#00bbd3;}
DIV.main-content OL#navigation-left LI.nav-get OL LI UL#secondary LI.active A{color:#bda688;}
DIV.main-content OL#navigation-left LI.nav-do OL LI UL#secondary LI.active A{color:#f48f9c;}
DIV.main-content OL#navigation-left LI.nav-be OL LI UL#secondary LI.active A{color:#c9aad0;}
DIV.main-content OL#navigation-left LI.nav-see OL LI UL#secondary LI.active A{color:#35bdb2;}


DIV.main-content OL#navigation-left LI.nav-make OL LI UL#secondary LI.inactive A{color:#7E8083;}
DIV.main-content OL#navigation-left LI.nav-go OL LI UL#secondary LI.inactive A{color:#7E8083;}
DIV.main-content OL#navigation-left LI.nav-get OL LI UL#secondary LI.inactive A{color:#7E8083;}
DIV.main-content OL#navigation-left LI.nav-do OL LI UL#secondary LI.inactive A{color:#7E8083;}
DIV.main-content OL#navigation-left LI.nav-be OL LI UL#secondary LI.inactive A{color:#7E8083;}
DIV.main-content OL#navigation-left LI.nav-see OL LI UL#secondary LI.inactive A{color:#7E8083;}


DIV.main-content OL#navigation-left LI.nav-make OL LI UL#secondary LI.inactive A:HOVER{color:#bead56;}
DIV.main-content OL#navigation-left LI.nav-go OL LI UL#secondary LI.inactive A:HOVER{color:#00bbd3;}
DIV.main-content OL#navigation-left LI.nav-get OL LI UL#secondary LI.inactive A:HOVER{color:#bda688;}
DIV.main-content OL#navigation-left LI.nav-do OL LI UL#secondary LI.inactive A:HOVER{color:#f48f9c;}
DIV.main-content OL#navigation-left LI.nav-be OL LI UL#secondary LI.inactive A:HOVER{color:#c9aad0;}
DIV.main-content OL#navigation-left LI.nav-see OL LI UL#secondary LI.inactive A:HOVER{color:#35bdb2;}



DIV.main-content OL#navigation-left OL LI UL#secondary LI{
	background:none;
}
DIV.main-content OL#navigation-left OL LI UL#secondary LI UL{
	padding:10px 0 0 30px;
}

DIV.main-content OL#navigation-left OL LI UL#secondary LI UL LI.inactive A{
	color:#7E8083;
}
DIV.main-content OL#navigation-left OL LI UL#secondary LI UL LI.inactive A:HOVER{
	color:#35bdb2;
}



DIV.main-content OL#navigation-left LI.nav-make OL LI UL#secondary LI UL LI.inactive A:HOVER{color:#bead56;}
DIV.main-content OL#navigation-left LI.nav-go OL LI UL#secondary LI UL LI.inactive A:HOVER{color:#00bbd3;}
DIV.main-content OL#navigation-left LI.nav-get OL LI UL#secondary LI UL LI.inactive A:HOVER{color:#bda688;}
DIV.main-content OL#navigation-left LI.nav-do OL LI UL#secondary LI UL LI.inactive A:HOVER{color:#f48f9c;}
DIV.main-content OL#navigation-left LI.nav-be OL LI UL#secondary LI UL LI.inactive A:HOVER{color:#c9aad0;}
DIV.main-content OL#navigation-left LI.nav-see OL LI UL#secondary LI UL LI.inactive A:HOVER{color:#35bdb2;}








/*
*	goop.com extention
*/

DIV#colorBox-wrapper{
	width:345px;
}
DIV#colorBox-wrapper #colorBox-cotent{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/colorBox-pop-body.png) top left repeat-y;
	padding:15px 25px 15px 25px;
	width:295px;
}
DIV#colorBox-wrapper H1.title{
	font-family:'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	color:#5f6062;
	text-align:center;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) 1px bottom repeat-x;
	padding-bottom:15px;
	margin-bottom:15px;
	font-weight:normal;
}
DIV#colorBox-wrapper P{
	text-align:center;
	line-height:18px;
	padding:0 10px;
	margin-bottom:15px;
}
DIV#colorBox-wrapper P.message{
	text-align:center;
	line-height:18px;
	padding:0 10px;
	margin-bottom:0;
}
DIV#colorBox-wrapper P A{
	text-decoration:none;
	color:#35bdb2;
}
DIV#colorBox-wrapper P A{
	text-decoration:underline;
}
FORM#complete-sign-up{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) 1px top repeat-x;
	padding:15px 0 0 0;
	width:inherit;
}
FORM#complete-sign-up DIV#input-wrapper{
	width:260px;
	margin:0 auto;
	margin-bottom:15px;
}
FORM#complete-sign-up DIV#input-wrapper INPUT{
	
}
FORM#complete-sign-up DIV#input-wrapper INPUT.textfield{
	padding:7px;
	width:246px;
	border:#e0e0e0 1px solid;
	text-align:center;
	margin-bottom:5px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:12px;
	color:#a9a9ac;
}
FORM#complete-sign-up DIV#input-wrapper INPUT.last-child{
	margin-bottom:15px;
}
FORM#complete-sign-up DIV#input-wrapper INPUT.checkbox{
	text-align:center;
}
FORM#complete-sign-up DIV#input-wrapper .label{
	padding-left:10px;
	line-height:17px;
}
FORM#complete-sign-up DIV#input-wrapper .label A{
	color:#35bdb2;
}
FORM#complete-sign-up DIV#sign-up-cta{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) 1px top repeat-x;
	padding:15px 0 0 0;
	width:inherit;
}
FORM#complete-sign-up DIV#sign-up-cta .no-thanks{
	float:left;
	margin-right:5px;
	display:block;
	padding:5px 8px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:0;
	color:white;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	background:#5f6062;
	margin-bottom:12px;
}
FORM#complete-sign-up DIV#sign-up-cta .sign-up{
	width:199px;
	*width:160px;
	float:left;
	margin-right:0px;
	display:block;
	padding:5px 0;
	-moz-border-radius:2px;
	border-radius:2px;
	border:0;
	color:white;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	background:#35bdb2;
}
FORM#complete-sign-up DIV#send-cta{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) 1px top repeat-x;
	padding:15px 0 0 60px;
	width:inherit;
}
FORM#complete-sign-up DIV#send-cta .send{
	width:100px;
	float:left;
	margin-right:0px;
	display:block;
	padding:5px 8px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:0;
	color:white;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	background:#35bdb2;
}
FORM#complete-sign-up DIV#send-cta .close{
	float:left;
	margin-right:5px;
	display:block;
	padding:5px 8px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:0;
	color:white;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	background:#5f6062;
	margin-bottom:12px;
}
DIV.fb-sign-up{
	padding-top:10px;
}



#slideshow{
	overflow:hidden;
}







/*
*	404
*/

DIV.error-wrapper{
	padding: 70px 0 30px 0;
	background: url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/404.png) no-repeat 180px 40px;
	position: relative;
	height: 200px;
}
DIV.error-content{
	position: absolute;
	top: 65px;
	left: 510px;
	width: 300px;
}
DIV.error-content A{
	color:#5F6062;
}
DIV.error-content A:HOVER{
	color:#5F6062;
}
DIV.error-content H1{
	font-family: 'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: normal;
	color:#5F6062;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x bottom left;
}
DIV.error-content P{
	margin-bottom:15px;
	line-height:20px;
}



/*
*	Thank you
*/

DIV.thank-you{
	padding: 70px 0 30px 0;
	width:240px;
	margin:0 auto;
	text-align: center;
}
DIV.thank-you A{
	color:#5F6062;
}
DIV.thank-you A:HOVER{
	color:#5F6062;
}
DIV.thank-you H1{
	font-family: 'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: normal;
	color:#5F6062;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x bottom left;
}
DIV.thank-you P{
	margin-bottom:15px;
	line-height:20px;
}
DIV.thank-you P.buttonset{
	padding-top:15px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x top left;
}
DIV.thank-you P.buttonset A.back-button{
	display:block;
	padding: 5px 8px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	color:white;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	background: #5F6062;
	width: 60px;
	margin: 0 auto;
	text-decoration:none;
}
DIV.thank-you P.buttonset A.back-button:HOVER{
	color:white;
	text-decoration:none;
}




/*
*	Unsubscribe
*/

DIV.unsubscribe{
	padding: 70px 0 30px 0;
	width:240px;
	margin:0 auto;
	text-align: center;
}
DIV.unsubscribe A{
	color:#5F6062;
}
DIV.unsubscribe A:HOVER{
	color:#5F6062;
}
DIV.unsubscribe H1{
	font-family: 'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: normal;
	color:#5F6062;
	margin-bottom:15px;
	padding-bottom:10px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x bottom left;
}
DIV.unsubscribe P{
	margin-bottom:15px;
	line-height:20px;
}
DIV.unsubscribe P.buttonset{
	padding-top:15px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) repeat-x top left;
}
DIV.unsubscribe P.buttonset .button{
	padding: 5px 8px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	color:white;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	background: #35bdb2;
	width: 165px;
	margin: 0 auto;
	text-decoration:none;
}






/*
*
*	MODAL
*
*/
DIV#subscribe-modal{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/colorBox-pop-body_2.png) left top repeat-y;
	padding:20px 0 15px 0;
}
DIV#subscribe-modal DIV.modal-intro-wrap{
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) 1px bottom repeat-x;
	/*padding-bottom:10px;
	margin:0 30px 10px 30px;*/
	width:390px;
	margin:0 auto 10px auto;
}
/* For modern browsers */
DIV#subscribe-modal DIV.modal-intro-wrap:before,
DIV#subscribe-modal DIV.modal-intro-wrap:after {
    content:"";
    display:table;
}
DIV#subscribe-modal DIV.modal-intro-wrap:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
DIV#subscribe-modal DIV.modal-intro-wrap{
    *zoom:1;
}

DIV#subscribe-modal DIV.img-make{background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/subscribe-make.png) no-repeat; margin-right: 20px; width: 90px; height: 120px; float:left; background-position:15px 0;}
DIV#subscribe-modal DIV.img-go{background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/subscribe-go.png) no-repeat 0 5px; margin-right: 20px; width: 100px; height: 120px; float:left;}
DIV#subscribe-modal DIV.img-get{background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/subscribe-get.png) no-repeat; margin-right: 20px; width: 100px; height: 120px; float:left;}
DIV#subscribe-modal DIV.img-do{background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/subscribe-do.png) no-repeat 0 5px; margin-right: 10px; width: 110px; height: 120px; float:left;}
DIV#subscribe-modal DIV.img-be{background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/subscribe-be.png) no-repeat 0 5px; margin-right: 20px; width: 110px; height: 120px; float:left;}
DIV#subscribe-modal DIV.img-see{background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/subscribe-see.png) no-repeat 0 5px; margin-right: 20px; width: 110px; height: 120px; float:left;}

DIV#subscribe-modal DIV.modal-intro-make{width:270px; float:left;}
DIV#subscribe-modal DIV.modal-intro-go{width:270px; float:left;}
DIV#subscribe-modal DIV.modal-intro-get{width:270px; float:left;}
DIV#subscribe-modal DIV.modal-intro-do{width:270px; float:left;}
DIV#subscribe-modal DIV.modal-intro-be{width:260px; float:left;}
DIV#subscribe-modal DIV.modal-intro-see{width:250px; float:left;}

DIV#subscribe-modal H2{
	font-family:'tributeRoman', Georgia, 'Times New Roman', Times, serif;
	font-size:25px;
	color:#5f6062;
	text-align:left;
	font-weight:normal;
	margin:0 0 10px 0;
}
DIV#subscribe-modal P.section{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
	line-height:20px;
	text-align:left;
	font-style:italic;
	color:#BEAD56;
	margin:0;
	padding-bottom:0;
}
DIV#subscribe-modal P{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
	color:#7E8083;
	line-height:20px;
	text-align:left;
	font-style:italic;
	margin:0 0 20px 0;
	/*padding-bottom:12px;*/
}
DIV#subscribe-modal-iframe P.close{
	text-align:center;
}
DIV#subscribe-modal-iframe .form-wrapper{
	background:#f2f2f4;
	padding:3px;
	border:1px solid #b2b2b3;
	-moz-border-radius:7px;
	border-radius:7px;
	margin:0 auto 10px auto;
	width:223px;
}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box{
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #e2e2e3;
	width:210px;
	padding:5px 5px 3px 5px;
	background:white;
}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box #sign-up-text{
	float:left;
	margin:0;
	border:0;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#a9a9ac;
	width:275px;
}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box #sign-up-submit{
	display:block;
	float:right;
	border:0;
	cursor:pointer;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross-vert.gif) repeat-y top left;
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#5F6062;
	padding-top: 2px;
	padding-bottom: 2px;
	width:54px;
}
DIV#subscribe-modal-iframe P.close{
	margin:0 30px 0 30px;
	background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/pattern-cross.gif) 1px top repeat-x;
	padding-top:12px;
	padding-bottom:0;
	font-style:italic;
}
DIV#subscribe-modal-iframe P.close A{
	/*color:#35bdb2;*/
	color:#5F6062;
}
#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/colorBox-overlay_texture_95.png);
	z-index:9998;
}
#modal {
    position:absolute;
    padding:8px;
	z-index:9999;
}
#content {
	width:450px;
}
#close {
    position:absolute;
    background:url(/web/20140320054817im_/http://goop.com/sites/all/themes/goop20/images/colorBox-close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top: 33px;
	right: 28px;
	color:white;
}


DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box .make{color:#BEAD56 !important;}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box .go{color:#00bbd3 !important;}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box .get{color:#bda688 !important;}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box .do{color:#f48f9c !important;}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box .be{color:#c9aad0 !important;}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box .see{color:#35bdb2 !important;}


DIV#subscribe-modal-iframe .form-wrapper{
	width: 365px;
}
DIV#subscribe-modal-iframe H3.errormgs{
	text-align:center;
	font-size:100%;
	font-weight:normal;
	color:red;
	font-style:italic;
	margin-bottom:10px;
}
DIV#subscribe-modal-iframe .form-wrapper FORM#sign-up-box{
	width: 353px;
}

DIV#subscribe-modal P.make{color:#BEAD56;}
DIV#subscribe-modal P.go{color:#00bbd3;}
DIV#subscribe-modal P.get{color:#bda688;}
DIV#subscribe-modal P.do{color:#f48f9c;}
DIV#subscribe-modal P.be{color:#c9aad0;}
DIV#subscribe-modal P.see{color:#35bdb2;}

DIV#subscribe-modal P.make A{color:#BEAD56;}
DIV#subscribe-modal P.go A{color:#00bbd3;}
DIV#subscribe-modal P.get A{color:#bda688;}
DIV#subscribe-modal P.do A{color:#f48f9c;}
DIV#subscribe-modal P.be A{color:#c9aad0;}
DIV#subscribe-modal P.see A{color:#35bdb2;}
/*
*
*	MODAL END
*
*/

.node-type-recipes .main-content {
	min-height:1300px !important;
}
#AdUnit_RectangularBanner a, #AdUnit_RectangularBanner a { color:#8a8c8e; }


/*
     FILE ARCHIVED ON 05:48:17 Mar 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:15:11 Oct 17, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  load_resource: 308.227 (2)
  exclusion.robots: 0.344
  captures_list: 66.269
  esindex: 0.015
  RedisCDXSource: 6.73
  PetaboxLoader3.datanode: 158.845 (5)
  CDXLines.iter: 22.269 (3)
  exclusion.robots.policy: 0.329
  PetaboxLoader3.resolve: 54.069 (2)
  LoadShardBlock: 32.32 (3)
*/