/* ---- Global ---- */

ul, li{
	list-style-type: none;
}

a {
	color: #291e40;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #291e40;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #5d562c;
	outline: none;
	text-decoration: underline;
}

body {
	margin: 0;
	text-align: center;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #291e40;
	background-color: #000000;
}
	   
#wrapper {
	width: 800px;
	padding: 10px;
	padding-bottom: 0;
	margin: auto;
	background-color: #adacb0;
	border: 10px solid #484749;
	text-align: left;
}
	   
h2 {
	font-size: 12px;
	text-align: center;
}

p {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	line-height: 1.2;
}

/* ---- Header ---- */

#header {
	position: relative;
	margin-bottom: 0px;
	padding: 0px;
	height: 166px;
	background: url('images/bg.png') repeat-x;
}

#logo {
	position: relative;
	float: left;
	height: 171px;
	width: 166px;
	margin-bottom: 0px;
	padding: 0px;
	background: url('images/logo.png') no-repeat;	
}

#navigation {
	position: absolute;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	left: 167px;
	top: 110px;
	background: none;
}

#navigation a {
	color: #adacb0;
	outline: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#navigation a:visited {
	color: #adacb0;
	outline: none;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #adacb0;
	color: #291e40;
	outline: none;
	text-decoration: none;
}

#navigation li {
	display: block;
	float: left;
	padding-left: 7px;;
	padding-right: 7px;
	padding-top: 2px;
	height: 22px;
	/*height: 44px;*/
}

#navigation li:hover {
	background-color: #adacb0;
}

#navigation li:hover a{
	color: #291e40;
}

#navigation li.current {
	background-color: #adacb0;
}

#navigation li.current a {
	color: #291e40;
	background-color: #adacb0;
}

ul.topnav {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	display: block;
	background-color: none;
	/*height: 39px;*/
}

/* ---- Page ---- */

#page {
	position: relative;
	background-color: #c7c6c0;
	/*margin-bottom: 10px;*/
	padding: 10px 10px 5px 10px;
}

#content {
	width: 380px;
	/*padding-bottom: 30px;*/
}

#sidebar {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 350px;
}

#sidebar h1{
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
}

#sidebar ul {
	margin-left:0;
	padding-left: 0;
}

#news {
	background-color: #c7c6c0;
	margin-bottom: 0px;
	padding: 0px;
}

#news h1 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
}

#news small {
	font-size: 10px;
	text-align: left;
}

#news p {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	text-transform: none;
	line-height: 1.2;
}

#news p.articlemeta {
	font-size: 11px;
	text-align: left;
}

#roster {
	background-color: #c7c6c0;
	margin-bottom: 0px;
	padding: 0px;
}

#roster h1 {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

#roster h1:hover {
	color: #5d562c;
}

.profile p {
	padding-bottom: 25px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	text-transform: none;
	line-height: 1.2;
}

.clear {
	clear: both;
}

.profile img {
	float: left;
	margin-right: 12px;
	padding-bottom: 17px;
	background-color: #adacb0;
}

#media {
	background-color: #c7c6c0;
	margin-bottom: 0px;
	padding: 0px;
}

#media h1 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
	clear: both;
}

#wallpaper img {
	float: left;
	margin: 0 12px 10px 0;
}

#wallpaper a img {
	border: none;
}

#wallpaper p {
	padding-top: 25px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	text-transform: none;
	line-height: 1.2;
	
}

#wallpaper li {
	clear: both;
}

#avatar li {
	display: inline;
	margin-right: 15px;
}

#avatar a img {
	border: none;
}

#links {
	background-color: #c7c6c0;
	margin-bottom: 0px;
	padding: 0px;
}

#links h1 {
	font-size: 21px;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 15px;
	clear: both;
}

/* ---- Footer ----*/

#footer {
	background-color: #adacb0;
	margin-bottom: 16px;
}

#footer p{
	margin-top: 2px;
	float: right;
	font-size: 11px;
	padding-right: 7px;
}