@charset "utf-8";
/* Week 5 Stylesheet */

body {
	margin: 50px 0 0 0;
	background: #666666 url(../images/week5.png) repeat;
	color: #ffffff;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin: 0 0 10px 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
}
h1 {
	margin: 0 15px 10px 15px;
	font-size: 320%;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 140%;
}
ul {
	list-style: square;
}
li {
	padding: 0;
	margin: 0 0 7px 0;
}
a {
	text-decoration: none;
	background-color: transparent;
	color: #cfddf8;
	border-bottom: thin dashed #cfddf8;
	border-bottom: thin dashed #595d64;
}
a:hover {
	color: #fbe4fb;
	border-bottom: thin dashed #fbe4fb;
}
a.img-button {
	border-bottom: none!important;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	border: thin dashed #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.5);
	color: inherit;
	-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
	text-align: left;
}
#main-content {
	margin: 15px 15px 15px 0;
	padding: 5px 20px 10px 20px;
	border: thin dashed #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);        
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
.bordered {
	padding: 5px;
	border: thin dashed #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0,11,40,0.4);
	color: inherit;
}
.clearall {
	clear: both;
}
header {
	padding: 10px 0 0 0;
}
nav {
	margin: 0;
	padding: 0;
	border: thin dashed #666666;
	border-width: thin 0;
}
nav ul {
	min-height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
}
nav li {
	position: relative;
	z-index: 900;
	margin: 0 25px 0 0;
	list-style: none;
	float: left;
}
nav a {
	padding-left: 17px;
	line-height: 40px;
	display: block;
	border-bottom: none;
	font-size: 120%;
}
nav a:hover {
	border-bottom: none;
	background: transparent url(../images/selected.png) no-repeat left center;
}
nav li > ul {
	display: none;
}
nav li:hover > ul {
	width: 200px;
	border: thin dashed #666666;
	background-color: rgba(0,0,0,0.8);
	color: inherit;
	-moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 40px;
	left: -5px;
	z-index: 920;
	display: block;
}
nav li > ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	border-top: thin dashed #666666;
	display: block;
	float: none;
}
nav li > ul li:hover {
	background-color: #000000;
	color: inherit;
}
nav li > ul li a {
	width: 100%;
	line-height: 30px;
	display: block;
	font-size: 100%;
}
article {
	width: 72%;
	float: right;
}
article ul {
	margin: 0 0 10px 30px;
}
aside {
	width: 28%;
	padding: 15px 0;
	float: right;
}
aside h3 {
	margin: 0 15px 10px -11px;
	padding: 2px 0 5px 13px;
	border-left: thin solid #888888;
	border-right: medium solid #666666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0,11,40,0.4) url(../images/h35.png) no-repeat right center;
	color: inherit;
	font-size: 110%;
}
aside p {
	margin: 0 15px 10px 15px;
}
aside ul {
	margin: 0 15px 10px 35px;
}
footer {
	border-top: thin dashed #666666;
	padding: 10px 15px;
}
footer p {
	margin: 0;
}
#pullout {
	width: 102px;
	margin: 0 0 10px 15px;
	padding: 10px 0 10px 15px;
	border-left: thin groove #616161;
	float: right;
}
#pullout h3 {
	background-color: transparent;
	color: #f1d7f1;
}
#pullout img {
	border: 2px outset #333333;
}
#help-page #pullout {
	width: 50%;
	margin-top: 10px;
}
.links-odd {
	width: 52%;
	margin-right: 1%;
	float: left;
	clear: both;
}
.links-even {
	width: 47%;
	float: left;
}