@charset "UTF-8";
/* CSS Document */

/* ==================== HOME ==================== */

#pinkWrapHome {
	position:relative;
	width:900px;
	height:543px;
	background:url(/_common/bg/pink_home.png) 0 0 no-repeat;
	margin:0 auto;
}
#pinkWrapHome #legs {
	position:absolute;
	top:0;
	left:679px;
	background:url(/_common/img/legs_home.png) 0 0 no-repeat;
	width:300px;
	height:571px;
}
#pinkWrapHome #mediaWindow {
	float:left;
	margin:68px 0 0 29px;
	width:346px;
}
#pinkWrapHome #contentHome {
	float:right;
	margin:78px 168px 0 0;
	width:335px;
	color:#fff;
}
#pinkWrapHome #contentHome h2 {
	font-size:2.8em;
	padding:0;
	margin:0;
	line-height:1em;
	font-weight:normal;
}
#pinkWrapHome #contentHome p {
	font-size:1.2em;
	line-height:1.6em;
	width:290px;
}
#pinkWrapHome #newsfeed {
	width:608px;
	border-top:1px solid #FEA5CA;
	border-bottom:1px solid #FEA5CA;
	margin:21px 0 40px 39px;
	padding:6px 3px;
}
#newsfeed ul {
	margin:0;
	padding:0;
	list-style:none;
}
#newsfeed ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#newsfeed ul li#newsTitle {
	font-size:1.4em;
	border-right:1px solid #FC278A; 
	padding-right:1em;
}
#newsfeed ul li#newsImg {
	padding: 0;
	padding-left:1em;
}
#newsfeed ul li#newsTeaser {
	padding-left:1em;
	font-size:1.1em;
	color:#f0f0f0;
}
#newsfeed ul li#newsTeaser a {
	color:#333;
	text-decoration:none;
	line-height:2em;
}
#newsfeed ul li#newsTeaser a:hover {
	text-decoration:underline;
}