/*
Theme Name: Kings of the Universe
Author: Sulo Hype
Author URI: http:/www.timewilltell.se
*/

* {
	font-weight: normal;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #CCCCCC;
	line-height: 1.6em;
	background: #000;
	background-image: url(images/bg_kotu.gif);
	background-repeat:repeat;
	
	}
.datum {
    	margin-top:-20px;
	font-size:0.9em;
	color:#999999;
}
/*Basics*/
a {
        text-decoration: none;
	color: #FFFF00;
}
a:hover {
	color: #00FFFF;
}
img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
strong, b {
	font-weight: bold;
}
blockquote {
	border-left: 3px solid #CCCCCC;
	padding-left: 5px;
	margin-left: 5px;
}
h1, h1 a {
	margin-top:-5px;
	margin-bottom: 0px;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:2em;
	line-height:1em;
}
h2 {
	margin-top: 5px;
	margin-right: 5px;
	font-style:italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	margin-top: 30px;
	font-size: 2em;
	font-weight:bold;
	line-height:1.2em;
}
h3 a {
	color: #00FFFF;
	font-weight:bold;
}
ul {
	margin: 20px 0 15px 0;
	padding: 0;
}
ul li {
	list-style: none;
}
ul li a {
	list-style: none;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 3px solid #CCCCCC;
}
ul li a:hover {
	border-left: 10px solid #BBBBBB;
}
ul li ul {
	display: none;
}
.footer {
	clear:both;
}
/*Layout*/
#nav {
	position: fixed;
	margin-left: 720px;
	font-weight:bold;
	text-transform:uppercase;
}
#nav li a span {
	visibility: hidden;
}
#nav li:hover a span {
	visibility: visible;
}
#nav li a {
	border-left: 5px solid #171717;
}
#nav li a:hover {
	border-left: 10px solid #171717;
}
#logo {
	margin: 0 auto;
	width: 300px;
	text-align: right;
	margin-top: 20px;
}
#logo img {
	border: none;
	padding: 0;
}
#colors {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
#main {
	margin: 0 auto;
	width: 700px;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 30px;
	background-color:#171717;
/*	background-image:url(images/kotu_header.jpg);
	background-position:top right;
	background-repeat:no-repeat; */
}
/*Comments*/
input, textarea {
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right:10px;
}
input[type=submit] {
	margin-top: 10px;
}
.comment {
	float: left;
	width: 100%;
	border-bottom: 3px solid #4D4840;
}
.author {
	background: #CCCCCC;
	padding: 5px;
	width: 290px;
}
.author img {
	border: 1px solid #BBBBBB;
}
.comment_text {
}
.comment_meta {
	float: left;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
.author .comment_meta {
	border-top: 1px solid #BBBBBB;
}
.comment_meta p {
	float: left;
}
.comment_meta img {
	float: right;
}/*
.post img {
        float: right;
        margin-left: 10px;
}*/

.pressimg {
        align: left;
}

.clear {
        clear: both;
}

.storytitle {
        clear: both;
}

.headerimg {
	border: 0;
        margin-bottom: -2px;
}

hr {
        margin-top: 10px;     
        height: 1px;	
}