/*
CSS for bottled dreams site
*/



body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: black;
  line-height: 125%;
  padding: 0;
  margin: 0;
}



#navigation, {
top: 320;
width: 180px;
height: 484px;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 400%;
  font-weight: bold;
  width: 800px;
  color: white;
  padding-top: 2em;
  padding-bottom: .5em;
  padding-left: 4.2em;
  margin: 0;
  background: url(http://img.photobucket.com/albums/v64/gelf56/resources/bottle-banner.gif) repeat-y center top;
}




h2 {
  color: white;
  font-size: 130%;
  font-weight: normal;
  padding-top: 25px;
  padding-left 25px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: white;
  width: 500px;
}



em {
  text-transform: uppercase;
}


a {   
  font-weight: bold; 
}

a:link {
text-decoration: none;
  color: white;
}

a:visited {
text-decoration: none;
  color: gray;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

a:active {
text-decoration: none;
  color: white;
  background-color: black;
  font-size:24;
}


.fun {
  color: white;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  position: absolute;
top: 320;
left: 30px;
line-height: 200%;
width: 180px;
height: 484px;
}


#header {
  border-top: 0px solid black;


}

#bodycontent {
position: absolute;
top: 300px;
left: 300px;
}



#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  position: absolute;
  top: 175px;
  left: 275px;
}
img.feature {
  float: right;
  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.
*/

 


#bodycontent, #header {
  position: absolute;
}






#header, {
  width: 100%;
}


#flashcontent {
float: center;
width:800px;
  height: 600px;
  margin: 0;
}


  
