/*
CSS for Bored Bobby Homepage
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #B0C4DE;
  color: navy;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: url(backgrounds/header-bg.jpg) repeat bottom left;
}

h2 {
	background-color: #b0c4de;
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
	background-color: #b0c4de;
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  background-color: #B0C4DE;
  color: navy;
}

#tagline p {
  font-style: italic;
  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: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
  color: navy;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
	background-color: #B0C4DE;
  color: black;
}

a:visited {
	background-color:gray;
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #778899;
}

a:active {
  color: aqua;
  background-color: #191970;
}

.fun {
	background-color: #B0C4DE;
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.light {
	font-size: small;
	font-weight: normal;
	background-color: #B0C4DE;
	color: gray;
}

blockquote.fun {
  font-style: italic;
}

blockquote.flashy {
  font-style: italic;
  font-weight: bold;
}

#bodycontent p {
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
 }

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 3px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: right;
  margin: 25px;
}

img.feature2 {
  margin: 130px;
}

.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;
  background-color: #B0C4DE;
  color: gray;
}

.credit {
	font-size: small;
	font-weight: normal;
	background-color: #B0C4DE;
	color: gray;
}

.sketch {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.sketch p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.sketch p span {   
  font-weight: normal;
  background-color: #B0C4DE;
  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.
*/

#navcontainer, #bodycontent, #header {
  position: absolute;
}

#navcontainer, #bodycontent {
  top: 107px;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
