/* stylesheet.css */

/* Page header style */
#header{
     /*border: 1px solid black; */
    height: 60px;
     width: 450px;
     text-align: left;
     padding: 15px;
     margin: 12px auto auto 170px;

}
img.logo {
	width: 420px;
}
/* Body text and page background */

body{
	margin: auto;
	padding: auto;
	/*border: 1px solid black; */
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
   	background-image: url("images/wood_bgbkgnd.jpg");     
   	background-repeat: repeat;   
   }

p.title{
	margin-top: 4em;
	}
.press {
	margin-left: 174px;
}

/* Add some margin space to main content */

#container {
	width: 650px;
	margin: auto;
	padding: auto;
}

#main{
       /* margin-left must equal */
       /* total width of left sidebar */
    /*border: 1px solid black;*/
	float: left;
	width: 450px;
	display: inline;
	
       /* I added the height value to push down the footer and cover photo */
}

#main p.top
 {
	margin-top: 20px;
}

/* Page footer style */
#footer{
    /*border: 1px solid black; */
     text-align: left;

}

/* Style for images */
img{
   border: 0px;
   margin-bottom: 5px;
   display: block;
}
/* Add some margin space to main content */
#play{
       /* margin-left must equal */
       /* total width of left sidebar */
       padding-top: 50px;
       /* I added the height value to push down the footer and cover photo */

}

/* Adapted from main content */
#lyrics{
       margin-left: 20em;
}


#table{
       margin-left: -25em; 
       font-weight: bold; 
       }


/* Add some margin space to main content */
#last{
       margin: 1em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 11em;
}

/* Style for sidebar column */
#sidebar{
    /*border: 1px solid black; */
           
height: 330px;
float: left;
           padding-top: 15px;
           margin: .5em;
           width: 160px;
           display: inline;
            /* Total width is 10em */
}


/* Downloads (documents) */
   .downdoc {
   font-size: 11px;
   color: #000000; /* black */
   font-weight: bold;
   text-decoration: none;
}

/* Index Page Cover Photo */
   div.mainphoto {
	width: 100%;
	text-align: right;
	}

/* Unvisited links (black) */
a:link {
	text-decoration: bold;
	color: #000000; /* black */
   }

a:active {
	color: #fff;
}

a:visited {
   color: #000000; /* black */
   text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

/* Unvisited links (blue) */
a.bluelink:link, a.bluelink:visited, a.bluelink:active {
   color: #0066CC; /* blue */
   text-decoration: none;
}

a.bluelink:hover {
	color: #fff;
	text-decoration: none;
}

/* Level 1 headings */
h1 {
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CC;
 text-align: center;
}
/* Level 2 headings */
h2 {
    margin: 1px;
    margin-top: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #0066CC;
    text-align: left;
    text-decoration: none;
    font-weight: bold;

}
/* Level 3 headings */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CC;
 text-align: right;
 font-style: italic;
}
h3 a.blue {
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CC;
 text-align: right;
 font-style: italic;
}
h3 a.blue:hover {
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-align: right;
 font-style: italic;
}

h3.left{
	text-align: left;
	margin-top: -.15em;
}

/* Level 3 headings */
.topmargin h3 {
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CC;
 font-style: italic;
 margin-top: 5em;
 margin-left: 0em;
}


/* Float image to left of paragraph */
img.floatLeft{
    /*border: 1px solid black; */
   float: left;
   margin-right: -35px;
   padding: 0px;
}

/* Float image to right of paragraph */
img.floatRight{
   float: right;
   /*border: 1px solid black; */
   margin: 10px 10px 0 10px;
}
/* Center image between margins */
div.center{
    /*border: 1px solid black; */
   width: 100%;
   text-align: center
}
 table.c5 {width: 30em; text-align: left;}

