/* @override 
	http://that-project.what.cd/static/styles/kuro/style.css
	http://oorza.dyndns.org/bb.css
	http://keseldude.zzl.org/gazelle/black-blue.css
	http://that-project.what.cd/static/styles/layer_cake/style.css
*/

/* Global */

* {
	padding: 0em;
	margin: 0em;
}

html {
	width: 100%;
}

body {
	width: 100%;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 8pt;
	color: #E495CA;
	min-width: 950px;
	background-color: #222;
}

/* Common elements */

a {
	text-decoration: none;
	border: none;
	color: #CC3399;
}

a:hover {
	text-decoration: underline;
	color: #CC334D;
}

h1,h2,h3,h4 {
	margin: 5px 0px;
	font-weight: bold;
	color: #D864B1;
}

h2 {
	text-align: center;
	font-size: 12pt;
	color: #D864B1;
}

h4 {
	font-size: 8pt;
}

p {
	margin: 10px 5px;
}

li {
	margin: 5px 15px;
}

input {
	padding: 2px 3px;
}

textarea {
	padding: 2px 3px;
}

img {
	border: none;
}

/* Styles generated by the BBCode parser */

span.size1 {
	font-size: 0.75em;
}

span.size2 {
	font-size: 1em;
}

span.size3 {
	font-size: 1.25em;
}

span.size4 {
	font-size: 1.5em;
}

span.size5 {
	font-size: 1.75em;
}

span.size6 {
	font-size: 2em;
}

span.size7 {
	font-size: 2.25em;
}

span.size8 {
	font-size: 2.5em;
}

span.size9 {
	font-size: 2.75em;
}

span.size10 {
	font-size: 3em;
}

ul.thin {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

ul.thin li {
	margin: 0px 0px;
	padding: 0px;
}

/* Layout (Every page) */

#header {
	width: 100%;
	padding: 0px 0 0 0;
}

#content {
	margin: auto;
	width: 100%;
	overflow: hidden;
	background-color: #303030;
	position: relative;
	top:-10px;
}

#wrapper {
	width: 90%;
	margin: 0px auto;
}

#footer {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	padding: 1em 0;
	color: #E495CA;
}

#logo {
	width: 220px;
	height: 50px;
	background: url('http://mob150.photobucket.com/albums/s107/agentcgispy/logo1.png') no-repeat center center;
	margin: 5px auto 0px auto;
}

#logo a {
	border: none;
	width: 220px;
	height: 50px;
	display: block;
}

#logo a:hover {
	border: none;
}

#menu {
	position: absolute;
	top: 85px;
	width: 90%;
	padding: 0.6em 0;
	text-align: left;
	background-color: #222;
	font-size: 10pt;
}

#menu ul li {
	position: relative;
	display: inline;
	background-color: #454545;
	padding: 6px 0;
	margin: 0px;
}

#menu ul li.selected {
	background-color: #303030;
}

#menu ul li a {
	padding: 0.6em 2%;
	color: #D864B1;
}

#menu ul li a:hover {
	background-color: #303030;
	text-decoration: none;
	color: #D864B1;
}

#userinfo {
	background: #1c1c1c;
	color: #9B2774;
	width: 100%;
	text-align: center;
	font-size: 8pt;
	padding: 3px 0px;
	z-index: 10;
}

#userinfo img {
	
}

#userinfo ul {
	display: inline;
	margin: 0px 0.8%;
	padding: 4px;
}

#userinfo ul li {
	position: relative;
	display: inline;
	margin: 0 0.1em;
	line-height: 20px;
	vertical-align: middle;
	padding: 2px;
}

#userinfo a {
	color: #D864B1;
}

#userinfo a:hover {
	text-decoration: underline;
}

#userinfo b a {
	font-weight: normal;
	font-size: 0.9em;
}

#userinfo span.stat {
	color: #E495CA;
}

#userinfo_username {
	position: absolute;
	top: 10px;
	left: 5%;
}

#userinfo_links1 {
	position: absolute;
	top: 10px;
	right: 5%;

}

#searchbars {
	position: absolute;
	top: 115px;
	width: 90%;
	text-align: center;
	background-color: #303030;
	padding: 4px 0px;
}

#searchbars input {
	position: relative;
	padding: 3px 3px 3px 5px;
	font-size: 0.9em;
	background-color: #222;
	color: #D864B1;
	border: 1px solid #303030;
}

#searchbars ul {
	margin: 0 auto;
}

#searchbars ul li {
	display: inline;
	margin: 0px 1px;
}

#searchbars ul li form {
	display: inline;
}

#alerts {
	margin-top: 60px;
	padding: 10px 0px;
	width: 100%;
	background-color: #303030;
}

#alerts a {
	color: #9A2874;
}

.alertbar.blend {
	background-color: black;
	border: 1px solid #303030;
}

#cat-selector ul {
	width: 100%;
}

#cat-selector ul li {
	display: inline;
	width: 12em;
	height: 1em;
	float: left;
}

.alertbar {
	background-color: black;
	text-align: center;
	color: #9A2874;
	font-weight: bold;
	font-size: 0.95em;
	width: 350px;
	margin: 0px auto 0px auto;
	padding: 10px;
}

.alertbar a {
	color: #9A2874;
	text-decoration: underline;
}

.alertbar a:hover {
	color: #9A2874;
	text-decoration: none;
}

/* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */

.hidden {
	position: absolute;
	left: -10000px;
}

input.hidden {
	position: absolute;
	display: none;
}

/* Layout (Any page) */

.thin {
	width: 850px;
	margin: 0px auto;
}

