﻿/*
CSS for Chesapeake Bay Retriever Club site
*/

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #fff9e5;
line-height: 125%;
padding: 0;
margin: 0;
}

h1, h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size: x-large;
color: white;
padding-top: 5em;
padding-bottom: .2em;
padding-left: .4em;
margin: 0;
background: navy url(header.jpg) repeat-y right;
}

h2 {
color: navy;
font-size: 130%;
font-weight: normal;
padding-top: 15px;
}

h2, ul {
margin-top: 15px;
}

h3 {
color: navy;
font-size: 110%;
font-weight: normal;
padding-top: 15px;
}

li {
font-size: small;
list-style-type: disc;
}

p {
font-size: small;
color: #8b4513;
}

#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: #daebfd url(tagline3.png) repeat-y right bottom;
}

#header {
border-top: 3px solid #7da5d8;
}

#copyright {
font-size: 80%;
color: #8b4513;
}

a {
font-weight: bold;
}

a:link {
color: black;
}

a:visited {
color: navy;
}

a:hover {
text-decoration: none;
color: white;
background-color: brown;
}

a:active {
color: aqua;
background-color: brown;
}

.fun {
color: #339999;
font-family: Georgia, Times, serif;
letter-spacing: 0.05em;
}

#navigation {
width: 180px;
height: 600px;
background: #7da5a8 url(navimage2.png) no-repeat;
}


ul#main-nav {font-family:helvetica,arial,sans-serif;margin:0;padding:0;width:8em;}
ul#main-nav li {margin:0;padding:0;list-style:none;margin:0 0 0.3em 0;}
ul#main-nav li a {text-decoration:none;display:block;padding:0.6em 0.6em 0 0.6em;color:white;background:#5480a4;border-bottom:0.5em solid #5480a4;}
ul#main-nav li a:hover {background:#92acc5;border-bottom:0.5em solid #036;}


.feature {
float: right;
margin: 10px;
}



table.events {
	border-collapse: collapse;
}

table.events th, table.events td {
	padding: 4px;
	border: 1px solid #000066;
}

table.events th {
	font-size: small;
	text-align: left;
	background-color: #5480a4;
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.events td {
	font-size: small;
	background: #e2edff url(td.jpg) repeat-x top;
}

table.events caption {
	color: #8b4513;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}


#box {
width: 350px;
padding: 1em;
margin: 1em 1em 1em 0;
background-color: #daebfd;
border: 2px solid navy;
}



/*
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: 180px;
}

#bodycontent {
left: 200px;
}

#header {
width: 100%;
}

#copyright {
position: absolute;
top: 750px;
left: 200px;
}

