/* Page Formatting */
* {
	margin:0;
	padding:0;
}

body {
	background-color: #fcfcfc;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font: 12px "Trebuchet MS", Arial, Verdana;
	color: #555555;
	text-align: left;
}
a {
	color: #6a95ad;
	text-decoration: none;
}
a:hover {
	color: #e9bf1b;
	text-decoration: none;
}
img, img a {
	border: 0;
}
p {
	line-height: 1.7em;
	margin-bottom: 20px;
}
ul {
	padding: 0 0 10px 40px;
}

/* Page Structure */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#header {
	height: 100px; /*200px*/
	background-image: url(images/header-simple.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar {
	/*float: left;*/
	text-align: left;
	width: 150px;
	padding: 10px;
	background-image: url(images/bg-sidebar.gif);
	border: 1px solid #efefef;
	color: #666666;
}
#sidebar h2 {
	margin-bottom: 5px;
	font-size: 1.2em;
}
#sidebar p {
	line-height: normal;
	margin-bottom: 5px;
}
#content {
	float: right;
	/*margin-left: 190px;*/
	width: 570px;
	min-height: 450px;
}
#footer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	color: #999999;
}
#footer p {
	margin: 0;
}
#prefooter {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #efefef;
	border-top: none;
}
#prefooter div {
	float: left;
	width: 180px;
	margin-left: 10px;
}
#prefooter p {
	margin: 0;
}
#prefooter div ul {
	list-style-type: none;
	padding: 0;
}
#prefooter div h3 {
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: normal;
}
#langs {
	float: right;
}

/* Headings */
h1 {
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
	line-height: 100px; /*200px*/
	margin-left: 10px;
}
h1 a {
	color: #ffffff;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	font-size: 1.8em;
}
h3 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.4em;
	padding-bottom: 0;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}
h4 {
	font-size: 1.1em;
}

/* Sidebar */
#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#sidebar li {
	list-style-type: none;
	margin-left: 14px;
}
#sidebar li:hover {
}
#sidebar a {
	font-weight: normal;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* Classes */
.item {
	margin-bottom: 10px;
}
.meta {
	margin-bottom: 10px;
	color: #999999;
}
.clearer {
	clear: both;
}
ul.faq {
	list-style-type: none;
	padding-left: 15px;
	margin: 5px;
}
p.faq_right {
	float: right;
	margin: 0;
}
div.messages h3 {
	margin: 15px 0 0 0;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #7f6a00;
}
div.message {
	border-top: 1px solid #e3e3e3;
	padding: 0 5px;
}
div.message p {
	margin: 0;
	padding: 5px;
}
div.message h4.read {
	font-weight: normal;
}
div.message:hover {
	background-color: #f5f5f5;
}
.topad {
	width: 468px;
	height: 60px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
	right: -15px;
	float: right;
}

/* Extra's */
blockquote  {
	border-left: 5px solid #7f6a00;
	color: #333333;
	padding-left: 5px;
	margin-bottom: 20px;
}
#subscribe {
	padding-right: 5px;
}
#sub {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#sub a:hover {
	text-decoration: none;
}
.opaque {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.opaque:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Inputs */
input.small {
	width: 100px;
}

.check {
	border: 2px solid #efefef;
	width: 400px;
	margin: 0px auto 15px auto;
	text-align: center;
	background-color: #efe88c;
	padding: 5px 0 5px 0;
}
.check span {
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #666;
}
.check input.mailbox {
	width: 200px;
	color: #e9bf1b;
	border: 1px solid #eddc59;
	text-align: center;
	font-size: 2em;
	padding: 2px 0;
}
.check input {
	color: #e9bf1b;
}
.check input.submit {
	font-size: 1.9em;
	padding: 2px 8px;
}
.check p {
	margin: 0;
}

table.inbox {
	width: 100%;
}
table.inbox tbody tr:hover {
	background-color: #f5f5f5;
}

dl.message {
	background-color: #f5f5f5;
	padding: 0 5px;
}
dl.message dt {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
}
