/* Stylesheet for the Music section of the website */

body 
 {
  background: #fff url(images/bgrnd_music.jpg);
  text-align: center; margin: 0px;
 }

/* Light purple background page and section delimiters */

.page
 {
  background-color: #e0e0ff;
  position: relative;
  text-align: left;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px 10px 5px;
  width: 860px;
 }

/* Standard header for all pages */

.header
 {
  background-color: #e0e0ff;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-right: auto; 
  margin-left: auto;
  width: 860px;
  padding: 10px 5px 10px 5px; 	
 }

/* Standard footer (update info) for all pages */

.footer
 {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 70%;
  font-weight: bold;
  color: black;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
 }

/* Image floats */

.left
 {
  float:left;
  padding: 5px 5px 0px 5px;
 }

.right
 { 
  float: right;
  padding: 5px 5px 0px 5px;
 }

/* Box for centre aligned images */

.box
 { 
  background-color: transparent;
  position: relative; 
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto; 
  margin-left: auto; 
 }

/* Image caption box for left/right floats */

.caption
 { 
  background-color: transparent;
  margin-right: auto; 
  margin-left: auto;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 80%;
  font-weight: 600; 
  color: black;
  text-align: center;
  padding: 5px;
  }


/* Font styles, sizes, link colours and what 'ave yer! */

a:link {color: #0000ff; background-color: transparent;}
a:visited {color: red; background-color: transparent;}
a:hover {color: #669900; background-color: transparent;}
a:active {color: blue; background-color: transparent;}

/* Headers */

h1
 {
  background-color: transparent;
  color: black;
  text-align: center; 
  font-family: Comic Sans MS, Arial, sans-serif;  
  font-size: 300%;
  font-weight: bold;
 }

h2 
 {
  background-color: transparent;
  color: black;
  text-align: center; 
  font-family: Comic Sans MS, Arial, sans-serif;   
  font-size: 200%;
  font-weight: bold;
 }

h3 
 {
  background-color: transparent;
  color: black;
  text-align: left; 
  font-family: Comic Sans MS, Arial, sans-serif; 
  font-size: 100%;
  font-weight: bold;
 }

/* General page text */

p 
 {
  background-color: transparent;
  font-family: Comic Sans MS, Arial, sans-serif;
  color: black;  
  font-size: 80%;
  font-weight: 600;
 }

/* Bulleted (ul) and numbered (ol) lists */

ul.disc 
 {
  background-color: transparent;
  list-style-type: disc; 
  font-family: Comic Sans MS, Arial, sans-serif;
  color: black;
  font-size: 80%;
  font-weight: 600;  
 }

ol.decimal 
 {
  background-color: transparent;
  list-style-type: decimal; 
  font-family: Comic Sans MS, Arial, sans-serif;
  color: black;
  font-size: 80%;
  font-weight: 600;  
 }





