@charset "utf-8";
/* CSS Document */

.clearCl { margin: 0; padding : 0; clear : both; }

#content {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  background : #FFFFFF;
}

.contentContainer {
   margin : 0px;
   padding : 0px;
   border : 1px solid #DCECD5;
   background-color:#DCECD5;
}




#contentLeft {
	float: left;
	width : 300px;
	text-align: left;
}

#contentRight {
	float: left;
	width : 600px;
	text-align: left;
}

#contentCenter {
	text-align : left;
	width : 100%;
}

.contentTextCl {
	padding : 50px;
}
  
#contentCenter p {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color: #001828;
	margin:0px;
	padding: 10px;
}
	  
#contentCenter ol
{  
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #001828;
	margin-left:0em;
	padding-left:0.2em;
	margin-bottom:1em;
	padding-top:2px;
	text-align:justify;

}
						  
#contentCenter ul {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #001828;
	margin-left:0em;
	padding-left:0.2em;
	margin-bottom:1em;
	padding-top:2px;
	text-align:justify;

}

/* #contentCenter li { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #001828;
	margin-left:0em;
	padding-left:0.2em;
	margin-bottom:.2em;
	padding-top:2px;
	text-align:justify;
}
*/
				   
#contentCenter a:link {
	color: #419683;
	text-decoration: none;
	font-weight:bold;
}
#contentCenter a img {border: none; } 
#contentCenter a:visited {
  color:#A2C4A3;
  font-weight:bold;
  text-decoration: none;
}

#contentCenter a:hover {
	text-decoration: none;
	color:#9EE84D;
	font-weight:bold;
}

#contentCenter a:active {
	color: #9EE84D;
	font-weight: bold;
	text-decoration: none;
}
	
	 
/* new artist header in featured artist */
.featured_header a:link{
	color:#3F4A4E;
font-size:1.9em;
font-weight:700;
text-indent:30px;
width:400px;	
}



.blue_header
{color:#405395;
font-size:1.9em;
font-weight:700;
text-indent:30px;

}

.blue_header a:hover
{
	text-decoration: underline;
	color:#00FF00;

font-weight:700;
text-indent:30px;
}


.blue_header_large
{color:#2B3762;
font-style:italic;
font-size:20px;
font-weight:600;
line-height:130%;
}


.featuedContainerText {
   margin : 0px;
   line-height : 1.4em;
	font-family:Arial, Helvetica, sans-serif;
}

.para
{
   padding: 10px;
   width  : auto;
   background-color:#EEF5EB;
   border : 1px solid #C5C5C5;
font-family:Arial, Helvetica, sans-serif;
font-weight:500;
}


.para a:link
{
color:#3F4A4E;	
text-decoration:none;
}
.para a:visited
{
color:#72868D;	
text-decoration:none;
}

.para a:hover
{
color:#B1EC37;	
text-decoration:underline;
}
.para a:active
{
color:#B1EC37;	
text-decoration:underline;
}

.clear{clear:both;}

.imgLeft {
   float : left;
   padding : 5px;
   text-align : left;
	width:320px;
}

.textLeft {
   float : left;
   padding : 0px;
   text-align : left;
}

.featured_header{
float:left;
font-size:1.6em;
color:#555555;
line-height:2em;
font-weight:700;
padding: 10px 10px 10px 20px;
font-family:Arial, Helvetica, sans-serif;
}


#month_look{
float:right;
padding:10px 30px 10px 10px;
font-family:Arial, Helvetica, sans-serif;
}

#month_look a:link
{
color:#3F4A4E;	
text-decoration:none;
}
#month_look a:visited
{
color:#72868D;	
text-decoration:none;
}

#month_look a:hover
{
color:#333;	
text-decoration:underline;
}
#month_look a:active
{
color:#B1EC37;	
text-decoration:underline;
}

.unselectedMenuArtists a
{
  padding : 5px;
  color  : #333333;
  display : block;
	background:url(/images/month_unselected.jpg) no-repeat;
}

.unselectedMenuArtists a:hover
{
  padding : 5px;
  color:#B0AA8E;
  display : block;
	background:url(/images/month_hover.jpg) no-repeat;
}




.selectedMenuArtists a
{
  padding : 5px;
  display : block;
  color:#454545;
	background:url(/images/month_selected.jpg) no-repeat;
}

.selectedMenuArtists a:hover
{
  padding : 5px;
  display : block;
  color:#B0AA8E;
	background:url(/images/month_hover.jpg) no-repeat;
}

.small
{font-size:.8em;
color:#444;
}