/*
Theme Name: onlinepokermastermind.com
Theme URI: http://wordpress.org/
Description: onlinepokermastermind.com
Version: 1.0
Author: ragunod
Author URI: http://adzz.com/
Tags: Poker, custom header, fixed width, two columns, widgets

onlinepokermastermind.com v1.0
*/

@import url('reset.css');

body 	{
	background: #E01001 url('images/bodytopbg.jpg') repeat-x top;
	color: #fff;
	}

h1, .post h2, #sidebar h2, h3, a, p, #sidebar li, a:link, a:visited, a:hover, a:active {
	color: #fff; 
	}

#content {
	width: 900px;
	padding-top: 4px;
	margin: 0px auto;
	margin-bottom: 30px;
	background-color: #900A02;
	border: 2px solid #900A02; 
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;

	}
	
#header	{
	width: 100%;
	height: 205px;
	margin: 0 auto;
	background: transparent url('images/headerbg.jpg') repeat-x;
	}

#header {
	clear: both;
	text-align: center;
	}

#header h1 {
	text-indent: -5000px;
	background: transparent url('images/header.jpg') no-repeat center;
	height: 204px;
	}

#post	{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	width: 620px;
	text-align:justify;
	}

#post .entry, #post p {
	width: 620px;
	margin: 20px auto;
	font: normal 1em/1.3em Arial, Verdana, sans-serif; 
	}

#post h2 {
	width: 620px;
	margin: 0 auto;
	font-size: 1.8em;
	font-family: "Georgia", "Times", serif; 
	font-weight: lighter;
	display: block;
	outline: none;
	margin: 20px auto;
	border-bottom: 1px solid #c0c0c0;
	}

#post h2 a:link, #sidebar ul ul li a:link {
	text-decoration: none;
	color: #fff;
	}

#post h2 a:visited, #sidebar ul ul li a:visited {
	text-decoration: none;8
	color: #fff;
	}

#post h2 a:hover, #sidebar ul ul li a:hover {
	text-decoration: underline;
	
	}

#post h2 a:active, #sidebar ul ul li a:active {
	text-decoration: none;
	}

#sidebar {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 220px;
	} 

#sidebar h2 {
	font-size: 1.1em;
	font-weight: lighter;
	font-family: Verdana, sans-serif;
	padding: 6px 0 6px 6px;
	margin: 0;
	background-color: #3F5CAE;
	color: #CEDBFE;
	border: 1px solid #3F5CAE;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#sidebar ul ul li {
	font-size: .9em;
	line-height: 1.2em;
	padding: 4px 0 4px 14px;
	font-family: Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style: square inside;
	}

#sidebar ul ul li a:link {
	text-decoration: none;
	color: #fff;
	}

#sidebar ul ul li a:visited {
	text-decoration: none;
	color: #fff;
	}

#sidebar ul ul li a:hover {
	text-decoration: underline;
	}

#sidebar ul ul li a:active {
	text-decoration: none;
	color: #fff;
	}

.screen-reader-text { display: none; }

#searchform {
	margin: 10px;
}

#footer {
	width: 100%;
	height: 60px;
	clear: both;
	text-align: center;
	margin-top: 20px;
	}

#footer p {
	padding-top: 10px;
	font: normal 1em/1.2em Arial, Verdana, sans-serif; 
	}

#footer a {
	text-decoration: none;
	}

input 
	{
	margin: 2px;
	border: 1px solid #F0E0FF;
	background-color: #FBFADB;
	-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; 
	}
	
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }
