/* 
yellow = r204 g153 b51  #CC9933
dark yellow             #a77d2a
background yellow       #f4ecdb
teal = r0 g102 b102     #006666
burgundy = r106 g67 b88 #6A4358
blue = r48 g40 b107     #30286B
*/

/**********
General
***********/
body {
	margin: 10px 15px 10px 15px;
    font-family: verdana, arial, helvetica, clean, sans-serif;
}

a,a:hover {
	color: #006666;
}

h1, h1, h2, h3, h4, h5 {
	color: #30286B;
}

h3 {
    font-size: 100%; 
}

input {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;	
}

input.text {
	width: 40em; 
}

input.search {
	width: 18em; 
}

table {
	border-color: white white white white;
	margin-bottom: 5px;
	margin-top: 10px;
}
td, th {
	border-color: white white white white;
	padding: 1px 1px 1px 1px;
}

.paginator_header {
	text-align: center;
	color: #006666;
}

#footer {
    margin-top: 50px;
    text-align: center;
    color: #a77d2a;
}

/*********************
hf Layout
**********************/
#hf_header_left {
	float: left;
	margin-bottom: 5px;
}	
#hf_header_right {
	float: right;
	margin-bottom: 5px;
}	

#hf_header_border {
	border-top: 1px solid #CC9933;
	clear: both;	
}

#hf {
	clear: both;
}

/*********************
hf_center Layout
**********************/
#hf_center {
	text-align: center;
	margin-top: 5em;
}


/*************
Main Layout
**************/
#main_search {
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CC9933;
}

#main_logo_div {
		display: inline;
}

#main_logo {
	padding-right: 10px;
	vertical-align: bottom;	
}

#main_search_form_div {
		display: inline;
		vertical-align: bottom;	
}

form#main_search_form {
		display: inline;
}

#main_search_form_fs {
		display: inline;
		margin-bottom: 0px;
	    padding-bottom: 0px;
}


#main_infobar {
	background-color: #f4ecdb;	
	height: 1.25em;
	margin-bottom: 1.5em;
	padding-left: 5px;
    padding-right: 5px;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #006666; 	
}

#main_infobar_left {
    float:left;
    font-weight: bold;	
}

#main_infobar_right {
    float:right;
}

#main_search_button {
	margin-right: 10px;
	margin-bottom: 16px;	
}
#main {
	/*margin-left: 10px;
	margin-right: 10px;*/
	margin-bottom: 15px;
}

/*********************
main_center Layout
**********************/
#main_center {
	text-align: center;	
}


/**********************
paginator layout
**********************/
#left_panel {
    float: left;
    width: 12em;
    text-align: left;
    padding-left: 10px;
}

#left_panel li {
    list-style: none;
}

#left_panel h3 {
    margin-bottom: 8px;
}

#left_panel ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;    
}

#right_panel {
    margin-left: 12em;
    padding-left: 10px;
  	border-left: 1px solid #CC9933;    
}


/************
Index Page
***********/

#index_links {
	margin-top: 30px;
	
}	

#index_links a, #index_links a:hover {
	font-weight: bold;
}	

#index_logo {	
	padding-bottom: 5px;
	font-size: 48px;
}

/************
Search Results Page
***********/

.search_results_list {
	margin-left: 0;	        
}

.search_results_list li {
	list-style: none;
}

h3.search_result_title {
	color: #6A4358;
	margin-bottom: 3px;
}

h3.search_result_title a {
	color: #6A4358;
}


p.search_result_description {
	margin-bottom: 3px
}

p.search_result_metadata {
	color: #30286B;
	margin-bottom: 3px
	
}



/************
Add Idea Page
***********/

#id_title {
	width: 400px;
}



form#idea_form ul, form#idea_form li, form#idea_form label   {
	display: inline;
}

form#idea_form ul  {
	margin: 0;
	padding: 0;
}

form#idea_form li {
	list-style: none;	
}


/****************
Forms
*****************/

#register_form div, #idea_form div, #edit_user_form div, #view_user_form div, #login_form div {
    margin-bottom: 10px;    
}

#recaptcha div {
    margin-bottom: 0px;    
}


#register_form label, #idea_form label, #edit_user_form label, #view_user_form label, #login_form label {
 color: #30286B;
 font-weight: bold;
}

/*Idea add/edit title */
#idea_form input[type="text"] {
   width: 30em;
}

#register_form input {
    width: 15em;
}

#register_form input[type="submit"] {
    width: 8em;
}

#register_form .field_error {
    color: #6A4358;
    font-weight: bold;
}

#register_form textarea, #edit_user_form textarea, #view_user_form textarea {
    display: block;
    margin-top: 3px;
    width: 30em;
    height: 10em;
}


/**************
Exhibit List
***************/

#exhibit_list h3 {
    display: inline;
}

#exhibit_list li {
    list-style: none;
    padding-top: 5px;    
}

h2.exhibit_schedule {
   color: #6A4358;
}

#exhibit_schedule h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    
}

#exhibit_schedule p {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    margin-left: 10px;
}

#exhibit_schedule a, #exhibit_schedule a:hover {
	color: #30286B;
}

#exhibit_schedule ul {
}

#exhibit_schedule li {
    list-style: none;
    padding-top: 5px;     
}

.teal {
    color: #6A4358;
}

