@charset "UTF-8";
/* CSS Document for Unit 5b */
/* Carlsbad-Oceanside Art League */

 * {margin: 0; padding: 0;}
body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(coal_images/mainbg.jpg);  
	background-color:#999;
	behavior: url(csshover2.htc);}

h2, h3, h4, h5  {
	color: #990033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0 0 5px 0;
}
p, a {
	font-size: 0.9em;
	text-align: left;
	color:#336;
	line-height: 1.2em;
}
p em {
	font-weight: bold;
}
p.p1 {
	padding: 0 0 7px 0;
}
p.p2 {
	padding: 0 0 15px 0;
}
p.p2 a {
	padding: 0 0 15px 0;
}
p.p3 {
	padding: 10px 0 0 0;
	text-align: center;
}
p.p4 {
	padding: 0 0 7px 0;
	color: #099;
}
p.p5 {
	padding: 0 0 7px 0;
	color: #990033;
	font-style:  italic;
}
p.p5 a {
	font-size: 1em;
}
p.p6 {
	padding: 0 0 7px 0;
	color: #099;
	font-style:  italic;
}
 p.p7 {
	font-size: 0.9em;
	text-align: center;
	color: #336;
}
p.p8 {
	font-size: 0.8em;
	text-align: left;
	color:#336;
	line-height: 1.2em;
	padding: 0 0 5px 0;
}
p.p9 {
	font-size: 0.8em;
	text-align: left;
	color:#990033;
	line-height: 1.1em;
	padding: 0 0 3px 0;
}
p.p10 {
	font-size: 0.8em;
	text-align: left;
	color:#336;
	padding: 0 0 3px 10px;
}
a:link, a:visited {
	color: #099;
	font-weight: bold;
}
.hd_center {
	text-align: center;
	clear: both;
	padding: 10px 0 10px 0;
}
.hd_center2 {
	text-align: center;
	clear:both;
	padding: 0 ;
}
.ul_pad {
	padding: 0 0 15px 0;
}
.ul_pad2 {
	padding: 0 0 15px 10px;
}
.li_norm {
	font-size: .9em;
	text-align: left;
	display:list-item;
	text-decoration: none;
	color: #336;
	list-style: none;
}
.li_norm2 {
	font-size: 1em;
	text-align: left;
	display:list-item;
	text-decoration: none;
	color: #336;
	list-style: circle;
}
.li_norm3 {
	font-size: .8em;
	text-align: left;
	display:list-item;
	text-decoration: none;
	color: #336;
	list-style: none;
}
.li_bold {
	font-size: .7em;
	font-weight: bold;
	text-align: left;
	display:list-item;
	text-decoration:  none;
	color: #099;
	list-style: none;
}
.add_spacing {
	margin: 0 0 10px 0;
}
#main_container {
	min-width: 600px;
	max-width: 950px;
	margin: 0px auto;
	padding: 0px;
	background: #FFF;
}
#outer_container {
	width: 100%;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag    */
	position: relative;
	background:url(coal_images/coalleftbg.gif) repeat-y left top; 
}
#outer_container2 {
	width: 100%;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag    */
	position: relative;
}
#inner_container {
	overflow:auto;
}
#inner_container2 {
	overflow:auto;
}
#header_inner, #nav_inner, #content_inner, #content_inner5, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
#logo {
	height: 0px !important; /* zeroes out the height of the text*/
	padding: 125px 0 4px 0; /* creates space for the image */
	background-image: url(coal_images/coalbanner950.jpg); 
/*	background-image: url(coal_images/coalbanner950new.jpg); */
	background-color: #990033;
	background-repeat: no-repeat;
	overflow: hidden;
}
#logo2 {
	height: 0px !important; /* zeroes out the height of the text*/
	padding: 125px 0 4px 0; /* creates space for the image */
	background-image: url(coal_images/coalbanner950new.jpg); 
/*	background-image: url(coal_images/coalbanner950new.jpg); */
	background-color: #990033;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* artist pages vertical nav */
