@charset "utf-8";
/*Local Sing Default Display CSS Document */

@media screen {
* html {
	overflow-y: hidden;
}
* html body {
	height: 100%;
	overflow: auto;
}
}
html {
	padding:0;
	margin:0;
	background-color:#666666;
}
body {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
body {
	font-size:14px;
	font-family:Arial, Helve rftica, sans-serif;                                                                                                                                                                                                                                                                                                                                                                                                  
	background:url(/assets/images/repeatingBG.jpg) repeat-x top center #666666;
}

.thinText {font-family:Century Gothic,Lucida Sans Unicode,Lucida Grande,Trebuchet MS,Helvetica,Tahoma,Geneva,Arial, sans-serif;}

p {
font-family:Arial, Helvetica, sans-serif;
}

hr {
	width:90%;
	color: #01b0f0;
	background-color: #01b0f0;
	height: 3px;
	margin:5px 0;
	border:0;
}
img {
	vertical-align:middle;
}
/* Design */

#siteName {
	text-align:right;
	font-weight:bold;
	font-size:138.5%;
	margin:5px;
}
#siteSlogan {
	text-align:right;
	font-weight:bold;
	font-size:123.1%;
	margin:5px;
}
#contentWrap {
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	background:url(/assets/images/header.jpg) no-repeat;
}
#header h1, #header h2 {
	text-align:right;
	margin:5px;
}
#headerContent {
	height:180px;
	overflow:hidden;
}
#mainMenu {
	margin:70px 0 6px 0;
	font-size:18px;
	padding-left:40px;
}
.menu a {
	color:#000;
	font-weight:bold;
	margin:0 5px;
	float:left;
	display:block;
	line-height:1.8em;
	white-space:nowrap;
	padding:0 15px 0 15px;
}
.menu a:hover {
	color:#01b0f0;
	text-decoration:underline;
}

#playlist { background:#CCCCCC; padding:3px; }
#playlist .trackName { white-space:nowrap; }
#playlist .add { color:#009900; font-weight:bold; }
#playlist .save { color:#000099; font-weight:bold; margin-right:10px; }
#playlist a:hover { text-decoration:underline; }

#contentArea {
	background:url(/assets/images/sidebg.jpg) top right repeat-y #FFFFFF;
}
#sideContent {
	float: left;
	background:url(/assets/images/sidebg.jpg);
	width:299px;
	padding:5px;
}
#mainContent {
	float: left;
	width:640px;
	background:url(/assets/images/shadow.gif) repeat-x;
	padding:5px;
}
.fullWidth {
	width: 950px !important;
}
#mainContent h1 {
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	border-bottom:3px solid #01b0f0;
	width:90%;
}
#mainContent h2 {
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	border-bottom:3px solid #01b0f0;
	width:90%;
}
#mainContent p {
	margin-bottom:1.5em;
}
#footer {
	margin-bottom:1em;
	background:#000000;
	background-image:none;
	height:100px;
	color:#FFFFFF;
	padding:10px;
	border-bottom:5px double white;
}
#footer a {
	color:#01b0f0;
	width:175px;
	display: block;
	margin:0 0.2em;
	padding:0 0.2em;
	float:left;
}
#footer a:hover {
	color:#ff358b;
}
#copyright {
	clear:both;
	text-align:center;
	padding-top:1em;
}
#mainContent ul h3 {
	margin:0 0 0 -20px;
}
#loginForm {
	float:right;
	width:400px;
}

.cyoaBox {
	width:190px;
	height:200px;
	padding:10px 12px 20px 8px;
	background:url(/assets/images/cyoaBox.jpg);
	float:left;
	margin:0 2px 0 1px;
}
.songbookPages {
	font-size: 16px;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:13px;
	cursor:pointer;
}
.songbookPages a {
	margin: 0 2px;
	padding:1px;
}
.songbookPages a.nav {
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:3px 0;
}
.songbookPages a:hover {
	text-decoration:underline;
	background:#CCFFFF;
}

.songBookLink {
	display:block;
	background:url(/assets/images/book.png) no-repeat;
	height:83px;
	margin-top:5px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding:40px 10px 0 0;
	color:#000000;
}

.FAQ strong { 
	font-size:1.25em;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial;
 }

/* Headings */
h1, h2 {
	margin:0 0 10px 0;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial;
}
#contentArea {
	background-color:#FFFFFF;
}
#searchBox {
	font-size:18px;
	margin:20px 0 0 30px;
}
#searchBox td {
	border:0;
	padding:0;
	margin:0;
}
#searchBox .inputCell {
	background:url(/assets/images/searchmid.gif);
	height:35px;
	width:370px;
}
#searchBox img {
	vertical-align:middle;
}
#searchInput {
	background: url(/assets/images/search-box.gif) no-repeat;
	border:0 none;
	padding:0;
	margin:0;
	font-size:18px;
	width:370px;
}
/* Forms */
fieldset {
	background:#FFFFFF;
}
#header form {
	padding-bottom:5px;
}
#header #map_canvas {
	width: 300px;
	height: 140px;
	float: right;
	margin-right:10px;
}
#miniSearch {
	text-align:center;
}
.stdForm label {
	float:left;
	display:block;
	width:135px;
	text-align:right;
	font-weight:bold;
	margin:3px 0 10px 0;
}
.stdForm br {
	clear:left;
}
.stdForm legend {
	font-size:16px;
	font-weight:bold;
	border:1px solid #000000;
	margin:4px 10px;
	background-color:#FFFFFF;
	padding:3px 6px;
}
.stdForm fieldset {
	border:1px solid #000000;
	background-color:#FFFFDE;
}
.headerSearch {
	clear:both;
	padding-top:5px;
}
#miniSearch label {
	float:none;
	display:inline;
	margin:2px 5px 10px 0;
	font-weight:bold;
}
.submit {
	float:right;
	font-size:16px;
	font-weight:bold;
}
optgroup {
	border-top:3px double #000;
}
#contentArea .largeSearch {
	height:175px;
}
.largeSearch label {
	width:200px;
}
.trackSelect {
	width:200px;
}
.bestOption {
	font-weight:bold;
	border-bottom:solid 1px #666;
	background-color:#FFFFCC;
}
fieldset p { margin:5px;}


