/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #666666;
	font: normal 1.5em Monotype Corsiva;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #9ab4bf;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
    text-transform: capitalize;
    
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px;
    z-index:100; 
}


/* header */
.gfx {
	/*background: #222 url(img/sfondo.jpg) no-repeat;*/
	/*height: 240px; */
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}
.lateralimage{
    position:fixed;
    bottom:40px;
    /*left:20px;*/
    width:100%;
    min-height:261px;
    background:url("img/logolittle.jpg") no-repeat;
    margin-right:10px;
    margin-left:10px;
    z-index:2;
}
i {
color:#dab63a;
/*text-transform: uppercase; */

}
b{
    color:#b90000;
}
strong{
    color:#e4b926;
}
u{
  color:#e4b926;   
}
.form {
   border: 3px double #EEE; 
   border-color: #b90000; 
   padding:20px;
   margin-bottom:20px;
}
.disclaimer{
    font-size:0.65em;
    

}
.submit {
    color:#dab63a;
    width:250px;
    font-size: 1.2em;
     border:2px outset #000 ;  
    background:#000;
    margin-top:15px;
    font-weight:bold;
}
/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.5em Georgia;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}