@charset "UTF-8";
/*
Design Name: Martha Stewart Media Kit
Studio URI: http://siite.com
Description: The first version of the Martha Media Kit.
Version: 1.3
Author: Edithson Abelard
Author URI: http://siite.com/

	
*/


/* CSS Document */ /*

=====================================================

----------------- NORMALIZE STYLES ------------------

=====================================================

*/ /* DEFINE FONT */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* NORMALIZE MARGIN / PADDING */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td
	{
	margin: 0;
	padding: 0;
}

/* NORMALIZE FONT FOR HEADERS */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* ADD CLASSES FOR STYLING ELEMENTS BOLD / ITALICS */
.Bold {
	font-weight: bold;
}

.Em {
	font-style: italic;
}

/* REMOVE TABLE STYLES */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* REMOVE LIST STYLE FROM LISTS */
ol,ul {
	list-style: none;
}

/* NORMALIZE FONT-STYLE AND FONT-WEIGHT TO NORMAL */
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

/* REMOVE BORDER FROM FIELDSET AND IMAGE */
fieldset,img {
	border: 0;
}

/* LEFT ALIGN TEXT IN CAPTION AND TH */
caption,th {
	text-align: left;
}

/* REMOVE QUOTATION MARKS FROM QUOTES */
q:before,q:after {
	content: '';
}

/* REMOVE UNDERLINE FROM ANCHORS */
a:link,a:visited,a:active,a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* ADD CLEARFIX HACK TO CLEAR FLOATED ELEMENTS BY APPLYING PATCH TO PARENT ELEMENT */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*

===================================================

--------- END SECTION: NORMALIZE STYLES -----------

===================================================

*/ /**
*
*@author Edithson Abelard
*@comments bellow is the seond style sheet and the design poriont abouve is the structure style
*@date 02/0
*@
*@


**/
body {
	background-color: #a0e1da;
	font-size: 11px;
	color: #606464;
}

h1 {
	position: absolute;
	text-indent: -9999px;
}

p,span {
	font-size: 11px;
	color: #606464;
}

h2.orange,h3.orange,h4.orange,h5.orange,p.orange,li.orange,span.orange,a.orange
	{
	color: #b86f3b;
}

h2.green,h3.green,h4.green,h5.green,p.green,li.green,span.green,a.green
	{
	color: #1EA895;
}

h2.teal,h3.teal,h4.teal,h5.teal,p.teal,li.teal,span.teal,a.teal {
	color: #167373;
}

.fSize10 {
	font-size: 10px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

div#wrapper {
	width: 1000px;
	margin: 60px auto 4px;
	background: transparent url(images/globalBgMiddle.png) repeat-y 0 0;
}

div#headerTop {
	width: 1000px;
	height: 38px;
	background: transparent url(images/globalHeaderBgTop.png) no-repeat 0 0;
}

div#headerBottom {
	width: 1000px;
	height: 17px;
	background: transparent url(images/globalHeaderBgBottom.png) no-repeat 0
		0;
	margin: auto;
}

div#branding {
	position: relative;
	width: 237px;
	height: 67px;
}

div#branding h1 {
	width: 237px;
	height: 67px;
	top: -12px;
	left: 36px;
	background: transparent url(images/logo.jpg) no-repeat 0 0;
}

div#branding h1 a {
	display: block;
	width: 237px;
	height: 67px;
}

div#footer {
	width: 1000px;
	margin: 0 auto 20px;
	text-align: center;
	background:  #A0E1DA !important;
	font-family: arial;
}

body#home div#headerMiddle div#flashHome {
	margin: 22px 10px 0;
}

div#mainTop {
	width: 973px;
	height: 15px;
	background: transparent url(images/mainBgTop.png) no-repeat 0 0;
}

div#mainMiddle {
	width: 973px;
	margin: 22px 0 0 12px;
	background: transparent url(images/mainBgMiddle.png) repeat-y 0 0;
}

div#mainBottom {
	width: 973px;
	height: 16px;
	background: transparent url(images/mainBgBottom.png) no-repeat 0 0;
}

/*######################################################################
 search Term: center image
 desc: controls the middle section name
 
 ########################################################################*/
