/***
 Defaults
***/

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #353535;
	color: #FFF;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

ul, li {
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

p {
	line-height: 1.7em;
}

/***
 Forms
***/

input, textarea {
	padding: 5px;
	/*border: 1px solid #CCC;*/
}

input, textarea, select {
	margin-right: 10px;
}

select {
	padding: 1px;
}

label {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #444;
}

.forum label {
	text-transform: none;
}

.caption {
	font-size: 0.9em;
	color: #777;
}

.long {
	width: 200px;
}

.field {
	margin-bottom: 10px;
}

/***
 Layout utils
***/

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.col-1 {
	width: 187px;
}

.col-2 {
	width: 385px;
}

.col-3 {
	width: 540px;
}

.col-4 {
	width: 100%;
}

.col-wrap {
	margin: 0;
}

.last {
	margin-right: 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.divider {
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

/***
 Page parts
***/

#layout {
	height: 100%;
	background: #FFF;
}

#topbar {
	float: left;
	clear: both;
	padding-bottom: 15px;
	width: 100%;
	background: #1cb1ec;
}

#topbar #message {
	float: left;
	clear: both;
	margin: 15px 0 5px 90px;
	width: 390px;
	color: #000;
}

#topbar #message a {
	color: #000;
}

#topbar #message a:hover {
	text-decoration: underline;
}

#titlebar {
	float: left;
	clear: both;
	width: 100%;
	height: 95px;
	text-align: left;
	background: #000;
}

#titlebar a {
	margin-left: 42px;
	outline: none;
}

#header a {
	outline: none;
}

#menu ul {
	padding: 0;
	margin: 10px 0 0 90px;
	list-style: none;
}

#menu ul li {
	float: left;
	margin-right: 10px;
}

#menu ul a {
	display: block;
	font-weight: bold;
	color: #FFF;
}

#menu ul .active a {
	border-bottom: 1px solid #FFF;
}

#menu ul a:hover {
	border-bottom: 1px solid #FFF;
}

#content {
	float: left;
	padding-bottom: 40px;
	width: 100%;
	line-height: 1.7em;
	background: #FFF;
	color: #000;
}

#content .inner {
	margin: 20px 90px 20px 90px;
}

#content a {
	text-decoration: underline;
	color: #000;
}

#content.forum a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
}

.fileGroup {
	clear: both;
}

.textblock {
	clear: both;
}

#donate {
	padding: 0;
	margin: 0;
}

#donate input {
	border: 0;
}

#content a.downloadButton {
	font-weight: bold;
	text-decoration: none;
	color: #6BB04A;
}

#content a.downloadButton:hover {
	color: #000;
}

.project span {
	display: none;
}