/* $Id $ */

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
}

div.top {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    margin-bottom: 0;
}

div.top ul, div.footer ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.top ul, div.footer ul, div.footer p {
    margin-left: 10px;
    margin-right: 10px;
}

div.top ul li, div.footer ul li {
    display: inline;
    margin: 0 2px;
}

div.top #top_logo {
    position: absolute; 
    z-index: 99; 
    top: 10px; 
    right: 10px;
}

div.top ul.affiliate_nav, div.notice, div.error {
    margin: 0;
    padding: 1px 0 1px 4px;
}

div.top ul.affiliate_nav li form,
div.top ul.affiliate_nav li form fieldset {
    margin: 0;
    padding: 0;
    border: none;
    display: inline;
}

div.top ul.affiliate_nav li form fieldset input {
  border-width: 1px;
  margin: 0 4px;
  padding: 0 2px;
  height: 1.3em;
}
div.top ul.affiliate_nav li form { z-index: 0; position: absolute; }

div.top div#top-frame {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 100%;
}

div.top div#top-frame-under {
    margin: 0;
    padding: 0;
    height: 20px;
    width: 100%;
}

div.top form, div#left-column form fieldset {
    margin: 0;
    padding: 0;
}

#left-column ul, #right-column ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 6px;
    padding-right: 6px;
}

#right-column ul {
    margin-bottom: 60px;
}

#styles_list ul {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div#left-column form fieldset {
    border: none;
    margin-top: 5px;
    margin-left: 6px;
    margin-bottom: 10px;
}

div#left-column form fieldset input {
    font-size: 11px;
    margin: 0;
}

div#left-column #search_spinner {
    padding-top: 10px; 
    padding-right: 10px; 
    z-index:-99; 
    float: right;
}

#quick-results {
    padding: 0 0 6px 0;
}

div#left-column h1, div#right-column h1,
div#left-column h2, div#right-column h2,
div#left-column h3, div#right-column h3,
div#left-column h4, div#right-column h4,
div#left-column h5, div#right-column h5,
div#left-column h6, div#right-column h6,
div#left-column img, div#right-column img {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 6px;
}
div#left-column h4, div#right-column h4,
div#left-column h5, div#right-column h5,
div#left-column h6, div#right-column h6 {
    margin-top: 5px;
}

/* Depends on drop shadow: */
div#left-column img, div#right-column img { margin-left: 4px; }

div.row {
    display: block;
    float: none;
    clear: both;
    border: 1px solid #EED; /* handles bug in Camino */
}

div#mid-column #rss_badge {
    padding-top: 10px; 
    float: right;
}

div#mid-column #contact_us_form fieldset.person_name div, div#mid-column #contact_us_form fieldset.phones div, div#mid-column #contact_us_form fieldset.career_data div, div.row div {
    display: block;
    float: left;
    margin-right: 4px;
}

div#mid-column #contact_us_form div, div#mid-column #contact_us_form fieldset fieldset {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* hack for IEs of all persuasions */
* html div#mid-column #ajax_contact {
    width: 17em;
}

div#mid-column #ajax_contact {
    display: block;
    float: right;
    clear: right;
    margin: 0 0 1em 10px;
}

div#mid-column #ajax_contact #contact_form, div#mid-column #ajax_contact #contact_form fieldset {
    padding: 0;
    margin: 0;
}

div#mid-column #ajax_contact #contact_form fieldset {
    margin: 0;
    padding: 0.5em 8px 6px 8px;
}

div#mid-column #ajax_contact #contact_form legend {
    margin: 1em -8px -0.1em -8px;
    padding: 2px 8px;
}

div#mid-column #ajax_contact_response .contact_response {
    width: 17em;
}

div#mid-column #contact_spinner {
    float: left;
    position: relative;
    top: -24px;
    left: 0;
    padding: 0; 
    margin: 0; 
}

div.wrap_select select, div.wrap_text_field input, div.wrap_text_area textarea, fieldset.street_address input {
    display: block;
    clear: left;
}

div.content {
    padding: 10px;
    margin-bottom: 60px;
}

