/*#############################################################
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: #59B500;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 5px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-bottom: 10px;
	color: Silver;
	font-size: small;
}
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: #e6e6e6;;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 12px;
	padding-left: 28px;
	padding-right: 50px;
}

cite a {
	margin-left: 290px;
	margin-top: 50px;

}

form {

	padding-left: 120px;	
}

input {
	background-color: #1a1a1a;
	border: White 1px solid;
	color: #fff;
	font-size: small;
}

textarea {
	background-color: #1a1a1a;
	border: White 1px solid;
	color: #fff;
}


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


/* header */
#gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
#gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #707608;
	font-family: "Courier New", Courier, monospace;
	float: left;
	font-size: 1.2em;
	padding-top: 12px;
  	width: 118px; height: 28px;
	text-align: center;
}
.menu a span {
	padding-left: 8px;
}
.menu a:hover {
	background-position: left bottom;
	text-decoration: underline;
}
.menu a#last {
	border-right: none;
                width: 124px;
   

}


/* content */
#contentsec {
	background: #000;
	border-top: 1px solid #1A1A1A;
	width: 600px;
 }
 
 #contentsec h1 {
	color: #F7F0FF;
	font: bold 1.5em sans-serif,Arial;
	margin: 10px 0 14px 5px;
	
	}
	
#contentsec p {
	margin: 0 0 12px;
	font-size: small;
	text-align: left;
	color: #e6e6e6;

}

#contentsec .imgagen {
	float:right;
}

#content {
	background: #000;
	border-top: 1px solid #1A1A1A;
	width: 160px;
	float: right;

}
#content img {

	margin: 0px 0 14px 0px;
}

#content h1 {
	color: #666;
	margin: 15px 0 0px 5px;

	}
	
#content p {
	margin: 0 0 12px;
	font-size: small;
	text-align: justify;
	color: #e6e6e6;

}

#contentleft a {
	color: #4a990b;
	text-decoration: none;

	}
	
#contentleft a:hover {
	color: #0B995A;
	text-decoration: none;

		}
		

	
#contentleft {
	background: #000;
	border-top: 1px solid #1A1A1A;
	width: 420px;
	float: left;

	}

#contentleft h1 {
	color: #666;
	font: bold 1.5em sans-serif,Arial;
	margin: 15px 0 14px 5px;
	
	}
	
#contentleft h4 {
	color: #666;
	font: bold 1.2em sans-serif,Arial;
	margin: 15px 0 14px 5px;
	
	}
	
#contentleft p {
	margin: 0 0 12px;
	font-size: small;
	text-align: justify;
	color: #e6e6e6;
	line-height: 20px;
	
}
	
#item {
	background: #000 /*url(img/bgitem.gif) repeat-x*/;
	padding: 2px 10px 0px;
}
	


/* footer */
#footer {
	clear: both;
	background: #000;
	color: #666;
	padding: 5px;

} 

#footer a {
	color: #999;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}