/**
 *
 * mepath.com stylesheet - pink
 * copyright mepath.com
 *
 * Media: screen
 * Author: mark @ mepath
 * Version: 23rd Apr 2008
 * Author: james @ mepath
 * Version: 23rd Jan 2009
*
**/


/** HTML standard elements **/

body{
	background-color: rgb(238,77,133);
	margin: 0; 
	border: 0;
	font-size: 100%;
	font-family: Verdana, sans-serif;
}

img{
	border: 0;
}

h1{
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: rgb(104,104,104);
	padding:0;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 0.9em;
}

hr{
	border: 0;
	color: rgb(255,240,241);
	background-color: rgb(255,240,241);
	height: 3px;
	margin-bottom: 7px;
}


/** webpage structure **/

.top-nav, .header, .navigation, .page-title, .mid, .footer{
	width: 936px;
	margin: 0 auto;
}

.mid{ 
	width: 933px; /* fix so mid is inline with overall structure*/
	min-height: 400px; /*keep min size of body */
}

/** aesthetics **/

.top-nav{
	text-align: right;
	display: block;
	font-size: 0.75em;
	padding-top: 5px;
	background-color: rgb(255,255,255);
	color: rgb(200,140,180);
}

.top-nav a:link, .top-nav a:visited{
	color: rgb(157,120,121);
	text-decoration: none;
	display: block-inline;
	padding: 2px;
}

.top-nav a:hover{
	color: black;
	background-color: rgb(255,170,191);
}

.top-nav a#current{
	border-bottom: 2px solid rgb(255,170,191);
}

.header-wrapper{
	background-color: white;
}
.header{
	background-color: white;
}

/* float fix*/
.header:after { 
	content: "";
	display: block;
	height: 0;
	clear: both; 
}

