﻿body {
	background: #151a20 url('/images/background.jpg') top center repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #8e9297;
}

a, a:hover, a:visited {
	color: white;
	text-decoration: none;
}

img {
	border: 0px;
}

h2 {
	color: white;
}

.contentitem {
	margin-bottom: 20px;
	background: url('/images/content-background.jpg') top center repeat-y;
	border: 1px solid black;
}

.contentitem p {
	padding: 7px;
}

.contentitem p .date {
	color: #c2c8c8;
}

.mirrors {
	line-height: 1.5em;
}

.faq-question {
	color: white;
}

.contentheader {
	background: url('/images/heading-background.gif') top left no-repeat;
	padding-left: 33px;
	line-height: 35px;
	font-size: 17px;
	font-weight: bold;
	color: white;
}

.contentitem h3 {
	color: white;
	padding-left: 7px;
}

#header {
	background: url('/images/header.jpg') top center no-repeat;
	height: 150px;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 100px;
	float: left;
}

#menu a {
	text-decoration: none;
	line-height: 1.5em;
	
}

#content {
	margin-left: 120px;
}

#footer {
	clear: both;
	height: 50px;
	margin-top: 20px;
	margin-left: 120px;
	padding-left: 50px;
	line-height: 1.5em;
	color: #5f666d;
}

#footer a {
	color: #47586D;
}


/* Team Page */
.team-position {
	position : relative;
	padding : 20px 0px 10px 2px;
	margin : 0px 0px 0.25em 0px;
	font-size: 17px;
	color: white;
	font-weight: bold;
}

.team-member {
	position : relative;
	left : 0px;
	right : 0px;
	top : 0px;
	height : 1em;
}

.team-flag {
	position : absolute;
	left : 20px;
	width : 35px;
	padding : 0px 0px 30px 0px;
}

.team-name {
	position : absolute;
	left : 60px;
}

.team-job {
	position : absolute;
	right : 10px;
	text-align : right;
}

.team-website {
	position : absolute;
	left : 350px;
}
.team-blog {
	position : absolute;
	left : 460px;
}

pre {
	padding-left: 10px;
}
