/* --- General ----------------------------------------------------------------- */

div.caption
{
    font-size: 8pt;
    color: #999;
    text-align: center;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: trebuchet ms, verdana, sans-serif;
    background-color:#eee;
    font-size: 10pt;
}

h1
{
    font-family: georgia, serif;
    text-align: left;
    font-weight: normal;
    font-size: 15pt;
    color: #5877AD;
    margin: 30px 0px 8px 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    clear:right;
    line-height: 1.2;
}

h1.first
{
    margin-top: 0px;
}

h2
{
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 10pt;
    color: #5877AD;
}

a
{
    color: #5877ad;
    text-decoration: none;
}

ol li
{
	margin-bottom: 8px;
}

div.clearer
{
	clear: both;
}

a:hover
{
    text-decoration: underline;
}

div#wrapper
{
    width:700px;
    margin: 0px auto 30px auto;
    background-color:#fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

div#header
{
    border-bottom: 10px solid #eee;
    padding:0px;
    margin: 0px
}

div#header img
{
    display:block;
}

div#notice
{
    margin: 0px -8px 10px -8px;
    padding: 3px 8px 3px 8px;
    border: 1px solid #eee;
    background-color:#ffc;
    color: #999;
}

div#menu
{
    margin-left:530px;
    width: 160px;
    padding-top: 5px;
}

div#body
{
    width: 460px;
    min-height: 500px;
    float: left;
    
    padding: 10px 25px 20px 25px;
    border-right: 1px solid #eee;
    margin-top:15px;
    
    font-weight: normal;
    line-height: 1.5;
}

div#footer
{
    clear: both;
    margin: 0;
    padding: 15px 20px 20px 20px;
    font-size: 8pt;
    color:#999;
}

div#mailingList
{
    vertical-align: middle;
}

div#sectionheader
{
    text-align: left;
    padding-bottom:5px;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase    
}

div.adminbar, div#adminbar
{
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px;
    padding: 3px 8px 3px 8px;
    border: 1px solid #eee;
    background-color:#ffc;
    color: #999;
}

ul
{
    margin: 8px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}

ul.first
{
    margin-top: 0px;
}

ul.bulleted
{
    list-style-type: circle;
    margin-left: 15px;
}

ul.links
{
    margin-left: 15px;
    list-style-type: circle;
    margin-top:30px;
}

p
{
    padding: 0px;
    margin: 8px 0px 0px 0px;
}

p.first
{
    margin-top: 3px;
}

img
{
    border-width: 0px;
}

/* --- news ----------------------------------------------------------------- */

div.announcement
{
    margin: 25px 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

div.announcement div.title
{
    margin-bottom: 12px;
}

div.announcement h1
{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 21pt;
    text-align: center;
    font-variant: small-caps;
}

div.announcement div.subtitle
{
    margin-top: 5px;
    font-family: georgia, serif;
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
}

div.announcement-first
{
    margin-top: 10px;
}

/* --- menu ----------------------------------------------------------------- */

div#menu div#top
{
    margin-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 9pt;
}


div#menu li
{
    font-family: Trebuchet MS, sans-serif;
    font-size: 9pt;
    display:block;
    margin: 0px 3px 0px 0px;
    padding: 15px 0px 0px 0px;
    color: #333;
    text-align:left;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5877AD;
}

div#menu li.first
{
    padding-top: 10px;
}

div#menu a
{
    color: #999; 
}

li.menuitem a:hover
{
    text-decoration: none;
    color: #000;
}

/* second-level menu */
div#menu li ul
{
   margin:0px;
   padding:0px;
}

/* second-level menu item */
div#menu li ul li
{
    text-transform: none;
    padding: 5px 7px 0px 0px;
    letter-spacing:1px;
}

body#page1 li#menuitem1 a,
body#page2 li#menuitem2 a,
body#page3 li#menuitem3 a,
body#page4 li#menuitem4 a,
body#page5 li#menuitem5 a,
body#page6 li#menuitem6 a,
body#page7 li#menuitem7 a,
body#page8 li#menuitem8 a
{
    /* background-color: #ddf; */
    color: #5877AD;
}


div#headerimagecredit
{
    font-size: 8pt;
    color: #999;
    margin-top: 30px;
    padding-top: 10px;
    margin-right: 15px;
    border-top: 1px solid #eee;
}

div#loggedinuser
{
    font-size: 8pt;
    color: #999;
    margin-top: 30px;
    padding-top: 10px;
    margin-right: 15px;
    border-top: 1px solid #eee;
}


/* --- Home Page ----------------------------------------------------------------- */

div.imagecontainer
{
    text-align:left;
    margin:25px 0px 25px 0px;
}

div.imagecontainer img
{
    vertical-align:middle;
    margin-left: 10px;
    background-color: #ddd;
    padding:5px;
}

div.imagecontainer img.first
{
    margin-left: 0px;
}


/* --- Calendar ----------------------------------------------------------------- */

table.calendar th, td
{
    vertical-align: top;
    padding: 0px;
    border: 0px;
    text-align: left;
    padding-bottom: 5px;
}

table.calendar td.label
{
		width: 35%;
    padding-right: 10px;
}

table.calendar td.content
{
		width: 65%
}

img.class
{
    display: block;
    margin: 10px auto 20px auto;
    border: 5px solid #eee;
}

img.event
{
    width: 200px;
    float: right;
    padding: 10px;
    background-color: #eee;
    margin: 10px 0px 10px 20px;
}

p.eventdescription
{
    margin-top: 0px;
    margin-bottom: 8px;
    font-style: italic;
}


/* --- Exhibitions ---------------------------------------------------------- */

div.exhibitiondate
{
}

div.exhibitionbody
{
    margin-top: 15px;
}

div.exhibitionimage
/* img.exhibition */
{
    float: right;
    display:block;
    border-left: 1px solid #eee;
    margin: 15px 0px 15px 15px;
    padding: 15px 0px 0px 20px;
}

div.exhibitionimage img
{
    max-width: 180px;
}



/* --- Donate ----------------------------------------------------------------- */

.donatebutton
{
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}



/* --- Mailing List ----------------------------------------------------------------- */

div#footer input#email
{
    font-family: Trebuchet MS, verdana, sans-serif;
    font-size: 8pt;
    border: 1px solid #ddd;
    padding: 2px;
    color: #999;
    width:250px;
    margin-right:5px;
}

div#footer input#join
{
    font-family: Trebuchet MS, verdana, sans-serif;
    font-size: 8pt;
}

/* --- Buttons --------------------------------------------------------------- */

#buttons
{
	margin-top: 20px;
}

table#buttons td
{
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}

table#buttons tr.bottom td
{
  padding-bottom: 0;
}

table#buttons td.left
{
  padding-left: 0;
  padding-top: 0;
}

table#buttons img
{
  display: block;
}

table#buttons td.middle
{
  width: 100%;
}

table#buttons input
{
}

div#button_actions
{
	margin-top: 10px;
  text-align: center;
}

div#button_actions button
{
}

span.big
{
  font-size: 13pt;
  font-weight: bold;
}

table.order_attributes
{
	border-collapse: collapse;
}

table.order_attributes td
{
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

/* --- Forms ----------------------------------------------------------------- */

input, textarea, select, button
{
    font-family: trebuchet ms, verdana, sans-serif;
    font-size: 10pt;
}

textarea
{
    width: 100%;
}

h1 input
{
    font-family: georgia, serif;
    text-align: left;
    font-weight: normal;
    font-size: 15pt;
    color: #5877AD;
}

div.instructions
{
    color:#999;
    font-size: 8pt;
}

div.errorMessages
{
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px;
    padding: 3px 8px 3px 8px;
    border: 1px solid #eee;
    background-color: #fcc;
}

div.errorMessages ul
{
    list-style-type: circle;
    padding-left: 15px;
}