div.art {
    float: right;
    width: 50%;
    margin: 5px;
}

div.art img {
    width: 45%;
    float: right;
    margin: 5px;
}

div.notes {
    margin-top: 2em;
    margin-bottom: 2em;
}

h1 img {
    width: 42%;
    max-width: 244px;
    max-height: 116px;
}

fieldset.artwork_details ul, 
fieldset.career_details ul, 
ul.checkbox_list {
    padding: 4px;
    margin-right: 10px;
}

fieldset.artwork_details ul, fieldset.artwork_details label, fieldset.artwork_details textarea,
fieldset.career_details ul, fieldset.career_details label, fieldset.career_details textarea {
    display: block;
    float: left;
}

fieldset.person_name, fieldset.person_location {
    padding-left: 0;
}

fieldset.artwork_details label,
fieldset.career_details label {
    padding-right: 10px;
}

div.pagination {
    width: 100%;
    margin-bottom: 0.5em;
}

div.pagination .prev {
    float: left;
}

div.pagination .next {
    float: right;
}

div.pagination .pagination_links {
    margin-left: auto;
    margin-right: auto;
}

table.list_view {
    border-collapse: collapse;
    width: 100%;
}

table.list_view td, table.list_view th {
    padding-right: 6px;
    padding-left: 4px;
}

table.list_view th {
    text-align: left;
}

table.artist_info,
table.artwork_info,
table.style_info {
    float: left;
    margin-right: 10px;
    margin-bottom: 1em;
}

table.artist_info td,
table.artwork_info td,
table.style_info td {
    padding-right: 4px;
    padding-left: 4px;
}

#county_map_in {
    float: right;
    clear: right;
    margin: 0 0 1em 6px;
}

#county_map_in ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

#county_map_in div, #county_map_in ul {
    text-align: center;
}

p.tell_more { clear: left; }

#thumbnails { padding-top: 10px; }

#by_name.artists #thumbnails a,
#show.artists #thumbnails a { padding: 0 6px 6px 0; }

.gallery .grid_item {
    float: left;
    margin-right: 10px;
    width: 30%;
}

.gallery .grid_item p { padding-left: 1em; }

#show.gallery div.art,
.gallery .grid_item div.art {
    float: none;
    width: auto;
    margin: 0.5em 0;
}

#show.gallery div.art img,
.gallery .grid_item div.art img {
    width: auto;
    float: none;
    margin: 0;
}

.gallery .grid_item div.art img { width: 100%; }

p.button {
    clear: left;
    margin-bottom: 5em;
}

#right-column div.badges {
    margin: 0;
    padding: 0;
}

#right-column div.badges div {
    margin: 10px;
    padding: 0;
    float: right;
}

#right-column div.badges img {
    padding: 2px;
    margin: 0;
    float: right;
}

/* 
    The One True Layout 
    source: http://www.positioniseverything.net/articles/onetruelayout/examples
*/

#left-column
	{
	float: left;
	width: 16%;
	}
#mid-column
	{
	float: left;
	width: 59.9%;
	}
#right-column
	{
	float: left;
	width: 24%;
	}
/* Start Mac IE5 filter \*/
#left-column, #mid-column, #right-column
	{
	padding-bottom: 30010px !important;
	margin-bottom: -30000px !important; 
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign, #mid-column .footer, #right-column .badges
	{
	position: absolute;
	bottom: 0;
	}
#left-column .verticalalign
	{
	width: 16%;
	}
#mid-column .verticalalign
	{
	width: 59.9%;
	}
#right-column .verticalalign
	{
	width: 24%;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #left-column .verticalalign
	{
	width: 16% !important;
	}
div[id^="wrapper"] #mid-column .verticalalign
	{
	width: 59.9% !important;
	}
div[id^="wrapper"] #right-column .verticalalign
	{
	width: 24% !important;
	}
}
/* hack for IEs of all persuasions */
* html .verticalalign, * html #mid-column .footer, * html #right-column .badges
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	/* background: #996666; */
	}
#wrapper
	{
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output, * > .footer, * > .badges
	{
	position: relative;
	z-index: 1000;
	}
