/*
CSS for Gregory Roses site
*/

body {
  font-family: Verdana, Helvetica, Arial, ans-serif;
  background-color: white;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}	
  
h1 {
  font-size: x-large;
  background-color: #006633;
  color: #cc0000;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: #006633 url(images/top-rose2.jpg) repeat-y right;
}

h2 {
  color: #006600;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: #006633;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background: #ccffcc url(images/taglinefade1.jpg) repeat-y right bottom;
  border-top: 3px solid #006633;
  border-bottom: 3px solid #006633;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
  text-transform: uppercase;
  font-weight: bold;
  color: red;
}
  
a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: #006633;
}

a:hover {
  text-decoration: none;
  color: #99ff00;
  background-color: #006633;
}

a:active {
  color: #ccffcc;
  background-color: #009933;
} 

#navigation {
  width: 180px;
  height: 484px;
  background: #ccffcc url(images/gr-nav2.jpg) no-repeat;
}  

#header {
  border-top: 3px solid #ccffcc;
}

.fun {
  color: #339966;
  font-family: "Comic Sans MS", Verdana, sans-serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
} 

.noticeborder {
  border-width: 5px;
  border-style: ridge;
  border-color: red;
  padding: 5px;
  width: 65%;	
}
 
/*
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: 7.28em;
} 

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}

.feature {
  float: right;
  margin: 10px;
}

.signature {
  margin-left: 250px;
}

.banner {
  float: right;
  margin: 10px;
}

