/*
** all
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #141414;
}

h1, h2, h3, h4, h5 {
	color: #aaa;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

strong,
a {
	color: #aaa;
}

a:hover {
	color: white;
}

.none {
	display: none;
}

/*
** layout
*/

div#main {
	width: 900px;
	margin: auto;
}

div#logo {
	padding: 20px 0;
}

div#header {
	width: 200px;
	float: left;
}

div.content {
	width: 640px;
	float: right;
}

div#footer {
	clear: left;
	display: none;
}

/*
** title
*/

h1.title {
	display: none;
}

/*
** langs
*/

ul#langs {
	display: none;
}

/*
** sections
*/

ul.sections {

}

ul.sections li {

}

ul.sections li,
ul.sections li a {

}

ul.sections li.separator {
	margin-top: 30px;
}

ul.sections li.selected a {

}

/*
** content
*/

div.content {
	margin-top: 5px;
}

div.content h2 {
	display: none;
}

/*
** wysiwyg
*/

div.wysiwyg {	
	margin-bottom: 40px;
}

div.wysiwyg,
div.wysiwyg p,
div.wysiwyg a {
	font-size: 12px;
	line-height: 16px;
}

div.wysiwyg strong {
	font-weight: normal;
}

div.wysiwyg p {
	margin-bottom: 10px;
}

div.wysiwyg a {
	color: #999;
}

div.wysiwyg a:hover {
	color: white;
}






