/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.

re-designed by red 

re-Date: 2010-06-01
Author: Yasin Celik
URL: http://internet-zero.com 

#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color:#CC0000;
	text-decoration: none;
	font-size:0.95em;
}
body {
background-image:url(2_img/2_back_1.jpg);
background-repeat:no-repeat;
background-color:#333333;
	color:#000000;
	margin-left: auto; 
	margin-right: auto;
	font: normal 0.7em sans-serif,Arial;
}

h2 {
color:#AA1430;
font-size:1.9em;
font-weight:bold;
}

h5 {
font-size:1em;
font-weight:bold;
}

/* Main structure */
.main {
	background:url(2_img/2_backgrnd.png); 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 520px; 
}


/* Header */
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}

/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background:none;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color:#000000;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background-image:url(2_img/2_item_back.png);
	width:220px;
	padding: 12px 20px 4px 12px;
	background-repeat:no-repeat;
	float:left;
	clear:left;
}
.item2 {
	background-image:url(2_img/2_item_L.png);
	width:230px;
	padding: 12px 15px;
	float:right;
		background-repeat:no-repeat;
			clear:none;
}

.songNAME {
font-size:1.1em;
color:#CCCCCC;
font-weight:bold;
}

.announce {
 color:#FFCC00;
 font-size:1.1em;
 }
 
 .announce a {
 color:#FFCC00;
 text-decoration:none;
 }
 
 .announce a:hover {
 text-decoration:underline;
 }

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
	clear:both;
} 

.form {
background-color:#333333;
color:#FFFFFF;
border:none;
font-size:1.2em;
}

.img {
padding:5px 5px;
border:5px #FFFFFF solid;
background:#FFFFFF; 
}

.textarea {
padding:5px;
}

.zBox {font-size:0.95em;
border:none; }