/* ---------------------General--------------------- */
* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg.gif) #191919 repeat-y center top;
}

img {
	border: none;
}



/* ---------------------container--------------------- */
div#container {
	width: 800px;
	margin: auto;
	position: relative;
}



/* ---------------------logo--------------------- */
img#logo {
	position: relative;
	top: 12px;
	left: 12px;
}



/* ---------------------menu--------------------- */
div#menu {
	width: 148px;
	float: left;
	position: relative;
	left: 6px;
	top: 12px;
}

div#menu img {
	margin-top: 10px;
}



/* ---------------------content--------------------- */
div#content {
	width: 435px;
	float: right;
	position: relative;
	left: -195px;
	top: 30px;
}

div#content h1 {
	font: 12px "Verdana", "Helvetica", sans-serif;
	color: #999999;
	font-weight: bold;
}



/* ---------------------postDate--------------------- */
div#content div.post div.postDate h1 {
	text-align: right;
	font: 11px "Verdana", "Helvetica", sans-serif;
	color: #999999;
	font-weight: bold;
	line-height: 1.5em;
}



/* ---------------------postTitle--------------------- */
div#content div.post div.postTitle h1 {
	font: 12px "Verdana", "Helvetica", sans-serif;
	color: #999999;
	font-weight: bold;
}



/* ---------------------postContent--------------------- */
div#content div.post div.postContent h1 {
	font: 12px "Verdana", "Helvetica", sans-serif;
	color: #999999;
}

div#content div.post div.postContent h1 a {
	font: 12px "Verdana", "Helvetica", sans-serif;
	color: #999999;
}



/* ---------------------postGame--------------------- */
div#content div.post div.postGame {
	clear: both;
}

div#content div.post div.postGame h1 {
	font: 12px "Verdana", "Helvetica", sans-serif;
	color: #999999;
}

div#content div.post div.postGame h1 span.red {
	color: #cc0000;
	font-weight: bold;
}



/* ---------------------postMusic--------------------- */
div#content div.post div.postMusic h1 {
	font: 12px "Verdana", "Helvetica", sans-serif;
	color: #999999;
}

div#content div.post div.postMusic h1 span.red {
	color: #cc0000;
	font-weight: bold;
}



/* ---------------------latest--------------------- */
div#latest {
	position: absolute;
	top: 84px;
	right: 4px;
	width: 173px;
	height: 200px;
	text-align: center;
}



/* ---------------------current--------------------- */
div#current {
	position: absolute;
	top: 296px;
	right: 4px;
	width: 173px;
	height: 200px;
	text-align: center;
}



/* ---------------------footer--------------------- */
div#footer {
	clear: both;
	position: relative;
	top: 100px;
	margin-left: 10px;
}

div#footer h1 {
	font: 11px "Verdana", "Helvetica", sans-serif;
	color: #999999;
}