@charset "utf-8";
/* CSS Document */

*{
	margin:0px;  
	padding:0px;
}
h1{
	font:bold italic 35px "Comic Sans MS", cursive;
}

title{

text-align: center;

}


header,hgroup,section,nav,article,aside,footer{
	display:block;
}

body{
background: black;
	width:100%;
	display:-webkit-box;
	-webkit-box-pack:center;

        display: -moz-box;
	-moz-box-pack:center;
}

#body_layout{
	-webkit-border-radius:25px;
	-webkit-box-shadow:rgb(110,110,110) 8px 8px 8px;

-moz-border-radius: 25px;
-moz-box-shadow: rgb(110,110,110) 8px 8px 8px;

	background:blue;
	max-width:1000px;
	margin:20px 0px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-flex:1;

	display: -moz-box;
	-moz-box-orient:vertical;
	-moz-box-flex:1;
}	

 #top_header {

 	-webkit-border-radius:25px;
	-webkit-box-shadow:rgb(110,110,110) 8px 8px 8px;

-moz-border-radius: 25px;
-moz-box-shadow: rgb(110,110,110) 8px 8px 8px;
 
text-align:center;
background:red;
border: 2px solid black;
padding:10px;
}

#section_body{
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	
	display: -moz-box;
	-moz-box-orient:horizontal;
}

#main_section{
    -webkit-box-flex:1;
	border:1px solid red;
	margin:20px;
	padding:20px;
}

.song{

color: red;
font-style: italic;

}

#chorus{

color: violet;

}

#theChorus{

color: blue;

}

.repeat{

color: violet;
font-weight: bold;

}
	
#body_footer{
     text-align: center;
     color: white;
	padding:20px;
	border-top:2px solid #00F;
}

article{ 
border: 2px solid red;
-moz-box-flex:1;
-webkit-box-flex:1;

background: url(madz.jpg);
 	-webkit-border-radius:15px;

 -moz-border-radius:15px;

text-align: center;
margin-bottom: 25px;

}

article h3{

color: blue;

}

 article h4{

color: pink;
font-style: italic;

} 

 article h5{

color: violet;

} 

#playSong{

color: blue;
margin-top: 170px;

}
 

audio{

margin-top: 20px;

}


#play{

padding-top: 10px;
padding-bottom: 40px;
background: url(missNgiti.jpg);
margin-bottom: 10px;
height: 250px;

}
 





/* 

display: -moz-box;

-moz-box-pack:    start | center | end | justify 

 -moz-box-orient: vertical; 

-moz-box-align: center;  */