#nav_vert {
	float:left;
	width:950px;
	background-color: #336;
	text-align:center;
	padding: 4px 0 6px 0;
	font-size: 1em;
}
#nav_vert li  {
	display:inline;
	color: #FFF;
}
 #nav_vert a:link, #nav_vert a:visited  {
	text-decoration:none;
	background-color:#336;
	color: 	#FFF;
}
 #nav_vert a:hover {
	background-color:#336;
	color:#099;
}
/* artist pages nav */

#nav {   
	width:190px; 
	float:left; /* floats on nav and content divs make them sit side by side */
	margin: 0;
	}
#nav_inner  {
	width: 180px;
	background-color: #768da5; 
	border-right:2px solid 	#003;
	border-bottom:2px solid #003;
	margin: 1em .25em 1em .25em;
	color: #FFF;
}
#nav_inner ul {
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 170px;
}
#nav_inner li {
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0; 
	background: url(coal_images/bevel_bl.gif) no-repeat;
}
#nav_inner li.lastone {
	margin: 5px 0 10px 5px;
}
#nav_inner li span {
	margin: 0;
	padding: 0;
	width: 170px;
	display: block;
	background: url(coal_images/bevel_bl.gif) no-repeat left bottom;
}
 #nav_inner li#current {
	background: url(coal_images/bevel_curr.gif) no-repeat;
}
#nav_inner li#current span {
	background: url(coal_images/bevel_curr.gif) no-repeat left bottom;
}

#HomePage li#navHome, 
#AboutPage li#navAbout, 
#GalleryPage li#navGallery,
#FeaturedPage li#navFeatured, 
#DemoPage li#navDemo, 
#ProgramsPage li#navPrograms, 
#EventsPage li#navEvents, 
#YouthPage li#navYouth, 
#CalendarPage li#navCalendar, 
#NewsletterPage li#navNewsletter, 
#ToJoinPage li#navToJoin, 
#PoliciesPage li#navPolicies, 
#ContactPage li#navContact, 
#SitePage li#navSite {background: url(coal_images/bevel_curr.gif) no-repeat;}

#HomePage li#navHome span,
#AboutPage li#navAbout span,
#galleryPage li#navGallery span, 
#artistIndexPage li#navGallery span, 
#FeaturedPage li#navFeatured span, 
#DemoPage li#navDemo span, 
#ProgramsPage li#navPrograms span, 
#EventsPage li#navEvents span, 
#YouthPage li#navYouth span, 
#CalendarPage li#navCalendar span,
#NewsletterPage li#navNewsletter span,
#ToJoinPage li#navToJoin span,
#PoliciesPage li#navPolicies span,
#ContactPage li#navContact span,
#SitePage li#navSite span {background: url(coal_images/bevel_curr.gif) no-repeat left bottom;}

#nav_inner a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 5px 0 5px 10px;
	line-height: 1.2em;
}	
#nav_inner a:hover {
	color:	#C03;
}
#nav_inner p {
	color: #fff;
	text-align: center;
 	font-style: italic; 
	padding: 1em .5em 1em .5em;
}
.nav_spacer {
	margin: 0 0 15px 0;
}
/* -----------end navigation - left column----------------------------*/
#nav2 {   
	width:250px; 
	float:left; /* floats on nav and content divs make them sit side by side */
	margin: 0;
	}
#nav_inner2  {
	width: 240px;
	background-color: #768da5; 
	border-right:2px solid 	#003;
	border-bottom:2px solid #003;
	margin: 1em .5em 1em .75em;
	color: #FFF;
}
#nav_inner2 ul {
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0;
	width: 240px;
}
#nav_inner2 li {
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0; 
}
#nav_inner2 li.lastone {
	margin: 0 0 30px 20px;
}
#nav_inner2 li.indent {
	margin: 0 0 0 20px;
}
#nav_inner2 p {
	color: #fff;
	text-align: center;
 	font-style: italic; 
	padding: 1em .5em 1em .5em;
}
#nav_inner2 h4 {
	text-align: center;
	padding: 1em .5em 1em .5em;
}
#nav_inner2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 5px 0 5px 10px;
	line-height: 1.2em;
}	
#nav_inner2 a:hover {
	color:	#C03;
}
/* -----------end sitemap - left column----------------------------*/
.boxcontainer {
	float: left;
	width:300px;
	margin:10px 20px;
	display: block;
	background: url(coal_images/home_boxmiddle.gif) repeat-y left top;
}
.innerbox1 {
	background:url(coal_images/home_boxtop.jpg) top left no-repeat;
}
.innerbox2 {
	background:url(coal_images/home_boxbottom.jpg) bottom left no-repeat;
	padding: 10px 10px;
	font-style: italic;
	font-weight: bold;
}

