/* Main Text Definitions */

body {
 background: #898186;
 color: #5C5B5B;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 80%;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
	padding:0;
}

h1 {
 color: #5C5B5B;
 font-size: 140%;
 font-weight: bold;
}

h2 {
 color: #5C5B5B;
 font-size: 120%;
 font-weight: bold;
  margin: 20px 0px 10px 0px;
}

h2.christmas {
 color: #5D0C0C;
 font-size: 120%;
 font-weight: bold;
  margin: 20px 0px 10px 0px;
}


h3 {
 color: #5C5B5B;
 font-size: 110%;
 font-weight: bold;
  margin: 20px 0px 10px 0px;
}


a img {
 border: 0;
}

a { 
 color: #474747;
 text-decoration: none;
}

a:hover { 
 color: #5C5B5B;
 text-decoration: underline;
}


#container{
width: 750px;
margin: auto;
background:#ffffff;
}

/* NAV */

#nav{
	height: 20px;
	background: #333333;
	padding: 10px 0px 3px 35px;
	font-size:12px;
}

#dropdown li:hover, #dropdown li.hover {
    position: static;
}

#dropdown, #dropdown ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:5000;
}

#dropdown a {
	display: block;
	border-bottom:none;
	width: auto;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding: 0px 15px 0px 0px;
	text-transform:uppercase;
}
#dropdown a:hover{
	color:#FFFFFF;
	border-bottom:none;
	text-decoration:underline;
}

#dropdown li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0;
	margin:0 0 0 0;
}
#dropdown li.last_nav_li{
	padding-right:0;
	margin-right:0;
}
#dropdown li.last_nav_li a{
	padding-right:0;
	margin-right:0;
}

#dropdown li ul { /* second-level lists */
	padding:10px 10px 4px 10px;
	position: absolute;
	background: #333333;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:5px solid #000000;
	text-align:left;
	margin-left:0px;
	z-index:5000;
	font-size:11px;
}

#dropdown li ul li{
	margin-bottom:5px;
	height:auto;
	width: 150px;
	border-right:none;
	border-bottom:1px solid #FFFFFF;
	font-weight:normal;
}

#dropdown li ul a{
	height:auto;
	width:auto;
	text-decoration:none;
	padding:2px 0 6px 2px;
	font-weight:normal;
}

#dropdown li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 148px;
	background-color:#333333;
	z-index:5000;
}

#dropdown li:hover ul ul, #dropdown li:hover ul ul ul, #dropdown li:hover ul ul ul ul, #dropdown li.sfhover ul ul, #dropdown li.sfhover ul ul ul, #dropdown li.sfhover ul ul ul ul {
	left: -999em;
}

#dropdown li:hover ul, #dropdown li li:hover ul, #dropdown li li li:hover ul, #dropdown li li li li:hover ul, #dropdown li.sfhover ul, #dropdown li li.sfhover ul, #dropdown li li li.sfhover ul, #dropdown li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#dropdown li#help_nav:hover ul, #dropdown li#help_nav.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-92px;
}


/* HP CONTENT */

#hp_content{
width: 750px;
}

#hp_rot{
 float: left;
 width: 720px;
 padding-right: 30px;
 height: 359px;
 background: #ffffff;
line-height: 15px;
}

#hp_rot img{
 float: left;
margin-right: 30px;

}

/* ARTISTS DETAILS */

#artists_detail{
 width: 720px;
}

#detail_table{
width: 720px;
}

.detail{
padding: 0px 0px 25px 25px;
line-height: 15px;
width: 251px;
}

.hp_detail{
padding: 0px 0px 10px 25px;
line-height: 15px;
width: 251px;
}

.line{
border-bottom: 1px dotted #7B7B7B;
}

.line_winter{
border-bottom: 1px solid #5D0C0C;
}



/* ARTISTS INTRO */

#artists_intro{
width: 720px;
margin-top: 0;
}


#intro_table{
width: 720px;
}

.artist{
padding: 0px 0px 15px 10px;
}

a.smlLink {
text-decoration:underline; 
font-size:100%;
color: #DDBC74;
font-weight: bold;
}


.artist_header{
 color: #5C5B5B;
 font-size: 120%;
 font-weight: bold;
 padding: 20px 0px 10px 0px;
}

.christmas{
color: #5D0C0C;
}






/* FOOTER */



#footer{
background: #4D3946 url(../images/footer.gif) no-repeat;
height: 21px;
color: #71616C;
font-size: 80%;
text-align: center;
padding-top: 65px;
}

#footer a{
color: #71616C;
text-decoration: none;
}

#footer a:hover{
color: #71616C;
text-decoration: underline;
}



#footer_green{
background: #84872F url(../images/footer_green.gif) no-repeat;
height: 21px;
color: #B3B57C;
font-size: 80%;
text-align: center;
padding-top: 65px;
}