
* {
	margin: 0;
	padding: 0;
}

body {
	color: #E04949;
	text-align: center;
	font: normal 0.7em Verdana;
	background: #6D280B url(img/darkfire.jpg);
}
a {
	color: #FF4500;
	text-decoration: none;
}
a:hover {
	color: #F6F6F6;
	text-decoration: none;
}
.header {
	background: Black url(img/background.jpg) no-repeat center;
	height: 150px;
}
.header h1 {
	font: normal bold 60px Verdana;
	background-image: url(img/gagas.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
}
.header h3 {
	font: normal bolder 30px Verdana;
	margin-left: 60px;
	color: #BBBBBB;
}
ul {
	margin: 12px 0;
}

code {
	font: normal 1em Verdana;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	
	font: normal 1.1em Verdana;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #621817;
	margin: 0px auto 4px auto;
	text-align: left;
	width: 810px;
	background-image: url(img/drot.jpg);
	padding-left: 30px;
	padding-right: 30px;
}
h2 {
	font-size: 200%;
	font-family: Sans-Serif, Arial;
	color: #CA3800;
	font-weight: bold;
	padding-top: 5px;
}

.text {
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #D7D7D7;
	background-image: url(img/bgcode.gif);
	border: 1px solid #4B4B4B;
	font-size: 12px;
}
#upload {
	color: Black;
	font-size: 14px;
	background-color: #FF4500;
	position: absolute;
	padding: 10px;
	
	 top: 220px; 
	 width: auto;
	 
}
#upload a{
	color: Yellow;
}
p {
	color: #E4E4E4;
}
.centertext {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.commenttext {
	padding-right: 20px;
	
	padding-left: 20px;
}

#subcenter {
	
	font-size: 14px;
	
	padding-bottom: 10px;
	font-weight: bolder;
	text-align: center;

}
#subcenter a {
	padding-right: 15px;
}
.comments {
	width: 660px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
	padding-left: 10px;

}
.commentsbox
{
	width: 650px;
	border: Gray;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 10px;
	
	

}
.image {
	float: left;
	height: 100;
	width: 100;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.read_more {
	
	text-align: right;
	padding-right: 9px;	
	font-size: 90%;
}

.read_more p {
	color: #1082CE;

}

/* Header */
.gfx {
	background: #020202 url(img/all.jpg) no-repeat right;
	height: 240px;
}
.gfx h1 {
	font: normal bold 60px Verdana;
	background-image: url(img/gagas.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
}
.gfx h3 {
	font: normal bolder 30px Verdana;
	background-repeat: no-repeat;
	margin-left: 60px;

}

/* Menu */
.menu a {
	background: black;
	color: Maroon;
	float: left;
	width: 125px;
	height: 20px;
	
}
.menu a span {
	background: #440404;
}
.menu a:hover {
	background-position: left bottom;
	color: #5F1A15;
	background: #030303;
}
.menu a#last {
	width: 125px;
	border-right: none;
}

.menu ul{

	width: 807px; /*THEME CHANGE HERE*/
	height: 30px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background: black;
	color: Silver;
}

.menu ul li{
display: inline;
}

.menu ul li a{
	color: #F50000;
	margin: 0;
	text-decoration: none;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;

}

.menu ul li a:hover{

}

.menu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #363636; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #440404;
	width: 125px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
	
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #363636; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #CA3800;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	background-color: Black;
	color: #621815;
}

/* Content */







.content {

	background: url(img/big_fire.jpg);
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
		color: #666;
}
.content p {
	
	font-size: 12px;
	margin-bottom: 2px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	padding: 5px;
	color: #666;
	background: Black;
} 


form.search { padding: 0; margin: 0; }
textarea.text {
	
	background: black;
	color: White;
}
textarea.text {
	height: 50px;
	width: 600px;
	border: 1px solid #ccc;
	background: black;
	color: White;
}
textarea.text:hover { border: 1px solid #eee; background: black);
	color: White; }
input.field { border: 1px solid #ccc; background: black;
	color: White; width: 560px; }
input.field:hover { border: 1px solid #eee; background: black;
	color: White; }

input.text { margin: 2; width: 560px; border: 1px solid #ccc; background: black;
	color: white; }
input.text:hover { border: 1px solid #81C4EB; }
input.button { margin: 0; font-size: 100%; font-family: Arial; border: none; background: none; color: #808080; font-weight: bold; }
#text h2 a,#text h2 a:link,#text h2 a:visited {

	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 3px;
}
select{

	width: 120px;
	height: 20px;
}



select.text {
	color: white;
	width: 100px;

}

table {
	border: none;
	margin: 0;
	font-weight: bold;
}


tr {
color: White;
	
}


td {
	padding: 5px;
	border: 1px solid #3D3D3D;
	text-align: center;
	background: url(img/bgcode.gif);
	
}

td.band {
	color: White;
	text-align: left;
	background-image: url(img/bgcode1.gif);
	
}
td.hlas {
	
	background-image: url(img/bgcode1.gif);
	
}
td i {
	color: #DCDCDC;
}
td.top {
	padding-left: 14px;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
td img
{
	border: none;
}
a img
{
	border: none;
}

fieldset {
	padding: 10px;
	border: 1px solid #3D3D3D;
	background-image: url(img/bgcode1.gif);
	
	
}

