/*#############################################################
Name: Decayed
Date: 2007-05-12
Description: A dark trash style two-column website template. Wordpress theme version available at http://templates.arcsin.se/decayed-wordpress-theme/.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html { min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a { color: #CC3;}
a:hover {color: #FF3;}

body {
	background: #737373 url('/images/ffhff_background.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
    height:100%; /*set the page body to use the full height of the window (only needed for IE)*/
    margin: 0; /*set the page body margins to zero (only needed for IE)*/
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCC;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}

img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('img/decay.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 0px;
}
.decay-small {
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a { color: #888; }
p.postinfo a:hover { color: #CCC; }

/* structure */
#container { font-size: 1.3em; }

/* title */
#site-title{
    font: normal 30px Tahoma,sans-serif;
    text-transform: uppercase;

}
#site-title a {
    color: #DDD;
    text-decoration: none;
}
#site-title a:hover {
	color: red;
	text-decoration: none;
}
#site-description {color: #CCC;}

/* content */
#content {
	left: 250px;
	position: absolute;
	top: 70px;
	width: 610px;
	float: left;
	height: 80%;
}
#content .descr {
	color: #FF8000;
	font-weight: bold;
	margin-bottom: 6px;
}
#content li { margin-left: 18px; }

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul{ margin: 0 0 0 1em; }
#navigation li{ list-style: none; }
#navigation li a:hover{ color: #8DCA3F; }
#navigation li a {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}


/* footer */
#footer {
    border-top: 1px dashed #333;
	color: #f0f0f0;
	float: left;
	font: normal 0.9em sans-serif;
	width: 100%;
	margin-top:-50px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}


td#header{
    color: #000000;
    border: solid 1px #ce4100;
    background: #FF6600;
    font-weight: bold;
    padding: 3px;
}


div#gc-overlay{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 106.4%;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 997;
}
div#HTML_AJAX_LOADING{
    position: absolute;
    display: none;
}
div#message{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    width: 300px;
    padding: 4px;
    background: red;
    border: solid 1px black;
    display: none;
}
div#timer{
    z-index: 998;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ffffff;
    font-size: 10px;
    color: #000000;
    padding: 2px;
    border: solid 1px black;
}


/**
MENU
*/
.fixed_menu {
    position: absolute; /*set the position type for non IE systems*/
    top: 240px; /*set the top of the menu to be ~15 lines down the screen, you need to specify the location in some way*/
    left: 50px; /*set the right hand edge of the menu to be slightly in from the edge*/
    width: 160px; /*the menu is as wide as it needs to be for the text we put in it*/
    text-align: left; /*optional : align the text to the right hand edge (I think this looks better since the menu is on the right)*/
    margin: 0px; /*optional : I just find a small margin makes things look a bit better*/
    padding: 2px;
}
.fixed_menu a {
    border: solid 1px black;
    padding: 5px;
    display: block;
    background: #FF6600;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.admin_menu {
    position: absolute; /*set the position type for non IE systems*/
    top: 50px; /*set the top of the menu to be ~15 lines down the screen, you need to specify the location in some way*/
    left: 250px; /*set the right hand edge of the menu to be slightly in from the edge*/
    width: 60%; /*the menu is as wide as it needs to be for the text we put in it*/
    text-align: left; /*optional : align the text to the right hand edge (I think this looks better since the menu is on the right)*/
    margin: 0px; /*optional : I just find a small margin makes things look a bit better*/
    padding: 2px;
}
.admin_menu a {
    border: solid 1px black;
    padding: 5px;
    background: #FF6600;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

* html .fixed_menu { position: absolute; } /*IE only change the position mode of the menu*/
* html .admin_menu { position: absolute; } /*IE only change the position mode of the menu*/

#donate_wrapper{
    position: absolute;
    top: 510px;
    left: 60px;
}
div#contact{
	position: relative;
	margin-top: 15px;
}