body#magazine div#centerContainer {
	background: transparent url(images/centerBgMagazine.png) no-repeat 0 0;
}

body#digital div#centerContainer {
	background: transparent url(images/cdigital.png) no-repeat 0 0;
}

body#broadcast div#centerContainer {
	background: transparent url(images/cBroadcast.png) no-repeat -1px 0;
}

body#c360 div#centerContainer {
	background: transparent url(images/c360.png) no-repeat 0 0;
}

body#mslo div#centerContainer {
	background: transparent url(images/cmslo.png) no-repeat 0 0;
}

div#centerContainer {
	width: 958px;
	margin: -4px 0 0 8px;
}
/* 
ie hack center piece 

*/

body#magazine div#centerContainer1 {
	background: transparent url(images/centerBgMagazine.png) no-repeat 0 0;
}

body#digital div#centerContainer1 {
	background: transparent url(images/cdigital.png) no-repeat 0 0;
}

body#broadcast div#centerContainer1 {
	background: transparent url(images/cBroadcast.png) no-repeat -1px 0;
}

body#c360 div#centerContainer1 {
	background: transparent url(images/c360.png) no-repeat 0 0;
}

body#mslo div#centerContainer1 {
	background: transparent url(images/cmslo.png) no-repeat 0 0;
}

div#centerContainer1 {
	width: 958px;
	margin: -4px 0 0 8px;
}



div#sidebar {
	width: 174px;
	margin: 55px 0 0 13px;
	display: inline;
}

div#sidebarBgMiddle {
	width: 174px;
	background: transparent url(images/sidebarBgMiddle.png) repeat-y 0 0;
}

div#sidebarBgBottom {
	width: 174px;
	background: transparent url(images/sidebarBgBottom.png) no-repeat bottom
		left;
}

div.landing div#sidebarBgBottom {
	min-height: 280px;
}

* html div.landing div#sidebarBgBottom {
	min-height: 3280px;
	height: auto !important;
	height: 280px;
}

div#primaryContainer {
	width: 759px;
	margin: 52px 0 0 6px;
	display: inline;
}

/*######################################################################
 search Term: SideBar Navigation
 desc: controls the middle section name
 
 ########################################################################*/
div#slideboxContainer {
	width: 174px;
	padding-bottom: 6px;
	background: transparent url(images/slideboxContainerShadow.png)
		no-repeat bottom left;
}

div#slidebox {
	width: 174px;
	border-bottom: 1px solid #6ecccc;
}

div#slidebox div#toggleBar {
	width: 174px;
	min-height: 24px;
	height: auto;
	background: #9CE9E9 url(images/toggleBarBg.png) no-repeat top left;
	overflow: hidden;
	font-weight: bold !important;
    word-wrap: break-word;
}
 
 
div#slidebox div#toggleBar a {
	font-size: 10px !important;
	text-transform: uppercase;
	margin: 6px 8px;
	display: block;
	font-family: arial;
	font-weight: bold;
	
}

/*#####
search term : top level ul tages

######### */
div#slidebox div#toggleBar a:hover {
	text-decoration: underline;
	font-weight: bold;
	
}

div#slidebox ul#toggleBody {
	width: 174px;
	padding: 10px 0;
	color: #1ea895;
}

div#slidebox ul#toggleBody li {
	padding: 2px 6px 2px 26px;
	overflow: hidden;
}

div#slidebox ul#toggleBody li.arrow {
	background: transparent url(images/toggleBodyArrow.png) no-repeat 15px
		4px;
}


div#slidebox ul#toggleBody li a {
	font-size: 11px;
	color: #1EA895;
	font-family: arial !important;
}

div#slidebox ul#toggleBody li a:hover {
	text-decoration: none;
	font-weight: bold;
}

div#slidebox ul#toggleBody li.arrowOnState {
	background: transparent url(images/toggleBodyArrow.png) no-repeat 15px
		4px;
}

div#slidebox ul#toggleBody li.arrowOnState a {
	font-weight: bold;
}

/************************************************************************
NAV TOP STYLES - START
/************************************************************************/
div#navTop {
	margin: -69px 0 0 375px;
    z-index: 1000000;
    position: absolute; 
}

