

/* page background, font family, etc. */
body {
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
background: #990000;
text-align: center;
min-width: 790px;
}

/* container to center page in browser window */



#wrapper {
  width: 760px;
  text-align: left;
  margin: 0 auto;
  }

/* top graphic */


#header {
height: 90px;
margin-top: 10px;
	   background: url(images/header.jpg) no-repeat;
}

/* content box includes main content and footer */

#content {
width: 760px;
background: #ffffff;
	   float: left;
}

#content h1 {
	   color: #990000;
	   font-size: 1.2em;
	   font-weight: bold;
	   letter-spacing: +.1em;
	   line-height:  0;
}

#content a {
	   border-style: none;
	   text-decoration: none;
	   color: #990000;
}

#content a:hover {
  color: blue;
}


h2 {
	   color: #990000;
	   font-size: 1.2em;
	   letter-spacing: .1em;
	   font-weight: normal;
}

/*<group=navbar>*/

#navbar ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 760px;
  background: url(images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: none;
}

#photos #navbar ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 760px;
  background: url(images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: none;
}

#navbar ul li {
  float: left;
	   
}

#photos #navbar ul li {
  float: left;
	   
}


#navbar ul a {
  padding: 0 1em 0 1.5em;
  text-decoration: none;
  color: #333333;
  float: left;
  display: block;
  font-weight: bold;
  line-height: 2em;
  font-size: .95em;
  background: url(images/mainNavBorder.gif) repeat-y left top;
}

#photos #navbar ul a {
  padding: 0 1em 0 1.5em;
  text-decoration: none;
  color: #333333;
  float: left;
  display: block;
  font-weight: bold;
  line-height: 2em;
  font-size: .88em;
  background: url(images/mainNavBorder.gif) repeat-y left top;
}

#navbar ul .home a {
  background: none;
 
}

#photos #navbar ul .home a {
  background: none;
 
}

#navbar ul a:hover {
  color: #ffcc66;
}

#photos #navbar ul a:hover {
  color: #ffcc66;
}

#home #navbar .home a, #curator #navbar .curator a,
#artists #navbar .artists a, #book #navbar .book a, 
#resources #navbar .resources a, #guestbook #navbar .guestbook a, #contact #navbar .contact a, #photos #navbar .photos a {
cursor:  default;
color: #990000;	   
}


/*</group>*/


#footer {
 background: url(images/footer.jpg) no-repeat;
	   height: 41px;
	   font-size: .8em;
	   text-align: center;
	   line-height: 4em;
	   color: #666666;
	   clear: both;
}

#footer a {
	   border-style: none;
	   text-decoration: none;
	   color: #990000;
}

#footer a:hover {
  color: blue;
}

/* left of sidebar */

#left {
	   width: 492px;
	   float: left;
	   padding-top: 18px;
	   padding-right: 18px;
	   padding-left: 18px;
}

#left img {
	   width: 160px;
	   height: 160px;
	   float: right;
	   background: #989fff;
	   margin: 10px;}

/*<group=sidebar>*/

#sidebar {
	   width: 200px;
	   float: right;
	   margin-top: 10px;
	   text-align: left;
	   margin-right: 15px;
	   background: #ffcc66;
	   }

/* sidebar text is padded 15px on left */

#sidebar h1 {
	   color: #990000;
	   font-size: 1em;
	   font-weight: bold;
	   letter-spacing: 0em;
	   padding-left: 15px;
}

#sidebar p {
	   color: #000000;
	   font-size: .85em;
	   font-weight: normal;
	   letter-spacing: 0em;
	   line-height: 1.2em;
	   padding-left: 15px;
}

/*</group>*/

/*<group=Rounded corners for sidebar>*/

 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 10px; height: 10px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL {
	   margin-top: 0;
	   margin-right: 0px;
	   margin-bottom: 0px;
}
.borderTR {
	   margin-bottom: 0px;
	   margin-left: 0px;
	   margin-right: -10px;
}
.borderBL {
	   margin-top: -10px;
	   margin-right: 0px;
	   margin-bottom: 0px;
}
.borderBR { margin: -10px -10px 0px 0px;
}
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
}
.sidebarcontent {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}
/*</group>*/

/* under left and sidebar, also used for vertical spacing */