div.linkbox {
	text-align: center;
	padding: 5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.min_padding {
	padding: 0px;
	margin: 0px 0px;
}

p.min_padding {
	margin: 2px 0px;
}

.pad {
	padding: 1em;
}

.vertical_space {
	margin-bottom: 10px;
}

.box {
	font-size: 8pt;
	background-color: #282828;
	border: 1px solid #303030;
}

.pad h3,.pad h4,.padbox h3,.padbox h4 {
	margin-top: 0px;
	padding-top: 0px;
}

.sidebar {
	float: right;
	width: 250px;
	height: 100%;
}

.sidebar .box {
	margin: 0px 5px 10px 5px;
}

.head {
	padding: 4px;
	border-bottom: 1px solid #303030;
	background: #121212;
	color: #CB3499;
}

.body {
	padding: 3px 10px 10px 10px;
}

.main_column {
	margin: 0px 255px 10px 0px;
	width: 590px;
}

.main_column .box,.main_column table {
	margin-bottom: 10px;
}

.tags {
	padding: 0px 0px 0px 20px;
	font-style: italic;
}

.tags a {
	color: #E496A3;
}

.tags a:hover {
	color: #D765B1;
	text-decoration: none;
}

.noborder {
	border: none;
}

ul.nobullet {
	list-style-type: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #303030;
}

tr {
	border: 1px solid #303030;
	background-color: #222;
}

tr.rowa {
	background-color: #222222;
}

td {
	border: 1px solid #303030;
	padding: 5px;
	text-align: left;
}

.colhead {
	background: #121212;
	font-weight: bold;
	color: #CB3499;
}

td.colhead,.colhead td {
	padding-left: 10px;
	padding-right: 10px;
}

.colhead .sign {
	padding: 0px 8px 0px 8px;
	font-size: 12pt;
	font-weight: bold;
}

.colhead_dark {
	background: #121212;
	color: #E496A3;
}

.colhead_dark a {
	color: #CB3499;
}

td.label {
	font-weight: bold;
	text-align: right;
	width: 180px;
}

table.slice {
	margin-top: -1px;
}

.error_message {
	border: 1px solid #666;
	padding: 3px 0px 3px 0px;
	background-color: #AF2525;
	text-align: center;
	color: white;
	font-weight: bold;
}

.save_message {
	border: 1px solid #666;
	padding: 3px 0px 3px 0px;
	background-color: #F4E649;
	text-align: center;
	color: #492802;
	font-weight: bold;
}

.elem_error {
	border: 3px solid #B00D0D;
}

.hide {
	display: none;
}

/* Layout (home page) */

.show_torrents {
	width: 28px;
	height: 28px;
	background: url('http://img292.imageshack.us/img292/9666/showpinktv4.png') no-repeat center center;
}

.hide_torrents {
	width: 28px;
	height: 28px;
	background: url('http://img292.imageshack.us/img292/6115/hidepinkwc3.png') no-repeat center center;
}

.show_torrents_link {
	border: none;
	width: 28px;
	height: 28px;
	display: block;
}

ul.stats li {
	padding: 0px 0px 1px 0px;
}

ul.poll li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

ul.poll li.graph {
	margin-bottom: 3px;
	padding-left: 20px;
}

#left_poll {
	background:transparent url('http://img.skitch.com/20080416-gw7ya663kcwtcnq212iib52wpu.png') no-repeat scroll center center;
	float:left;
	height:9px;
	margin:0px;
	padding:0px;
	width:2px;
}

#center_poll {
	background:transparent url('http://img.skitch.com/20080416-bpc54uasqhc89ejwky5qtmj5sf.png') repeat scroll 0% 0%;
	float:left;
	height:9px;
	margin:0px;
	padding:0px;
}

#right_poll {
	background:transparent url('http://img.skitch.com/20080416-kx3yp4h7yyt2kcpbd1cbc29dc4.png') no-repeat scroll center center;
	float:left;
	height:9px;
	margin:0px;
	padding:0px;
	width:2px;
}

/* Layout (Torrents page) */

.filter_torrents {
	width: 700px;
	margin: auto;
}

.filter_torrents .submit {
	text-align: right;
	padding-top: 5px;
}

.cat_list tr td {
	border: none;
}

.torrent_table tr {
	vertical-align: top;
}

.torrent_table tr.group, tr.group_torrent, tr.torrent {
	background-color: #222;
}

.torrent_table div.tags {
	font-weight: normal;
}

.torrent_table tr .center {
	vertical-align: middle;
	text-align: center;
}

.torrent_table span {
	float: right;
}

.nobr {
	white-space: nowrap;
}

/* Layout (Forums) */

table.forum_post {
	margin: 10px 0px;
}

table.forum_post td {
	border: 1px solid #303030;
}

td.avatar {
	width: 150px;
	padding: 0px;
}

table.forum_post td.body {
	width: 690px;
}

tbody {
	max-width: 690px;
}

blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #666;
}

/* Layout (Inbox) */

tr.unreadpm {
	background-color: #ECC;
}

/* Layout (Permission Page) */

.permission_head {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.permissions {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.permission_container {
	float: left;
	width: 300px;
	padding: 5px;
}

.permission_container input {
	margin: 0px 3px 5px 0px;
	vertical-align: top;
}

.submit_container {
	clear: both;
	text-align: right;
}

/* Layout (Invite tree) */

ul .invitetree {
	margin: 0px 0px 0px 25px;
}

.invitetree li {
	list-style: none;
	margin: 10px 2px;
}

.curtain {
	display: none;
	position: fixed;
	top: 0%;
	x
left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.lightbox {
	display: none;
	position: fixed;
	text-align: center;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	padding: 0px;
	z-index: 1002;
	overflow: auto;
}

table#torrent_table.torrent_table {
	width: 850px;
	margin: auto;
}

form tr {
	background-color: #222222;
}