#notice1 {
	float: left;
	width:300px;
	height: 80px;
	background-color:#FFF;
	margin:0 0 0 20px;
	display:block;
	padding:10px;
}
#notice1 {
 	background-image: url(coal_images/home_bg.gif);
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: bold;
	color:#fff;
}
#right_column {
	width: 250px;
	float: right;
	top: 0px;
	margin: 0 0 5px 0;
}
.pcenter {
	font-size: .7em;	
	text-align: center;
}
#right_column h5 {
 	padding: 1.5em 0 .75em 0;
}
#right_column_inner {
	padding: 1em .5em;
}
#right_column2 {
	width: 345px;
	float: right;
	top: 0px;
	margin: 0 5px 5px 5px;
	padding:1em 1em 1em 1em; /* creates space between the box and the content */
}
#right_column_index {
	width: 390px;
	float: right;
	top: 0px;
	margin: 0 5px 5px 5px;
	padding:1em 1em 1em 1em; /* creates space between the box and the content */
}
#right_column4{
	width: 290px;
	float: right;
	top: 0px;
	margin: 0 5px 5px 5px;
	padding:1em 1em 1em 1em; /* creates space between the box and the content */
}
#right_column5 {
	width: 210px;
	float: right;
	top: 0px;
	margin: 0 0 5px 0;
	padding:1em 1em 1em .25em;
}
#right_column6 {
	width: 210px;
	float: right;
	top: 0px;
	margin: 0 0 5px 0;
	padding:1em .25em 1em .25em;
}
#right_column_inner6 {
	padding: 1em .5em 1em 0;
}
#right_column_inner2 li a:link, #right_column_inner li a:visited {
	color: #399;
	font-weight: bold;
}
#content {
	margin:0 250px 5px 190px;
}
#content2 {
	margin:0 345px 5px 210px;
	clear: none;
}
#content_index {
	margin:0 390px 5px 210px;7
}
#content_inner2 { 
	padding:0 .5em 0 .75em; /* creates space between the box and the content */
}
#content3 {
	margin:0 0 5px 190px;
}
#content4 {
	margin:0 290px 5px 210px;
}
#content5 {
	margin:0 220px 5px 190px;
}
/* for use with horizontal margin */
#content6 {
	clear: both;
	margin:0 0 5px 0;
}
#content_inner { 
	padding:1em .5em 1em .75em; /* creates space between the box and the content */
}
#content_inner5 { 
	padding:1em .5em 1em .5em; /* creates space between the box and the content */
}
div.bio_text {
	float: left;
}
div.pic  {
	height:160px;
	width: 225px;
    margin: 7px 0 5px 0;
	border-top: 2px solid #fff;
	border-right: 4px solid #444;
	border-bottom: 4px solid #444;
	border-left: 2px solid #fff;
}
div.pic2  {
	margin:10px 10px 0 5px; 
}
div.pic3  {
	height:229px;
	width: 300px;
	border-top: 3px solid #999;
	border-right: 4px solid #444;
	border-bottom: 4px solid #444;
	border-left: 3px solid #999;
	margin: 1em 0 1em .25em;
}
div.pic4  {
	float:left;
 	height:200px;
	width: 200px; 
	margin: 1em 1em .25em .5em;
	padding: 0 0 4em 0;
}
div.pic4 img {
	border-top: 5px solid #768da5;
	border-right: 6px solid #006;
	border-bottom: 6px solid #006;
	border-left: 5px solid #768da5;
}
div.pic4_alt  {
	float:left;
	height:200px;
	width: 200px;
	margin: 1em 1em 1em .5em;
	padding: 0 0 2em 0;
}
div.pic4_alt img  {
	visibility: hidden;
	border:none;
}
div.pic4 ul {
	display:block;
	list-style: none;
	text-align: center;
	font-size: .7em;
	color: #336;
	margin: 0;
	padding: 0;
}
div.pic4_site {
	float:left;
 	height:100px;
	width: 170px; 
	margin: 1em 1em 1em .5em;
	padding: 0 0 2.75em 0;
}
div.pic4_site img {
	border-top: 5px solid #768da5;
	border-right: 6px solid #006;
	border-bottom: 6px solid #006;
	border-left: 5px solid #768da5;
}
div.pic5 {
	margin: 10px 0 5px 5px;
}
div.pic5 img {
	margin: 10px 0 5px 0;
	border-top: 2px solid #CCC;
	border-right: 4px solid #444;
	border-bottom: 4px solid #444;
	border-left: 2px solid #CCC;
	vertical-align: middle;
}
div.pic6  {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
/*pic7 used in demo and youth */
div.pic7 {
	margin: 10px 10px 5px 0;
	padding: 0 10px 0 0;
}
div.pic7 img {
	margin: 10px 0 5px 5px;
	border-top: 2px solid #FFF;
	border-right: 4px solid #444;
	border-bottom: 4px solid #444;
	border-left: 2px solid #FFF;
	vertical-align: middle;
}
div.pic8 {
	float:left;
	margin: .25em 0 .25em .5em;
}
div.pic8 img {
	border-top: 1px solid #768da5;
	border-right: 1px solid #006;
	border-bottom: 1px solid #006;
	border-left: 1px solid #768da5;
}
a .artist_tn {
	text-decoration: none;
	border: 0 none;
}
/*artwork_th used in gallery page thumbnails*/
div.artwork_th  {
	float:left;
	width: 150px; 
	margin: .5em 1em .25em .5em;
	padding: 0 0 .5em 0;
}
div.artwork_th img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #768da5;
	border-right: 3px solid #006;
	border-bottom: 3px solid #006;
	border-left: 2px solid #768da5;
}
div.artwork_th ul {
	display:block;
	list-style: none;
	text-align: center;
	font-size: .7em;
	color: #336;
	margin: 0;
	padding: 0;
}
div.artwork_th li.title {
	list-style: none;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #990033;
	margin: 2px 0 0 0;
	padding: 0;
}
div.artwork_th li.size, li.price, li.artist, li.category {
	font-style: italic;
		font-weight: bold;
}
div.artwork_lg  {
	float:left;
 	height:190px;
	width: 150px; 
	margin: .5em 1em .25em .5em;
	padding: 0 0 1em 0;
}
div.artwork_lg img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #768da5;
	border-right: 3px solid #006;
	border-bottom: 3px solid #006;
	border-left: 2px solid #768da5;
}
div.artwork_lg ul {
	display:block;
	list-style: none;
	text-align: center;
	font-size: .7em;
	color: #336;
	margin: 0;
	padding: 0;
}
/*pic10 used in artwork page */
div.pic10 {
	float:left;
	width: 550px; 
	margin: .5em 0 0 1em;
	padding: 0 .5em .5em 0;
	text-align: center;
}
div.pic10 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-top: 2px solid #006;
	border-right: 2px solid #006;
	border-bottom: 2px solid #006;
	border-left: 2px solid #006;
}
div.pic11  {
	float right;
	margin: .5em 1em 1em 580px;
	padding: 0 0 0 0;
}
div.pic11 img {
	margin: .5em 0 1em 8em;
	padding: 0 0 0 0;
}
div.return p, a {
	clear: both;
	text-align: center;
}
div.awards {
	clear:both;
	margin: .5em 0 0 0;
	}
