@charset "utf-8";
body  {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
	font: 10px Verdana, "Lucida Grande", sans-serif;
	background-image: url('./images/errbg2.png');
	background-color: #000;

	text-decoration: none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffcc;
}
#recentlyPlayed {
	color: #888888;
}
#currentBox {
	margin-top: -2px;
}
#currentSongPic img, #recentSongPic img {
	border-bottom: 1px solid #28292e;
	border-right: 1px solid #28292e;
	border-top: 1px solid #525353;
	border-left: 1px solid #525353;
}
#songBox img, #newAlbumDisp img {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #525353;
	border-left: 1px solid #525353;
}
#titles {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
}
#currentSong {
	background-image: url('images/newbg.jpg');
	font-size: 12px;
	color: #ffffcc;
	border: 2px solid #555; 
	margin-top: 0px;
}
#currentComingUp a, #comingUpText a {
	color: #ffffff;
	font-style: underline;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#libBox a, #adminHead a, #adminBox a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#libBox a:hover, #adminHead a:hover, #adminBox a {
	color: #ffffcc;
 	text-decoration: none;
	cursor: pointer;
}
#comingUp span:hover {
	cursor: pointer;
}
#newAlbumMainBox li:hover {
	cursor: pointer;
	color: #ffffff;
}
#adminNav span {
	color: #dd0000;
}

#albHead, #adminHead, #newsHead, #newAlbumRightHead, #newAlbumMainHead, #artHead, #songHead, #cComingUp, #cUsers, #cWB, #cComingUp, #cTopArtists, #cPrevTopArtists, #libBox, #donHead, #listenHead, #forumHead, #shirtHead, #contactHead, #downloadHead, #aboutHead, #searchHead, #loginHead, #registerHead, #logoutHead {
	font-size: 12px;
	background-color: #525353; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffcc;
}

#artBox, #albBox, #songBox, #searchBox, #newAlbumRightOuter {
	background-color: #525353; 
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#albList ul, #artList ul, #songList ul, #newAlbumTracks ul {
	margin: 0;
	padding: 0;
}
#albList li, #artList li {
	list-style-type: none;
	cursor: pointer;
	font-size: 12px;
}
#searchList {
	border: 1px solid black;
	background: #2a2a2a;
}
#newAlbumRightInner {
	border: 1px solid black;
	background: #28292e;
}
#newAlbumTracks li {
	list-style-type: none;
	cursor: pointer;
	font-size: 10pt;
	padding-right: 5px;
	text-align: right;
	padding-bottom: 3px;
}
#newAlbumTracks li:hover {
	background-color: #000;
	cursor: pointer;
	color: #f0f0f0;
}

#artList, #albList {
	height: 300px;
	width: 100%;
	overflow: auto;
	font-size: 12px;
	border: 1px solid black;
/*	background-color: #28292e;  */
	background-color: #2a2a2a;
	color: #FFFFFF;
}
#songList {
	width: 100%;
	border: 1px solid black;
	background-color: #2a2a2a;
	color: #FFFFFF;
}
.selectedItems {
	background-color: #525353;
	color: #ffffcc;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#adminBox, #newsBox, #currentComingUp, #currentUsers, #currentWB, #currentComingUp, #currentTopArtists, #currentPrevTopArtists, #aboutBox, #listenNow, #forumInfo, #resultRBox, #donations, #shirtBox, #contactBox, #downloadBox, #loginBox, #newAlbumMainBox {
	font-size: 12px;
	background-color: #28292e; 
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#newAlbums {
	font-size: 12px;
	color: #ffffff;
	background-image: url('images/greystone.jpg');
	height: 522px;
	border: 2px solid #555;
	margin-top: 2px;
}
#resultBox li:hover {
	color: #ffffcc;
	background-color: #525353;
}
#resultBox li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	cursor: pointer;
}
#resultBox a {
	padding-right: 10px;
}
#newAlbums li, #newAlbums li:hover {
	cursor: pointer;
}
#comingUpPanel {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
#comingUp {
	padding-left: 10px;
}

#curLenFin {
	font-size: 9px;
	font-style: italic;
	float:right;
	
}	
.thrColLiqHdr #container { 
	width: 1000px; /* set this to the width of the picture in use. otherwise borders will not fit correctly */
	color: #ffffff;
	text-decoration: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* since this element is floated, a width must be given */
	background: #002e5b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 10px;
	height: 520px;
} 
iframe {
	border: 1px solid black;
	background-color: #2a2a2a;
} 
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 12px;
	background: #002E5B; 
	width: 100%;
	color: #ffffff;
}
hr {
	width: 100%;
	color: #525353;
}
#indexShoutbox {
	font-size: 12px;
	background-color: #525353; 
	padding-top: 2px;
	padding-bottom: 5px;
	color: #ffffcc;
	margin-bottom: 8px; 
	background-image: url('images/greystone.jpg'); 
	padding-bottom: 5px;
	font-size: 12px;
}
#currentDedication {
	background-image: url('images/greystone.jpg');
	color: #ffffcc;
	border: 2px solid #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 90%;
}

/* Miscellaneous classes for reuse */
.fltrt {
 /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
/*	margin-left: 8px; */
}
.fltlft {
 /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
/*	margin-right: 8px; */
}
.clearfloat { 
/* this class should be placed on a div or break 
element and should be the final element before the close of a 
container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#newAlbumTracks {
	height: 240px;
	width: 275px;
	overflow: auto;
	border: 1px solid #000;
	background-color: #2a2a2a;
	text-align: right;

}
/* ------ Song List  ------ */

#songList li {
	padding: 2px;
	list-style-type: none;
}

#songList hr {
	color: black;
	width: 100%;
	height: 1px;
}
#nptable {
	margin-top: -2px;
	margin-left: 4px;
}
#ded {
	color: #FFFFFF;
	font-size: 14px;
}
/* hijacked from cmslaunch.com */
#nav ul {
	margin: 0;
	padding: 0;

}
#nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left; 
	font: 11px/25px Verdana, "Lucida Grande", sans-serif;
	text-align: center;
	color: #ffc;
/*	background: url('images/thebutton.gif'); */
/*	border-bottom: 1px solid #555; 
	border-right: 1px solid #555; */
	width: 125px;
	height: 28px;

}
#nav ul li:hover {
	cursor: pointer; 

}
#nav span {
	display: inline-block;
	width: 125px; 
	height: 28px;
	cursor: pointer;
	padding-top: 2px;
	color: #FFFFCC;

}
#nav {
	margin-left: -1px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
/*	margin-left: 8px; */
	background: url('images/thebutton.gif');
	width: 1000px;
	height: 30px;
/*	border-left: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a; */
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
}
a {
	text-decoration: none;
}
#nav .ui-tabs-selected { 
	background: #333;
	border-bottom: none; 
}
.ui-tabs-selected span { color: #ff0; }
#nav span:hover {
	color: #FFFFFF;
	background: url('images/thebuttonhover.gif');
}
