﻿/* Cascading Style Sheet Designed & Developed by Kaboom Studios! */

/* mainContainer Styles */

body {
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #000000;
	background-color: #0099FF;
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url(../images/bg-tile.png);
}

#mainContainer {
	width: 80%;
	padding: 0 5px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	border-top-style: none;
	margin: auto;
}

#header {
	font-family: Trebuchet MS;
	font-size: 0.8em;
	width: auto;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
}

#header h1 {
	font-style: italic;
	color: #000000;
	font-size: 3.5em;
	margin-top: 0;
	margin-bottom: 0.1em;
}

#header h1#tagline {
	text-align: center;
	font-size: 2em;
	color: #75ABE3;
}

a:link#taglink, a:visited#taglink {
	text-decoration: none;
}

a:hover#taglink {
	color: #75ABE3;
}

#navigation {
	font-family: Trebuchet MS;
	color: #000000;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	border-bottom: 1px solid #C0C0C0;
}

#navigation ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0;
	margin-bottom: 5px;
}

#navigation ul li {
	display: inline;
}

#navigation p#number {
	margin-top: -2px;
	float: right;
	font-style: italic;
	color: #000000;
	font-size: 1.5em;
	margin-right: 10px;
}

#navigation p#number span {
	color: #75ABE3;
}

#innerContent {
	float: left;
	width: 70%;
	padding-left: 5px;
}

#innerContent h2 {
	border-bottom: 1px solid #75ABE3;
	margin-top: 5px;
}

img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
}

#sideBar {
	width: 25%;
	float: right;
	background-color:#CCCCCC;
	border: solid 1px #666666;
	margin-top: -18px;
	margin-bottom: 5px;
	padding: 5px;
}

#sideBar a img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
}

#sideBar img.yell {
	margin-left: 6%;
	margin-right: 20%;
}

#sideBar img.fsb {
	margin-left: 15%;
	margin-right: 15%;
}

#sideBar img.freeindex {
	margin-left: 30%;
	margin-right: 15%;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #C0C0C0;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End mainContainer Styles */

/* Hyperlink Styles */

a:link, a:visited, a:active {
	color: #75ABE3;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* End Hyperlink Styles */