/******
 *
 * CSS file for SCALPadornmentproject
 *
 *   styles for each HTML formatting element are set here
 *
 ******/

body
{
  color: #000000 ;
  background-color: #D4D47F ;
}

/* link attributes */
a { text-decoration:none ; }    /* mainly to remove underlines from links */
a:link    { color:#000000 ; }           /* link */
a:visited { color:#000000 ; }           /* visited link */
a:hover   { color:#FFFFFF ; }           /* mouse over a link */
a:active  {                             /* active link */
             color: #D4D47F ;
          }

div.navbar
{
  background-color: #D4D47F ;
  text-align: center ;
  font-family: "Century Schoolbook L", Georgia, Palatino, serif ;
  font-size: 11pt ;
  font-weight: bold ;
  text-decoration: underline ;
  height: 1em ;
  padding-top: 0em ;
  padding-bottom: 0em ;
  border-width: 0em ;
  border-style: none ;
  margin-bottom: 0em ;
}

/* navigation bar formatting */
ul.navbar
{
  list-style-type:none ;
  overflow:hidden ;
}
li.navbar
{
  float:left ;
}
div.navbar_element              /* I'm not using this */
{
  float:left ;
  width:60px ;
  margin:0px ;
  padding:5px ;
}
a.navbar
{
  display:block ;
}

/* highlight the current navbar menu choice */
#bhome a#home,
#blatest a#latest,
#bgallery a#gallery,
#bcomments a#comments,
#bcredits a#credits,
#blinks a#links,
#bcontact a#contact
{
  color: #D4D47F ;
  background:#000000 ;
}

h1.header
{
  background-color: #D4D47F ;
  text-align: center ;
  font-family: "Century Schoolbook L", Georgia, Palatino, serif ;
  height: 2em ;
  padding-top: 1em ;
  padding-bottom: 0em ;
  border-width: 0em ;
  border-style: none ;
  margin-bottom: 0em ;
}

h3.picture
{
  min-height: 300px ;
  background-color: #D4D47F ;
  text-align: center ; 
}

p.my_button
{
  border-style:outset ;
  border-color:#EAEABF ;
  border-width:5px ;
  width:175px ;
}

img.main
{
  width: 400px ;
}

/* formatting for gallery page */
div.img_gallery
  {
  margin:5px ;
  padding:2px ;
  border:1px solid #000000 ;
  height:auto ;
  width:160px ;
  float:left ;
  text-align:center ;
  }
div.img_gallery img
  {
  display:inline ;
  height:auto ;
  width:100px ;
  margin:3px ;
  border:1px solid #FFFFFF ;
  }
div.img_gallery a:hover img
  {
  border:1px solid #000000 ;
  }
div.desc_gallery
  {
  text-align:center ;
  font-weight:normal ;
  width:150px ;
  margin:2px ;
  }

div.foot
{
  color: black ;
  font-family: "Century Schoolbook L", Georgia, Palatino, serif ;
  font-size: xx-small ;
  font-weight: bold ;
  text-align: center ;
}

