/*
CSS for Road Runners SW site
*/

*{
padding:0;
margin:0;
}

body {
background-color:white;
color:black;
font-family: verdana, helvetica, arial, sans-serif;
font-size: .9em;
line-height: 1.5em;
padding:10px;
margin:5%;
}

#tagline p {
font-style: italic
}

#navigation li {
list-style-type: none;
}

#navigation {
margin: 20px;
}

h1,h2,h3 {
margin-top:1em;
margin-bottom:.5em;
background-color:#200772;
color:white;
}

h1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:x-large;
}

h2 {
font-size:medium;
font-weight: normal;
}

li {
font-size:small;
}

p {
margin-bottom:1em;
font-size: small;
color: #200772;
}

blockquote p {
line-height:1.2em;
margin:20px
}

.floatright {
float:right;
}

.floatleft {
float:left;
}

a {
font-weight: bold;
}

a:link {
color: #3914AF;
}

a:visited {
color: #9F3ED5;
}

a:hover {
text-decoration: none;
color: white;
background-color: #200772;
}

a:active {
color:#9F3ED5;
}

#footer p {
font-size:.75em;
background-color:#200772;
color:white;
}

#header h1 {
margin-top: 50px;
}

/*CSS for Home Link Button*/

#homelinkbutton {
position:absolute;
top: 0;
left: 5px;
}

#homelinkbutton a.homebutton:link {
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 1.1em;
display: block;
color: #FFFFFF;
background-color: #08c31f;
width: 80px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
text-align: center;
padding: 5px;
text-decoration: none;
}

#homelinkbutton a.homebutton:visited {
color: #ffffff;
}

#homelinkbutton a.homebutton:hover {
background-color: #a8a8a8;
}