/*
CSS for William Paul, Jeweler site
*/

{
   font-weight: bold;
   color: blue;
}

body  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #e2edff;
    line-height:  125%;
    padding: 0;
    margin: 0;
}


li  {
    font-size: small;
    list-style-type: none;
}


p  {
  font-size: small;
  color: navy;
}

#tagline p {
    font-style: italic;
   font-family: Georgia, Times, serif;
   background-color: #bed8f3;
   border-top: 3px solid #b087bf;
   border-bottom: 3px solid #b087bf;
   padding-top: .2em;
   padding-bottom:  .2em;
   padding-left: .8em;
   margin: 0;
   background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

em  {
     text-transform: uppercase;
}

h1, h2, h3, h4, h5 { 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  font-family: "Copperplate Gothic Light";
  font-size: x-large;
  background-color: blue;
  color: yellow;
  padding-top: 2em;
  padding-bottom: .3em;
  padding-left: .4em;
  margin: 0;
  background: #227cdd url(backgrounds/0499.jpg) repeat-y right;
}
 
h2, ul  {
  color: blue;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  margin-top: 15px;
}

h4, ul {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: blue;
  font-size: 100%;
  font-weight: normal;
  padding-top: 25px;
  margin-top: 5px;
}



a {
   font-weight: bold;
   color: black;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: yellow;
  background-color: blue;
}

a:active {
   color: aqua;
   background-color: blue;
}

.fun {
   color: #800080;
   font-family: Georgia, Times, serif;
   letter-spacing: 0.05;
}


.attentiongrab {
   width: 50%;
   font-weight: normal;
}  


#navigation
{
	padding-top: 5px;
	background-color: #f7c2ce;
	border-width: 3px;
	border-style: solid;
	border-color: #9e6695;
	width: 172px;
	height: 6000px;
	background: #b087bf;
	float: left;
} 


#header  {
  width: 100%;
  border-top: 3px solid #f7c2ce;
}


#bodycontent { margin-left: 225px; }


.feature {
   float: right;
   margin: 20px
}





img  {
   border-width: 5px;
   border-style: solid; 
   border-color: #cdad00 
}

.galleryphoto p {
   font-size: 65%;
   font-weight: bold;
   margin-top: 0;
   width: 500px;
   line-height: 1.4em;
}

.photocredit {
   font-weight: normal;
   color: gray;
}

.galleryphoto {
   padding-bottom: 20px;
   border-bottom: 2px solid navy;
   margin-bottom: 20px;
}