#under {
	   background: #ffffff;
	   width: 732px;
	   clear: both;
	   padding-bottom: 18px;
	   padding-left: 18px;
	   padding-right: 10px;
}

/*<group=Curator page local>*/

#curator #under {
	   background: #ffffff;
	   width: 715px;
	   clear: both;
	   padding-bottom: 18px;
	   padding-left: 18px;
	   padding-right: 10px;
}
	   
/*</group>*/



/*<group=Home page local>*/

#home #left img {
	   width: 300px;
	   height: 200px;
	   float: right;
	   background: #989fff;
	   margin: 10px;}

#home it {
	   color: #666666;
	   font-style: italic;
}

/* box for Craft Center info */

#craftcenter {
	   width: 450px;
	   padding-right: 20px;
	   padding-left: 20px;
	   border-style: solid;
	   border-width: 1px;
	   margin-left: 120px;
	   background: #eae1c8;
	   padding-top: 10px;
}

#craftcenter h1 {
	   border-style: none;
	   border-width: 1px;
	   font-size: 1em;
}
	   
/*</group>*/

/*<group=Book page local>*/

#bookcontent {
width: 700px;
background: #ffffff;
	   float: left;
	   margin-left: 30px;
	   margin-right: 20px;
	   margin-top: 20px;
}

#bookcontent h1 {
	   color: #990000;
	   font-size: 1.2em;
	   font-weight: bold;
	   letter-spacing: +.1em;
	   line-height: .5em;
}

#book img {
	   width: 216px;
	   height: 256px;
	   float: right;
	   background: #989fff;
	   margin: 10px;}

#bookbox {
	   width: 625px;
	   border-style: solid;
	   border-width: 1px;
	   background: #eae1c8;
	   padding: 10px 20px 20px;
	   margin-left: 25px;
}

#dropquote {
	   padding-left: 45px;
	   padding-right: 30px;
}
	   
/*</group>*/

/*<group=Artist page table>*/

#artistpagename.firstone {
	   float: left;
	   background: #eae1c8;
	   text-align: left;
	   width: 455px;
	   padding-left: 5px;
	   display: inline;
	   margin-left: 40px;
	   padding-bottom: 2px;
	   padding-top: 4px;
	   margin-top: 20px;
}

#artistpagename {
	   float: left;
	   background: #eae1c8;
	   text-align: left;
	   width: 425px;
	   padding-left: 5px;
	   display: inline;
	   margin-left: 40px;
	   padding-bottom: 2px;
	   padding-top: 4px;
}

#artistemail.firstone {
	   float: right;
	   background: #eae1c8;
	   text-align: right;
	   padding-right: 13px;
	   display: inline;
	   width: 200px;
	   margin-right: 47px;
	   padding-bottom: 2px;
	   padding-top: 4px;
	   margin-top: 20px;
}

#artistemail {
	   float: right;
	   background: #eae1c8;
	   text-align: right;
	   padding-right: 13px;
	   display: inline;
	   width: 230px;
	   margin-right: 47px;
	   padding-bottom: 2px;
	   padding-top: 4px;
}

#artistpagename b {
	   color: #990000;
	   font-weight: bold;
	   font-size: 1.1em;
}

#artistemail a {
	   color: #990000;
	   font-weight: normal;
	   font-size: 1.1em;
	   text-decoration: none;
}

#artistemail a:hover {
	   color: blue
}

#thumb {
	   float: left;
	   display: block;
	   margin-bottom: 10px;
	   margin-left: 50px;
	   width: 200px;
	   background: #ffffff;
	   text-align: left;
	   padding-top: 10px;
	   padding-bottom: 5px;
	   padding-left: 50px;
}

#thumbtext {
	   float: right;
	   display: block;
	   background: #ffffff;
	   margin-bottom: 10px;
	   margin-right: 70px;
	   width: 300px;
	   text-align: left;
	   padding: 10px 10px 5px;
}

#underthumb {
width: 700px;
background: #ffffff;
	   float: left;
	   margin-left: 40px;
	   margin-right: 30px;
	   margin-bottom: 10px;
}
/*</group>*/

/*<group=Essay page table>*/

#essay.firstone {
	   float: left;
	   background: #eae1c8;
	   text-align: left;
	   width: 500px;
	   padding-left: 5px;
	   display: inline;
	   margin-left: 40px;
	   padding-bottom: 2px;
	   padding-top: 4px;
	   margin-top: 20px;
	   font-weight: bold;
	   color: #990000;
	   font-size: 1.1em;
	   font-style: italic;
}