div#navTop span {
	position: absolute;
	text-indent: -9999px;
	text-transform: uppercase;
}

/*==================================================================
Search term: Top nav change


============================================*/
body#home #navTopJS {
	width: 599px;
	height: 40px;
	background: transparent url(images/topNavV2.jpg) no-repeat 0 -10px;
    z-index: 1000000;
}

body#mslo #navTopJS {
	width: 599px;
	height: 30px;
	background: transparent url(images/topNavV2.jpg) no-repeat 0 -60px;
}

body#magazine #navTopJS {
	width: 599px;
	height: 30px;
	background: transparent url(images/topNavV2.jpg) no-repeat 0 -115px;
}

body#digital #navTopJS {
	width: 599px;
	height: 30px;
	background: transparent url(images/topNavV2.jpg) no-repeat 0 -170px;
}

body#c360 #navTopJS {
	width: 599px;
	height: 30px;
	background: transparent url(images/topNavV2.jpg) no-repeat 2px -279px;
}

body#broadcast #navTopJS {
	width: 599px;
	height: 30px;
	background: transparent url(images/topNavV2.jpg) no-repeat 0 -225px;
}

/*======================
Section : end of top nav per page

========================*/
#navTopJS,#navTopJS ul {
	position: relative;
	line-height: 1.5em;
}

#navTopJS a {
	display: block; /*padding:0 5px;*/
	font-family: arial;
}

/* top row links - start
=================================================================
dev:Edithson Abelard
section :Nav buttons move

search term : top nav link height
===================================================================*/
#navTopJS a#navTopLink1 {
	width: 240px;
	height: 40px;
		
}

#navTopJS a#navTopLink2 {
	width: 83px;
	height: 42px;
}

#navTopJS a#navTopLink3 {
	width: 61px;
	height: 42px;
}

#navTopJS a#navTopLink4 {
	width: 88px;
	height: 42px;
}

#navTopJS a#navTopLink5 {
	width: 120px;
	height: 42px;
}

/******************************************************
 	Rollover State change for the top nav 
 	47a
########################################################*/
.ntL1 {
	background: transparent url(images/topNavV2.jpg) no-repeat 0px -60px;
	height: 42px !important;
}

.ntL2 {
	background: transparent url(images/topNavV2.jpg) no-repeat -240px -115px
		;
	height: 40px !important;
}

.ntL3 {
	color: blue;
	background: transparent url(images/topNavV2.jpg) no-repeat -323px -170px
		;
	height: 40px !important;
}

.ntL4 {
	background: transparent url(images/topNavV2.jpg) no-repeat -384px -225px
		;
	height: 40px !important;
}

.ntL5 {
	background: transparent url(images/topNavV2.jpg) no-repeat -470px -279px
		;
	height: 40px !important;
}

/* top row links - end */
#navTopJS li {
	float: left;
	position: relative;
	top: 0;
}

#navTopJS ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 40px;
	left: 6px;
}

#navTopJS li ul a {
	width: 226px;
	height: auto;
	float: left;
	color: #bf7a42;
	background-color: #fef5e2;
	padding: .5em .3em;
}

#navTopJS li ul a:hover {
	background-color: #f9e1b0;
}

#navTopJS ul ul {
	top: auto;
}

#navTopJS li ul ul {
	left: 12em;
	margin: 0 0 0 10px;
}

#navTopJS li:hover ul ul,#navTopJS li:hover ul ul ul,#navTopJS li:hover ul ul ul ul
	{
	display: none;
}

#navTopJS li:hover ul,#navTopJS li li:hover ul,#navTopJS li li li:hover ul,#navTopJS li li li li:hover ul
	{
	display: block;
}

/************************************************************************
NAV TOP STYLES - END
/************************************************************************/
	/*######################################################################
47 Page Styles
#######################################################################*/
#page47 {
	color: #606464;
	font-family: Arial;
	padding: 5px 15px;
	background: url(images/p47Mid.jpg) repeat-y;
	min-height: 200px;
	
	
	
}

#t47 {
	width: 763px;
	height: 20px;
	background: url(images/p47Top.jpg) no-repeat;
}

#b47 {
	width: 763px;
	height: 29px;
	background: url(images/p47Bottom.jpg) no-repeat;
}

