/*-------------------------------------------------------------------------------------	
	CSS RESET, COURTESY OF HTML5 BOILERPLATE
	DO NOT EDIT
-------------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: lightblue; color: #000; text-shadow: none; }
/*::selection { background: lightblue; color: #000; text-shadow: none; }*/

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*-------------------------------------------------------------------------------------	
	GENERAL ELEMENT STYLES
-------------------------------------------------------------------------------------*/

body {
	background-color: #448ccb;
	background-image: url('../images/bg.png');
	background-repeat: repeat;
}

footer {
	background-color: white;
	border-radius: 15px;
	padding-left: 8px;
	clear: both;
	margin: 50px;
	margin-top: 5px;
}


/*-------------------------------------------------------------------------------------	
	SITE SPECIFIC STYLES
-------------------------------------------------------------------------------------*/

.starry {
	background-image: url('../images/starsbg.png');
}

.centered {
	text-align: center;
}

.container {
	width: 1024px;
	margin: 0px auto;
}

.title {
	background-color: white;
	border-radius: 15px;
	margin: 15px 50px 5px 50px;
	padding: 8px;
	text-align: center;
}

.side {
	float: left;
	margin-left: 50px;
}

.nav {
	background-color: white;
	padding: 15px;
	border-radius: 20px;
	width: 165px;
}

.nav a{
	color: slategray;
	list-style: none;
	padding: 5px;
	text-decoration: none;
	margin-top: 5px;
	display: block;
}

.nav b {
	color: black;
	margin-top: 5px;
	padding: 5px;
	display: block;
}

.nav a:hover {
	background-color: lightblue;
	color: black;
	border-radius: 5px;
}

.nav a:visited {
	color: slategray;
}

.navheader {
	background-color: lightblue;
	border-radius: 8px;
	padding: 8px;
	font-weight: bold;
	vertical-align: middle;
}

.main {
	background-color: white;
	width: 705px;
	float: left;
	margin: 0px 5px 5px 5px;
	padding:8px;
	border-radius: 15px;
}

.imagegroup {
	background-color: lightblue;
	border: 1px solid rgb(100, 100, 220);
	border-radius: 16px;
	padding: 8px;
	width: 343px;
}

.imagegroup img {
	border: 1px solid darkblue;
	border-radius: 8px;
}

.imagegroup a {
	padding: 8px;
	display: inline-block;
}

.imagegroup a:hover {
	background-color: #448ccb;
	background-image: url('../images/bg.png');
	border-radius: 8px;
	/* border: 1px solid rgb(100, 100, 220); */
}
