body,td,th,a {
  font-family: Garamond, "Times New Roman", Times, serif;
}
body {
  background-color: #000000;
  text-align: center;
}
a {
  color: #9b7da1;
  text-decoration: none;
}
a:visited, a:link {
  color: #9b7da1;
}
a:active, a:hover {
  color: #491C67;
}

/*** content ***/
#content
{
  background-color: #ffffff;
  height: 600px;
  margin: 16px auto 0 auto;
  min-width: 800px;
  position: relative;
  text-align: left;
  width: 50em;
}

/*** Heading ***/
#heading 
{
  float: left;
  margin-right: 0.56em;
}

/*** Menu ***/
.menu {
  display: table;
  float: right; 
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0.25em 0 0.63em 0;
  list-style-type: none;
}
.menu a {
  border-left: 2px solid #9b7da1;
  font-size: 1.19em;
  font-weight: bold;
  padding: 0 0.63em;
}
.menu .first {
  padding-left: 0;
  border-left: 0 none;
}
.menu li, .menu a {
  float: left;
}

#home #home_nav,
#galleries #galleries_nav,
#about #about_nav,
#contact #contact_nav {
  color: #491C67;
}

/* browser hacks */
/*\*//*/
ul.menu {
  text-align: center;
  display: block;
}
.menu li {
  display: inline-block;
  float: none;
}
/**/

.smaller-menu {
  margin-bottom: 20px;
}
.smaller-menu a {
  font-size: 0.9em;
}

#coastal #coastal_nav,
#children #children_nav,
#surfing #surfing_nav,
#commercial #commercial_nav {
  color: #491C67;
}

/*** Logo ***/
#logo {
  bottom: 5px;
  right: 0px;
  position: absolute;
}
#gallery #logo {
  float: left;
  position: relative;
  margin: 10px 0 0 10px;
  width: 0;
}

/*** Self portrain ***/
#self_portrait img {
  float: right;
  margin-right: 10px;
}

/*** Services ***/
#services {
  color: #666666;
  font-style: italic;
  font-size: 1.31em;
}
#home #services {
  text-align: right;
}
#services li {
  margin: 0.31em 1.25em 0 0.31em;
}

/*** About text ***/
#about p {
  color: #666666;
  font-size: 0.81em;
  line-height: 16px;
  padding: 1em 0.56em 0;
  text-align: left;
}

/*** Contact text ***/
#contact h4 {
  color: #491C67;
  font-size: 1em;
}
#contact p {
  color: #666666;
  font-size: 1em; 
  margin-top: 0.31em;
}

/*** Spacers ***/
#home #top_spacer {
  height: 150px;
}
#home #bottom_spacer {
  height: 80px;
}
#galleries #top_spacer {
  height: 125px;
}
#about #top_spacer {
  height: 25px;
}
#contact #top_spacer {
  height: 160px;
}

div#font-size-test{
  font: normal 0.74em/1.7em Arial, Helvetica, sans-serif;
  line-height: 0.5em;
  position: absolute;
  visibility: hidden;
}

/*** Gallery ***/
#image-gallery {
  position: relative;
  padding-left: 10px; /* strange ie bug makes image lose left margin */
}

#image-gallery .thumbnail img {
  margin-bottom: 10px;
  margin-right: 10px;
}

#image-gallery .thumbnail span { 
  border: none;
  color: black;
  left: -1000px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  display: none;
  width: 525px;
}

#image-gallery .thumbnail span img { 
  border-width: 0;
  margin: 0 auto;
  padding: 2px;
}

#image-gallery .display-image {
  background-color: transparent;
}

#image-gallery .display-image span { 
  display: block;
  left: 220px; 
  position: absolute;
  top: 0;
  z-index: 50;
}

/*** Misc ***/
#copyright {
  bottom: 10px;
  left: 10px;
  position: absolute;
}

#email {
  bottom: 10px;
  color: #666666; 
  font-family: Garamond, "Times New Roman", Times, serif;
  right: 10px;
  position: absolute;
}

#print_description {
  bottom: 10px;
  color: #666666; 
  left: 220px;
  position: absolute;
  width: 30em;
}

#printroom { 
  bottom: 10px;
  left: 220px;
  position: absolute;
  width: 40em;
}

#designed_by {
  color: #999; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  margin-left: auto;
  margin-right: auto;
} 

.soft-grey-med {
  color: #666666;
  font-family: Garamond, "Times New Roman", Times, serif;
  font-size: 0.75em;
}