.logo{
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.mepathwords {
	position: relative;
	float: left;
	/*background: url(/images/lifestylelinkingwords.gif) no-repeat;*/
	margin-left: 20px;
	margin-top: 16px;
	margin-bottom: 2px;
}
	


/* ----  homepage input url ---- */

.homeinput
{
	width: 919px;
	height:4em;
	margin: 0 auto;
	font-size: 0.80em;
	padding: 0px 0px;
	border: 0px solid  rgb(238,77,133);
}


.inputwords  {
	float: left;
	text-align: center;
	width: 70em;
	font-size: 1.0em;
	padding: 0px 0px;
	border: 0px solid rgb(255,230,133);
}


.inputbox  {
	float: left;
	text-align: right;
	width: 58em;
	font-size: 0.80em;
	padding: 4px 0px;
	border: 0px solid rgb(255,230,133);
}


.inputbutton  {
	float: left;
	width: 12em;
	padding: 3px 0px;
	 border: 0px solid rgb(255,230,133);
}

.inputbottom  {
	float: left;
	text-align: center;
	width: 70em;
	 border: 0px solid rgb(255,230,133);
}



/*  bread crumbs navigation */

.navigation{
	clear:both;
	float:left;
	background-color: transparent;
	color: white;
	/*background-color: rgb(242,172,206);*/
	padding: 0;
	margin: 0;
    border: 0px solid rgb(255,230,133);	
}


.navigationme {
	float: left;
	background-color: transparent;
	color: white;
	/*background-color: rgb(242,172,206);*/
    width: 8em;
	padding: 0;
	margin: 0;	
	border: 0px solid rgb(255,230,133);
}


.navigationmake{
	float: right;
	background-color: transparent;
	color: white;
	/*background-color: rgb(242,172,206);*/
    width: 4em;
	padding: 0;
	margin: 0;	
	border: 0px solid rgb(255,230,133);
}


.navigationme  ul
{
	display: inline-block;
	padding: 0px;
	/*padding-left: 5px;*/
	list-style-type: none;
	margin: 0;
	font-size: 0.8em;
	color: rgb(177,150,151);
}

.navigationme ul li
{
	display: block;
	float: left;
	padding: 4px 12px;
	margin-right: 5px;
	background-color: rgb(255,243,244);
	border-bottom:1px solid white;
}

.navigationme ul li.current
{
	background-color: rgb(255,230,231);
	border-bottom: 1px solid rgb(255,230,231);
}

.navigationme ul li.makegreen
{
	background-color: #bee3a3;
	font-weight: bold;
}

.navigationme ul li.metricsblue
{
	background-color: #c1d7ea;
	font-weight: bold;
}

.navigationme ul li a
{
	display: block;
	text-decoration: underline;
	color: rgb(127,100,101);
}

.navigationme ul li.current a 
{
	color: rgb(37,0,1);
	text-decoration: none;
	}



.navigationmake  ul
{
	display: inline-block;
	padding: 0px;
	/*padding-left: 5px;*/
	list-style-type: none;
	margin: 0;
	font-size: 0.8em;
	color: rgb(177,150,151);
}

.navigationmake ul li
{
	display: block;
	float: left;
	padding: 4px 12px;
	margin-right: 5px;
	background-color: rgb(255,243,244);
	border-bottom:1px solid white;
}

.navigationmake ul li.current
{
	background-color: rgb(255,230,231);
	border-bottom: 1px solid rgb(255,230,231);
}

.navigationmake ul li.makegreen
{
	background-color: #bee3a3;
	font-weight: bold;
}

.navigationmake ul li.metricsblue
{
	background-color: #c1d7ea;
	font-weight: bold;
}

.navigationmake ul li a
{
	display: block;
	text-decoration: underline;
	color: rgb(127,100,101);
}

.navigationmake ul li.current a 
{
	color: rgb(37,0,1);
	text-decoration: none;
	}




/* --- content view ---*/

.contentview{
	clear:both;
	display: block;
	background-color: transparent;
	color: white;
	/*background-color: rgb(242,172,206);*/
	padding: 0;
	margin: 0em;
	padding-left:20em;
    border: 0px solid rgb(255,230,133);	
}


.contentview  ul
{
	display: inline-block;
	padding: 0px;
	/*padding-left: 5px;*/
	list-style-type: none;
	margin: 0;
	font-size: 0.8em;
	color: rgb(177,150,151);
}

.contentview ul li
{
	display: block;
	float: left;
	padding: 4px 12px;
	margin-right: 5px;
	background-color: rgb(255,243,244);
	border-bottom:1px solid white;
}

.contentview ul li.current
{
	background-color: rgb(255,230,231);
	border-bottom: 1px solid rgb(255,230,231);
}

.contentview ul li.makegreen
{
	background-color: #bee3a3;
	font-weight: bold;
}

.contentview ul li.metricsblue
{
	background-color: #c1d7ea;
	font-weight: bold;
}

.contentview ul li a
{
	display: block;
	text-decoration: underline;
	color: rgb(127,100,101);
}

.contentview ul li.current a 
{
	color: rgb(37,0,1);
	text-decoration: none;
	}







/* ---  text input url box ---- */

.sub-nav
{
	width: 919px;
	height:1.6em;
	margin: 0 auto;
	font-size: 0.80em;
	padding: 5px 0px;
	border: 0px solid rgb(255,230,133);
}

.sub-navrighta  {
	float: left;
	width: 28em;
	font-size: 0.80em;
	padding: 0px 0px;
	border: 0px solid rgb(255,230,133);
}


.sub-navrightb  {
	float: left;
	width: 12em;
	font-size: 0.80em;
	padding: 4px 0px;
	border: 0px solid rgb(255,230,133);
}


.sub-navrightc  {
	float: left;
	width: 28em;
	 border: 0px solid rgb(255,230,133);
}

.sub-navrightd  {
	float: left;
	width: 10em;
	 border: 0px solid rgb(255,230,133);
}





.sub-nav a:link, .sub-nav a:visited
{
	text-decoration: none;
	color: rgb(100,88,88);
}

.sub-nav a#current
{
		text-decoration: none;
	color: rgb(0,0,0);
}



/* ----  Mid section layout  ---- */

.mid-wrapper{
	/*background-color: rgb(255,240,241);*/
	background-color: rgb(255,230,231);
	padding-top: 10px;
	/*background-image: url("images/header_bg.png");*/
	/*background-repeat: repeat-x;*/
}

.mid{
	background-color: white;
	font-size: 0.83em;
	line-height: 1.3em;
	margin-top: 10px;
	border-right: 3px solid rgb(225,219,220);
	border-bottom: 3px solid rgb(225,219,220);
}

.mid .content
{
	float:left;
	padding-top: 10px;
	width: 915px;
	height: auto;
	margin: 0 auto;
	border: 0px solid rgb(225,219,220);
}

.mid .content .grey
{
	float: left;
	background-color: rgb(240,240,240);
	border: 0px solid rgb(255,230,231);
	padding: 4px;
	width: 907px;
	height: auto;
	margin-bottom: 10px;
}


.mid:after 
{ 
	content: "";
	display: block;
	height: 0;
	clear: both; 
}


/* a link format for create lifestyle    */

.mid .content .grey  a:link, .mid .content .grey a:visited{
	color: rgb(157,120,121);
	text-decoration: none;
	display: block-inline;
	padding: 2px;
}

.mid .content .grey a:hover{
	color: black;
	background-color: rgb(255,170,191);
}

.mid .content .grey a#current{
	border-bottom: 2px solid rgb(255,170,191);
}



