/* CSS version 2.0 */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #6183ad url(../images/background_big.gif) center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}

#main{
	float:left;
	width:400px;
}

#clear{
	clear:both;
}

a {
	/*color: #6799b1;  */
	color: #48489C;
	/*text-decoration: underline; */
	text-decoration: none;
}
a:hover {
	color: #C00000;
/*	color: #838f96; */
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 26px solid #6183ad;
	border-left: 26px solid #6183ad;
	color: #2F4056;
	font-size: 120%;
	font-weight: bold;
	margin: 1px 0;
	background: #d7e5ef;
}
h4 {
	border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 1px solid #6183ad;
	border-left: 1px solid #6183ad;
	color: #2F4056;
	font-size: 110%;
	font-weight: bold;
	margin: 1px 0;
	background: #6B83A7;
}
h1:hover {
	border-bottom: 1px solid #7f9fc6;
	border-top: 1px solid #7f9fc6;
	background: #c9dcea;
}
textarea {
	background: #D2E4FA;
	margin: 2px 20px;
	color: #000000;
	width: 450px;
}
input {
	background: #385585;
	margin: 2px 20px;
	width: 100px;
}
.input2 {
	background: #fff;
	margin: 0px 0px;
	width: 15px;
	height: 15px;
}

.input3 {
	background: #385585;
	margin:3px 3px;
	width: 15px;
	height: 15px;
}

#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #999999;
	list-style: square inside;
	text-indent: 10px;
}

.login {
	border: 1px solid #c9dcea;
	color: #ffffff;
	width: 140px;
}
.login_hover {
	border: 1px solid #ffffff;
	color: #ccc;
	width: 140px;
}

#submit {
	border: 1px solid #c9dcea;
	color: #ffffff;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 142px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 142px;
	text-align:center;
	background: #D7E5EF;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(../images/arrow.gif);
	background-image: url(../images/arrow_outline.gif);
	background-image: url(../images/background.gif);
	background-image: url(../images/camera1.gif);
	background-image: url(../images/camera2.gif);
	background-image: url(../images/camera3.gif);
	background-image: url(../images/header_big.gif);
	background-image: url(../images/selector.gif);
	background-image: url(../images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(../images/music_header4.jpg) center no-repeat;
	color: #FFFFFF;
	font-size: 250%;
	font-weight: bold;
	height: 90px;
	line-height: 100px;
	text-indent: 100px;
}

#mainMenu {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
	height: 10px;
	top:-10px;
	left:180px;
	background-color:#ffffff;
	width:610px;
	text-align:center;
	float: left;
}

h2 {
	border-bottom: 5px solid #395686;
	border-top: 5px solid #395686;
	border-right: 5px solid #395686;
	border-left: 5px solid #395686;
	color: #2F4056;
	font-size: 115%;
	font-weight: bold;
	margin: 1px 0;
	background: #D7E5EF;
}
h2:hover {
	border-bottom: 5px solid #7f9fc6;
	border-top: 5px solid #7f9fc6;
	border-right: 5px solid #395686;
	border-left: 5px solid #395686;
	color: #2F4056;
	font-size: 115%;
	font-weight: bold;
	margin: 1px 0;
	background: #c9dcea;
}

#nav {
	padding-bottom: 40px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */

#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #c9dcea;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
	font-size: 13px;
	font-weight: bold;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #c9dcea url(../images/selector.gif) center right no-repeat;
	color: #000;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 10px;
	font-size: 11px;
	font-weight: normal;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(../images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: left;
	top:20px;
	width:602px;
	margin-left: 180px !important;
	margin-left: 0;
	/*padding: 12px 40px 30px 9px;      */
 padding: 1px 5px 5px 5px;
 background: #ffffff;
}

#story {
	float: none !important;
	float: left;
	top:20px;
	width:600px;
	margin-left: 180px !important;
	margin-left: 0;
	/* padding: 12px 40px 30px 9px;      */
 padding: 1px 5px 5px 5px;
 background: #ffffff;
}

#column2 p {
	line-height: 190%;
}
#links div {
	float: left;
	width: 150px;
	background: #ffffff;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(../images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(../images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

.rowcolor1
  {
    background-color:#D2E4FC;
  }

.rowcolor2
  {
    background-color:#F2F5F7;
  }
  
.rowcolor3
  {
    background-color:#DFDFDF;
  }
