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


/* Landing */
.landing_entry {float:left;margin-right:18px;width:145px;margin-bottom:46px;}
.landing_entry_pic {width:145px;height:145px;}
.landing_entry_pic img {border:none;}
.landing_entry_category {width:145px;background-color:#cdda42;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:14px; font-weight:bold;color:#505153;padding-top:10px;padding-bottom:8px;}
#content .landing_entry_category a {color:#505153; text-decoration:none;}
#content .landing_entry_category a:hover {color:#505153; text-decoration:none;}
.landing_last_col {margin-right:0px;}

#landing_drop_downs {margin-bottom:34px;}
#landing_drop_downs select {float:left; margin-right:10px;}


/* Artist list */

.artist_list_entry {float:left;margin-right:18px;width:116px;margin-bottom:32px;}
.artist_list_entry_pic {width:116px;height:116px;border:none;}
.artist_list_entry_pic img {border:none;}
.artist_list_entry_artist {width:116px;height:35px;/*background-color:#cdda42;*/text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:12px; font-weight:bold;color:#505153;padding-top:10px;padding-bottom:8px;}
.artist_list_entry_artist a {color:#505153; text-decoration:none;}
.artist_list_entry_artist a:hover {color:#505153; text-decoration:none;}
.last_col {margin-right:0px;}



/* Artist bio & images*/
#artist_leftcol {float:left; width:105px; margin-right:24px;}
#artist_rightcol {float:left; width:500px; }
#artist_headshot {width:105px; height:118px; background-color:#cdda42;margin-bottom:20px;}
#artist_headshot img {width:105px; height:105px;}
#artist_images {width:105px;}
#artist_images img {padding-bottom:20px;border:none;}

#artist_name {text-transform:uppercase;font-size:20px;line-height:26px;font-weight:normal; color:#cfd942;}
#artist_category {text-transform:uppercase;font-size:20px;line-height:26px;font-weight:normal;color:#7b7b7d;}
#artist_booth {margin-top:28px;font-size:12px;font-weight:bold; color:#7b7b7d;}
#artist_url {font-size:12px;font-weight:bold; color:#7b7b7d;}
#artist_bio {margin-top:20px;font-size:12px;line-height:18px;font-weight:normal; color:#7b7b7d;}
		
/* replaces default.css declarations: */
#wrapper {background:url(../images/page_bg_blank.gif) top left repeat-y;}
#content {width:728px;}