/* =======================
      global styles
========================*/

#ms-global-page-content {
	background: none;
}
#ms-global-footer {
	background: url(http://images.marthastewart.com/images/assets/channel/microsites/default/ms-global-ftr-bg-white.gif) no-repeat;
}

/* global button */

.global-button {
	background: url(http://images.marthastewart.com/images/assets/global/ms-global-btn-left.gif) no-repeat;
	font-family: arial;
	float: left;
	line-height: 13px;
}
.global-button-outer {
	background: url(http://images.marthastewart.com/images/assets/global/ms-global-btn-right.gif) no-repeat top right;
	padding-left: 8px;
	float: left;
	position: relative;
	left: 8px;
	}
.global-button-inner {
	background: url(http://images.marthastewart.com/images/assets/global/ms-global-btn-center.gif) repeat-x;
	float: left;
	height: 20px;
	padding-top: 3px;
	position: relative;
	right: 8px;
}
.global-button a, .global-button a:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	line-height: 13px;
	padding: 0 12px 0 12px;
}
.global-button a:hover {
	text-decoration: none;
}


/* global module header styles */

.global_module_header h1 {
	font-family: Georgia, Palatino, serif;
	letter-spacing: 1px;
	font-weight: normal;	
	font-size: 17px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.global_module_header {
	height: 25px;
	padding: 11px 0 0 12px;
	position: relative; /* for ad support or whatever else */
}
.col3_module .global_module_header {
	background: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-module-hdr.gif) no-repeat;
}
.col2_module .global_module_header {
	background: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col2-module-hdr.gif) no-repeat;
}
.sIFR-hasFlash .global_module_header h1 {
	visibility: visible;
	font-size: 17px;
}

/* column 2 module framework */

.col2_module {
	background: url(http://images.marthastewart.com/images/assets/module/ms-global-col2-module-bg.gif) repeat-y;
	margin-left: 4px;
	/* add width */
}
.col2_module_inner {
	background: url(http://images.marthastewart.com/images/assets/module/frameworks/col2_module_bottom.gif) no-repeat bottom left;
	padding-bottom: 8px; /* maybe. maybe not. */
}

/* column 3 module framework */

.col3_module {
	background: url(http://images.marthastewart.com/images/assets/module/ms-global-col3-module-bg.gif) repeat-y;
	margin-left: 4px;
	width: 312px;
}
/* used only when there is no header */	
.col3_module_outer {
	background: url(http://images.marthastewart.com/images/assets/module/col3-module-top.gif) no-repeat;
}	
.col3_module_inner {
	background: url(http://images.marthastewart.com/images/assets/module/frameworks/col3_module_bottom.gif) no-repeat bottom left;
	padding-bottom: 1px; /* maybe. maybe not. */
}


/* module ad support */

.global_module_header {
	position: relative;
}
.global_module_header_ad {
	position: absolute;
	right: 20px;
	top: 0;
	color: #fff;
	font-size: 9px;
}
.global_module_header_ad img {
	position: relative;
	top: 8px;
}


/* =======================
         modules
========================*/


/* column 1: newsletter */

.ms-col1-newsletter {
	overflow: hidden;
}
.ms-col1-newsletter h1 {
	background-repeat: no-repeat;
	height: 33px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 4px 0;
	text-indent: -9999px;
}
.ms-col1-newsletter ul { 
	margin: 4px 0 10px 22px; 
	padding: 0 10px 0 0; 
	line-height: 16px;
}
.ms-col1-newsletter ul li { 
	color: #ec7334;
}
.ms-col1-newsletter li span { 
	color: #3d3f3f;
}
.ms-col1-newsletter p {
	margin: 2px 0 0 0;
	padding-left: 8px;
}
.ms-col1-newsletter p img {
	vertical-align: middle;
}
.ms-col1-newsletter .global-button {
	position: relative;
	left: 40px;
	margin: 0 0 8px 0;
}

/*column 2: DL (section)*/

#ms-col2-section-dl {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col2-section-dl-top.gif) no-repeat;
}
#ms-col2-section-dl-inner {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col2-section-dl-bot.gif) no-repeat bottom;
	padding: 9px 0 9px 0;
	height: 1%;
}
#ms-col2-section-dl-container {
	margin: auto;
	width: 458px;
	height: 270px;
}

/*column 2: article framework*/

#ms-col2-article-content {
	width: 474px;
	margin-left: 4px;
}
.ms-col2-article-content-inner {
	padding-bottom: 9px;
}
.ms-col2-article-body {
	width: 474px;
}
.ms-col2-article-body-inner {
	padding-bottom: 12px;
	padding-top: 1px; /*IMPORTANT - forces margin collapse on first p*/
}
.no-short-description {
	padding-top: 12px;
}
.no-short-description .ms-col2-article-img-shadow {
	float: none;
	margin: auto;
}
#ms-col2-article-content p {
	margin-left: 22px;
	margin-right: 22px;
}

/*article stretchy shadow*/

.ms-col2-article-img-shadow { /*same as how-to-player*/
	float: left;
	width: 241px;
	margin: 10px 4px 0 8px;
	background: url(http://images.marthastewart.com/images/assets/module/ms-col2-article-img-shadow-tile.gif) repeat-y;
}
html>body .ms-col2-article-img-shadow { /*HACK ALERT*/
	margin-left: 16px;
}
.ms-col2-article-img-shadow img {
	display: block;
	padding: 8px;
}
.ms-col2-article-img-shadow-outer {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col2-article-img-shadow-top.gif) no-repeat;
}
.ms-col2-article-img-shadow-inner {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col2-article-img-shadow-bot.gif) no-repeat bottom;
}

