/*
Theme Name: rpgames.info
Theme URI: http://rpgames.info/
Description: rpgames.info
Version: 1.0
Author: ragunod
Author URI: http://adzz.com/
Tags: Role playing games, RPG, custom header, fixed width, three columns, widgets

rpgames.info v1.0
*/

@import url('reset.css');

body {
	background-color: #000; 
	color: #fff;
	}

h1, .post h2, #sidebar h2, h3, a, p, #sidebar li, a:link, a:visited, a:hover, a:active {
	color: #fff;
	}

#header	{
	width: 1000px;
	height: 330px;
	margin: 0 auto;
	background: transparent url('images/headerbg.jpg') no-repeat center;
	color: #FFEC00;

	}

#header h1 {
	text-indent: -5000px;
	background: transparent url('images/header.jpg') no-repeat center;
	width: 1000px;
	height: 330px;
	margin: 0 auto;
	color: #FFEC00;
	}

#content {
	width: 1000px;
	padding-top: 20px;
	margin: 0 auto;
	color: #fff;
	background: #fff url('images/contentbg.jpg') repeat-y center;
	}

#outer {
	width: 917px;
	margin: 0 auto;
	color: #000;
	clear: both;
	background: #fff url('images/contentbg.jpg') repeat-y center;
	}

#post {
	width: 490px ;
	margin: 0 auto;
	text-align: justify;
	}

#post h2, #post .bodytext {
	width: 480px;
	margin: 0 auto;
	font: normal 1em/1.3em Arial, Verdana, sans-serif; 
	}

#post .bodytext p {
	margin: 10px 0;
	}

#post h2 {
	width: 480px;
	margin: 0 auto;
	font-size: 1.8em;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	display: block;
	outline: none;
	border-bottom: 1px solid #FFEC00;
	color: #FFEC00;
	}

#post h2 a:link, #sidebar-right ul ul li a:link {
	text-decoration: none;
	color: #FFEC00;

	}

#post h2 a:visited, #sidebar-right ul ul li a:visited {
	text-decoration: none;
	color: #FFEC00;

	}

#post h2 a:hover, #sidebar-right ul ul li a:hover {
	text-decoration: none;
	color: #FBF7CA;
	}

#post h2 a:active, #sidebar-right ul ul li a:active {
	text-decoration: none;
	}

#sidebar-left {
	float: left;
	margin-left: 5px;
	width: 200px;
	clear: left;
	}

#sidebar-right {
	float: right;
	margin-right: 5px;
	width: 200px;
	clear: left;
	}

#sidebar-right ul, #sidebar-left ul {
	color: #FFEC00;	
	margin-bottom: 20px;
	}

#sidebar-right h2, #sidebar-left h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 6px;
	height: 18px;
	color: #000;
	background-color: #FFEC00;
	border: 1px solid #FFEC00;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

#sidebar-right ul ul li, #sidebar-left ul ul li {
	font-size: 1em;
	padding: 6px 0 6px 14px;
	font-family: Arial, sans-serif;
	list-style: inside square;
	}
#sidebar-right ul li p, #sidebar-left ul li p{
	color: #FFEC00;
}

#sidebar-right ul ul li a:link, #sidebar-left ul ul li a:link {
	text-decoration: none;
	color: #FFEC00;
	}

#sidebar-right ul ul li a:visited, #sidebar-left ul ul li a:visited {
	text-decoration: none;
	color: #FFEC00;
	}

#sidebar-right ul ul li a:hover, #sidebar-left ul ul li a:hover {
	text-decoration: underline;
	color: #FBF7CA;	
	}

#sidebar-right ul ul li a:active, #sidebar-left ul ul li a:active {
	text-decoration: none;
	color: #FFEC00;
	}

.screen-reader-text { display: none; }

#searchform {
	margin: 10px;
}

#footer {
	width: 1000px;
	height: 72px;
	margin: 0 auto;
	background: transparent url('images/footerbg.jpg') no-repeat;
	}

#footer p {
	text-align: center;
	padding: 20px 0;
	font: normal 1em/1.3em Arial, Verdana, sans-serif; 
	color: #FFEC00;
	}

#footer a {
	text-decoration: none;
	color: #FFEC00;
	}

input 
	{
	margin: 2px;
	background-color: #fff;

	border: 1px solid #FFEC00;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
	} 

#wpsb p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 0 4px 14px;
	font: normal 1em/1.3em Arial, Verdana, sans-serif; 
	}