/* classes for layout within mid section */

/* homepage layout create lifestyle */

.toplifestyles
{
	float: left;
	border: 2px solid rgb(255,255,255);
	padding: 10px;
	width: 900px;
	margin: 0;
}

.toplifestyles .grouplist
{
    float:left;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	padding: 4px 4px 4px 4px;
	width: 200px;
	margin-left: 6px;
}


.toplifestyles .grouplist .centersub
{
	clear: both;
	text-align: center;
	width: auto;
	margin-left: auto;
    margin-right: auto;
}


/* --- middle homepage info ---- */


.sectionchange
{
	float: left;
	background-color: rgb(255,230,231);
	border: 1px solid rgb(255,230,231);
	padding: 1px;
	width: auto;
	margin: 10px 10px;
	height: 10px:
}


.sectionchange .inputwords  {
	float: left;
	text-align: left;
	width: 28em;
	font-size: 1.0em;
	padding: 6px 30px;
	border: 0px solid rgb(255,230,133);
}


.sectionchange .inputwordstwo  {
	float: left;
	text-align: left;
	width: 10em;
	font-size: 1.0em;
	padding: 6px 0px;
	border: 0px solid rgb(255,230,133);
}


.sectionchange .inputbox  {
	float: left;
	text-align: right;
	width: 18em;
	font-size: 0.80em;
	padding: 4px 0px;
	border: 0px solid rgb(255,230,133);
}


.sectionchange .inputbutton  {
	float: left;
	width: 8em;
	padding: 4px 0px;
	border: 0px solid rgb(255,230,133);
}

.sectionchange .inputbottom  {
	float: left;
	text-align: center;
	width: 70em;
	 border: 0px solid rgb(255,230,133);
}





/*  ----  layout of home page feature lifestyle section ---- */

.bottomlifestyles
{
	float: left;
	border: 1px solid rgb(255,255,255);
	padding: 0px;
	width: auto;
	margin: 0 auto;
	min-height: 280px;
}


.bottomlifestyles .aboutleft
{
	float:left;
	background-color: rgb(255,255,255);
	border: 0px solid rgb(238,77,133);
	padding: 4px 0px 4px 0px;
	width: 610px;
	height: 430px;
	margin-left: 0px;
	font-size: 1.05em;
}

.bottomlifestyles .aboutright
{
	float:left;
	background-color: rgb(255,230,231);
	border: 1px solid rgb(255,255,255);
	padding: 4px 0px 4px 8px;
	width: 180px;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 22px;
}

.bottomlifestyles .aboutright .aboutboxs
{
	float:left;
	background-color: rgb(255,230,231);
	border: 0px solid rgb(255,255,255);
	padding: 2px 0px 2px 2px;
	width: 155px;
	margin-left: 5px;
	margin-bottom: 20px;
}



.bottomlifestyles .aboutright .aboutbox
{
	float:left;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	padding: 2px 0px 2px 2px;
	width: 155px;
	margin-left: 5px;
	margin-bottom: 20px;
}




.bottomlifestyles .leftlifestyle
{
	float:left;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	padding: 4px 0px 4px 0px;
	width: 390px;
	height: 250px;
	margin-left: 20px;
}

