/* CSS RESET */
html, body, div, form, fieldset, legend, label { margin: 0; padding: 0; font-size: 100%; }
article, aside, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
img, object, embed, canvas { display: block; margin: 0; padding: 0; max-width: 100%; border: 0; }

a { text-decoration: none; color: #349; }
a:visited { text-decoration: none; color: #649; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; color: gray; }
a img { border: 0; }

html { background-image: url('_images/grid.png'); }
body { background: url('_images/background.png') no-repeat center top; padding: 0 5%; }

body { font-family: verdana; color: #333; }

body>header {
	margin: 0 auto;
	display: block;
	max-width: 960px;
}
body>header h1 {
	margin-top: 0;
	position: relative;
	z-index: 2;
	top: 64px;
	left: -56px;
}
body>header h1 a {
	display: block;
	width: 400px;
	height: 192px;
	background: transparent url('_images/radiantlogo.png') no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

article {
	margin: 0 auto;
	max-width: 800px;
	min-width: 280px;
	position: relative;
	z-index: 1;
	top: -48px;
	padding: 2em;
	background-color: #fff;
	border: 6px solid #000;
	border-radius: 16px;
	/*box-shadow: 0 4px 12px 0 #000;*/
}

article header h1 {
	color: #333;
	text-shadow: 0 1px 0 #ccc, 0 1px 3px #151c3e;
	font-size: 2em;
	margin-top: 46px;
}

section { line-height: 1.5em; }
#intro { font-size: 1.1em; }

aside {
	max-width: 480px;
	margin: 3em auto;
	padding-top: 128px;
	background: transparent url('_images/team.png') no-repeat center top;
	background-size: contain;
}

.linkbox {
	background: url('_images/background.png') no-repeat center center;
	display: block;
	padding: 8px 16px 8px 16px;
	text-align: center;
	color: #ccc;
	background-color: #29387b;
	border: 3px solid black;
	border-radius: 16px;
	text-decoration: none;
}
.linkbox h1 { color: #ccc; margin-bottom: 0.5em; }
.linkbox p { font-size: 0.9em; margin: 0.5em 5% 1em 5%; color: #ccc; }
.linkbox:hover { background-color: #349; text-decoration: none; }

.justify { text-align: justify; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

@media only screen and (max-width: 750px) {
	body { font-size: 0.8em; }
}







