﻿@import url("layout.css");

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	background-color: #171717;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f55;
	text-align: center;
	font-weight: normal;
}
table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td a {
	color: #ffffff;
	display: block;
	width: 150px;
	height: auto;
	background-color: #f14649;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	text-decoration: none;
}
td a:hover {
	background-color: #bacdef;
	color: #21519a;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#masthead {
	width: 1000px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color: #282b32;
}
#content {
	float: right;
	width: 1000px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	background-color: #222;
	position: relative;
}
#sidebar {
	float: left;
	width: 1000px;
	background-color: #282b32;
	margin-left: 0px;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navbar {
	width: 825px;
	height: auto;
	background-color: #282b32;
	display: inline-block;
}
#footer {
	font-family: Verdana, Helvetica, sans-serif;
	float: right;
	text-align: center;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	overflow: auto;
	background-color: #4350b2;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
}
/* Styles for Lower Navigational "Sidebar" (it's really not a sidebar, but it's the way I made the Asheville template and I'm stickin' to it) */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0px;
}
#sidebar li {
	font-size: 0.9em;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #21519a;
}
#sidebar ul a {
	font-family: Josefin Sans, Verdana, sans-serif;
	text-decoration: none;
	color: #ffe;
	display: block;
	padding: 15px;
}
#sidebar ul a:hover {
	text-decoration: none;
	color: #21519a;
	background-color: #bacdef;
	padding: 15px;
}
/* Styles for Comic Navigational Bar -- It's (almost) a copy of the sidebar code, but it's NOT the sidebar! */
#navbar ul {
	list-style-type: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0px;
}
#navbar li {
	font-size: 0.9em;
	display: inline-block;
	padding: 0px;
	background-color: #f14649;
}
#navbar ul a {
	font-family: Josefin Sans, Verdana, sans-serif;
	text-decoration: none;
	color: #ffe;
	display: block;
	padding: 15px;
}
#navbar ul a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #bacdef;
	background-color: #282b32;
	padding: 15px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #eef;
}
#footer a:hover {
	color: #bacdef;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #ffe;
}
.navbutton {
	font-family: Verdana, sans-serif;
 	display: inline-block;
 	background-color: #f14649;
 	color: #fff;
 	height: 50px;
 	width: 160px;
 	font-size: 1em;
}
.navbutton a {
	font-family: Verdana, sans-serif;
 	color: #fff;
 	font-size: 1em;
 	text-decoration: none;
 	display: inline-block;
}
.navbutton:hover {
 	display: inline-block;
 	background-color: #bacdef;
 	color: #21519a;
 	height: 50px;
 	width: 160px;
 	font-size: 1em;
}
.bluenavbutton {
	font-family: Verdana, sans-serif;
 	display: inline-block;
 	background-color: #21519a;
 	color: #fff;
 	height: 50px;
 	width: 160px;
 	font-size: 1em;
 	font-weight: bold;
}
.bluenavbutton:hover {
	font-family: Verdana, sans-serif;
 	display: inline-block;
 	background-color: #bacdef;
 	color: #21519a;
 	height: 50px;
 	width: 160px;
 	font-size: 1em;
 	font-weight: bold;
}