/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style-type:circle; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... stuff below this I added */

 /* zeroes all margins and paddings */
 *, body, table, td, p, ul, ol, li, form {
 	margin: 0;
 	padding: 0;
 }
 
/* Now for the Freckles Brown Band custom styles*/

body {
    font-family: Times Times New Roman, Serif;
	font-size: small;
	color: #222222;
	background-color: #000000;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center; /* weird ie centering bug */
}


#wrapper 
{
    text-align: center; /* weird ie centering bug */
}

#content {
    text-align: center; /* weird ie centering bug */
    margin: 0 60px;
	}

h1 {
    margin: 20px 0;
    color: #ffba30;
    }
    
.printH1{
    margin: 20px;
    }
   
    
.printMargins {
    margin: 10px;
    }
    
h2 {
    margin: 20px 0;
    color: #ffba30;
    line-height: 1.1em;
}
  
.topnav
    {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 65px;
    }	
    
.topnav table {
    margin: auto;
    }
    
.bottomNav {
    font-size: 75%;
}

.bottomNav table {
    margin: auto;
    }
    
.printOnly {
	display: none;
}

a, a:link, a:visited, a, a:link, a:visited {
   color: #000000;
    }
    
a:hover, .a:active, a:hover, a:active 
{
     color: #000000;
    }
    
.floatLeft {
float: left;
}

.floatRight {
float: right;
}

.alignLeft {
    text-align: left;
    }
    
.paragraph {
    text-align: justify;
    margin: 20px 50px 0 30px;
    }
    
 /* Home Page */   
.homepageimg {
    margin: 20px;
    }
/* Schedule Page */

.schedulepageimg {
    margin: 20px 0px 20px 0px;
    }

.schedule  {
    margin-left: 0px;
    }
    
.schedule ul {
   list-style: none;
}

.schedule li {
   margin: 0 0 20px 0;
}

#mailingList 
{
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}

#starImage
{
    float: left;
}

     
/* mpg3 Page */

#listen ul {
   list-style: none;
}

.listenTable 
 {
    width: 90%;
    text-align: center;
    margin: auto;
 }

/* Songlist */
/*
#songListTable
{
   margin: auto;
   width: 100%;
   text-align: left;
}

#songListTable tr {
    line-height: 1.5em;
    }
    
#songListTable td
    {
    width: 50%;
    }
    
#songListTable td.left
    {
        text-align: right;
    }
    */
.songListColumn {
width: 33%;
}

 .song 
 {
 	margin: 10px;
 }
 
 sup {
    font-size: 120%;
    }
    
/*  Bios Page */

hr {
    color: #003366;
    margin: 10px;
    }
       
.NWWeb	{
	margin-top: 10px;
			}	
		
.clearit {
    clear: both;
    }	 
    
/* bio page */

#bioPage {
    width: 100%;
    margin: auto;
    }
   
.bioPicLeft {
    float:left;
    }
.bioPicRight {
    float: right;
    }
    
.bios {
    margin-bottom: 30px;
    }
    
.bios div {
   /*margin: 20px 20px;*/
    }
    
/* Subscribe Page */

#subscribeTable td {
    text-align: right;
}

#mailingList 
{
    /*margin-left: auto;
    margin-right: auto;*/
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}

#subscribe 
{
   margin-left: auto;
   margin-right: auto;
   width: 90%;
}

#starImage
{
    float: left;
}

#starImageRight {
    margin: 5px 0 0 8px; 
    text-align: right;
    }
    
/* Previous Venues */

#previousDates {
    text-align: left;
    list-style-type: square;
    }
    
.previousDates {
    text-align: left;
    margin: 20px 5px;
    }
    
.italisized
{
    font-style: italic;
    color: #ffba30;
}

#placeholder	{
	/*position:relative; */
	width:664px; 
	height:60px;
	margin: auto;
	/*text-align: left;*/
}
/* made wider for the previous dates page, so really isn't at column for the printed page */
.column {
width: 75%;
}

.centered {
    margin: auto;
    /*padding: auto;*/
}

#flashcontent {
		border: solid 0px #000;
		width: 450px;
		height: 370px;
		margin: auto;
		/*padding: auto;*/
		}

.printOnly {
display: block;
}

.screenOnly {
display: none;
}