#essay {
	   float: left;
	   background: #eae1c8;
	   text-align: left;
	   width: 500px;
	   padding-left: 5px;
	   display: inline;
	   margin-left: 40px;
	   padding-bottom: 2px;
	   padding-top: 4px;
	   color: #990000;
	   font-weight: bold;
	   font-size: 1.1em;
	   font-style: italic;
}

#essayauthor.firstone {
	   float: right;
	   background: #eae1c8;
	   text-align: right;
	   padding-right: 13px;
	   display: inline;
	   width: 155px;
	   margin-right: 47px;
	   padding-bottom: 4px;
	   padding-top: 4px;
	   margin-top: 20px;
	   font-weight: bold;
}

#essayauthor {
	   float: right;
	   background: #eae1c8;
	   text-align: right;
	   padding-right: 13px;
	   display: inline;
	   width: 155px;
	   margin-right: 47px;
	   padding-bottom: 4px;
	   padding-top: 4px;
	   font-weight: bold;
}

#essays #thumb {
	   float: left;
	   display: block;
	   margin-left: 50px;
	   width: 200px;
	   background: #ffffff;
	   text-align: left;
	   padding-top: 25px;
	   padding-left: 50px;
}

#essays #thumbtext {
	   float: right;
	   display: block;
	   background: #ffffff;
	   margin-right: 70px;
	   width: 300px;
	   text-align: left;
	   padding-top: 10px;
	   padding-right: 10px;
	   padding-left: 10px;
}
	   
/*</group>*/

/*<group=Resources page local>*/

#resourceleft {
	   float: left;
	   width: 335px;
	   margin-left: 30px;
}

#resourceright {
	   width: 300px;
	   float: right;
	   margin-right: 30px;
}

#resourceunder {
	   width: 700px;
	   padding-left: 18px;
	   float: left;
}

/*</group>*/

/*<group=Shlain page local>*/

#shlain img {
	   width: 157px;
	   height: 195px;
	   float: left;
	   background: transparent;
	   margin-right: 10px;
	   margin-bottom: 10px;
	   padding-bottom: 20px;
	   padding-top: 2px;
}

#shlain #bookcontent a {
	   color: #990000;
	   font-weight: normal;
	   text-decoration: none;
	   font-style: italic;
}

#shlain #bookcontent a:hover {
	   color: blue;
	   font-style: italic;
}
	   
/*</group>*/

/*<group=individual artist pages>*/

/* previous - next navigation */

#arrows {
	   padding: 40px;
	   padding-top: 65px;
	   float: left;
	   text-align: center;
	   margin-left: -45px;
}

#arrows a {
	   color: #990000;
	   font-weight: normal;
	   font-size: .8em;
	   text-decoration: none;
}

#arrows a:hover {
	   color: blue
}

/* artist name and contact info */

#artistsidebar {
	   width: 200px;
	   float: right;
	   background: no-repeat;
	   margin-top: 20px;
	   text-align: left;
	   display: block;
	   padding-top: 20px;
	   padding-bottom: 20px;
}

#artistsidebar p {
	   color: #000000;
	   font-size: .9em;
	   font-weight: normal;
	   letter-spacing: 0em;
	   line-height: 1.2em;
}

#artistsidebar a {
	   color: #990000;
	   font-weight: normal;
	   font-size: .9em;
	   text-decoration: none;
}

#artistsidebar a:hover {
	   color: blue
}

#artistsidebar h1 {
	   color: #990000;
	   font-weight: bold;
	   font-size: 1.1em;
	   text-decoration: none;
	   line-height: 0em;
	   text-align: left;
}

#artistname {
	   margin-left: 10px;
	   padding-bottom: 20px;
	   width: 739px;
	   padding-top: 20px;
}

/* container for imagegallery */

#gallery {
	   float: left;
	   padding-left: 30px;
	   width: 475px;
}

#gallery p {
	   color: black;
	   font-size: .9em;
	   letter-spacing: +.1em;
	   line-height: .2em;
}

#gallery h1 {
	   color: black;
	   font-size: 1em;
	   letter-spacing: +.1em;
	   margin-top: 27px;
	   font-weight: bold;
}

