/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background: #D585E6;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #333; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	}

p {color:#666666;}

#wrap {
	width: 100%;
	text-align: left;
	margin:0 auto;
	border-top: solid 4px #F26DB5; 
	}
	
#header {
	background: url(../images/header-bk.jpg); background-repeat: repeat;
	float: left;
	width: 100%;
	}

#header-social {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	margin: 0 0 5px 0;
}	

.logo {
	border: none;
	margin: 10px 0 10px 20px;
	float: left;	
	}

#social-icons {
	width: 210px;
	margin: 30px 10px 0 325px;
	float: left;
}

	#social-icons img {
		margin: 0 15px 0 0;
		border: none;
	}

#nav ul {float: left;}

#nav li {
	list-style:none;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-left:2px;
	height: 24px;
	padding: 3px 3px;
	text-align: center; 
		}

#nav li.home {margin: 0;}
		
#nav li.active {
	background: #F26DB5;
	height: 24px;
	color: #FFFFFF;
	margin: 0;
}

#nav li.sub-active {
	background: #F26DB5;
	height: 24px;
	color: #FFFFFF;
	margin-left:2px;
}

#nav li a {
	text-decoration: none;
	padding: 0 33px;
	font: arial;
	font-weight: bold;
	color: #FFF9CF;
		}
		
#nav li a:hover { 
	
	padding: 4px 33px 5px 33px;
	color: #F26DB5;
	}

#inner-wrap {
	width: 100%;
}

#content {
	background: url(../images/quinceanera-bk.gif); background-repeat: repeat;
	width: 100%;
	margin: 0;
	border-top: solid 3px #F26DB5;
	float: left;
	padding: 0 0 25px 0;
	}

	*html #content {margin: 0;}
	*+html #content {margin: 0;}

#content-sub {
	width: 100%;
	margin: 30px 0 0 0;
	}

#SlideShowDiv {
	margin: 15px 10px 15px 10px;
	float: left;
	}

 *html #SlideShowDiv  {margin: 15px 5px 15px 5px;}
 *+html #SlideShowDiv  {margin: 15px 5px 15px 5px;}

#side-text {	
	padding-top: 0;
	margin-top: 15px;
	float: left;
	height: 365px;
	font-size: .9em;
	width: 350px;
	clear: right;
		}
	
#side-text p {margin-bottom: 20px; color:#666666;}
#side-text a {
	color: #FB2DEA;
	font-weight: bold;
	font-size: .9em;
	}
#side-text a:hover {
	color: #0066CC;
	}
	
#magnets {
	padding: 5px;
	float: left;
	clear: both;
	width: 1050px;
	}

#magnets p {
	font-size: .9em;
	margin: 10px 0 18px 0;
	color:#333333;
	}

#magnets a {
	color: #FB2DEA;
	font-weight: bold;
	font-size: .9em;
	}

#magnets a:hover {
	color: #0066CC;
	}
	

#magnets img {
	float: left;
	margin: 5px 10px 5px 5px;
	border: none;
	}
	
#magnet-01 {
	width: 270px;
	height: 136px;
	float: left;
	margin: 0 35px 0 25px;
	padding: 3px;
			}

#magnet-02 {
	width: 270px;
	height: 136px;
	float: left;
	margin: 0 35px 0 0;
	padding: 3px;
			}

#magnet-02 img {
	margin-top: 25px;}

#magnet-03 {
	width: 270px;
	height: 136px;
	float: left;
	padding: 3px;
	margin: 0;
			}
	
h2 {
	font-size: 1.4em;
	color: #C062D4;
	margin: 0 0 10px 0;
	}

h3 {
	font-size: .9em;
	color: #D65FEF;
	margin: 5px;
	}

h4 {
	font-size: 1.8em;
	font-weight: bold;
	color: #3366CC;
	border-bottom: #FF99CC solid 2px;
	width: 1050px;
	padding-bottom: 4px;
	margin-bottom: 17px;
	}

h5 {
	font-size: 1.1em;
	color: #D65FEF;
	margin-bottom: 2px;
	}	

h6 {
	font-size: 1.1em;
	color: #0066CC;
	margin-bottom: 10px;
	}

	
#sub-content {
	padding: 25px 0 10px 20px;
	width: 1050px;
	font-size: .9em;
	}

#sub-content img {
	float: right;
	border: #CCCCCC solid 1px;
	padding: 3px;
	margin: 0 10px 5px 10px;
	}

#sub-content p {
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 20px;
	}

#sub-content a {
	color: #0066CC;
	text-decoration: none;
	}

#sub-content a:hover {
	color: #80237A;
	}

#footer {
	width: 100%;

	text-align: center;
	padding: 20px 0;
	background: url(../images/footer-bk.jpg) #FFFFFF repeat;
	float: left;
	}

#footer a {
	color:#FFFFFF;	
	}

#footer a:hover {	
	color: #0033CC;
	text-decoration: none;
	}

#footer ul {
	list-style: none;
	padding: 0 0 0 30px;
	
	
	}

#footer li {
	float: left;
	font-size: .8em;
	color: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
	border-right: #FFFFFF solid 1px;
	}

#footer li.last {
	border: none;
	}

#music-player {
	text-align: left;
	margin-top: 5px;
		}

	#buy-box-01 {
	width: 560px;
	float: left;
	text-align: center;
	background: url(../images/magnet-bg.jpg);
	margin: 0 40px 10px 30px;
	padding: 10px;
	border: dashed 4px #D65FEF;
	}

	#buy-box-02 {
	width: 560px;
	float: left;
	text-align: center;
	background: url(../images/magnet-bg.jpg);
	margin: 0 0 10px 20px;
	padding: 10px;
	border: dashed 4px #D65FEF;
	}
	#buy-box-03 {
	width: 560px;
	float: left;
	text-align: center;
	background: url(../images/magnet-bg.jpg);
	margin: 10px 40px 0 30px;
	padding: 10px;
	border: dashed 4px #D65FEF;
	}
	#buy-box-04 {
	width: 560px;
	float: left;
	text-align: center;
	background: url(../images/magnet-bg.jpg);
	margin: 10px 0 0 20px;
	padding: 10px;
	border: dashed 4px #D65FEF;
	}

#sheetmusic {
			 float: left;
			}
			
#sheetmusic img.sheet-music {
	margin: 5px 0 0 2px;
	float: left;
	}
	
#buy-bottons {
	width: 1050px;
	float: left;
	margin: 0 0 10px 0;
}

#buy-bottons img {
	float: left;
	border: #CCCCCC solid 1px;
	padding: 3px;
	margin: 0 3px;
}

.buy-button1 a:hover img {
	color: #00CCCC;
	}

a#rollover-image-01 {
	display: block;
	background: url(../images/buy-buttom1.jpg) 0 0 no-repeat;
	width: 246px;
	height: 203px;
	border: none;
	cursor:default;
	}


a#rollover-image-02 {
	display: block;
	background: url(../images/buy-buttom2.jpg) 0 0 no-repeat;
	width: 246px;
	height: 203px;
	border: none;
	cursor:default;
	}

a#rollover-image-03 {
	display: block;
	background: url(../images/buy-buttom3.jpg) 0 0 no-repeat;
	width: 246px;
	height: 203px;
	border: none;
	cursor:default;
	}
	
a#rollover-image-04 {
	display: block;
	background: url(../images/buy-buttom4-hover.jpg) 0 0 no-repeat;
	width: 246px;
	height: 203px;
	border: none;
	cursor:default;
	}

#sub-content .thumbnail {float: none;}

ul.news-stories {
	color:#FF66CC;
	margin-left: 20px;
	}
