/* MAIN CSS -- artist- 2 column - 850px */



/* ================================BEGIN HEADER ============================================*/


div#header {
	width:800px;
	background-color:#333333;
}

.clearfloat{
	clear: both;
}
/* ================================END HEADER ============================================*/


body {
	margin:10px;
	padding:10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;

}

div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	color: #000000;
	background-color:#fdf9e5;
	position: relative;
}
div#container a {
	color: #000;
}
/*========================================START FEATURED ARTIST ===========================================*/


div#columnwrapper {
	width:800px;
	float:right;
	margin-top: 0px;
	background-color: #fdf9e5;
}
div#pagetitle{ /*title-before content area for each main page*/
	width: 460px;
	float: right;
	border: 0;
	position: absolute;
	top: 89px;
	right: 0px;
}
div#pagetitle h1{
	font-size: 28px;
	padding: 25px 0;
	margin: 0 40px;
	font-weight: bold;
	text-align: center;
	color: #fdf9e5;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #900;

}
div#slideshowwrapper{
	width: 460px;
	height: 500px;
	padding-top: 30px;
	margin: -10px 0 30px 20px;
	text-align: center;
	background-color:#333;
	border-bottom: 3px solid #900;
	float: right;

}
div#content{
	margin-top: 50px;
	margin-bottom: 36px;
	
}div#content h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
div#content p{
	margin: 0 20px 12px 30px;
	padding-right: 20px;
	line-height: 1.4;
	font-size: .8em;
}
div#content p.nowrap{
	width: 320px;	
}
div#content h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0 20px 12px 30px;
	color: #000;


}
div#content h3{
	font-size: 18px;
	font-weight: bold;
	margin: 30px 20px 12px 30px;
	color: #000;
	padding: 20px 0 0;
	border-top: 1px solid #930;
	width: 280px;
}
div#content h4{
	font-size: 18px;
	font-weight: bold;
	margin: 30px 20px 12px 30px;
	color: #000;
	padding: 20px 0 0;
	border-top: 1px solid #930;

}
.rule {
	padding-top: 6px;
	border-bottom: 1px dotted #960;
}

/*========================================END Featured Artist===========================================*/


/*========================================About Our Artists - Artist List ===========================================*/


div#about{ /*title-before content area for each main page*/
	width: 600px;
	margin: 6px auto 25px;

}
div#about h1{
	font-size: 28px;
	padding: 25px 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #900;
}
div#about h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	margin: 10px 20px 12px 0;
	color: #930;

}
div#about h3{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 16px 20px 6px 0;
	color: #000;
	padding: 0px 0 0
}
div#about p{
	margin: 12px 0 0 ;
	padding-right: 20px;
	line-height: 1.4;
	font-size: .8em;
}
div#about li {
	font-size: .8em;
	color: #333;
	padding: 0;
	margin: 6px 0 0 0;
}
div#artistlist{
	margin: 30px auto 0 auto;
	width: 675px;
	border-top: 1px solid #510000;
}
div#artistlist p{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 6px 0 0 20px;
}

div#artistlist a{
	color: #000000;
}
div#artistlist ul li{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 10px 0 0 0px;	
}
div#artistlist_col1{
	float: left;
	width: 225px;
	border: none;
	padding: 20px 0;
}
div#artistlist_col2{
	float: left;
	width: 225px;
	border: none;
	padding: 20px 0;
}
div#artistlist_col3{
	float: left;
	width: 225px;
	padding: 20px 0;

}
/*====================BEGIN Footer=================================================*/

div#footer {
	width:800px;
	background-color:#510000;
	padding: 0.8em 0;
	text-align: center;
	font-size:0.65em;  /* sets the font size of all links */
	color: #e5e5e5;
	line-height: 1.25em;
	clear: both;
}

 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:#d7cfb9; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#AFF; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:#e5e5e5; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul.fineprint li {color:#CCC;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {color:#CCC;} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#FFF;} /* turns bottom row white when hovered */


/*==================================================END Footer=================================================*/

/* ========================================TOP NAVIGATION starts here =======================================*/

/* horizontal menu starts here */

div#topnav {
	width:100%; 	/* makes the div full width */
	float:none; /*makes the div enclose the list */
	border-top:1px solid #960;
	border-bottom:1px solid #999;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 28px;
	font-weight: bold;
	background-color: #d7cfb9;
}
div#topnav ul {
	margin: 0;
	padding-left: 0;
}
div#topnav li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none; /*sets the background of the menu items */
	height: 28px;
	border-right:1px solid #999; /* creates dividing lines between the li elements */
	color: #f9f9e5;
	margin: 0;

	}
div#topnav li:first-child {
	border-left:1px solid #999; /*the first vertical line on the menu */
	}
div#topnav a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:4px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#5a5a5a;	/* sets the type color */
	line-height: 20px;
	margin: 0;
	}
div#topnav a:hover {
	color:#663333;
	background-color:#f2d6a5;
	margin: 0;
	}
/* the horizontal menu ends here */


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#topnav ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#topnav ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#topnav ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#topnav ul li ul li ul {
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */


@media all and (min-width: 0px){
   body div#topnav ul li ul {padding-bottom:200px;}
   body div#topnav ul li ul li ul {padding-bottom:22px;}
   body div#topnav ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */
}
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* finally after feeding values to all others, we deal with MAc5 IE */
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/
/* we present the drop down choices in a row and never show any second-level drops */
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */

@import("ie51_menu_hack.css"); 


/* ================================END OF TOP NAVIGATION ============================================*/


/*==================================================START:Clearfix=================================================*/


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;}	     /* further ensures the period is not visible */


.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*=======================================END Clearfix ============================================*/

