@charset "utf-8";

/* CSS Document */

#wrapper {
	background: black url(../images/bg_wrapper.jpg) no-repeat center top;
}

/* OWK */

#owk div.moduletable{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 265px;
	left: 280px;
}

#owk a:link, #owk a:visited {
	text-decoration: none;
	color: #be0000;
}

#owk a:hover, #owk a:active {
	color: #f00;
}

#owk p {
	text-align: center;
	color: #c00000;
	font-size: 90%;
	line-height: 1em;
}

#owk a img {
	border-style: none;
}

/* CONTENT */

#content {
	color: #333;
	padding: 0;
	margin: 25px 0 25px 30px;
}

.contentpaneopen {
	width: 550px;
}

#content table.blog {
	background-color: #0c0c0c;
	border: 1px solid #191919;
}

#content table.blog tbody tr td div {
	padding: 0 0 5px;
}

#content table.contentpane tbody tr td ul {
	list-style-type: none;
}

#content table.blog tbody tr td ul li span.small
#content table.blog tbody tr td ul li a.category {
	color: #000;
}

#content table.contentpane tbody tr td ul li {
	margin: 1px 0 0;
	padding: 5px 0 0 10px;
	background-color: #191919;
	height: 25px;
	border-top: 1px solid #000;
}

#content table.contentpane tbody tr td ul li a:link.category, #content table.contentpane tbody tr td ul li a:visited.category {
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
	color: white;
	padding-left: 0;
	padding-right: 0;
	padding: 0;
	vertical-align: middle;
	font: 80% "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

#content table.contentpane tbody tr td ul li a:hover.category, #content table.contentpane tbody tr td ul li a:active.category {
	margin: 0;
	padding: 0;
	color: #f00;
}
