/*  
Theme Name: Rel.to
Theme URI: http://rel.to/
Description: Rel.to Style Sheet Main.
Version: 1.4
Author: Keith "Tweek" Lord & Stefano "Leonardo" Campanella
Author URI: http://grey-skies.net/
With a little help from: Robert "Anaerin" Johnston
*/

body,h1,h2,h3,p,img,form {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-size:62.5%; /* resets 1em to 10px */
	font-family:Arial, Helvetica, Sans-Serif, 'Lucida Grande', Verdana;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}

a,a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}


/*===================================
                          Container
===================================*/

#container {
	width:741px;
	background:transparent;
	text-align:left;
	margin:8px auto;
}


/*===================================
                             Header
===================================*/
#pre-header{
	text-align: right;
	font-size: 1.4em;
}

#header {
	height:241px;
	width:741px;
	background:transparent url('/images/header.jpg') no-repeat top center;
	overflow:hidden;
	margin:0 0 2em;
}

#header h1 {
	font-size:3.6em;
	letter-spacing:6px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:center;
	margin:2.3em 2.5em 0 0;
}

#header h1 a,#header h1 a:visited,#header h1 a:hover {
	text-decoration:none;
	border:0;
}

#header p.bytag {
	font-size:1.8em;
	letter-spacing:4px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:center;
	margin:1em 20.5em 0 0;
}

#user-bar {
	/*position:absolute;
	top:220px;*/
	margin-top: 32px;
	width:741px;
}

.search {
	float:left;
	width:250px;
	margin:0;
	padding:0 0 0 .5em;
}

.search .collapsing{
	position: absolute;
	margin-top: 3px;
	
}

.prefs {
	font-size:1.4em;
	max-width:26em;
	margin-left:250px;
	padding: .3em 0 0;
	*padding-top: .5em; /* Cause you can't spell fail without IE */
}

/*===================================
                             Content
===================================*/

#content {
	overflow: auto;
}

#content h2 {
	font-size:2.2em;
	font-weight:normal;
	margin:0 0 .3em;
}

#content h2.pagemid {
	margin:2em 0 .3em;
}

#content h3 {
	font-size:1.8em;
	font-weight:normal;
	margin:2em 0 0;
}

#content p {
	line-height:130%;
	margin:.5em 0;
}

#content p.info {
	font-size:1.4em;
}

#content p.jump {
	font-size:1.4em;
	line-height:100%;
	margin:0;
}

#content form {
	margin:0 0 1em;
}

#content input, #content label, #content textarea, #content select{
	margin:0 0 1em;
}

#content table{
	border-collapse: collapse;
	border: 2px solid;
}

#content td{
	border-left: 2px solid;
	border-right: 2px solid;
	padding-bottom: 4px;
}

#content th{
	border: 2px solid;
	text-align: center;
	padding: 4px;
}

table.tags {
	border: 0;
	margin-left: 1em;
	border-collapse: collapse;
}

table.tags tr td{
	height:60px;
	vertical-align: top;
	border: solid 0.3em transparent;
	border-collapse: collapse;
}

table.tags tr td.entry {
	/*float:left;*/
	/*height:100%;*/
	width:7em;
	padding:0.8em 1em;
}

table.tags tr td.entry-description {
	/*height:100%;*/
	/*margin-left:9em;*/
	/*-webkit-margin-start:0;*/
	padding:0.8em 0.5em 0.8em 1em;
}

table.tags tr.child-line > td{
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

table.level-1, table.level-0{
	width: 730px;
}

table.level-2{
	width: 710px;
}

table.level-3{
	width: 690px;
}

table.level-0 tr td{
	min-height:20px;
}

.edit-link{
	position: absolute;
	margin-top: -27px;
	margin-left: -10px;
	font-size: 0.6em;
}

.stats{
	font-size: 0.7em;
}

.text-section {
	font-size:1.4em;
	margin:0 0 1em;
	padding:1em;
}

.form-help{
	font-size: 0.8em;
	margin-top: 0px !important;
	margin-bottom: 7px !important;
	padding-top: 0px !important;
}

.flag{
	width: 16px;
	height: 11px;
}

.icon32{
	width: 32px;
	margin-right:0.5em;
	float:left;
}

.icon16{
	width: 16px;
}

.clear{
	clear: both;
}

.collapsor {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	cursor: pointer;
}

.collapsing{
	z-index: 2;
	display: none;
}

.close-button{
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	cursor: pointer;
}

.ann-section {
	font-size:1.4em;
	margin:0 0 1em;
	padding:.25em;
}

.bb-quote{
}

.bb-quote-body{
}

.bb-quote-name{
}

.error{
	font-weight: bold;
}

.confirm{
	font-weight: bold;
}

.ital{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

/*===================================
                               News
===================================*/

#news {
	max-width:741px;
	font-size:1.4em;
	margin:0 0 3em;
	padding:1em;
}

#news li {
	list-style:none;
	margin:.5em 0;
}

.language {
	margin-left:auto;
	float:right;
}

.language img {
	margin-bottom:2px;
}

/*===================================
                             Footer
===================================*/

a.top,a.top:visited,a.top:hover {
	font-size:1.2em;
	border:0;
	margin:0;
	padding:.4em .5em;
}

#footer {
	font-size:1em;
	margin:3em 0 0;
	padding:1em 0;
}

#footer p {
	padding:1em 0;
}