/*column 2: article header module*/

#ms-col2-article-header {
	width: 474px;
	margin-top: 14px;
}
#ms-col2-article-header-inner {
	width: 474px;
	clear: both;
	margin-left: 4px;
	padding-bottom: 10px;
	position: relative;
}
#ms-col2-article-header .article-header-brandlogo {
	float: left;
	padding-left: 20px;
	font-size: 10px;
}
#ms-col2-article-header .article-header-brandlogo a {
	color: #3d3f3f;
}
#ms-col2-article-header .article-header-brandlogo img {
	padding: 3px 0 3px 0;
}
#ms-col2-article-header h1 { 
	font-size: 19px; 
	padding: 20px 0 0 16px;
	margin: 0;
	font-weight: normal;
}
#ms-col2-article-header p {
	margin: 0 0 0 20px;
	font-size: 10px;
}

/* column 2: photo gallery */

#ms-col2-img-container {
	position: absolute;
	left: 18px; 
	top: 8px; 
	width: 427px; 
	height: 227px; 
	z-index: 100; 
	overflow: hidden; 
	text-align: center;
}						
.ms-global-col2-imgs { 
	float: left;
}
.ms-global-col2-imgs a { 
	display: block;
}
#ms-global-pGalleryBtn-left {
	background: url(http://images.marthastewart.com/images/assets/module/ms-global-btn-scroll-left.gif) no-repeat; 
	position: absolute; 
	top: 78px; 
	left: 0; 
	z-index: 200;
	cursor: pointer;
	width: 23px;
	height: 31px;
	text-indent: -9999px;
}
#ms-global-pGalleryBtn-right  { 
	background: url(http://images.marthastewart.com/images/assets/module/ms-global-btn-scroll-right.gif) no-repeat; 
	position: absolute; 
	top: 78px; 
	left: 440px; 
	z-index: 200; 
	cursor: pointer;
	width: 23px;
	height: 31px;
	text-indent: -9999px;
}
#ms-global-img-mover1 { 
	position: absolute; 
	left: 0; 
	top: 5px; 
}
#ms-global-img-mover2 { 
	position: absolute; 
	left: 426px; 
	top: 5px; 
}
.ms-col2-pgallery-txt {
	width: 120px; 
	text-align: center; 
	padding-left: 10px;
	margin-bottom: 50px;
}

/* column 3: multipurpose promo module */

.col3_promo_module {
	position: relative;
	overflow: hidden;
	width: 312px;
	padding-bottom: 8px;
}
.col3_promo_tabs {
	position: absolute;
	top: 1px;
	right: 14px;
	margin: 0;
	padding: 0;
}
.col3_promo_tabs li {
	float: left;
	list-style-type: none;
	display: block;
	text-indent: -9999px;
	height: 22px;
}
.col3_promo_tabs a {
	display: block;
	height: 22px;
	width: 25px;
}
.col3_promo_tabs a:focus {
	outline: none;
}		
.ms-col3-promo-tab1 {
	background: url(../channel/microsites/default/col3-promo-tab1.gif) no-repeat;
	width: 25px;
}
.ms-col3-promo-tab2 {
	background: url(../channel/microsites/default/col3-promo-tab2.gif) no-repeat;
	width: 24px;
}
.ms-col3-promo-tab3 {
	background: url(../channel/microsites/default/col3-promo-tab3.gif) no-repeat;
	width: 28px;
}
.col3_promo_module .col3_promo_tabs .active {
	background-position: 0 -22px;
}
.promo_img {
	float: left;
	padding: 0 8px 0 10px;
}
.col3_promo_module_content h2 {
	margin: 0;
	padding: 8px 0 0 0;
	color: #06AFB4;
	font-size: 18px;
	font-weight: normal;
}
.col3_promo_module_content p {
	margin: 0 12px 12px 0;
	color: #666;
}
.more_links {
	clear: both;
	padding: 8px 12px 0 8px;
	line-height: 25px
}
.more_links img {
	float: left;
	margin-left: 8px;
}
.shop-all-products {
	float: right;
	padding-right: 8px;
}


