/* 
 * Andrew Darley's Home page for WGU Class YZT1
 * By Andrew Darley
 * Rev 3 2016-03-09
 * 
 */
/* 
 * Defines the Body This sets the farthest background
 */
body {
	background: url(images/back.png);
}
	
#outerDiv { 
	width: 900px;
	margin: 0 auto;
	background: url(images/contentBack.png);
}

header {
	position:relative;
	font-family: Papyrus;
	font-size: 1.5em;
	color: #ffffff;
	height: 200px;
	background: url(./images/orionNebThin.png) no-repeat;
	padding: 0;
}

header h1 {
	padding: 15px 30px;
}

header h3 {
	padding: 15px 30px;
	font-size: .2em;
	float: right;
	
}
nav {
	position:absolute;
	top:0;
	left:470px;
	background: url(images/blueButtonLong.png) no-repeat left bottom;
	margin: 0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0px 5px 5px 30px;
}

nav li {
	float: left;
	margin: 0;
	padding: 0;
}

nav li a:link, nav li a:visited {
	font-family: "Arial", "MS Trebuchet", sans-serif;
	font-size: .75em;
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 30px 8px 0px;
	margin-right: 0px;
	line-height: 40px;
}

nav li a:hover, nav li a:active {
	color: #fff;
	text-shadow: 2px 1px #777;
}

nav li a.selected {
	cursor: default;
	color: #fff;
	text-shadow: 2px 1px #777;
}

/*  content section */
#content {
	line-height: 2em;
	margin: 0 15px 0 25px;
	padding: 0 10px 0 10px;	
}

#mainArtical {
	float: left;
	width: 580px;
}

#mainArtical h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-family:"Palatino Linotype", Arial, Helvetica;
	color:#FFFFFF;
}

#mainArtical p {
	font: 15px Arial, sans-serif;
	color:#000;
	padding: 10px 0 10px 0;
}

/* Aside Bar */

aside {
	float: right;
	width: 200px;
	padding: 0 5px 5px 10px;
	margin: 0 15px;
	border-left: 1px ridge #aaa;
}

aside h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-family:"Palatino Linotype", Arial, Helvetica;
	color:#FFFFFF;
	margin: 15px 0 20px 0;
}

aside h3 {
	font-size: 1em;
	font-weight: bold;
	font-family:"Palatino Linotype", Arial, Helvetica;
	color:#ccc;
	margin: 15px 0 0 10px;
}

aside p {
	line-height: 1em;
	font-size: 1em;
	font-weight: bold;
	font-family:Helvetica;
	color:#000;
	margin: 0;	
	padding: 10px 0 0 0;
}

aside ul {
	font-size: 1em;
	font-weight: bold;
	font-family:"Palatino Linotype", Arial, Helvetica;
	color:#ccc;
	margin: 5px 0 0 0;
	}
	
aside li a:link, aside li a:visited, #mainArtical a:link, #mainArtical a:visited {
	font-size: 1em;
	font-weight: bold;
	font-family:"Palatino Linotype", Arial, Helvetica;
	color:#ccc;
	margin: 5px 5px 0 10px;
	text-decoration: none;
	}

aside li a:hover, aside li a:active, #mainArtical a:hover, #mainArtical a:active {
	color: #fff;
	text-shadow: 2px 2px black;
}
/* footer */

footer {
    bottom: 8px;
	background: url(images/footer.png) no-repeat;
	clear: both;
	color:#AAAAAA;
	text-align: center;
	padding: 20px 0 0 0;
	width: 900px;
	margin: 0 auto;	
}

/* other styles */

.clear { 
	clear: both;
	}

.right { 
	float: right;
	margin: 5px 5px;
	}

.left { 
	float: left;
	margin: 5px 5px;
	}