.bottomlifestyles .rightlifestyle
{
	float:left;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	padding: 4px 0px 4px 8px;
	width: 390px;
	margin-left: 60px;
}




/*----- lifestylelinking results UI ------------------------------------------*/


/* ---- top lifestyle section ---- */

.topbox {
	float:left;
	width: 900px;
    border: 1px solid rgb(255,230,231);
	padding: 0px 0px 10px 0px;
}

.topboxleft {
	float:left;
	background: url(/images/lifestyletop.gif) no-repeat;
	text-align: center;
	width: 20em;
	height: 85px;
	border: 0px solid rgb(255,230,231);
}


.topboxright {
	float:left;
	width: 36em;
	height: 85px;
	border: 0px solid  rgb(255,230,231);
	padding: 0px 0px 0px 0px;
}

.perbox {
	float:left;
	width: 10em;
	height: 24px;
	border: 0px solid  rgb(255,230,231);
	padding: 10px 0px 0px 0px;
}	



/* ---- menu section ---- */

.leftbox {
	float:left;
	background: url(/images/categorybar.gif) no-repeat;
	width: 20em;
	border: 1px solid rgb(255,230,231);
	padding-top: 45px;
}

.leftboxedit {
	float:left;
	background-color: rgb(240,240,240);
	margin-left: 0em;
	width: 16.4em;
	height: 2em;
	border: 0px solid  rgb(255,230,231);
	padding: 15px 0px 0px 50px;
	color:  white;
	font-weight: bold;
}




.leftboxmenu {
	float:left;
	/*background:url(/images/leftmenuswimming.gif) no-repeat;*/
    /*background-position: 10px 4px;*/
	margin-left: 0em;
	width: 16.4em;
	height: 2.0em;
	border: 0px solid  rgb(255,230,231);
	padding: 15px 0px 0px 50px;
	color:  white;
	font-weight: bold;
}

/*  ----  link text formatting etc  ---- */

.leftboxmenu  a:link {
color: rgb(157,120,121);
text-decoration: none;
}


.leftboxmenu a:visited {
color: rgb(157,120,121);
text-decoration: none;
}

.leftboxmenu a:hover{
	color: black;
	background-color: rgb(255,170,191);
}


/*  ----  left menu when lifestyle is selected ----  */

.leftboxmenusel {
	float:left;
	/*background:url(/images/leftmenulinking.gif) no-repeat;
	background-color: rgb(238,77,133);	
    background-position: 10px 4px;*/
	margin-left: 0em;
	width: 16.4em;
	height: 3.2em;
	border: 0px solid  rgb(255,230,231);
	padding: 15px 0px 0px 50px;
	color:  white;
	font-weight: bold;
}

.leftboxmenusel a:link {
color: rgb(255,255,255);
text-decoration: none;
}

.leftboxmenusel a:visited {
color: rgb(255,255,255);
text-decoration: none;
}

.leftboxmenusel a:hover{
	color: black;
	background-color: rgb(255,170,191);
}



/* -------  posts  and  peer group  layout --------- */


.rightbox{
	float: left;
	background-color: rgb(240,240,240);
	margin-top: 1em;
	width: 44em;
	min-height: 40em;
	border: 4px solid  rgb(238,77,133);
	padding: 10px 10px 10px 10px;
}

.contenttab  {
	float: left;
	background: url(/images/blogposts.gif) no-repeat;
	width: 30em;
	height: auto;
	border: 0px solid  rgb(54,54,54);
	padding: 2px 2px 0px 2px;
	
}

/* --- formatting of images --- */

.contenttab .sumphoto {
	float: left;
	width: 28em;
    height: auto;
    background-color: white;
	margin-top: 10px;
	border: 3px solid rgb(225,219,220);
	
}


.contenttab .rphoto {
	float: left;
    margin-left: 2px;
	border: 0px;
	
}



/* --- formatting of Personalize  lifestyle, UI, etc--- */


.personalizetab
{
	float: left;
	border: 2px solid rgb(255,255,255);
	padding: 10px;
	width: 40em;
	margin: 0;
}

.personalizetab .grouplist
{
    float:left;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	padding: 4px 4px 4px 4px;
	width: 200px;
	margin-left: 6px;
}







