/*
CSS for ABC Sphynx site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: xx-large ;
  background-color: #99cc99;
  color: white;
  padding-top: 5.5em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: url(backgrounds/header-full.jpg) repeat;
 }

h2 {
  color: green;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}
h3 {
  color: green;
  font-size: 100%;
  font-weight: normal;
  padding-top: 15px;
}
h4 {
  color: green;
  font-size: 80%;
  font-weight: normal;
  padding-top: 15px;
}
li {
  font-size: small;
  list-style-type: none;
}

.post-body div, p {
  font-size: small;
  color: black;
}

#tagline p {
  font-style: italic;
  color: white;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #267f52 repeat-y right;
}

em {
  text-transform: uppercase;
}

a {text-decoration:none;
  font-weight: bold;
}

a:link {
  color: navy;
}

a:hover {
  text-decoration:underline;
  color: white;
}


.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  height:100%;  
  width: 180px;
  background: #99cc99 ;
}

#header {
  height:226px;  
  border-top: 3px solid #7da5d8;
}

img.feature {

  margin: 10px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}


/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top:237px;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
#logo {
position: absolute;
top:20 px;
left:10 px;
}