/* CSS Document */

body {
	background-image:url(Images/bkgradrug.png);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	font-weight:500;}

a:link {
	color: #0D6C70;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #0D6C70;}
a:hover {
	text-decoration: none;
	color: #5EACAF;}
a:active {
	text-decoration: none;
	color: #0D6C70;}

.headtext {
	color: #287C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.Redlinktext {
	color:#660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right:20px;
}

a.Redlinktext:hover{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right:20px;
	text-decoration:underline;}
	
.sidebarNavtxt{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;}
	
.navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color:#999999;
	text-decoration: none;
	background-color:#000000;
	display: block;
	padding: 5px;
	width: 150px;
	letter-spacing:1.3pt;}

.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color:#287C7C;
	text-decoration: none;
	background-color:#333333;
	display: block;
	padding: 5px;
	width: 150px;
	letter-spacing:1.3pt;}

.homecontactabout{
	color:#287C7C;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	vertical-align:text-top;
	text-align:right;
	line-height:18px;
	letter-spacing:1.5pt;
	margin-right:4px;}
.homecontactabout:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#999999;}	
.homecontactabout:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#287C7;}		
	
.footer{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#287C7C;
	text-decoration:none;}
	
.footer:hover{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;}	
.footer:visited{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;}	

table.black{
	background-color:#000000;
	}
	
.new{
	color:#5FB1C6;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	}
.sold{
	color:#666666;
	text-decoration:line-through;
	font-size:10px;
	text-transform:uppercase;
	}	

a.artistLink{
	color:#287C7C;
	font-weight:bold;
	text-decoration:none;}
a.artistLink:hover{
	color:#999999;
	font-weight:bold;
	text-decoration:none;}
a.artistLink:visited{
	color:#999999;
	font-weight:bold;
	text-decoration:none;}

.artistNameHeader{
	color: #5FB1C6;
	font-weight: bolder;
	font-size: 16px;
	margin-left:25px;
	letter-spacing:1.5pt;
	line-height:25px;
	}

.artistText{ 
    color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left:10px;
	letter-spacing:1.2pt;
	line-height:18px;
	padding-left:8px;
		}
		
.aboutUsText{ 
    color:#000000;
	text-indent:inherit;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left:10px;
	letter-spacing:1.2pt;
	line-height:18px;
	padding-left:8px;
		}
		
.ContactText{ 
    color:#000000;
	text-indent:inherit;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	margin-left:10px;
	letter-spacing:1.2pt;
	line-height:18px;
	padding-left:8px;
		}		

.RightArtistIMG{
	margin-bottom:5px;
	margin-left:10px;}

.LeftArtistIMG{
	margin-bottom:5px;
	margin-right:10px;}

.spotlightBig{
	margin:15px;
	}
	
.spotlightSmall{
 	margin:15px;
	}
	
	
.updated{
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#0099CC;}	

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#287c7c;
	background:#000000;
	text-decoration:none;
}
#nav a:hover{
	color:#999999;
	background:#333333;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#333333;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#000000;
}