#page47 img {
	top: 0;
	left: 0;
	position: relative;
	float: left;
	margin-right: 20px;
}

#page47 a {
	color: #1EA895;
}

#page47 a:hover {
	font-weight: normal;
}

#page47 #mBio {
	margin-bottom: 5em;
	font-size: 1.3em;
}

#page47 h3 {
	color: #606464;
	font-weight: normal;
	font-size: 2.4em;
	font-family: Arial;
}

#page47 p {
	margin-top: 1em;
	font-size: 1.1em;
	top: 0;
	padding-left: 8px;
	line-height: 1.2em;
}

#whyCon {
	padding: 2px 15px;
	padding-bottom: 5em;
	width: 525px !important;
	margin-left: 10px;
	position: relative;
	
}

#why {
	margin-top: 0em;
	margin-left: 160px;
	padding-left: 5px;
	position: relative;
	width: 581px;
	background: url(images/whyBodyImg.jpg) repeat-y;
}

#whyBottom {
	background: url(images/whyBottom.jpg) no-repeat;
	width: 581px;
	height: 31px;
	margin-left: 160px;
}

#whyTop {
	background: url(images/whyTop.jpg) no-repeat;
	width: 581px;
	height: 15px;
	margin-left: 160px;
}

#why h4 {
	font-weight: bold;
	font-size: 1.1em;
}

#why p {
	padding-left: 0 ;
	margin-top: -.1em;
	margin-bottom: 1em;
	margin-left: -9px;
}

#why ul {
	margin-top: 1em;
}

#why ul li {
	list-style-type: none;
	margin-top: 1em;
}

#sList {
	position: relative;
	top: 0;
	left: 15px;
	padding-left: 5px;
	margin-top: -.1em !important;
	font-size: 1.2em;
	margin-left: 0em;
	
}

#sList li {
	list-style-type: disc !important;
	margin-top: -.1em !important;
	margin-bottom: .5em;
}

#sList2 {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 0px;
	margin-top: -.31em !important;
	margin-left: 0em;
}

#sList2 li {
	font-size: 1.1em;
	margin-top: 0 !important;
}

#mRight {
	padding-left: 170px;
	width: 540px;
}

.miniB {
	font-weight: bold;
	color: #575b5b;
	letter-spacing: -.1em;
	font-size: 1em;
}

.mClose {
	margin-top: -.1em !important;
}

.mTitle {
	font-weight: normal;
	font-size: 1.3em !important;
	line-height: 1.2em !important;
	margin-bottom: 2.2em;
}

.mBold {
	font-weight: bold;
	font-size: 1.1em;
}

span.mBold {
	 margin-left: -8px;
	}
	
p span.mBold {
	 margin-left: 0;
	}	

.mP {
	font-size: 1.4em;
	font-weight: bold;
}

.navBtm {
	background: url(images/rDrop3.png) transparent bottom left no-repeat;
	height: 7px;
	width: 233px;
}

h3 {
	text-transform: uppercase;
}

#gBack {
	float: right;
	top: 0;
	left: 0;
	width: 120px;
	height: auto;
	position: relative;
}

#gBack a {
	text-decoration: none;
	color: #BF7A42;
	font-weight: bold;
	font-size: 1.8em;
	font-family: arial;
}


#toggleBar a {
	font-weight: bold !important;
	font-size: 1.01em !important;
	width: 150px;
	max-width: 150px;
}

.mMonth {
	font-weight: bold;
	font-size: 1.3em !important;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: -.8em;
}

 table {
	width: 525px !important;
	height: auto;
	margin-left: -7px;
	
}

tr {
	height: 28px;
	
}

td {
	padding-left: 1em;
	font-size: 1.1em;
	
}

tr.odd {
	background: #d1e1df;
}

.mItl {
	font-style: italic;
}

.miniTeal {
	color: #4dB1B0;
	font-size: 1.4em !important;
	font-weight: bold;
}

#brandgeneral {
    overflow: hidden;
    text-indent: -9999px;
}

#brandWeddings {
	background: url(images/brandWedding-coolgray10_7459.png) no-repeat;
	width: 246px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
}

