/* CSS Document */


* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
html {
background: #fff;
}
body, html {
color: #000000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
}
body {
font-size: 70%;
min-width: 760px;
}
p {
padding: 7px 0 7px 0;
}
a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}
h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1.1em;
text-decoration:underline;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
min-height: 400px;
border: 1px solid #000;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {

background: #000066;
padding: 10px

}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;
padding-right: 130px;

background: #fff url("../images/underfooter_bg.jpg") top repeat-x;

}
/*** This is the visible right col background. Because of IE (both 6 and 7) the right col background and inner border is in fact an repating image where 1px of the left part of the image is black, and is simulating a border.
***/
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 100%;
border: 1px solid #000;
border-width: 0 0 0 1px;
margin-left: -2px; /*** This fixes a small overlap problem. Without this the border on the left side of the right column won't be visible ***/
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;

margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
margin-right: -165px; /*** Same length as .outer padding-left but with negative value ***/
width: 100%;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 30px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}


.contentWrap a, a:hover {
color: #000000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
text-decoration:none;
min-width: 760px;
}

.contentWrap em {
text-decoration:none;
font-style:normal;
}


/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 150px;
min-height: 350px;
padding-left: 10px;
padding-top:30px;
padding-right: 0px;
}
* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 200px;
position: relative; /*** IE needs this  ***/
padding: 5px;
min-height: 250px;
margin-right: -100px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
* html #right {
height: 250px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
text-align: center;
background: #CCCCCC url("../images/footer_bg.jpg") top repeat-x;
}

/*******************************
The ones that unhides
********************************/
#drumline-warmups-text-wrap{
display:none;
}

#drumline-warmup-text-wrap{
display:none;
}

#drumline-method-book-text-wrap{
display:none;
}

#drumline-exercises-text-wrap{
display:none;
}

#snare-warmups-text-wrap{
display:none;
}

#snare-exercises-text-wrap{
display:none;
}

#percussion-exercises-text-wrap{
display:none;
}

#battery-exercises-text-wrap{
display:none;
}

/*********************************
The ones that dont unhide
**********************************/

/**Build your own method book pages**/
#Drumline-Warmups {
display:none;
}
#Drumline-Warmup {
display:none;
}

#Drumline-Exercises{
display:none;
}
#navigation-page-text-wrap{
display:none;
}

#Snare-Warmups{
display:none;
}

#Snare-Exercises{
display:none;
}

#Percussion-Exercises{
display:none;
}
#Battery-Exercises{
display:none;
}

/**S and E pages**/
#Percussion-solos{
display:none;
}

#method-book-options-wrap{
display:none;
}

#method-book-options-wrap th{
font-size:90%;
}

#nutcracker-options-wrap{
display:none;
}

#nutcracker-options-wrap th{
font-size:90%;
}
