 /* Stylesheet.css */

/* Body text and page background */
body{
margin:0;
padding:0;
border:0;
font-family: Arial, 'MS Sans Serif';
font-size: medium;
color: #000000; /* black */
background-color: #000000; /* black */
background-image:url("dogs.jpg");
}

/* Unvisited links */
a:link{
color:#885019; /* beige */
text-decoration:none;
}

/* Visited links */
a:visited{
color:#885019; /* beige */
text-decoration:none;
}





/* Style for wrapper */
#wrapper{
width:46.87em;
margin:auto;
margin-bottom:0;
padding:0;
background-color:#ffffff; /* white */
border-left:thick inset #000000;
border-right:thick outset #000000;
border-top:thick inset #000000;
border-bottom: thick outset #000000;
}

/* Style for left sidebar */
#sidebar {
float: left;
display: inline;
margin-left:1em;
margin-right:0.25em;
margin-bottom:0;
margin-top:5em;
border-right:medium inset #6b6758; /* grey */ 
width: 6em;
/* Actual em*/
}

/* Style for main content area */ 
#main {
position:relative;
margin:0;
padding-top:1.25em;
margin-left: 8em;
margin-right: 1em;
}

/* Style for page header */
#header {
margin: 0;
width: 100%;
height:100%;
background-image:url("header1.jpg"); width:46.87em; height:12.5em;
background-repeat:no-repeat;
}

/* Style for trials photo gallery */

img.trials{
border:medium inset #6b6758;
}


/* style for navbar */
#buttons{
margin:0;
width:100%;
height:3.31em;
background-color:#000000; /* black */
}

/* style for buttons */
a.navbar
{
float:left;
width:7.25em;
height:2.81em;
padding:0;
border:medium inset #6b6758; /* grey */ 
font-family:'Book Antiqua', Times, Serif;
font-weight:bold;
font-size:medium;
text-align:center;
text-decoration:none;
}

a.navbar:link
{
color:#885019; /* beige */
background-color: #000000; /* black */
}

a.navbar:visited
{
color:#885019; /* beige */
background-color: #000000; /* black */
}

a.navbar:hover
{
color: #000000; /* black */
background-color: #885019; /* beige */
}

a.navbar:active
{
color: #000000; /* black */
background-color:# 885019; /* beige */
}


/* style for events buttons */
a.events
{
float:left;
width:7em;
height:2.81em;
padding:0;
border:medium inset #6b6758; /* grey */ 
font-family:'Book Antiqua', Times, Serif;
font-weight:bold;
font-size:medium;
text-align:center;
text-decoration:none;
}

a.events:link
{
color:#885019; /* beige */
background-color: #000000; /* black */
}

a.events:visited
{
color:#885019; /* beige */
background-color: #000000; /* black */
}

a.events:hover
{
color: #000000; /* black */
background-color: #885019; /* beige */
}

a.events:active
{
color: #000000; /* black */
background-color:#885019; /* beige */
}


/* Style for page footer */
#footer {
clear: both;
margin: 0;
padding:0;
padding-top:2em;
width: 100%;
font-family:'Book Antiqua', Times, Serif;
font-size:small;
font-weight:bold;
text-decoration:none;
text-align:center;
}




/* Level-1 Headings */
h1{
font-family: 'Book Antiqua', Times, Serif; 
font-size: x-large;
color: #885019; /* beige */
font-weight:bold;
text-align: left;
}

/* Level-2 Headings */
h2{
font-family: 'Book Antiqua', Times, Serif;
font-size: medium;
font-weight:bold;
color: #885019; /* beige */

}

/* Level-3 Headings */
h3{
font-family: Arial, 'MS Sans Serif';
font-size: x-small;
color: #000000; /* black */
text-align: center;
}

/* Level-4 Headings */
h4{
font-family: 'Book Antiqua', Times, Serif;
font-size: large;
font-weight:bold;
color: #885019; /* beige */
}

/* Float image to left of paragraph */
img.floatLeft{
float: left;
margin-right: 0.25em;
}

/* Float image to right of paragraph */
img.floatRight{
float: right;
}

/* Center image between margins */
div.center{
width: 100%;
text-align:center
}



/* Style for tables of thumbnail images */
table.thumbs{
vertical-align: middle;
text-align: center;
font-family:'Book Antiqua', Times, Serif; 
font-size:small;
border-collapse: collapse;
}

/* Style for table cells that contain thumbnails */
td.thumbs{ 
padding: 0.25em;
}

/* Style for thumbnail images */
img.thumbs{
width: 80px;
height:115px;
border:thin inset #6b6758;
}

/* Style for bulleted lists */
ul{
line-height:1.5em;
}


/* style for trials tables */
table.trial{
font-family: Arial, 'MS Sans Serif';
font-size:small; color: #000000; vertical-align:middle;border-collapse:collapse;
}

td.marks{
padding:0.55em;
border: medium inset #6b6758;
}

td.black{
padding:0.45em;
border:medium inset #6b6758;
background-color:#000000;
font-weight:bold;
color:#885019;
}

td.beige{
padding:0.45em;
border:medium inset #6b6758;
background-color:#885019;
font-weight:bold;
color:#000000;
}




img.thumbswide { width: 115px; height:80px; border:thin #6b6758 inset; }
td.thumbsborder { padding: 0.25em; ; border: thin #000000 solid}