#gallery ul {
  text-decoration: none;
  color: #000000;
  float:
	   list-style: none;
	   text-align:
	   position: relative;
	   display: inline;
	   border-style: none;
}

#gallery ul a {
  text-decoration: none;
  color: #990000;
  float: left;
  display: inline;
  font-weight: bold;
  font-size: 1em;
  background: repeat-y left top;
	   text-align: left;
	   line-height: 2.5em;
	   border-style: none;
	   padding-right: 20px;
}

#gallery ul a:hover {
  color: #ffcc66;
}

#imagegallery li {
  text-decoration: none;
  color: #000000;
  float: left;
  display: inline;
	   list-style: none;
	   text-align: left;
	   border: 1px none black;
}

#underartist {
	   background: #ffffff;
	   width: 732px;
	   clear: both;
	   padding: 50px 10px 50px 18px;
}
/*</group>*/

/*<group=photogallery>*/

#photogallery {
	   float: left;
	   width: 550px;
	   margin-top: 60px;
	   padding-bottom: 40px;
	   text-align: left;
	   margin-left: 150px;
}

#photogallery p {
	   color: black;
	   font-size: .9em;
	   line-height: .2em;
	   font-weight: normal;
	   text-align: left;
}

#photogallery h1 {
	   color: #990000;
	   font-size: 1.2em;
	   margin-top: 27px;
	   font-weight: bold;
	   padding-bottom: 20px;
}

#photogallery ul {
  text-decoration: none;
  color: #000000;
	   float: none;
	   left: -20px;
	   position: relative;
	   text-align: left;
}

#photogallery ul li {
  text-decoration: none;
  color: #000000;
	   float: none;
	   left: -20px;
	   position: relative;
	   text-align: left;
}

#photogallery ul a {
  text-decoration: none;
  color: #990000;
  font-weight: bold;
  font-size: 1em;
  
	   text-align: left;
	   line-height: 2.5em;
	   border-style: none;
	   padding-left: 8px;
}

#photogallery ul a:hover {
  color: #ffcc66;
}
	   
/*</group>*/



/*<group=Contact form>*/

/* container for form */

#formal {
	   text-align: left;
	   margin-left: 20px;
	   width: 690px;
}

form {
  font-size: 1em;
  width: 55em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding:  1em
  border : 1px solid #ccc;
  background: #f8f8f8;

}

#submit fieldset {
	   text-align: center;
}

#please-select label {
	   width:  5em;   
}

#please-select p {
	   text-align: left;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
  float:  left;
  width:  15em;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 300px;
}

input.zip {
  width: 100px;
}

input.firstname {
  width: 15em;
}

input.lastname {
  width: 15em;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
	   margin-left: 1em;
}

textarea {
  width: 400px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

input.radio + label {
  text-indent: 0;
}

/*</group>*/

/*<group=guestbook>*/

#guestbook {
	   padding: 20px;
}

  .adminbuttons a {
      padding:1px 10px 1px 10px;
      border:1px outset #DF0000;
      color:#FFFFFF;
      background-color:#FF5F00;
      text-decoration:none;
      font-weight:bold;
  }

  .adminbuttons a:hover {
      border:1px inset #DF0000;
  }

  

  .cellstyle td {
      background-color:#EFEFEF;
      border:0px;
      padding:3px;
  }

  .index {
      font-weight:bold;
  }

  .darkrow {
      background-color: #c1d4d0;
  }

  .lightrow {
      background-color:#ECF0FF;
  }


  .captions {
      font-weight:bold;
  }


  .code {
      font-family:Courier New;
  }


  .install {
      background-color:#E4FBBB;
  }


  .install form {
      display:inline;
  }


  .messages {
      color:#FF9F00;
      font-weight:bold;
      width:60%;
  }


  .menu {
      font-weight:bold;
      margin:10px 0px 30px 0px;
  }


  .menu a {
      text-decoration:none;
      color:#FF0000;
      padding:2px 15px 3px 15px;
      border:solid 1px #000000;
  }


  .menu a:hover {
      background-color:#FF0000;
      color:#FFFFFF;
  }


  .uninstall {
      background-color:#FBDDBB;
  }


  .uninstall form {
      display:inline;
  }

/*</group>*/

