@charset "UTF-8";
/* CSS Document */

/*

Description

Color Definitions:

#4682B4		steel blue med sat med br	ground color

#ffffff		white				wrap color

						status bar color

#DEB887		burlywood unsat bright brown

#003159		sat dark blue				links

#ff0000		red							logo spot color

#0b0b4d		saturated dark blue		ground color

#f2f2ff		unsaturated bright blue		wrap background color

#cc66cc		med sat med bright yellow	status bar & footer background

#e0f2ce		unsaturated bright green	blog ground color

#537334		med sat med bright green


#cc66cc		med sat med bright purple	status bar & footer background

#a8003d		sat med bright red

*/

/*

Basic settings for the body of the webpage.

More styles will be set in the body's CLASS, .bodyBasics

*/

body	{
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#4682b4;
	margin:0;
	padding:0;
	line-height:normal;
	color:#000000;
	position:relative;
}

/*

Default definitions for links and such

*/

a {
	color:#003159;
	text-decoration:none;
}

a img {
	border:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	font-variant:small-caps;
}

h1 {
	font-size:400%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h2 {
	font-size:300%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h3 {
	font-size:200%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h4 {
	font-size:150%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

h5 {
	font-size:120%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

p {
	line-height:120%;
}

ul {
	font-weight:normal;
	font-family:inherit;
	line-height:150%;
}

/*

Definitions of IDs (unique page elements)

*/

.ground #wrap {
	width:80%;
	background-color:#ffffff;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.ground #header {
	color:#4682B4;
	background-color:#ffffff;
	text-align:right;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:10;
}

.ground #header h1, .ground #header h2, .ground #header h3, .ground #header h4, .ground #header h5 {
	color:#4682B4
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header-image {
	background-image:url(media/HCC-logo.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:-10;
}

.ground #statusBar {
	font-variant:small-caps;
	color:#ffffff;
	background-color:#deb887;
	text-align:left;
	vertical-align:middle;
	height::18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	position:relative;

}

.ground #sidebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	float:right;
	width:27%;
	padding:15px 0px 15px 0px;
	color:#ffffff;
	background-color:#deb887;
	text-align:center;
	position:relative;
}

.ground #sidebar p, #sidebar h1, .ground #sidebar h2, .ground #sidebar h3, .ground #sidebar h4, .ground #sidebarr h5, .ground #sidebar ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 15px 0px 0px;
}

.ground #sidebar ul {
	list-style:none;
	line-height:90%;
}

.ground #sidebar li {
	padding: 9px 0px 9px 0px;
}

.ground #copy {
	background-color:#ffffff;
	margin: 0 28% 0 0;
	padding: 0px 15px 0px 15px;
	text-align:left;
}

.ground #footer {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#deb887;
	text-align:center;
	vertical-align:middle;
	height::64px;
	position:relative;
	z-index:20;
}





/*

Definitions of helpful classes

*/

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.centered-img {
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

.spotcolor {
	color:#ff0000;
}


.ontheline {
	font-variant:small-caps;
	font-weight:bold;
}

.handcraftedcasts {
	font-family:"Bradley Hand ITC TT","Archive Penman Script",cursive;
}

.vspacing-15px {
	min-height:15px;
}

.attribution {
	text-align:right;
}
