/*  
Theme Name: Warrior World
Theme URI: http://www.owlboy.com/
Description: Theme for the Warrior World Site
Version: 0.5
Author: Bryan Bortz
Author URI: http://www.owlboy.com

*/

body {
	background : #161616 repeat-y center url(images/content_background.png);
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.star {
	position: absolute;
	float: left;
	margin-left: -50px;
	margin-top: -3px;
}

#header {
	width: 100%;
	height: 125px;
	background: #dc4303 url(images/header_bg.jpg) repeat-x;
}

#header_content {
	width: 675px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	margin-left: auto;
	background: transparent center;
	margin-right: auto;
	width: 640px;
	height: 100%;
	bottom: 100%;
	text-align: justify;
	font-size: 12px;
	padding: 0 75px 25px;
	margin-top: -53px;
}

.sidebar {
	font-size: smaller;
	width: 250px;
	background: #b6b6b6;
	float: right;
	top: 25px;
	position: relative;
	right: -50px;
}

#footer {
	width: 675px;
	height: 25px;
	background: transparent  repeat-x;
	color: #818181;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	bottom: 0;
}

#navbar {
	width: 675px;
	height: 50px;
	background: #f78009;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	position: relative;
	bottom: 50px;
}

.navbar_link {
	color: #ffffff;
	text-decoration: none;
}

.h2 {
	font-size: 14px;
}

a {
	color : #f67e09;
	text-decoration : none;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}

.postmetadata {
	font-size: x-small;
	color: #8c8888;
	text-decoration: none;
	margin-bottom: 25px;
}

.navigation {
	text-align: center;
}

#rss_button {
	width: 12px;
	height: 12px;
	float: right;
	position: fixed;
	top: 5px;
	right: 5px;
}
