/**********************************
 * TITLE: Music4Kids Screen Stylesheet  * 
 * URI  : m4k-screen.css    *
 * MODIF: 03-06-05 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0; 
  padding: 10px 10px 10px 10px;
  width: 875px;
  overflow: hidden auto;
  }

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smalltext {
  font-size:6pt;
  }
 
.thankyou {
  font-size:10pt;
  }

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

.sale {
  color: #DD0000;
  font-weight: 600;
  }


#lollipopboy {
float: right;
position: relative; 
display: block; 
border: 10px solid white; 
top: 5px; 
left: 2px; 
padding: 0; 
margin: 5px 5px 5px 5px; 
}

#guitarchord {
float: left;
position: relative; 
display: block; 
border: 10px solid white; 
top: 5px; 
left: 2px; 
padding: 0; 
margin: 5px 5px 5px 5px; 
}

/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #663399;
  width: 870px;
  padding: 2px 2px 2px 2px;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: rgb(99,49,156);
  background-color: rgb(247,187,10);
  font-size: 90%;
  text-align: center;
  margin: 0;
  width: 875px;
  padding: 0.5ex 0;
}

.subHeader a {
  color: rgb(99,49,156);
  background-color: rgb(247,187,10);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: white;
  background-color: rgb(99,49,156);
  font-weight: bold;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  background-color: #EDE4F8;
  width: 183px;
  float: left;
  clear: left;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.leftSideBar .sideBarTitle {
  color: #FFFF00;
  background-color:#009900;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
  overflow: hidden;
}

.leftSideBar a {
  color: rgb(99,49,156);
  background-color: transparent;
  font-weight: 700;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(247,187,10);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
  width: 180px;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 200px;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: #FFFF00;
  background-color: #009900;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #3C2456;
  background-color: transparent;
  text-decoration: underline;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  font-family: arial;
  font-size: 6pt
  line-height: 1em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 10px 0 12.5em;
  padding: 0.5ex 15em 0em 1em;
  border-left: 0px solid rgb(216,210,195);
}

#main-copy h1 {
  color: #DD0000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10 pt;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
  color: #3C2456;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #663399;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: .5em 0mm 0em 0mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}