/* column 3: poll module */

#col3-poll-options {
	padding: 8px 0 18px 0;
}
#col3-poll-module img {
	float: left;
	margin-left: 16px;
}
#col3-poll-module th {
	font-weight: normal;
	text-align: left;
}
#col3-poll-module h2 {
	color: #EC7334;
	font-size:17px; 
	margin: 12px 20px 0 20px;
}
#col3-poll-options table {
	margin-left: 14px;
}
#col3-poll-options table {
	vertical-align: middle;
}
.col3-poll-result {
	float: left;
	width: 60px;
	text-align: center;
}
.col3-poll-result h4 {
	margin: 0;
	color: #928585;
	font-size: 10px;
	font-weight: bold;
}
#col3-poll-result-container {
	margin: 14px auto;
	width: 300px;
}
#col3-poll-result-container td {
	text-align: center;
}
#col3-poll-options .global-button {
	margin: 12px 0 0 2px;
}
#col3-poll-result-bars td {
	vertical-align: bottom;
}
#col3-poll-result-bars td div {
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 9px;
}
#col3-poll-result-labels td {
	vertical-align: top;
	padding-top: 5px;
	color:#928585;
	font-size:10px;
	font-weight: bold;
	background-position: top center;
	background-repeat: no-repeat;
}
#col3-poll-result-total {
	background: url(http://images.marthastewart.com/images/assets/global/ms-global-dash-green.gif) repeat-x; 
	text-align: right;
	padding: 12px 10px 0 0;
	font-size: 11px;
	margin: 10px 0 0 0;
}

/* result bar options */
			
#pollBar1 div {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-top-green.gif);
}
#pollLabel1 {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-bot-green.gif);
}
#pollBar2 div {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-top-blue.gif);
}
#pollLabel2 {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-bot-blue.gif);
}
#pollBar3 div {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-top-orange.gif);
}
#pollLabel3 {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-bot-orange.gif);
}
#pollBar4 div {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-top-yellow.gif);
}
#pollLabel4 {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-bot-yellow.gif);
}
#pollBar5 div {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-top-teal.gif);
}
#pollLabel5  {
	background-image: url(http://images.marthastewart.com/images/assets/channel/microsites/default/col3-poll-result-bot-teal.gif);
}

/* column 3: ad module */

.col3_ad_module {
	text-align: center;
	padding: 6px 0 6px 0;
}

/*column 3: skyscraper module*/

.ms-col3-skyscraper-module {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col3-skyscraper-tile.jpg) repeat-y;
	width: 312px;
}
.ms-col3-skyscraper-top {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col3-skyscraper-top.gif) no-repeat;
}
.ms-col3-skyscraper-bot {
	background: url(http://images.marthastewart.com/images/assets/module/ms-col3-skyscraper-bot.gif) no-repeat bottom left;
}
.ms-col3-skyscraper-bot {
	padding: 6px 0 6px 0;
}

									
/* contest module */

#contest_sponsor {
	text-align: center;
	padding: 8px 0 0 0;
}

#contest_details {
	background: url(http://images.marthastewart.com/images/assets/channel/food/default/dots_x.gif) repeat-x;
	margin: 0 8px;
	overflow: hidden;
	width: 458px;
	padding-top: 1px;
}

#contest_details_inner {
	background: #EBFFD2;
	overflow: hidden;
	width: 458px;
	padding: 12px 0;
}

#contest_content {
	float: right;
	width: 294px;
}

#contest_details #contest_img {
	border: 4px solid #fff;
	float: left;
	margin: 0 12px 0 18px;
}

#contest_details h2 {
	font-family: georgia, Times, Palatino, serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#contest_details h2,
#contest_details p {
	padding-right: 10px;
}

#contest_recently_submitted {
	background: url(http://images.marthastewart.com/images/assets/channel/food/default/dots_x.gif) repeat-x;
	overflow: hidden;
	width: 458px;
	margin: 0 auto;
	padding-bottom: 1em;
}

#contest_recently_submitted .hdr {
	position: relative;
	margin-bottom: 12px;
	margin-top: 8px;
	padding-top: 2px;
	padding-left: 16px;
}

#contest_recently_submitted .hdr h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: georgia, Times, Palatino, serif;
}

#contest_recently_submitted  .hdr .see_all {
	position: absolute;
	top: 0;
	right: 20px;
	height: 25px;
	background: url(http://images.marthastewart.com/images/assets/module/community/profile/see_all_arrow.gif) no-repeat left center;
	padding-left: 30px;
	display: block;
	line-height: 25px;
}

#contest_recently_submitted ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 18px;
}

#contest_recently_submitted li {
	float: left;
	list-style-type: none;
	padding-right: 24px;
}
