@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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: #D3D3D3;
	background-image: url(images/streetsBKG.jpg); 
	background-position:top center;
	background-repeat: no-repeat;
}
a:hover {
	color: #CC9933;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0px 20px 0 20px;  /* 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. */
	font-size:18px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #B5C7D8; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
}
.sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}
.sidebargrey {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	border: #666666 thin solid;
}
.sidebarVOICES {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; 
	background-image: url(/images/hearourvoices.gif); 
	background-position: top; 
	background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
	
}
.sidebarVIDEO {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; background-image: url(images/sidebartop.gif); background-position: top; background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
}
.sidebarARTIST {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; background-image: url(images/artprofiles.gif); background-position: top; background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
	font-size:14px;
}
.sidebarPARTNERS {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; 
	background-image: url(images/compartners.gif); 
	background-position: left top; 
	background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
	margin: 0px;
}
.sidebarISSUES {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; background-image: url(images/facingissues.gif); background-position: top; background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
}
.sidebarWEB {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; background-image: url(/images/bettermyweb.gif); background-position: top; background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
}

.sidebarSHARE {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #B5C7D8; background-image: url(/images/howtoshare.gif); background-position: top; background-repeat:no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #D3D3D3;
	padding: 15px 10px 15px 20px;
}
.commentdiv {
	border: #666666 thin double;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px; 
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer2 { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/images/vpbttmline.gif);
	background-position: top left;
	background-repeat: no-repeat; 
} 
.twoColFixLtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #666666;
	font-size: 10px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #666666;
	font-size: 10px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navtext {
	font-size: 16px;
	color: #FFFFFF;
}
.whitelinks {
	color: #FFFFFF;
}
.blacklinks {
	color: #000000;
}
.greylinks {
	color: #666666;
}
.songtitles {
	font-size: 24px;
	font-weight: bold;
}
.orangeNEW {
	color: #FF9900;
	font-weight: bold;
}
.byline {
	font-size: small;
	font-style: italic;
}
.blackbyline {
	font-size: small;
	font-style: italic;
	color: #000000;
}
.whitebyline {
	font-size: small;
	font-style: italic;
	color: #FFFFFF;
}
div.nav {
   background-image: url(/images/paperedge.jpg); background-position: center top; background-repeat: no-repeat;
   margin: 0px 0px 30px 0px;
   padding-left: 0px;
   padding-bottom: 20px;
}
div.slipbox {
	border: #666666 thin solid;
	padding-left: 15px;
	padding-right: 10px;
} 
div.slipboxclear {
	padding-left: 30px;
} 
div.slipboxblue {
	border: #7D6756 thin solid;
	padding-left: 15px;
	padding-right: 10px;
} 

/* here down is all test stuff to be DELETED */

ul#toc {
    display: block;
    float: left;
    text-decoration: none;
	list-style: none;
	padding: 0 0 0 0;
	color:#FFFFFF;
	margin-top: 0;
}

li#home {
	height: 55px;
	width: 80px;
	background-image: url(/images/doublenav3.png);
	background-position: 0 0;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}

li#videos {
	height: 55px;
	width: 80px;
	background-image:url(/images/doublenav3.png);
	background-position: -105px 0;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}
li#comments {
	height: 55px;
	width: 110px;
	background-image:url(/images/doublenav3.png);
	background-position: -210px 0;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}
li#aboutus {
	height: 55px;
	width: 100px;
	background-image:url(/images/doublenav3.png);
	background-position: -345px 0;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}
li#links {
	height: 55px;
	width: 60px;
	background-image:url(/images/doublenav3.png);
	background-position: -470px 0;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}
li#downloads {
	height: 55px;
	width: 150px;
	background-image:url(/images/doublenav3.png);
	background-position: -560px 0;
	overflow:hidden;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}

li#home a:hover {
	display: block;
	background-position: 0 -55px;
	overflow:hidden;
	
}