/****************************
CSS for Riverhillboxers.com * 
Written by: Tracey Neal     *
Date: 0/26/2007             *  
****************************/

body {
  font-family:  Veranda, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  padding: 0;
  margin: 0;
  line-height: 125%;
  /*border: 8px double navy;*/
}

a {
  font-weight: bold;
  color: black;
}

h1 {
  color: pink;
  background-color: black;
  font-family:  "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  font-size: x-large;
  margin: 0;
}

li {
  font-size: small;
  list-style-type: disc;
}

h2 {
  color: black;
  /*background-color: black;*/
  font-size: 130%;
  padding-top: 15px;
  font-weight: normal;
}

h3 {
  font-weight: normal;
}
  
p {
  font-size: small;
  color: navy;
  margin-right: 10%;
  font-weight: bold;
  line-height: 150%;
}

#navigation {
  width: 180px;
  background-color: #bed8f3;
}

#pugnavigation {
	width: 180px;
	background-color: #bed8f3;
}
	

a:visited {
  color: navy;
}

/***************************
Content Divisions Section  *
***************************/

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  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 bottom;
}

#nutrition li {
  font-size: medium;
  font-weight: bold;
}	

#ipnotice p {
  font-size: small;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10%;
}


h2, ul {
  margin-top: 15px;
}

/* 
*******************************************************************************
Positioning section follows it 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.                    *  
******************************************************************************/

#pugnavigation, #navigation, #bodycontent, #header, #idverify, #puppyfind  {
  position: absolute;
}

#navigation {
  top: 109px;
}

#pugnavigation {
	top: 109px;
}

#bodycontent {
  left: 190px;
  top: 107px;
}

#header {
  width: 100%;
  border-top: 3px solid #7da5d8;
}

#idverify {
  top: 3px;
  right: 3px;
}

.nextdaypets img {
  border:0px solid black;
}

#puppyfind {
  top: 90px;
  right: 16px;
}

/***************************
pugs.html page positioning *
***************************/
#pug1 {
	width: 708px;
}

#pug2 {
	width: 708px;
}
	
#pug3 {
	width: 708px;
}

#pughead {
	width: 800px;
}	

/******************************
puppies.html page positioning *
******************************/
/*
#pup1 {
  top: 100px;
  left: 10px;
}
  
#pup2 {
  top: 100px;
  left: 420px;
}

#pup3 {
  top: 510px;
  left: 10px;
}

#pup4 {
  top: 510px;
  left: 420px;
}
*/

/************************************
Gallery style items contained here. *
************************************/

.galleryphoto {
  padding-bottom: 20px;
  border-bottom: 1px solid navy;
  margin-bottom: 10px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.photocredit {
  font-weight: normal;
  color: gray;
}

/***************************
Contact Form Style Rules   *
***************************/

form.contact fieldset {
  border: 2px solid navy;
  padding: 10px;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}

form.contact {
  padding: 0;
  margin: 0;
  margin-top: -15px;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
  line-height: 150%;
}

form.contact label.fixedwidth {
  display: block;
  width: 240px;
  float: left;
}

form.contact .buttonarea input {
  background: navy;
  color: white;
  font-weight: bold;
  padding: 5px;
  border: 1px solid white;
}

form.contact .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #0066ff;
}
