/*content*/

#container {
	position: relative;
	width: 200px;
}

#content {
	width: 600px;
	position: relative;
	z-index: 10000;
	padding-right: 45px;
}

div#content.selected {
	
}

div.block {
	margin-bottom: 20px;
	font-size: 12px;
}

div.floaty {
	float: left;
	width: 210px;
}

div.floaty h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.first {
	width: 369px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #27272a;
}

div.full {
	clear: both;
	float: none;
}

ul#developers {
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	list-style: none;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 12px;
}

/*sidebar*/

#sidebar {
	position: absolute;
	width: 165px;
	left: -55px;
	top: -2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 0px 0px 0px 0px;
	background: url(images/button_12) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(images/button_12) center right no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 0px 0px 0px #222;
}

#sidebar a.big {
	color: #fff;
}

#sidebar a.blog {
	background-image: url(images/button_12);
	background-color: #c17878;
}

#sidebar a.docs {
	background-image: url(images/button_12);
	background-color: #7389ae;
}

#sidebar a.download {
	background-image: url(images/button_12);
	background-color: #78ba91;
}

#sidebar a.trac {
	background-image: url(images/button_12);
	background-color: #a87aad;
}
