.purple_box{
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	width:780px; 
	height:370px; 
	background-image:url('../../images/purple_bkg.png');
}
.landing_page_background .purple_box{
	margin-top: 20px;
}
.purple_box .additional{
	position: absolute;
	top: 14px;
	right: 0px;
}
.purple_box .additional .link{
	display: block;
	width: 29px;
	height: 29px;
}
.purple_box .additional .link.facebook{
	float:right;
	margin-right: 10px;
	background-image:url('../../images/social/purple_facebook.png');
}
.purple_box .additional .link.facebook:hover{
	background-image:url('../../images/social/purple_facebook_over.png');
}
.purple_box .additional .link.google{
	float:right;
	margin-right: 5px;
	background-image:url('../../images/social/purple_googleplus.png');
}
.purple_box .additional .link.google:hover{
	background-image:url('../../images/social/purple_googleplus_over.png');
}
.purple_box_bigtitle{
	position: absolute; 
	left: 21px; 
	top: 40px; 
	bottom: 40px;
}
.purple_box_bigtitle.center{
	left: 30px;
	top:100px;
}
.purple_box_bigtitle span{
	width: 100%;
	line-height: 12px;
}
.purple_box_bigtitle span.light{
	font-size: 130%;
	color: #c1c1bd;
}
.purple_box_bigtitle span.light.xl{
	font-size: 160%;
	color: #c1c1bd;
}
.purple_box_bigtitle span.dark{
	font-size: 150%;
	color: #9b9c9a;
	margin-left: 160px;
}
.purple_box_bigtitle span.dark.xl{
	font-size: 180%;
	line-height: 35px;
}
.purple_box_bigtitle span.purple{
	font-size: 170%;
	color: #c35092;
}
.purple_box_bigtitle span.purple.xl{
	font-size: 200%;
}
.purple_box_bigtitle h1{
	color:#202A30;
	font: 34px arial, helvetica, sans-serif;
	font-weight: bold;
}
.purple_box_title h1{
	color: #000; 
	font: 34px arial, helvetica, sans-serif; 
	font-weight: bold;
}
.purple_box_text{
	position: absolute;
	left: 40px;
	top: 170px;
	color:#666666;
	font: 18px arial, helvetica, sans-serif;
	width:340px;
}
.purple_box_text.center{
	color: #9b9c9a;
	top: 230px;
	left: 30px;
}
.purple_box_text ul{
	list-style-type:disc;
}
.purple_box_text li{
	margin-bottom:15px;
}
.purple_box_right{
	position: absolute; 
	left: 533px; 
	height: 370px; 
	width: 247px;
	color: #FFF;
}
.purple_box_titlelink{
	font: 18px/1.55em arial, helvetica, sans-serif;
	position: absolute; 
	left: 0px; 
	top: 92px; 
	width: 207px; 
	height: 25px; 
	padding: 2px 10px;
}
.purple_box_titlelink a{
	text-decoration:none;
	color:#FFF;
}
.purple_box_links{
	color: #000; 
	position: absolute; 
	left: 0px; 
	height: 25px; 
	padding: 2px 30px;
	width: 207px; 
}
.purple_box_links a{
	color: #fff;
	font: 16px/1.55em arial, helvetica, sans-serif;
}
.purple_box_links.link1{
	top: 132px; 
}
.purple_box_links.link2{
	top: 162px; 
}
.purple_box_links.link3{
	top: 191px; 
}
.purple_box_links.link4{
	top: 222px; 
}
.purple_box_links.link1:hover {
	background-image:url(../../images/purple_button_over_1.png);
	background-repeat:no-repeat;
}
.purple_box_links.link2:hover {
	background-image:url(../../images/purple_button_over_2.png);
	background-repeat:no-repeat;
}
.purple_box_links.link3:hover {
	background-image:url(../../images/purple_button_over_3.png);
	background-repeat:no-repeat;
}
.purple_box_links.link4:hover {
	background-image:url(../../images/purple_button_over_4.png);
	background-repeat:no-repeat;
}
.landing_page_wrapper{
	width:780px;
	margin-left: auto;
	margin-right: auto;
}
.landing_page_box{
	width: 246px;
	height: 130px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #e9eaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.landing_page_box.last{
	margin-right: 0px;
}
.landing_page_background{
	position: absolute;
	width: 100%;
	height: 100%; 
	top: 0; 
	left: 0; 
	background: #ededed;
	background: -moz-radial-gradient(center, ellipse cover,  #ededed 0%, #5a7c7f 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ededed), color-stop(100%,#5a7c7f));
	background: -webkit-radial-gradient(center, ellipse cover,  #ededed 0%,#5a7c7f 100%);
	background: -o-radial-gradient(center, ellipse cover,  #ededed 0%,#5a7c7f 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #ededed 0%,#5a7c7f 100%);
	background: radial-gradient(ellipse at center,  #ededed 0%,#5a7c7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#5a7c7f',GradientType=1 );
}
.landing_page_box .title{
	position: relative;
	margin: 2px 0 0 10px;
}
.landing_page_box .title a{
	color: #444;
}
.landing_page_box .artist{
	margin: 2px 0 0 10px;
	font-size: xx-small;
	position: relative;
	top: -5px;
}
.landing_page_box .duration{
	float: right;
}
.landing_page_box .category_list{
	text-align: justify;
}
.landing_page_box .category_list a {
	margin-right: 5px;
}
.landing_page_background .footer-container{
	clear:both;
}
.landing_page_background .footer-container .footer .informational{
	text-align: center;
}
.landing_page_box .ad-text{
	font-size: 110%;
	font-weight: bold;
}
.heading-image{
	float:left;
	margin-right: 5px;
}
.logo{
	float: left;
	width:260px;
	font-weight: bold;
}
.logo img{
	margin-left: -41px;
}