div.pic_artist {
	float: left;
	width: 210px;
	margin: 1em 0 0 1em;
}
div.pic_artist ul {
	display:block;
	list-style:  circle;
	text-align: left;
	font-size: .8em;
	color: #336;
	margin: 0 0 0 1.5em;
	padding: 0;
}
div.pic_artist li.last {
	padding: 0 0 .5em 0;
}
div.artist_bio {
	float: right;
	width: 690px;
	margin: 1em .5em 0 .5em;
}
div.artist_bio h3 {
	text-align: center;
	margin: 0 0 .5em 0;
}
div.artist_th  {
	clear: both;
	margin: 0 0 0 8em;
}
/*div.pic_artist2 img{
	float: right;
	padding: 0 0 0 .5em;
}*/
.pageCtrl {
	text-align: right;
	margin: 0 10px 0 0; 
}
 .dashline {
	clear: both;
	float: none;
	height: 10px;
	border-top:	1px dashed #336;
}
.prevtext {
	font-size: .9em;	
}
#fadeshow1 {
	margin: 10px 0 5px 95px;
}	   
#footer {
	clear:both;
	border-top: 2px solid #990033;
	}
#footer_inner {
	background-color:#336;
	font-size: .8em;
	text-align:center;
	color: #FFF;
}

#footer_inner {
	background-color:#336;
	font-size: .9em;
	text-align:center;
	color: #FFF;
	}