/* --- formatting of activity stream --- */

.contenttab .postbox {
	float:left;
	background-color: white;
    border: 1px solid  rgb(54,54,54);
	padding: 10px 10px 10px 10px;
} 

.contenttab .postbox .type {
	float:left;
	width: 1em;
	background-color: white;
    border: 0px solid  rgb(54,54,54);
	padding: 0px 0px 0px 0px;
} 

.contenttab .postbox .stream {
	float:left;
	width: 27.2em;
	background-color: white;
    border: 0px solid  rgb(54,54,54);
	padding: 0px 0px 0px 0px;
} 


/*  ----  link text formatting for activity stream  ---- */


.contenttab .postbox .stream .author  a:link {
color: rgb(157,120,121);
text-decoration: none;
}

.contenttab .postbox .stream .author a:visited {
color: rgb(157,120,121);
text-decoration: none;
}

.contenttab .postbox .stream .author a:hover{
	color: black;
	background-color: rgb(255,170,191);
}


/* -- peer tab formatting -- */

.contenttabpeer  {
	float: left;
	background: url(/images/peergroup.gif) no-repeat;
	width: 10em;
	height: auto;
	border: 0px solid  rgb(54,54,54);
	padding: 2px 2px 0px 10px;
	
}

.contenttabpeer .peergroup  {
	float:left;
	background-color: white;
	padding: 10px 10px 10px 10px;
}


/*---- make product tab==== */
.producttab  {
	float: left;
	background: url(/images/producttab.gif) no-repeat;
	width: 30em;
	height: auto;
	border: 0px solid  rgb(54,54,54);
	padding: 2px 2px 0px 2px;
	
}


.producttab .postbox {
	float:left;
	background-color: white;
    border: 1px solid  rgb(54,54,54);
	padding: 10px 10px 10px 10px;
} 

.producttab .postbox .perlogo {
	float:left;
	width: 12em;
	background-color: white;
    border: 0px solid  rgb(54,54,54);
	padding: 0px 0px 0px 0px;
} 

.producttab .postbox .pername {
	float:left;
	width: 12em;
	background-color: white;
    border: 0px solid  rgb(54,54,54);
	padding: 3px 0px;
} 









/* ---- standard two box layout ---- */

.content .leftme { 
	float: left;
	width: 28em;
	height: 28em;
	border-right: 1px solid rgb(255,230,231);
	padding: 20px 0px 0px 20px;
}

.content .rightme {
	float: left;
	width: 32em;
	border: 0px solid  rgb(54,54,54);
	padding: 20px 0px 0px 20px;
	margin-bottom: 2em;
}









/*  ----   old css i think, maybe amazondemo --- */


.leftmid{
	float:left;
	display:block;
	width: 25em;
}
.rightmid{
	margin-left: 28em;
	width: 25em;
}


/* ---- footer layout  ---- */


.footer-wrapper{
	/*border-top: 1px solid rgb(224,32,91);*/
	border-top: 1px solid rgb(255,210,231);
	background-color: transparent;
}

.footer{
	background-color: transparent;
	padding-top:10px;
	font-size: 0.75em;
	line-height: 1.6em;
	padding-bottom: 10px;
	color: rgb(255,170,191);
}

.footer a:link, .footer a:visited{
	color: rgb(255,255,255);
	text-decoration: none;
}

.footer a:hover, .footer a:active{
	text-decoration: underline;
}

.footer .copyright-notice{
	float: right;
	color: white;
	text-align: right;
}

.footer:after 
{ 
	content: "";
	display: block;
	height: 0;
	clear: both; 
}






/*  mark demo layout  */


.result-display{ float:right;}

.result-type ul
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.result-type ul li
{
	display: block;
	width: 300px;
	padding: 8px 0px;	
}

.result-type ul li a#current
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}



/* table formatting */

table{
	border-spacing: 0;
	border: 0;
}

tr{
	border: 0; /* override other style sheet*/
}

th{
	border: 0; /* override other style sheet*/
	background-color: #DDD;
	font-size: 0.9em;
	padding: 5px 5px;
}

td{
	border: 1px solid #eee; /* override other style sheet*/
	padding: 5px 5px;
}