.rowcolor4
  {
    background-color:#D7E5EF;
  }


#navi {
  background-color:#ffffff;
	color: #ac835c;
	font-size: 18px;
	text-decoration: underline;
}

.mainLink {
	/*border: 1px solid #c9dcea;   */
	color: #ffffff;
}
.mainLink_hover {
	/*border: 1px solid #ffffff; */
	color: #FFFF00;
	background-color:#D7E5EF;
}
#SongInput div {
	float: none !important;
	float: left;
	top:20px;
	width:300px;
	margin-left: 180px !important;
	margin-left: 0;
	/*padding: 12px 40px 30px 9px;      */
 padding: 1px 5px 5px 5px;
 background: #ffffff;
}
.addsong {
	border: 1px solid #000000;
	color: #ffffff;
	width: 140px;
}
.addsong_hover {
	border: 1px solid #ffffff;
	color: #ccc;
	width: 140px;
}
table#lyric {    background-color:#FFFFFF;    border: solid #000 3px;    width: 400px;
}
table#lyric td {    padding: 5px;    border: solid #000 1px;
}
.data {    color: #000000;    text-align: right;    background-color: #CCCCCC;
}
.toprow {    font-style: italic;    text-align: center;    background-color: #FFFFCC;
}
.leftcol {    font-weight: bold;    text-align: left;    width: 150px;    background-color: #CCCCCC;
}

/*Navigate Rollover */
.navFirst a{
	background-image:url("../images/first.gif");
	width:16px;
	height:16px;
	display: block;
	
}
.navFirst a:hover{
	background-image:url("../images/first_over.gif");
	width:16px;
	height:16px;
	display: block;
}

.navPrev a{
	background-image:url("../images/prev.gif");
	width:16px;
	height:16px;
	display: block;
}
.navPrev a:hover{
	background-image:url("../images/prev_over.gif");
	width:16px;
	height:16px;
	display: block;
}

.navNext a{
	background-image:url("../images/next.gif");
	width:16px;
	height:16px;
	display: block;
}
.navNext a:hover{
	background-image:url("../images/next_over.gif");
	width:16px;
	height:16px;
	display: block;
}

.navLast a{
	background-image:url("../images/last.gif");
	width:16px;
	height:16px;
	display: block;
}
.navLast a:hover{
	background-image:url("../images/last_over.gif");
	width:16px;
	height:16px;
	display: block;
}

.navLastDisable{
	background-image:url("../images/lastdisab.gif");
	width:16px;
	height:16px;
	display: block;
}

.navNextDisable{
	background-image:url("../images/nextdisab.gif");
	width:16px;
	height:16px;
	display: block;
}

.navPrevDisable{
	background-image:url("../images/prevdisab.gif");
	width:16px;
	height:16px;
	display: block;
}

.navFirstDisable{
	background-image:url("../images/firstdisab.gif");
	width:16px;
	height:16px;
	display: block;
}

.listen a{
	width:14px;
	height:11px;
	display:block;
	background-image:url("../images/listen_out.gif");
}

.listen a:hover{
	width:14px;
	height:11px;
	display:block;
	background-image:url("../images/listen_over.gif");
}
/*End Navigate Rollover */

#a_lyric a{
	display:block;
	background-image:url("../images/alpha_lyric_out.jpg");
	width:138px;
	height:20px;
}

#a_lyric a:hover{
	display:block;
	background-image:url("../images/alpha_lyric_over.jpg");
	width:138px;
	height:20px;
}

#a_song a{
	display:block;
	background-image:url("../images/alpha_song_out.jpg");
	width:138px;
	height:20px;
}

#a_song a:hover{
	display:block;
	background-image:url("../images/alpha_song_over.jpg");
	width:138px;
	height:20px;
}

#a_writer a{
	display:block;
	background-image:url("../images/alpha_writer_out.jpg");
	width:138px;
	height:20px;
}

#a_writer a:hover{
	display:block;
	background-image:url("../images/alpha_writer_over.jpg");
	width:138px;
	height:20px;
}

#a_singer a{
	display:block;
	background-image:url("../images/alpha_singer_out.jpg");
	width:138px;
	height:20px;
}

#a_singer a:hover{
	display:block;
	background-image:url("../images/alpha_singer_over.jpg");
	width:138px;
	height:20px;
}

