/******************************************************************************
 * Main site CSS stylesheet																										*
 *	+ Sleek Scheme																														*
 *																																						*
 * ~ Written by Adrian																												*
 ******************************************************************************/

/*
 * Defaults
 * --------
 * These are the default color schemes on the page
 */

body {
	background: #4ba8d5;
	font-size: 12pt;
	font-family: "arial", sans-serif;
}

a:link {
	padding: 2px;
	text-decoration: underline;
	color: #303030;
} a:visited {
	padding: 2px;
	text-decoration: underline;
	color: #404040;
} a:hover, a:active {
	text-decoration: none;
	background-color: #030E73;
	color: white;
	-moz-border-radius: .75em;
}

h1, h2, h3 {
	text-align: center;
}

hr {
	border: 1px outset #000060;
	background-color: white;
	height: 3px;
}

/*
 * Layers
 * ------
 * These are the main layers of the pages
 */

.logo {
	background: white;
	background: white url("hoops3.gif") no-repeat top left;
}

.topbar {
	background: #030E73;
	color: black;
} .topbar big {
	color: white;
	font-family: "arial", sans-serif;
	font-size: 42px;
} .topbar small {
	color: white;
	font-family: "arial", sans-serif;
	font-size: 15pt;
}

.sidebar {
	background: #000060;
	width: 175px;
/*	height: 250px;*/
	height: inherit;
	border: solid 1px black;
	color: white;
} .sidebar p {
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	color: white;
} .sidebar .bigger {
	font-size: 15px;
} .sidebar .biggest {
	font-size: 17px;
} .sidebar a:link, .sidebar a:visited {
	color: #A0A0A0;
	text-decoration: none;
} .sidebar a:hover {
	color: white;
	text-decoration: none;
}

.footer {
	color: white;
	background: #000060;
} .best_viewed {
	color: white;
	font-size: 8pt; /* 10px; */
} .mod_date {
	color: white;
	font-size: 8pt; /* 10px; */
} .footer a:link, .footer a:visited {
	color: #A0A0A0;
	text-decoration: none;
} .footer a:hover {
	color: white;
	text-decoration: none;
}

.keywords {
	color: #010181;
	font-size: 14pt;
}

.content {
	margin-left: 180px;

	color: black;
	font-size: 12pt;
	font-family: "arial", sans-serif;
} .content hr {
	margin-bottom: -15px;
} .content h1 hr {
	height: 4px;
	width: 80%;
}

.admin, .edit {
	text-align: left !important;
}

.admin a, .edit a, .admin a:visited, .edit a:visited {
	font-family: "arial", sans-serif !important;
	font-size: 14pt !important;
	color: orange !important;
	text-decoration: underline !important;
}

.admin a:hover, .edit a:hover {
	text-decoration: underline !important;
	background-color: green !important;
}

marquee.banner {
	width: 50%;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	background-color: black;
	color: red;
}
