/* CSS Document Colors
Green #777D02
Orange #973100
Cream	#EADFC8
Gold  #CC9933
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#433B35;
	line-height: 16px;		
}

.boldText{font-weight:bold;}

h1{font-size:16px; line-height:20px;}/*Artist Name*/
h2{font-size:14px; line-height:18px;}/*Painting Title Etc*/
h3{font-family:"Times New Roman", Times, serif; font-size:16px; text-transform:uppercase; margin-bottom:10px;}
h4{font-size:12px; line-height:16px; font-weight:bold;}
/***********************************************/
/*            Page Layout Divs                 */
/***********************************************/
#wrapper{
	position:relative;
	width:750px;
	border:2px solid #000000;
	margin:20px auto;
	background-image:url(images/bkgd.jpg);
}
#clearit{clear:both;}
a{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}

#head{width:750px; background-color:#000000; position:relative; z-index:50;}
#head_link{position:absolute;top:10px; left:10px; width:350px; height:160px; z-index:100;}

#content{width:560px; float:left; background-color:#EADFC8; color:#000000; padding:20px; min-height:375px;}
	#content li {margin-left:20px;}

#rightNav{color:#EADFC8; padding: 50px 5px 10px 5px; background-image:url(images/track.jpg); background-repeat:no-repeat; background-color:#777D02; width:140px; float:right;}
	.nav{font-size:12px; line-height:24px; text-transform:uppercase; margin-left:15px; font-family:Verdana, Helvetica, sans-serif;}
		.nav a{color:#EADFC8; text-decoration:none;}
		.nav a:hover{color:#CC9933; text-decoration:none;}
		
#hilite{width:560px; float:left; background-color:#973100; color:#EADFC8; padding:10px 20px; overflow:visible;}
	#hilite a{color:#EADFC8;}
	#hilite a:hover{color:#EADFC8; text-decoration:underline;}
	
#footer{width:680px; background-color:#000000; padding:10px 35px; color:#CC9933; text-align:center; line-height:18px;}
	#footer a{color:#CC9933;}
	#footer a:hover{color:#CC9933; text-decoration:underline;}
	
#day_calendar{text-align:center;color:#000000; margin-bottom:10px;}
#today{text-align:center;color:#000000;}

#workshop{text-align:left; border-bottom: 1px dashed #CC9933; margin-bottom:10px;}
	#workshop h1{font-weight:bold; font-size:14px;}
	#workshop h2{font-weight:bold; font-size:12px;}
/***********************************************/
/*            HOME                             */
/***********************************************/	
#home_left{width:260px; float:left; position:relative; z-index:1;}
	#easel_pic{position:absolute; top:25px; left:10px; z-index:100;}
	#easel_name{position:absolute; top:208px; left:0px; z-index:100; width:240px; color:#FFFFFF; text-align:center; line-height:12px}
	#easel_name a{color:#FFFFFF;}
#home_right{width:340px; float:right;}

/***********************************************/
/*            Artist Page                      */
/***********************************************/
#artist_thumbs{width:223px; float:left;}
	#thumb{width:60px; height:60px; overflow:hidden; float:left; margin:0px 14px 14px 0;}
	.thumb{margin-left:-50px; margin-top:-50px;}

#artist_pic{width:300px; text-align:top; float:right; margin-right:10px; }

/* Tab Stuff */
.tab{cursor: pointer; cursor: hand; width:60px; height:60px; overflow:hidden; float:left; margin:0px 14px 14px 0;}
.panel{overflow: auto; height:0px;}	

/* All Artists */
#artist_list{width:175px; padding:5px; float:left;}
#artist_list a{font-weight:normal;}
