@charset "utf-8";
/* 

Title: Manifest CSS
Coded by: Mavericks Leung
Student No. 3723604

*/

*, html { margin: 0; padding: 0; font-size: 100%; line-height: 1.3em; list-style-type:none;}
img, img a{border: none; }

body {
	background: #d7d1cd url('images/bg.jpg') top center no-repeat;
	font: 75% Helvetica, Arial, sans-serif;
	color: #000; 
}

.spacer {height: 1em;}

#wrapper {
	position: relative;
	margin: 30px auto;
	width: 961px;
}

#gnav ul { clear: both; white-space:nowrap; }
#gnav li {display: inline;}
#gnav li.title { display: block; float: left; margin-left: 1em; padding:0.2em .5em; color: #813638;}
#gnav li a {
	display: block; 
	float: left;
	margin-left: 1em;
	padding:0.2em 2em;
	background: #813638;
	color: #fff;
	text-decoration: none;
}
#gnav li a:hover {background: #343333; }
#gnav li a:active { color: #813638; background: #d7d1cd; }
#gnav .active {
	display: block; 
	float: left;
	margin-left: 1em;
	padding:0.2em 2em;
	background: #c8c3bf;
	color: #813638;
	text-decoration: none;	
}

#content { padding: 0 1em 0 1em; }
#content h2 { font-size: 140%; }
#content p, #content h3 { margin-top: 1.5em;}

#news { width: 751px; padding-right: 1em; clear: both; border-bottom: 1px solid #bdb3ac;}
#latest { width: 200px; padding-left: 2em;}

.pend { float: right; margin-top: 2.5em; padding:0.4em 1em; background: #c8c3bf; color: #813638; font-size: 80%;}
.pend a, #latest li a { color: #813638; text-decoration: none;} .pend a:hover, #latest li a:hover { color: #343333; }
#latest li { display: block; margin-top: .5em; padding:0.4em 1em; background: #c8c3bf; color: #813638; }
#home #latest li.title, #latest li.stitle{ background-color: #813638; color: #fff; }
#about #latest li.title { background-color: #618ea6;}
#reg #latest li.title { background-color: #6a7f3c;}
#cinfo #latest li.title { background-color: #999999;}
#events #latest li.title { background-color: #cc9933;}
#gallery #latest li.title { background-color: #76519b;}
#latest .sponsor {background: #bdb3ac; }
#latest li.title { color: #fff; background-image: url('images/bg-grad.png'); background-position: left top; background-repeat: no-repeat;}

