﻿/* CSS for Runners Resource */


body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	background-color: #e3e3e3;
	}
	
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-top: 2px 0 9px 0;
	}


h1 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin-top: 0 0 5px 10px;
	}
	
h2 {
	font-size: large;
	font-weight: bold;
	margin-top: 0 0 4px 0;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	background-color: navy;
	color: #ffffff;
	padding: 2px;
	}
	
h4 {
	font-size: small;
	font-weight: bold;
	margin-top: 0;
	}
	
	
img, a img {border: 0;}
	
p.author {font-size: small; font-style: italic;}
	
.center {text-align: center;}

p.botbreadcrumb {
	font-size: small;
	color: navy;
	}
	
p.botbreadcrumb a {
	font-size: small;
	color: navy;
	text-decoration: none;
	}
	
p.botbreadcrumb a:hover {
	text-decoration: underline;
	}
	
	
/* Top CSS */
	
#top {
	margin: 8px 20px 0 20px;
	padding: 2px;
	border: 2px solid navy;
	border-bottom: 15px solid navy;
	background: #ffffff;
	height: 100px;
	}
	
#top img {
	float: left;
	margin: 0 10px 0 0;
	}
	
#search {
	float: left;
	margin: 0 2px 2px 0;
	position: absolute;
	top: 30px;
	right: 50px;
	}
	
#nav {
	color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	position: absolute;
	top: 68px;
	right: 100px;
	}

#nav li {
	color: #000000;
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#nav a, a.active {
	color: #000000;
	background: #ECECEC;
	border: 2px solid gray;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
	}

#nav a.active {
	color: #ffffff;
	background: navy;
	border-bottom: 3px solid navy;
	font-weight: bold;
	}

#nav a:hover {
	color: #000000;
	background: #D7D7D7;
	}
	
#nav a.active:hover {
	background: navy;
	color: #ffffff;
	}
	
	
	
	
/* Left CSS */
	
#left {
	position: absolute;
	top: 140px;
	left: 0px;
	margin: 2px 10px 10px 20px;
	padding: 2px 4px;
	border: 2px solid navy;
	background: #6D87EB;
	width: 250px;
	}
	
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#left ul li {
	border-bottom: 1px solid navy;
	background-color: #e3e3e3;
	}
	
#left ul li a {
	display: block;
	}
	
#left a {
	color: #000000;
	}
	
#left a:hover {
	text-decoration: none;
	font-weight: bold;
	color: navy;
	}
	
#left a, a.lactive {
	color: #000000;
	margin: 0;
	text-decoration: none;
	}

#left a.lactive {
	font-weight: bold;
	}

	
.leftbox {
	margin: 5px;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid navy;
	font-size: small;
	background-color: #ffffff;
	}
	
	
	
/*Middle CSS */
	
#middle {
	margin: 8px 215px 20px 295px;
	padding: 5px;
	border: 2px solid #ccc;
	background: #ffffff;
	min-height: 500px;
	}
	
#shoeselectiontestimonial {
	margin: auto;
	}
	
.adbox {
	border: 1px dashed #e3e3e3;
	float: left;
	margin: 2px 7px 7px 2px;
	}
	
.testimonial {
	border: 1px dashed orange;
	background-color: #FFfbc6;
	padding: 3px;
	width: 60%;
	}
	
.testimonial p {
	font-size: small;
	}
	
#foottype p {
	float: left;
	margin: 20px;
	text-align: center;
	}
	
#instructions {border:1px dashed red; padding:5px; width:500px;margin:auto;}
#instructions h3 {color:red;}
#instructions ul {font-size:small;}
	
	
	
/* Right CSS */
	
#right {
	position: absolute;
	top: 140px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 2px 20px 10px 10px;
	padding: 2px;
	border: 2px solid navy;
	background: #6D87EB;
	width: 170px;
	}
	
	
.rightbox {
	margin: 6px;
	padding: 2px;
	border: 0;
	text-align: center;
	}


/* Footer CSS */
	
#footer {
	text-align: center;
	border: 1px dashed lime;
	width: 400px;
	margin: 0 auto 3px auto;
	clear: both;
	border: 2px solid #ccc;
	background: #ffffff;
	}
	
#footer p {
	font-size: small;
	}