/*
CSS for Drycreek Archery site using almost exclusively tables
*/

@charset utf-8;

body {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
    padding: 0px;
	background-image: url("images/Realtree-Faded3.jpg");
    }

html, body, p, th, td, li, dd, dt {
    font: Veranda, Arial, Helvetica, sans-serif;
    }

h1, h2 {
    font-family: Brush Script MT, Veranda, Arial, Helvetica, sans-serif;
    }
	
h3 {
	text-decoration: underline;
	}

h1 { font-size: 3.5em; }
h2 { font-size: 2.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

p  {font-size: 20px; }

a:link { color:#8000FF; }
a:visited { color:#FF0000; }
a:hover { color:#30E439; }
a:active { color:#FF6600; }

table#main {
	width: 100%;
	height: auto;
	background-color:#F0F0F0;
	border-color: #000000;
	border-style: groove;
	}
	
table#indexheader {
	height: 169px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	border-bottom: thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	}
	
table#navigation {
	width: 100%;
	border-bottom: thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	}

table#footer {
	width: 100%;
	font-size: xx-small;
	}
	
table#pagetitle {
	font-family: Brush Script MT;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	width: 100%;
	padding: 0;
	}	
	
table#schedule {
	width: 100%;
	border-bottom:	thin #000000 solid;
	}
	
table#scores {
	width: 100%;
	}
	
table#registration {
	width: 100%;
	}
		
.sitebranding {
	text-align: center;
	padding: 0;
	}
	
.tagline  {
	font-family: Brush Script MT;
	text-align: right;
	font-size: 2.25em;
	}
	
.spacing {
	padding-bottom: 15px;
	}
	
.spacingscores {
	padding-bottom: 65px;
	}
	
.pastevent {
	text-decoration: line-through;
	}
	
.points {
	color:#990000
	}
	
table.pagetitle {
	border-bottom: thin #000000 solid;
	}
	
table.schedule th {
	font-size: 28px;
	text-decoration: underline;
	width: 50%;
	}
	
table.schedule td {
	width: 50%;
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	}
	
table.schedule p {
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
	}

table.registration p {
	text-indent: 25px;
	font-size: medium;
	font-weight: bold;
	}
	
	
