/* clear floats without extra markup */
* html .clear {
	height: 1%;
}
.clear {
	clear: both;
	background-color:white;	
}
.clear:after {
	content: "";
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* base styles */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #D5D9DC url(http://images.mystyle.com/mystyle/images/bg_grey.jpg) no-repeat top center;
	font: 12px arial, helvetica, san-serif;
	color: #3e3e3e;
}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
h1 {font-size: 28px; letter-spacing: -.1em;}
h2 {font-size: 25px; letter-spacing: -.1em;}
h3 {font-size: 18px; letter-spacing: -.1em;}
h4 {font-size: 11px;}
ol {clear: both; margin: 0 0 0 30px; padding: 0; list-style: decimal outside;}
ul {clear: both; margin: 0; padding: 0; list-style: none;}
li {margin: 0; padding: 0;}
hr {clear: both; display: none;}
a {
	color: #8297cc;
	text-decoration: none;
}
a:hover {
	color:#D91964;
	text-decoration: underline;
}

/* page layout styles */
#page {
	width: 990px;
	margin: 0 auto;
}
#header {
	position: relative;
	z-index: 20;
	width: 990px;
	margin: 7px 0 0 0;
}
#header_container{
	float:right;
	width:730px;
	*overflow:hidden;
}
#logo {
	float:left;
	width:240px;
	position:relative;
	top:87px;
	left:15px;
}
*html #logo{ top:97px; } /* IE6 */
*+html #logo{ top:97px; } /* IE7 */

#logo a {
	display: block;
	width: 249px;
	height: 67px;
	text-indent: -10000px;
	background: url(http://images.mystyle.com/mystyle/images/mystyle_trans_09.png) no-repeat;
	cursor: pointer;
}
* html #logo a {
	background: url(http://images.mystyle.com/mystyle/images/spacer.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.mystyle.com/mystyle/images/mystyle-trans.png",sizingMethod=crop);
}
#ad_leaderboard {
	width: 728px;
	height: 90px;
	margin-bottom:10px;
}
#synd {
	display: inline;
	float: left;
	width: 280px;
	margin-left: 450px;
	margin-top: 10px;
	font: 11px arial, helvetica, san-serif;
	color: #91A1AE;
}
#synd a{
	color: #91A1AE;
}
#synd img{
	vertical-align: middle;
	padding-bottom:2px;
}
#search {
	height:26px;
	clear:both;
	width:100%;
	background: url(http://images.mystyle.com/mystyle/images/bg_whitetop_small.png) no-repeat top left;
}
#search form{
	float:right;
	margin:7px 15px 0 0;
}
#search input#search_keyword {
	float: left;
	width: 160px;
	height: 16px;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	font-family: 'Lucida Grande';
	line-height: 11px;
	padding-left: 2px;
	padding-top: 1px;
}
#search input#search_image {
	display: block;
	float: left;
	width: 68px;
	height: 19px;
	background: url(http://images.mystyle.com/mystyle/images/search.gif) no-repeat;
	text-indent: -10000px;
}
#main {
	position: relative;
	clear:both;
	background: #fff;
}
#content {
	position: relative;
	padding: 5px 0 40px;
}

#ad_sponsor {
	background: #fff;
	float: right;	
	padding: 5px 25px 5px;
	width: 945x;
}

#blog_ad_sponsor {
	background: #fff;
	float: right;	
	padding: 5px 5px;
}

/* sponsor ad css for logos in show package */
#show_ad_sponsor {
	float: right;	
	padding: 0px;
}
#show_ad_sponsor_main {	
	padding: 	0px;
	position:	absolute;
	right:		0px;
	width:		260px;
	z-index:	1;
}
.sponsor_ad{
	float:	right;
	padding:	5px;
}

/* These styles are for the mystyle sitemap */
#sitemap{ padding:10px 20px; }
#sitemap h2{ border-bottom:solid 5px #ccc; color:#d91964; margin:0 0 15px 0; }
#sitemap h3{ color:#666; border-bottom:solid 3px #ccc; }
#sitemap ul{
	clear:none;
	float:left;
	padding:0 40px 20px 0;
	width:260px;
}
#sitemap a, #sitemap a:visited{ color:#8Fa6a3; }
#sitemap a:hover{ color:#d91964; text-decoration:underline; }
#sitemap li{ margin:3px 0 2px 5px; }
#sitemap ul#photos{ width:600px; }

