@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../../images/bg_3.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-position: top;
	background-repeat:no-repeat;
	background-color: #d9d8d4;
	} 
h1 {
	color:#990000;
	font-style:normal;
	background-repeat: no-repeat;	
	}
h2 {
	color:#000066;
	font-style:oblique;
	}
h3	{
	color:red;
	word-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size:18px;
	}
#decor{
	}
#wrap {
	width:1000px;
	height:1500px;
	margin-top:5%;
	margin-bottom:10%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;

	}
#navigation {
	background-color:#000033;
	font-size:large;
	font-style:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	word-spacing:0px;
	
	}

/* when editing a list, and styling in css, don't forget to add the "li" whether incorporated even though unincorporated in the id */
#headnav li {
	list-style:none;
	display:inline;
	padding:2em;
	}
#header {
	height:350px;
	width:967px;
	padding:1em;
	background-color:white;

	}
#headercontent {
	}
#title	{
	text-decoration:none;
	color:#999999;
	}
#media {
	float:right;
	}
/*specify the obvious in borders, solid, dotted, etc. if you don't see borders showing up. No default setting. */
#blog {
	padding:1em;
	background-color:white;
	width:388px;
	height:608px;
	float:left;
	border-top:thick;
	border-top-color:#0000FF;
	}
#blogContent {
	font-size:12px;
	list-style:none;
	}
#event {
	padding:1em;
	background-color:white;
	width:320px;
	height:239px;
	float:left;
	border-top:5px;
	border-top-color:#0000FF;
	}
#quicklinks {
	padding:1em;
	background-color:white;
	float:left;
	width:195px;
	height:239px;
	float:left;
	border-top:thick;
	border-top-color:#0000FF;
	}
#shortcuts li{
	font-size:small;
	}
#project {
	padding:1em;
	background-color:white;
	width:547px;
	height:337px;
	float:left;
	}
#subfooter {
	padding:1em;
	background-color:white;
	height:80px;
	width:967px;
	float:left;
	}
#banners li {
	list-style:none;
	display:inline;
	padding:5em;
	}
#footer	{
	float:left;
	background-color:#999999;
	width:967px;
	padding:1em;

	}
#footnav li	{
	list-style:none;
	display:inline;
	font-size:small;
	float:right;
	padding:2em;
}
#social li	{
	list-style:none;
	display:inline;
	font-size:small;
	padding:2em;
	float:right;
	}
.copy 	{
	font-size:small;
	color:#CCCCCC;
	float:left;
	}