#footer_inner p {
	padding:1em 2em 1em 2em; /* creates space between the box and the content */
	text-align:center;
	color: #FFF;
}
.hd_sub {	
	height: 0px !important; /* zeroes out the height of the text*/
 	padding: 45px 0 2px 0; /* creates space for the image */
 	margin: 20px 0 10px 0;
	overflow: hidden;
}
.hd_subhome {	
	height: 0px !important; /* zeroes out the height of the text*/
 	padding: 30px 0 2px 0; /* creates space for the image */
 	margin: 20px 0 10px 0;
	overflow: hidden;
}
#hd_home {
	background: url(coal_images/home_hd.gif) no-repeat center;
}
#hd_programs {
	background-image: url(coal_images/pgm_hd.gif); 
	background-repeat: no-repeat;
}
#hd_dates {
	background-image: url(coal_images/dates_hd.gif); 
	background-repeat: no-repeat;
}
#hd_events {	
	background-image: url(coal_images/ev_hd.gif); 
	background-repeat: no-repeat;
}
#hd_about1 {
	background-image: url(coal_images/about_who.gif); 
	background-repeat: no-repeat;
}
#hd_about2 {
	background-image: url(coal_images/about_where.gif); 
	background-repeat: no-repeat;
}
#hd_contact {
	background-image: url(coal_images/cont_hd.gif); 
	background-repeat: no-repeat;
}
#hd_join {
	background-image: url(coal_images/join_hd.gif); 
	background-repeat: no-repeat;
}
#hd_youth {
	background-image: url(coal_images/youth_hd.gif); 
	background-repeat: no-repeat;
}
#hd_demo {
	background-image: url(coal_images/demo_hd.gif); 
	background-repeat: no-repeat;
}
#hd_demo2011 {
	background-image: url(coal_images/demo_hd2011.gif); 
	background-repeat: no-repeat;
}
#hd_demo2012 {
	background-image: url(coal_images/demo_hd2012.gif); 
	background-repeat: no-repeat;
}
#hd_feat {
	background-image: url(coal_images/feat_hd.gif); 
	background-repeat: no-repeat;
}
#hd_feat2011 {
	background-image: url(coal_images/feat_hd2011.gif); 
	background-repeat: no-repeat;
}
#hd_feat2012 {
	background-image: url(coal_images/feat_hd2012.gif); 
	background-repeat: no-repeat;
}
#hd_policies {
	background-image: url(coal_images/pol_policies.gif); 
	background-repeat: no-repeat;
}
#hd_forms {
	background-image: url(coal_images/pol_forms.gif); 
	background-repeat: no-repeat;
}
#hd_news12 {
	background-image: url(coal_images/news_2012.gif); 
	background-repeat: no-repeat;
}
#hd_news11 {
	background-image: url(coal_images/news_2011.gif); 
	background-repeat: no-repeat;
}
#hd_news1 {
	background-image: url(coal_images/news_2010.gif); 
	background-repeat: no-repeat;
}
#hd_news2 {
	background-image: url(coal_images/news_2009.gif); 
	background-repeat: no-repeat;
}
#hd_site {
	background-image: url(coal_images/site_hd.gif); 
	background-repeat: no-repeat;
}
#hd_calendar {
	background-image: url(coal_images/calendar_hd.gif); 
	background-repeat: no-repeat;
}
/* artist form styles */
#artist_form {
	width: 800px;
	font-size: .9em;
	margin: 10px 0 0 0;
}
.artist_formsection {
	float:left;
	width: 100%;
/*	border-bottom:1px solid #AAA;  */
}
.right_label {
	margin: 0 0 0 18em;
}
.artist_buttongroup {
	float: left;
	margin: 0 0 10px 0;
}
.artist_buttongroup input {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
/*	line-height: 0;  */
}
.artist_buttongroup label {
	background-color: none;
	width: 35em;
	float: left;
	margin: .15em 0 .15em .5em;
	font-size: .8em;
	font-weight: normal;
	clear: none;
}
.artist_textarea {
	width:550px;
	height:150px;

/*	border-bottom:1px solid #AAA;  */
}
.artist_email {
	width:255px;
}
label.input_form {
	width: 16em; 
	float: left;
	font-size: .8em;
	text-align: right; 
	margin: 0 1em 10px 0; 
}
input.input_box {
	margin-bottom: 10px;
}
label.artist_search {
	width: 8em; 
	float: left;
	font-size: .7em;
	text-align: right; 
	margin: 0 1em 10px 0; 
	clear: both;
}
/* coal contact form styles */
form {
	width: 375px;
	font-size: .9em;
	margin: 30px 0 0 0;
}
fieldset {
	padding: 5px 0 10px 30px;
	margin: 10px 0 0 0;
	border: solid 1px #399;
}
legend  {
	font-size:1em;
	padding: 0 5px;
	color: #336;
}
label {
	display:block;
	margin: 5px 0 5px 0;
	color: #399;
}
.button {
	display:block;
	margin: 15px 0 0 0;
}
.radioLabel, .checkbox1 {
	padding: 0 10px 0 2px;
	color: #399;
}
input#fullname, input#email, input#telephone {
	width:250px;
}
textarea {
	width:300px;
	height:150px;
}
select {
	width:12em;
}	
/* The rest of the styles were added by Barbara Tripp */
/* Style the award images on the artwork page  */
#artworkPage h4 img {
	border: none;
	display:inline;
	vertical-align:	text-bottom;
	margin-right: 1em;
}
/* Style the award images that show above the thumbnails */
.artwork_th .award img{
	border: none;	
	display: inline;
	margin-left: 5px;
	margin-right: 1px;
}
.artwork_th .award {
	height: 20px;
	text-align:center;
	clear: both;
	overflow:hidden;
}
/* Style the instructions above the artwork thumbnails */
p.tn_instruction {
	font-weight: bold;
	text-align:center;
	font-style:italic;
	margin-bottom: .5em;
	clear: both;
}
/* Style the sell status for sold artworks */
.artwork_th span.sold, #artworkPage span.sold {
	color: #F00;
	font-weight: bold;
	font-size: 1.3em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* The following controls the width and placement of the custom search bar */
#header_inner {
	position: relative;  /* set the positioning context */	
}
div#custom_search_container {
	float:right;
	width: 300px;
	position: absolute;
	bottom: 15px; right: 5px;
}
div#artistSearch {
	width: 50%;
	float: left;
}

/* The following styles are for the artist index page */
div#artistIndexLink {
	float: right;	
	padding-right: 2em;
}
div#artist_list p{
	font-size: 1em;
	clear: both;
}
div#artist_list p span {
	float: left;
}
div#artist_list ul,  {
	float: left;
}
div#artist_list li {
	display:inline;
	margin: 0; padding: 0;
	padding-left: 1em;
	font-size: .9em;
	color:#336;
}
