/*CSS resets*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

html{
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}

/*skyline header*/

header.skyline{
	height: 125px;
	background: url(../_img/skyline.jpg) repeat-x;
	z-index: 10;
}

div.printer{
	position: absolute;
	height: 125px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(../_img/printer_logo.png) no-repeat top right;
	right: 50%;
	margin-right: -480px;
	z-index: 20;
}

/*navigation*/

nav.mainNav{
	height: 30px;
	background-color: #1c598f;
	font-size: 0.9em;
	z-index: 5;
}

ul{
	position: absolute;
	list-style-type: none;
	padding-top: 7px;
	left: 50%;
	margin-left: -465px;
	color: white;
	z-index: 55;
}

li{
	display: inline;
}

/*link styles*/
a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #D1D2D4;
}

a.onWhite, a.onWhite:visited, a.onWhite:active{
	color: #1C598F;
}

a.onWhite:hover{
	color: #689CCC;
}

/*page styles*/

p.indent{
	text-indent: 20px;
}

p.quote{
	font-style: italic; 
}

p.format{
	text-align: justify;
	font-size: 1.39em;
	line-height: 25px;
}

p.alignRight{
	text-align: right;
	font-size: 1.39em;
	line-height: 25px;
}

p.doubleReturn{
	line-height: 50px;
}

p.doubleTop{
	height: 30px;
}

p.darkBlue{
	color:#1C598F;
}

p.center{
	text-align: center;
}

/*Main page content*/

div.contentWrap{
	height: 690px;
	background: url(../_img/background.jpg) no-repeat center center;
}

article.mainContent{
	position: absolute;
	height: 690px;
	width: 467px;
	left: 50%;
	margin-left: -467px;
}

img.digitalLinks{
	padding-top: 10px;
}

div.authorWrap{
	height: 824px;
	margin-top: -2px;
}

article.author{
	position: absolute;
	height: 824px;
	width: 480px;
	left: 50%;
	margin-left: -480px;
}

div.activityWrap{
	height: 650px;
	padding-top: 30px;
}

aside.activityPDF{
	position: absolute;
	height: 700px;
	width: 418px;
	left: 50%;
	margin-left: -418px;
	z-index: 15;
}

div.contactWrap{
	height: 750px;
}

article.contactForm{
	position: absolute;
	height: 750px;
	width: 480px;
	left: 50%;
	margin-left: -480px;
	margin-top: 30px;
}

/*Right side content*/

aside.bookCover{
	position: absolute;
	height: 750px;
	width: 493px;
	right: 50%;
	margin-right: -493px;
	margin-top: -25px;
	z-index: 50;
}

aside.aboutAuthor{
	position: absolute;
	height: 837px;
	width: 480px;
	right: 50%;
	margin-right: -480px;
	margin-top: 20px;
}

.artSupplies{
	left: 50%;
	margin-left: 133px;
}

article.activityContent{
	position: absolute;
	height:650px;
	width: 537px;
	right: 50%;
	margin-right: -470px;
	margin-top: -90px;
	z-index: -1;
}

div.activityText{
	position: relative;
	width: 410px;
	margin-left: 80px;
	margin-top: -100px;
}

aside.contacts{
	position: absolute;
	height: 750px;
	width: 480px;
	right: 50%;
	margin-right: -480px;
	margin-top: 30px;
}

/*form styles*/

form div + div{
	margin-top: 10px;
}

input, textarea{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	width: 440px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
}

input:focus, textarea:focus{
	border-color: #1C598F;
}

textarea{
	vertical-align: top;
	height: 580px;
	resize: vertical;
}

.button{
	position: relative;
	left: 50%;
	margin-left: -50px;
}

#submit{
	background-color: #1C598F;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	width: 100px;
}

#submit:hover {
    border: none;
    background: #689CCC;
    box-shadow: 0px 0px 1px #777;
}

/*footer*/

div.bottomSpacer{
	height: 30px;
	background-color: #689ccc;
}

footer.siteInfo{
	height: 60px;
	background-color: #d1d2d4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #1c598f;
	padding-top: 5px;
}

/*Trident links*/

a#trident, a#trident:hover, a#trident:visited, a#trident:active {
	text-decoration: none;
	color: #1C598F;
}

a#trident:hover{
	color:#689CCC
}
