/***************************** CONTENT : ANCHORS ******************************/
a 			{color: #fff;	text-decoration: none;}
a:hover 	{color: #fff;	text-decoration: underline;}

/***************************** CONTENT : HEADINGS *****************************/
h1 {font-size: 12px; margin: 0 0 10px 0; color: #DAE7EB;}
h2 {font-size: 12px; margin: 0 0 5px 0;	color: #fff;}
h3 {font-size: 11px; margin: 0 0 5px 0;	color: #1D4C60; padding-left: 15px;}
h4 {font-size: 11px; margin: 0 0 5px 0;}

h1 .tyt *	{color: #fff;}
h1 .add  	{color: #DAE7EB !important;}
h1 a:hover 	{text-decoration: underline;}

/******************************* CONTENT : BLOCKS *****************************/
body {margin: 0;  padding: 0;
    font: 11px Verdana;
    color: #A0B7BF;
	background: #090A0E ; 
}

/******************************* LAYOUT : HEADER ******************************/
#logo	{margin-left: 400px;}
/****************************** LAYOUT : MAIN *********************************/
#container {padding: 0; margin:0; width: 530px;}
#container {position: relative; top:-2px;}
#container td.cont {vertical-align: top; padding-left: 30px;}
#content {width: 530px;margin-top: 310px;}
/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

/******************************* HEADER STATUS  ******************************/
#header	{background: url('http://forum.delirium.wp.pl/themes/default/images/backgrounds/bh.jpg') no-repeat;}
#headerinfo {
    height: 42px;
	background: url('http://forum.delirium.wp.pl/themes/default/images/backgrounds/bhi.jpg') no-repeat;
}


/******************************* LAYOUT : FOOTER ******************************/
#sgl #footer {
	margin-top:10px;
    clear: both;
	padding: 10px 0 0 0px ;
}
#sgl #footer * {font-size: 10px }
#sgl #footer a {background: url('http://forum.delirium.wp.pl/themes/default/images/backgrounds/h4.gif') left center no-repeat; padding: 0 0 0 10px;}

acronym {
    cursor: help;
}
img {
    border: none;
}
	
input.button, a.button {
	background:#144D60 url(../themes/default/images/backgrounds/but.gif) repeat-x scroll 0%;
	border:1px solid #1D4C60;
	color:#FFFFFF;
	font-size:11px;
	margin:0pt;
	padding:0pt 2px;
}	

input.inp {
background-color:#476D7C;
border:1px solid #B7D9E2;
color:#B7D9E2;
font-size:11px;
padding:2px 5px;
}