#col-left {
	float: left;
	width: 610px;
	padding: 0 0 100px;
}

h1 {
	color: #a1a1a1;
	font: bold 24px/26px "Trebuchet MS", sans-serif;
	margin: 0 0 15px;
}

h1 strong {
	color: #000;
}

h2 {
	color: #000;
	font: bold 21px/21px "Trebuchet MS", sans-serif;
}

h2 a {
	color: #000;
}

#col-left .menu {
	height: 41px;
}

#col-left .menu li {
	float: left;
	padding: 0 3px 0 0;
}

#col-left .menu a {
	background: url(img/button-gray-bg.gif) repeat-x 0 0;
	height: 20px;
	line-height: 20px;
	padding: 0 11px;
	border: 1px solid #c0c0c0;
	color: #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	font-size: 11px;
}

#col-left .menu .active a {
	background: url(img/col-left-menu-active-bg.gif) repeat-x 0 0;
	color: #fff;
}

.release-entry {
	font-size: 12px;
	color: #282828;
	border-bottom: 1px solid #dedede;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.release-entry .meta {
	font-size: 12px;
	line-height: 12px;
	color: #8a959a;
	margin: 5px 0;
}

.release-entry .meta span {
	padding: 0 5px 0 0;
}

.release-entry .meta .comments {
	background: url(img/icon-comments-new.gif) no-repeat 0 2px;
	padding-left: 15px;
}

.release-entry .meta .date {
	color: #d00;
}

.release-entry p {
	line-height: 20px;
}

.release-entry .text {
	width: 550px;
	float: left;
}

.release-entry div.views {
	float: right;
	background: url(img/views-bg.gif) no-repeat 0 0;
	width: 50px;
	height: 30px;
	padding: 7px 0 0 6px;
	font-size: 9px;
	color: #aaa;
	line-height: 12px;
	text-align: center;
	overflow: hidden;
}

.release-entry .views strong {
	font-weight: normal;
	font-size: 11px;
	display: block;
}

.pagination {
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 0 7px;
	height: 14px;
	vertical-align: middle;
	font-weight: bold;
}

.pagination .prev,
.pagination .next {
	width: 6px;
	background: no-repeat 0 4px;
}

.pagination .prev span,
.pagination .next span {
	padding: 0;
}

.pagination .prev {
	background-image: url(img/pagination-prev.gif);
	background-position: 100% 4px;
}

.pagination .next {
	background-image: url(img/pagination-next.gif);
}

.pagination .disabled {
	display: none;
}

#sidebar {
	float: right;
	width: 307px;
}

#sidebar .latest-releases,
#sidebar .just-joined,
#sidebar .most-read,
#sidebar .trends {
	border: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 0 0 15px;
}

#sidebar .latest-releases .items {
	height: auto;
}

#sidebar .latest-releases .item,
#sidebar .most-read .item {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding: 0 0 10px;
}

#sidebar .latest-releases .item-last,
#sidebar .most-read .item-last {
	border: 0;
	margin: 0;
}

#sidebar .just-joined {
	background: #f9f9f9;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;

}

#sidebar .latest-releases {
	background: #f9f9f9;
	float: none;
	width: auto;
	margin: 0;
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
}

#releases-list .release-entry .text img.release-image {
	float: left;
	margin-right: 10px;
}
