body {
	margin: 0px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	padding: 0;
	background: #f0f0f0  url(images/grad.png) repeat-x top fixed;
}

a { text-decoration: underline; color: #003366; outline: 0; }
a:hover { color: #1f57bd; }
.clear { clear: both; }
.clearl { clear: left; }
.center { text-align: center; }
#all {
	width: 880px;
	margin: 0 auto;
	background: url(images/fill.png) repeat-y center center;
	padding: 10px 18px;
}

img { border: 0; }

h1, h2, h3, h4, h5, h6 { 
	color: #003366;
}

h2 {
	margin: 10px 0;
	padding: 0;
}

#header {
	height: 150px;
	
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	
	background: #96caff url(images/header.png) repeat-x top center;
}

#navbar {
	margin: 0;
	margin-bottom: 10px;
	background: #003366;
	list-style: none;
	padding: 0;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#navbar > li {
	display: inline-block;
	color: white;
	
	zoom:1;
	*display: inline;
}

#navbar > li > a {
	color:white;
	display:block;
	padding: 0 5px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	min-width: 75px;
}

#navbar > li.current > a {
	background: rgba(255, 255, 255, 0.15);
}
#navbar > li > a:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #FFCC00;
}

h1 { margin: 0; padding: 0; text-align: center; }

#sidebar {
	float: right;
	width: 190px;
	margin-top: -10px;
}

#sidebar > div {
	background-color: #f2f7fd;
	border: 1px solid #dfe8f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
}
#sidebar > div.chat {
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

#sidebar h3 {
	margin: 0;
	padding: 2px 6px;
	font-size: 11pt;
	font-weight: bold;
	background: #003366;
	color: white;
	margin-left: -1px;
	margin-top: -1px;
	margin-right: -1px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul > li {
	padding: 0;
	border-bottom: 1px solid #dfe8f4;
}
#sidebar ul > li:last-child { border-bottom: 0; }

#sidebar ul.links > li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#sidebar ul.links > li a:hover {
	background: #cce2fd;
	color: #003366;
}

#sidebar ul.links > li:last-child a:hover {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;		
}

#sidebar ul.text > li { padding: 5px; }
#sidebar > div > p, #sidebar > div > div { margin-left: 5px; margin-right: 5px; }

#sidebar > div > h3 {
	margin-top: 0;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;		
}



.notice {
	margin: 1em 20%;
	width: 58%;
	text-align: center;
	line-height: 1.15;
	font-weight: bold;
	font-size: 9pt;
	
	background: #fefcf2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefb), to(#fefcf2));  
	background: -moz-linear-gradient(top, #fefefb, #fefcf2);
	
	border: 1px solid #f7f1da;
	padding: 4px 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


#main {
	margin: 10px 5px;
	margin-right: 210px;
}

#news {
	margin: 10px 0;
}
#news .newsitem {

	margin: 20px 0;
	margin-left: 5px;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

#news .newsitem h3 {
	margin: 0;
	padding: 0;
	font-size: 13pt;
	padding: 8px;
	
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));  
	background: -moz-linear-gradient(top, #fefefe, #fafafa);
}
#news .newsitem .date {
	position: absolute;
	top: 7px;
	right: 12px;
	font-weight: bold;
	color: #003366;
}
#news .newsitem .poster {
	float: left;
	margin-right: 10px;
	min-width: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#news .newsitem .content {
	margin-left: 120px;
	margin-right: 10px;
	font-size: 1.0em;
	line-height: 1.2;
}

#news .newsitem .comments {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
	clear: left;
	font-weight: bold;
}
#news .newsitem .poster img { margin-bottom: 3px; }

#footer {
	text-align: center;
	border-top: 1px solid #aaa;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 90%;
	margin-left: 7%;
	margin-right: 7%;
}

#projects .read {
	margin: 1em 0;
	text-align: center;
}

#projects h2.banner {
	text-align: center;
}

#projects .read a {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #1f57bd;
}
#projects .read a:hover { text-decoration: underline; }

.information {
	margin: 1em 0;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.information h4 {
	margin: 0;
	padding: 2px 6px;
	font-size: 11pt;
	font-weight: bold;
	background: #003366;
	color: white;
	margin-left: -1px;
	margin-top: -1px;
	margin-right: -1px;
	
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}


.information > div {
	padding: 5px;
}
.information > div > label {
	display: block;
	float: left;
	font-weight: bold;
	width: 87px;
	text-align: right;
}
.information > div > div {
	margin-left: 95px;
}

#staff .avatar {
	float: right;
	padding: 5px;
	background: white;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#staff a { text-decoration: none; color: black; }

#staff .information > div > label { width: 133px; }
#staff .information > div > div { margin-left: 140px; }

.information > div > div > p:first-child { margin-top: 0; }
.information > div > div > p:last-child { margin-bottom: 0; }

.information > div:nth-child(even) {
	background: rgba(0,0,0,0.02);
}

.groupedlist h3 {
	background: #003366;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	padding: 3px 8px;
	margin: 0;
	margin-top: 1em;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.groupedlist ul {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	list-style: none;

	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.groupedlist ul li {
	margin: 0;
	padding: 0;
}

.groupedlist ul li a {
	display: block;
	padding: 4px;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
	font-weight: bold;
}
.groupedlist ul li:last-child a {
	border-bottom: 0;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.groupedlist ul li a:hover {
	background: #eee;
}

#poll .option { 
	margin: 0 1em;
}

#poll .submit { 
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#poll .results {
	margin: 5px;
}
#poll .result {
	margin: 3px;
	font-size: 12px;
}
#poll .result > div {
	display: inline-block;
	vertical-align: middle;
	zoom:1;
	*display: inline;
}

#poll .result .name {
	width: 83px;
}

#poll .result .bar {
	width: 55px;
	height: 12px;
}

#poll .result .bar > div {
	background: #003366;
	height: 100%;
}

#poll .result .value {
	width: 27px;
}

#poll .info {
	text-align: center;
	margin-top: 5px;
}

#poll .info span {
	font-weight: bold;
}

.linkbar {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	background: #003366;
	color: white;
	-moz-border-radius: 10px;
	-webkitborder-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.linkbar li {
	display: inline-block;
	
	zoom:1;
	*display: inline;
}

.linkbar li a {
	display: block;
	color: white !important;
	padding: 5px;
	min-width: 90px;
}

.linkbar li.current a {
	background: rgba(255, 255, 255, 0.15);
}
.linkbar li a:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #FFCC00 !important;
}
