/* @override 
	http://static.maniacalrage.net/stylesheets/prettify/screen.css
	http://static.maniacalrage.net/stylesheets/prettify/022809.css
	http://static.maniacalrage.net/stylesheets/prettify/042009.css
*/

/*
	Prettify
	by Garrett Murray
	garrett@maniacalrage.net
*/

/* @group layout */

body {
	margin: 0;
	padding: 20px;
	font: 12px/18px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #3e3e3e;
	background: #fff url(http://static.maniacalrage.net/images/prettify/bg.png) repeat-x fixed left top;
	text-shadow: #fff 0 0 0;
}

#box {
	width: 782px;
	margin: 20px auto;
	position: relative;
}

#sidebar {
	position: fixed;
	width: 220px;
	padding-right: 40px;
}

#sidebar p {
	font-size: 11px;
}

#sidebar p.rights {
	color: #939393;
	font-size: 10px;
}

form {
	padding: 0;
	margin: 30px 0;
}

form input {
	margin: 0;
}

#sidebar p.candybar {
	margin-bottom: 20px;
}

img.candybar_icon {
	vertical-align: bottom;
	margin-right: 0px;
}

h1 {
	background: url(http://static.maniacalrage.net/images/prettify/logo.png) no-repeat left top;
	width: 147px;
	height: 43px;
	text-indent: -10000px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#body_content {
	float: left;
	width: 502px;
	margin-left: 280px;
	margin-top: 10px;
}

/* @end */

/* @group ad */

/*<span class="fusionentire"><a href="ADURL" title="ADTEXT"><img src="IMGURL" alt="ADTEXT" class="fusionimg"></a> 
<br /><span class="fusiontext"><a href="ADURL" title="ADTEXT">ADTEXT</a></span></span>*/

.fusionentire {
	display: block;
	margin-top: 30px;
}

.fusiontext {
	font-size: 11px;
	width: 150px;
}

.fusiontext a {
	text-decoration: none;
	color: #5d5d5d;
}

.fusion_ads_link {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	color: #3e3e3e;
}

/* @end */

/* @group auth jobs */

#authenticjobs {
	width: 220px;
	margin: 15px 0 0 0;
	padding: 5px 0;
	font: 11px normal Arial, sans-serif;
	line-height: 120%;
	background: #fff;
}

#authenticjobs a {
	color: #5d5d5d;
}

#authenticjobs a img {
	float: left;
	padding: 8px 10px 5px 0;
	border: 0;
}

#authenticjobs ul {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
}

#authenticjobs ul li {
	padding: 2px 0;
	list-style-type: disc;
}

/* @end */

/* @group link defaults */

a {
	color: #e0335c;
	-webkit-transition: background-color, color .1s linear;
}

a:hover, a:active, #authenticjobs a:hover, #authenticjobs a:active {
	color: #000;
}

/* @end */

/* @group posts */

.post {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
}

.post .thumb {
	background-color: #000;
	width: 502px;
	height: 84px;
}

.post .clickthru .dl {
	position: absolute;
	width: 32px;
	height: 31px;
	top: 27px;
	left: 14px;
	text-indent: -10000px;
	opacity: 0;
	background: url(http://static.maniacalrage.net/images/prettify/download_icon.png) no-repeat left top;
	-webkit-transition: opacity 0.3s linear;
	z-index: 120;
}

.post img.thumb {
	border: 1px solid #3e3e3e;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 82px;
	-webkit-transition: opacity 0.3s linear;
}

.post .clickthru:hover img.thumb {
	border: 1px solid #e0335c;
	opacity: 0.2;
}

.post .clickthru:hover .dl {
	opacity: 1;
}

.post .tags {
	float: right;
	position: absolute;
	top: 90px;
	right: 0;
}

.post .tags a {
	font-size: 10px;
	text-decoration: none;
	color: #545454;
	background-color: #e3e3e3;
	padding: 2px 10px 4px 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	text-shadow: #fff 0 1px 0;
	margin: 0 0 0 4px;
}

.post .tags a:hover, .post .tags a:active {
	color: #000;
	background-color: #acacac;
	text-shadow: #cfcfcf 0 1px 0;
}

.post .details p {
	margin: 8px 0;
	color: #787878;
	font-size: 11px;
}

.post .details p:first-child {
	color: #3e3e3e;
	font-size: 12px;
}

.post .details .perma {
	position: absolute;
	top: 89px;
	left: 4px;
	font-size: 20px;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
}

.post:hover .details .perma {
	opacity: 1;
}

.post .details .perma a {
	text-decoration: none;
}

/* @end */

/* @group pagination */

.page {
	float: left;
	margin: 20px 10px 40px 0;
}

.page a {
	display: block;
	width: 60px;
	text-align: center;
	padding: 4px 2px;
	background-color: #e3e3e3;
	font-size: 11px;
	text-decoration: none;
	color: #545454;
}

.page a:hover, .page a:active {
	color: #000;
	background-color: #acacac;
}

/* @end */