#brandLiving {
	background: url(images/brandLOGO_MSLiving_2.png) no-repeat;
	width: 179px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
}

#brandFood {
	background: url(images/brand2008EDFLogo.png) no-repeat;
	width: 222px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}

#brandBody {
	background: url(images/brandBODY_SOUL.png) no-repeat;
	width: 347px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
}

#brandRadio {
	background: url(images/logo_radio.jpg) no-repeat;
	width: 204px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
}

#brandShow {
	background: url(images/logo_mss3.jpg) no-repeat;
	width: 230px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
}

.brandDemand {
	background: url(images/logo_demand.jpg) no-repeat;
	width: 230px;
	height: 82px;
	overflow: hidden;
	text-indent: -9999px;
}






.tRight {
	text-align: right;

}

#gBack {
	background: url(images/goBack.jpg) no-repeat;
	width: 86px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: .5em;
}

.topNavB {
	border-bottom: #edc163 solid thin;
}

#navHack1 {
	position: absolute;
	top: -1px;
	left: 2px;
	width: 10px !important;
	z-index: 300;
	
}

#navHack2 {
	position: absolute;
	top: 0px;
	left: -6px;
	z-index: 10;
}

#navHack3 {
	position: absolute;
	top: 0px;
	left: -6px;
	z-index: 10;
}

#navHack4 {
	position: absolute;
	top: -2px;
	left: -4px;
	z-index: 10;
}

#navHack5 {
	position: absolute;
	top: 0px;
	left: -6px;
	z-index: 10;
}

#ts2 {
	width: 175px !important;
}

#ts3 {
	width: 185px !important;
}

#ts4 {
	width: 185px !important;
}

#ts5 {
	width: 114px !important;
}

.sListP {
	font-size: 1.2em !important;
}

sub {
	line-height: .5em;
}

.navBtm2 {
	background: url(images/rDrop3_T2.png) transparent bottom left no-repeat;
	height: 16px;
	width: 181px;
}

.navBtm3 {
	background: url(images/rDrop3_T3.png) transparent bottom left no-repeat;
	height: 16px;
	width: 191px;
}

.navBtm4 {
	background: url(images/rDrop3_T4.png) transparent bottom left no-repeat;
	height: 16px;
	width: 192px;
}

.navBtm5 {
	background: url(images/rDrop3_T5.png) transparent bottom left no-repeat;
	height: 10px;
	width: 126px;
}

.msFix {
	font-size: 1.2em !important;
}

col.odd {
	background: #d1e1df;
}


table.pc{
	margin-left: -5px;	
	
}

#sMap{
	width: 300px;
	height: auto;
	float: left;
	top:0;
	left: 0;
	margin-right: 8px;
	font-size: 1.3em;

}

#sMap a {
	color: #1EA895;
	font-family: arial;

}


.sSub
{
 	margin-left: 15px !important;
}

.sTitle{
	font-weight: bold;
	
}

#whyCon h4{
	margin-left: -10px;
}

#msloflash{
	position: relative;
}

#prTable{
	border: 1px solid #D4DAC4;
}

.col {
	background: #F4F5EE;
}

#prTable th {
	border: 1px solid #D4DAC4;
	padding: 2.5px;
	text-align: center; 
	background: white;
	
	font-weight: bold;
	text-transform: uppercase;
	color: #A2A599;
}
#prTable tr td{
	border: 1px solid #D4DAC4;
	padding: 5px;
	text-align: center; 
}

.am{
	color: #EC7334;

}

.pm{
	color: #0CAABB;
}


div#sidebarBgBottom1 {
background:  url(images/sidebarBgBottom1.png) no-repeat scroll left bottom;
width:174px;
height: 215px;
}

div#sidebarBgBottom2 {
background:  url(images/sidebarBgBottom2.png) no-repeat scroll left bottom;
width:174px;
height: 228px;
}

div#sidebarBgBottom3 {
background:  url(images/sidebarBgBottom3.png) no-repeat scroll left bottom;
width:174px;
height: 244px;
}

div#sidebarBgBottom4 {
background:  url(images/sidebarBgBottom4.png) no-repeat scroll left bottom;
width:174px;
height: 267px;
}


