/* Main application stylesheet */
/* general tag styles */
body {
    background-color: #fff;
    text-align: center;
    font-size: 68%;
    font-family: tahoma, verdana, sans-serif;
    color: #000;
    margin: 0px;
    background: url(/images/bg.jpg);
    } 

img { border: 0px; }

table { border-collapse: collapse; font-size: 100%; }

td { 
    vertical-align: top; 
    text-align: left;
    }  
    
.about{
    font-size: 11px;
    font-weight: bold;
}       
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

a { color: #1c5525;
    text-decoration: none;
    }

a:visited {  }    
a:hover { text-decoration: underline; }

input {
    font-size: 11px;
    padding: 3px;
    }

textarea {
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center {
    text-align: center;
    } 
    
.sold {
    font-weight: bold;
    color: #DF001E;
    font-size: 120%;
    }    

.page_heading {
    font-size: 1.6em;
    font-weight: bold;
    color: #1C5525;
    }

.section_heading {
    font-size: 1.4em;
    font-weight: bold;
    }    
    
.subsection_heading {
    font-size: 1em;
    font-weight: bold;
    }    

ol.alpha {
    list-style-type: lower-alpha;
    }
    
.selectbox{
    width: 152px;
    }

/* outer container styles */
#primary_wrapper {
    margin: auto;
    margin-top: 30px;
    width: 736px;
    }

#secondary_wrapper {
    width: auto;
    padding: 0px;
    float: left;
    text-align: center;
    }

/* header */
#header { 
    float: left; 
    clear: right;
    width: 100%; 
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    }

#header #logo { margin: auto; width: 150px; text-align: center; }

#header img { margin: auto; margin-top: 5px; margin-left: 5px; }

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    position: relative;
    clear: left;
    display: inline;
    width: 615px;
    height: 24px;
    padding-top: 10px;
    margin-left: 61px;
    margin-right: 60px;
    background: url(/images/nav-bg.gif) no-repeat;
    background-position: 8px;
    }

#navbar ul {
    margin: auto;
    padding: 0px;
    width: auto;
    margin-left: 15px;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    float: left;
    position: relative;
    margin: auto;
    padding: 0px 8px 0px 8px;
    font-size: 9px;
    width: auto;
    text-align: center;    
    }
  
#navbar ul li a {
    color: #1c5525;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    height: 31px;   
    }
    
#navbar a:hover {
    text-decoration: underline;
    }    
    
/* content_for_layout container */
#main_content {
    float: left;
    width: 100%;
    height: auto;
    font-size: 90%;
    text-align: left;
    padding: 5px 0px 0px 0px;
    }

#main_content #main_content_inner {
    margin: 8px;
    }
    
#main-body{
    float: left;
    position: relative;
    clear: left;
    display: inline;
    width: 585px;
    height: 275px;
    margin: auto;
    margin-left: 61px;
    padding: 8px 15px 0px 15px;
	overflow-x: hidden;
    overflow-y: auto;
    }

#frame-top{
    width: 736px;
    height: 62px;
    margin: auto;
    padding: 0px;
    background: url(/images/frame-top.png) no-repeat;
    }
    
#frame-middle{
    width: 736px;
    height: 317px;
    margin: auto;
    padding: 0px;
    background: url(/images/frame-middle.png) no-repeat;
    }
    
#frame-bottom{
    width: 736px;
    height: 74px;
    margin: auto;
    padding: 0px;
    background: url(/images/frame-bottom.png) no-repeat;
    }

#greenbar{
    float: left;
    clear: both;
    width: 570px;
    height: 19px;
    margin-top: 8px;
    padding: 5px;
    font-size: 10px;
    background: url(/images/greenbar.gif) no-repeat;
    color: #D6B418;
    }
#greenbar a{
 color: #D6B418;
}

#searchbox{
    float: left;
    position: relative;
    clear: right;
    width: 171px;
    height: 135px;
    margin-left: 13px;
    background: url(/images/welcome/search-bg.jpg) no-repeat;
    }

/* painting thumbnail */
.thumbnail {
    width: 500px;
    height: 100px;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-top: 8px;
    }

.thumbnail .image { width: 100px; margin-right: 5px; }
.thumbnail .details { width: 300px; }
    
.thumbnail .image, .thumbnail .details {
    float: left; position: relative;
    }    

.thumbnail .details .key { font-weight: bold; }     
.thumbnail .details .value { font-style: italic; }

/* artist thumbnail */
.artist-thumbnail {
    width: 100px;
    height: 120px;
    float: left;
    position: relative; 
    margin-left: 5px;
    }
    
.clearer {
    width: 540px; 
    height: 5px;
    float: left;
    clear: both;
    }

/* footer */
#footer {
    width: 100%;
    height: auto;
    font-size: .9em;
    margin-top: 10px;
    color: #0c2d11;
   } 

#footer #copyright, #footer #credits, #footer #credits a {
    color: #0c2d11;
    }