/* Tables */

#contentArea table {
	border:1px dotted #666666;
	border-bottom:0;
	border-top:0;
	margin: 10px;
	background:#FFFFFF;
}
#contentArea td {
	border:1px solid #555;
	padding:3px;
	margin:0px;
	border-bottom:0;
	border-top:0;
	border-bottom: solid 1px #CCCCCC;
}
/* Alerts */

.closeButton {
	text-align:right;
	float:right;
}
.messages h4 {
	padding-top: 10px;
}
.messages {
	width:516px;
	margin:2px auto;
	/*border: #000000 dashed 3px;*/
	padding: 12px 20px 20px 30px;
	height:206px;
	z-index:100;
	position:absolute;
	top:10px;
	right:300px;
	display:none;
	overflow:auto;
}
.messages ul {
	list-style:none;
	height:150px;
	overflow:auto;
}
.messages ul li {
	list-style:none;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom:#666 1px dotted;
	border-left: #000 solid 4px;
}
.messages .button { 
display:block;
margin:30px 30px;
text-align:center;
 }
a.button { padding:3px; background:#ddFFaa; color:#009900; font-weight:bold; border:solid #009900 2px; margin:3px; }
a.button:hover { background:#CCFF99; }

#successMessages {
	background: no-repeat url(/assets/images/popups/successWindow.png);
}
#successMessages ul li {
	border-left: #71ff39 solid 4px;
}
#statusMessages {
	background: no-repeat url(/assets/images/popups/statusWindow.png);
	top:20px;
	right:320px;
	z-index:101;
}

#statusMessages ul li {
	border-left-color: #FFF;
}
#errorMessages {
	background: no-repeat url(/assets/images/popups/errorWindow.png);
	top:30px;
	right:340px;
	z-index:102;
}
#errorMessages ul li {
	border-left-color: #F00;
}
.messageTabs {
	z-index:50;
	position:absolute;
	top:0px;
	left:10px;
	text-align:center;
	font-size:11px;
}
.messageTabs img {
	vertical-align:middle;
}
.messageTabs a {
	color:#FFFFFF;
	margin:0 5px;
	display:none;
	float:left;
	background-color:#666666;
	font-weight:bold;
	padding:3px;
}
label.errorState {
	font-weight:bold;
	color:#FF0000;
}
/* Simple Menus */
.actionList a {
	display:block;
	padding:3px;
	margin:3px;
	text-align:center;
	background-color:#FFFFDE;
	border:1px dotted #333333;
	font-weight:bold;
	color:#000099;
}
.actionList a:hover {
	color:#FFFFFF;
	background:#333333;
}
#statusBar {
	color:#000;
	text-align:right;
	padding:3px;
	margin:0px;
	font-weight:bold;
}
#statusBar a {
	color:#000;
	border-bottom:1px solid #777;
}
/* Maps */
.stdMap {
	border: 2px solid #333;
}
/* Articles */
.article img {
	vertical-align:middle;
}
.article img.left {
	float:left;
}
.article img.center {
	margin:5px auto;
	display:block;
}
.article img.right {
	float:right;
}
.article blockquote {
	float:right;
	width:350px;
	margin:10px;
	font-size:14px;
	font-weight:bold;
	background:#eeFFFF;
	border: solid 2px #009999;
	padding:10px;
	font-family:"Trajan Pro", "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial;
}
.article p {
	text-align:justify;
}
.article p.cl {
	clear:both;
	padding-top:2em;
}

.listing { width:296px; margin:6px; padding:4px; height:180px; overflow:auto; float:left; 
			background:no-repeat url(/assets/images/listingBox.jpg); }

.stars { font-size: 9px; display:block; text-align:left; }

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
	border-bottom:dotted #33CCFF 1px;
	margin-bottom:-1px;
	}

a.info:hover{z-index:25;}

a.info span{display: none}
a.info span .song { border-bottom:1px solid black; padding:3px;}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:20px; left:30px; width:255px;
    border:1px solid #003366;
    background-color:#FFFFCC; color:#000;
    }

/* Generic */

.greyMessage { color:#666666; }

.smallText { font-size:12px; }

.fl {
	float:left;
}
.fr { float:right; }
.centered {
	text-align:center;
}
.tr { text-align:right; }
.cl {
	clear:left;
}
.spacer { margin-bottom:0.5em; }

.addWrap { margin:10px 0px; }
#sideContent .addWrap { margin:20px 0px; }