/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 90%/120% Arial, Verdana, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

ol, ul{
	margin-left:30px;
}

a{
	font-weight:bold;
	text-decoration:none;
}


a:hover{
	text-decoration:underline;
}

body{
	background:#D4EDED;
	text-align:center;
}

#wrapper {
	margin: 0 auto;
	width:780px;
	text-align:left;
	background: url('images/backgrounds/wrapper-tile.jpg');
}

#header{
	background: url('images/backgrounds/header.gif') no-repeat 40px 20px;
	height:100px;
}

#header h3 {
	margin:0 0;
	padding:30px 70px 0 0;
	font-size:30px;
	text-align:right;
	letter-spacing:0.2em;
	color:#006;
	font-family:Georgia, serif;
}

#header p{
	margin:2em 0 2em 65px;	
}

#footer{
	background: url('images/backgrounds/footer-bg.jpg');
	height:72px;
	clear:both;
	padding-left:65px;
	height:78px;
	color:#888;
	font-size:0.85em;
}

#footer a{
	color:#888;
}

#content{
	clear:both;
	padding:5px 85px 15px 65px;
}

#content h4{
	background:#CFE2E2;
	padding:0.3em;
	border:1px solid #aaa;
	font-size:13px;
}

#content h5{
	font-size:10px;
	text-decoration:underline;
}

#content p{
	letter-spacing:0.02em;
	line-height:1.4em;
	text-align:justify;
}

td{
	letter-spacing:0.02em;
	line-height:1.4em;
}

#content ol.footnotes{
	font-size:0.8em;
	margin-left:10px;
}

#navigation ul{
margin:0 60px 0 65px;
width:651px;
}

#navigation ul li{
  list-style:none;
float:left;
margin:0;

}

#navigation a#navTop{
	border:1px solid #999;
}


#navigation li a{
  	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
  	padding:5px;
	display:block;
	width:115px;
	text-decoration:none;
    background:#006;
    text-align:center;
    font-size:14px;
    color:#fff;
    font-weight:bold;
}

#navigation li a:hover{
	background:#DFDFEF;
	color:#006;
}

input.lyricLine{
	width:300px;
	border:1px solid #abb;
	margin:2px;
}

table.lyrics{
	margin-top:10px;
}

table.lyrics{
}

table.lyrics td.slogan{
	padding-top:6px;
	padding-left:0;
	width:60px;
}

table.lyrics td.tip{
  padding-left:20px;
    text-align:left;
    color:#009;
}
table.lyrics td.tip2{
    color:#666699;
}
table.lyrics td.tip img{
  margin:0 5px 5px 0px;
}



/*Front Page Error Message*/
p.error{
	border-top:2px solid #f00;
	border-bottom:2px solid #f00;
	padding:0.3em 0.6em 0.3em 0.6em;
	background:#FBDBDB;
	font-style:italic;
}

table.printLyrics td.chord{
	padding:4px 1px 0px 1px
}

table.printLyrics td.lyrics{
	padding:0px 1px 4px 1px
}


#content h4.pageTitle{
	background:transparent;
	border:0;
	padding:0;
	text-decoration:underline;
}


span.emfarsis{
	border-bottom:1px dashed #000;
	font-family:Georgia, serif;
	text-transform:uppercase;
	font-size:0.9em;
	color:#006;
}

form.cd input{
	border:0;	
}
