* {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans;
}
body {
	background: #000 url('./media/bg_metal.jpg') no-repeat 0% 0%;
	font-size:85%;
}
div.error {
	color:#F00;
}
div.wrapper {
	margin:auto;
	width:980px;
}

/*HEADER*/
div.header {
	color:#FFD700;
	height:97px;
	border-bottom:3px solid #FFD700;
}
div.header h1 {
	padding-top:36px;
}
div.header a {
	color:#FFD700;
	text-decoration:none;
	margin-right:20px;
	padding:0px 10px;
}
div.header a:hover{
	background: #FFD700;
	color:#000;
}

/*CONTENT*/
div.content {
	background:#FFF;
	padding:20px;
	width:940px;
}
div.left {
	width:600px;
	float:left;
}
div.right {
	width:300px;
	float:right;
}
div.nav {
	margin-top:10px;
}
div.underConstruction {
	text-align:center;
}
div.clear-10 {
	clear:both;
	height:10px;
}
div.clear-1 {
	clear:both;
	height:1px;
}
div.eachPost {
	background:#CFC;
	width:392px;
	padding:4px;
	margin-bottom:5px;
	font-size:80%;
}
input[type=button], input[type=submit] {
	-moz-border-radius:5px;
	border:1px solid #000;
	padding:0px 6px;
	background:#FFF;
}
input[type=button]:hover {
	background:#FFD700;
}
span.small {
	font-size:90%;
}
/* div.block {
	border:5px solid;
	margin:0px 5px 8px 0px;
	width:390px;
	padding:5px;
} */
div.right h3 {
	background:#FFD700;
	padding:4px 4px 4px 2px;
	cursor:pointer;
	border-bottom:1px dashed #FFF;
}
div.meta {
	font-size:90%;
	border:1px dashed #FFD700;
	padding:5px;
}