/* Global */
* {
	padding: 0em;
	margin: 0em;
}

html {
	width: 100%;
}

body {
	width: 100%;
	background: #fff;
	font-family: verdana,tahoma, helvetica, sans-serif;
	font-size: 7pt;
	color: #000;
}

/* Common elements */

a {
	color: #000;
	border: none;
}
a:hover {
	color: #f00;
}

h1,h2,h3,h4 {
	margin: 5px 0px;
}

h2 {
	text-align: center;
}

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;
	background: #fff;
	margin-bottom: 15px;
}

#content {
	width: 96%;
	min-width:740px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#footer {
	width: 100%;
	background: url('images/woodfoot.png');
	text-align: center;
	color: #000;
	font-size:0pt;
}

#logo {
	width: 23%;
	height: 0px;
	position: absolute;
	left: 0px;
}

#logo a {
	border: none;
	width: 100%;
	height: 0;
	display: block;
}

#logo a:hover {
	border: none;
}

#menu {
	height: 47px;
	text-align: left;
	font-size: 8pt;
	margin: 0;
	padding-top: 28px;
	padding-left:10px;
}

#menu ul li {
	margin: 0px;
	display: inline;
}

#menu ul li a {
	padding-left:10px;
	font-weight:bold;
}
#menu ul li a:hover {
	color: #f00;
}
#menu ul li a:active {
	outline: none;
}

#userinfo {
	float: right;
	text-align: right;
	color: #000;
	padding: 5px 15px 5px 0px;
	position: absolute;
	right: 0px;
}

#userinfo img {
	margin-top: -5px;
}

#userinfo ul li {
	position: relative;
	display: inline;
	margin: 0 0.1em;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
}

#userinfo a, #userinfo a:visited {
	color: #503311;
}
#userinfo a:hover {
}

#userinfo_username {
	display:inline;
	margin-right: 10px;
}

#userinfo_links1 {
	display:inline;
	clear: right;
}

#searchbars {
	padding: 3px 0px 2px 0px;
	background-color: #fff;
	text-align: center;
}

#searchbars form {
	display: inline;
}

#searchbars input {
	background-color: #fff;
	border: 1px solid #000;
	font-size: 7pt;
	color: #000;
	position: relative;
	top: -1px;
}

#searchbars ul li {
	margin: 0px;
	display: inline;
}

li.searchbars {
	font-size: 11px;
	float: left;
	margin: 16px 0px 12px 25px;
}

.alertbar {
	border-top: 1px solid #000;
	padding: 3px 0px 2px 0px;
	background-color: #AF2525;
	text-align: center;
	color: #ECDEDE;
	font-weight: bold;
}
.alertbar a {
	color: #ECDEDE;
}
.alertbar a:hover {
	color: #FFF;
}

.blend {
	border-top: 1px solid #000;
	background-color: #B27A2E;
}

/* 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-left:auto;
	margin-right: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: #fff;
	border: 1px solid #000;
}

.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;
	background: #fff repeat-x;
	border-bottom: 1px solid #000;
	font-weight:bold;
}

.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: #3E290A;
}

.tags a:hover {
	color: #583B10;
}

.noborder {
	border: none;
}

ul.nobullet {
	list-style-type: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}

tr {
	background-color: #fff;
}

tr.rowa {
	background-color: #fff;
}

td {
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
}

.colhead {
	background: #000;
	font-weight: bold;
	color: #fff;
}

td.colhead, .colhead td {
	padding-left: 10px;
	padding-right: 10px;
}

.colhead .sign, .colhead_dark .sign {
	padding: 0px 8px 0px 8px;
	vertical-align:middle;
	text-align:center;
	font-size: 12pt;
	font-weight: bold;
}

.colhead_dark {
	background: #fff;
}

td.label {
	font-weight: bold;
	text-align: right;
	width: 180px;
}

table.slice {
	margin-top: -1px;
}

.error_message {
	border-top: 1px solid #000;
	padding: 3px 0px 3px 0px;
	background-color: #AF2525;
	text-align: center;
	color: white;
	font-weight: bold;
}

.save_message {
	border-top: 1px solid #000;
	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) */

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;
}

/* Layout (Torrents page) */

.show_torrents {
	width: 28px;
	height: 28px;
}

.hide_torrents {
	width: 28px;
	height: 28px;
}

.show_torrents_link {
	border:0;
	background:#000;
	width: 28px;
	height: 28px;
	display: block;
}

.show_torrents_link:hover {
	background:#f00;
}

.filter_torrents {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.filter_torrents .submit {
	text-align:right;
	padding-top:5px;
}

.filter_torrents .inputtext {
	width:400px;
}

.filter_torrents .smaller {
	width:300px;
}

.filter_torrents .smallest {
	width:50px;
}

.filter_torrents option {
	padding-right:8px;
}

.cat_list {
	margin-top: -1px;
}

.cat_list tr td {
	border:none;
}

.select_container {
	margin:5px;
}

.torrent_table tr {
	vertical-align:top;
}

.group {
	font-weight:bold;
	background-color:#fff;
}
.group_torrent {
	background-color:#fff;
}
.group_torrent span {
	float:right;
}

.torrent {
	font-weight:bold;
	background-color:#fff;
}
.torrent span {
	font-weight:normal;
	float:right;
}

.torrent_table div.tags {
	font-weight:normal;
}

.torrent_table tr .center {
	vertical-align:middle;
	text-align:center;
}

.torrent_table td .small {
	width:20px;
}

.torrent_table a img {
	border:none;
}

.torrent_table table {
	width:94%;
	margin: 10px;
}

.torrent_table table .colhead_dark {
	background-image: none;
	background-color: #fff;
}

.nobr {
	white-space:nowrap;
}

.advanced_search {
	text-align:right;
	padding-bottom:5px;
}

/* Layout (Forums) */

table.forum_post {
	margin: 10px 0px;
}

table.forum_post td {
	border: 1px solid #000;
}

td.avatar {
	width: 150px;
	padding: 0px;
}

table.forum_post td.body {
	width:690px;
}

blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #000;
}

/* 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;
}

/* Layout (MISC) */

#left_poll {
	width: 2px;
	height: 9px;
	background: url('images/bar_left.gif') no-repeat center center;
	float: left;
	margin: 0px;
	padding: 0px;
}

#center_poll {
	height: 9px;
	background: url('images/bar.gif') repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

#right_poll {
	width: 2px;
	height: 9px;
	background: url('images/bar_right.gif') no-repeat center center;
	float: left;
	margin: 0px;
	padding: 0px;
}

.curtain {
	display: none;
	position: fixed;
	top: 0%;
	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;
}