﻿/* CSS for Clearfield Cycling */


body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	background: #790000;
	}
	
a {
	text-decoration: none;
	color:  #0000ff;
	}
	
a:visited {
	color:  purple;
	}
	
a:active {
	color:  #ff0000;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
strong, b {
	font-weight: bold;
	}
	
p {
	font-size: medium;
	margin: 2px 0 14px 0;
	}


h1 {
	color: #790000;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin: 0 auto 8px auto;
	}
	
h2 {
	color: #790000;
	font-size: large;
	font-weight: bold;
	margin: 10px 2px;
	width: 90%;
	border-bottom: 2px solid #790000;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
	padding: 2px;
	}
	
h4 {
	font-size: small;
	font-weight: bold;
	background-color: #790000;
	color: #ffffff;
	margin: 0;
	padding: 2px 1px;
	}
	
img {
	border: 0;
	}
	
	
	
#container {
	width: 780px;
	margin: 0 auto;
	padding: 5px 0;
	}
	
	
	
/* Top CSS */
	
#top {
	margin: 0;
	padding: 5px 0;
	border: 1px solid #790000;
	background: #790000 url('images/header.jpg') no-repeat;
	height: 180px;
	}
	
#topnav {
	margin: 0;
	padding: 134px 0 0 20px;
	}

#topnav li {
	color: #ffffff;
	display: inline;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	}

#topnav a {
	color: #ffffff;
	padding: 2px 20px;
	margin: 0;
	text-decoration: none;
	}

#topnav a:hover {
	color: #ffffff;
	background: #A90017;
	}
	
#home li a.homeactive,
#about li a.aboutactive,
#contact li a.contactactive,
#routes li a.routesactive,
#groups li a.grpridesactive,
#visit li a.clfdactive {
	color: #ffffff;
	background: #790000;
	font-weight: bold;
	}
	
	
	
	
/* Left CSS */
	
#left {
	margin: 2px 1px 4px 0;
	float: left;
	width: 180px;
	padding: 2px;
	border: 2px solid #330000;
	background-color: #ffffff;
	}
	
#search {
	border-bottom: 1px solid #790000;
	}
	
.leftbox {
	margin: 2px auto 25px auto;
	padding: 5px 2px;
	border: 0;
	font-size: small;
	}
	
.center {
	text-align: center;
	}
	
.small {
	font-size: small;
	}
	
	
	
	
/*Middle CSS */
	
#middle {
	margin: 2px 0 4px 1px;
	padding: 5px;
	float: right;
	width: 575px;
	border: 2px solid #330000;
	background: #ffffff;
	}
	
table.ridetable {
	border: 0;
	width: 98%;
	padding: 1px;
	}
	
table.ridetable td {
	border: 1px solid #f2f2f2;
	}
	
table.ridetable td.top {
	background-color: #a90017;
	color: #ffffff;
	text-align: center;
	}
	
p.ride {
	margin: 10px 5px;
	}
	
	
	
/* Footer */

#footer {
	background: #790000;
	clear: both;
	border: 0;
	}
	
#footer p {
	font-size: small;
	margin: 2px 0 6px 0;
	text-align: right;
	color: #f2f2f2;
	}
	
#footer p a {
	color: #ffffff;
	}