/*	
	Copyright (c) 2007 blondedigital.com.
	Doc: home_page.css
	Revision: 1.0
*/

#home_main_panel{
	position:relative;
}

#search_panel{
	float:left;
	width:218px;
	height:184px;
	padding:8px;
	background:url('../img/home_search_bg.gif') no-repeat;
	position:relative;
	z-index:1;
}

#search_panel h3{
	position:relative;
	top:2px;
	margin:0;
}

#search_form{
	margin:0;
	padding:0;
}

/*artform panel*/
#search_artform{
	width:214px;
	height:61px;
	background:url("../img/search_artform_bg.gif") no-repeat;
	position:relative;
	top:10px;
}

#artform_title{
	margin:0;
	position:absolute;
	top:8px;
	left:8px;
}

#search_artform label{
	display:block;
	font-size:0.9em;
}

#art_type_setone{
	position:absolute;
	top:2px;
	left:58px;
}

#art_type_settwo input, #art_type_setone input{
	margin:1px 0;
	width:10px;
	height:10px;
}


#art_type_settwo{
	position:absolute;
	top:2px;
	left:137px;
}


/*date panel*/
#search_date{
	width:214px;
	height:57px;
	background:url("../img/search_bydate_bg.gif") no-repeat;
	position:relative;
	top:15px;
}

#bydate_title{
	margin:0;
	position:absolute;
	top:8px;
	left:8px;
}

#search_date label{
	display:block;
	margin-left:58px;
}

#search_date input{
	width:77px;
	font-size:0.9em;
}

#calender_but_to,#calender_but_from{
	position:relative;
	top:5px;
	_top:4px;
	left:2px;
}

#to_date{
	margin-left:15px;
	_margin-left:18px;
}


/*search button*/
#search_submit{
	position:relative;
	top:0px;
}

#search_submit a{
	position:relative;
	top:-10px;
	_top:-12px;
}

/*event information panel*/

#home_event_panel{
	float:left;
	position:relative;
	margin-left:7px;
	width:159px;
	height:184px;
	border-top:5px solid #BCD1F0;
	padding:5px 5px;
}

#home_event_panel h4{
	margin:0;
}

#home_event_panel ul{
	margin:1.5em 0 0 0;
	position:relative;
	padding:0;
	list-style-type: none;
}
#home_event_panel li{
	padding: 0 0 0 10px;
	background:url('../img/link_dot_bg.gif') no-repeat 0 0.3em;
	margin-top:0.7em;
}

#signup_newsletter{
	position:absolute;
	bottom:6px;
	left:0;
}


