/*  
Theme Name: My Poker Blog 1
Theme URI: http://www.pokerlistings.com/web-page-tools/wp-template-1
Description: Theme for your poker blog with nice looking playing cards. The colors are grey red and white.
Version: 1.0
Author: PokerListings
Author URI: http://www.pokerlistings.com
*/
/*
	=== General Stuff ===
*/
body {
	background: #fff;

	margin: 0;
	padding: 0;

	font: 12px/1.2 Verdana;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

h2 {
	font: bold 22px/1.2 Trebuchet MS;
}

h3 {
	font: bold 20px/1.2 Trebuchet MS;
}

h4 {
	font: bold 18px/1.2 Trebuchet MS;
}

p {
	margin: 0 0 10px 0;
}

ul, ol {
	margin: 0 0 10px 30px;
	padding: 0;
}

hr {
	display: none;
}

a {
	color: #900;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

span.comment-ico {
	background: url(gfx/comment-ico.gif) no-repeat left 50%;
	padding: 5px 0 5px 25px;
}

/*
	=== Site Layout ===
*/
#wrapper {
	background: url(gfx/wrapper-bg.gif) repeat-y;
	width: 730px;
	margin: 0 auto;
	padding: 0 10px;
}

/* == Header == */
#header {
	background: url(gfx/header-bg.gif) no-repeat;
	height: 200px;
	position: relative;
}

	#header h1 {
		margin: 0;
		font: 30px/1.2 Trebuchet MS;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		
		position: absolute;
		width: 400px;
		left: 100px;
		top: 40px;
	}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
	
	#header p {
		font: 14px/1.2 Trebuchet MS;
		color: #333;
		text-align: center;

		width: 400px;
		margin: 0;
		position: absolute;
		left: 100px;
		top: 80px;
		text-transform: uppercase;
	}

	#header ul {
		margin: 0;
		list-style-type: none;

		position: absolute;
		left: 7px;
		top: 127px;
		padding: 4px 0 0 13px;
	}

		#header ul li {
			display: inline;
			margin: 0 20px 0 0;
		}

			#header ul li a {
				color: #fff;
				font: 11px/1.2 Trebuchet MS;
				text-decoration: none;
				text-transform: uppercase;
			}

			#header ul li a:hover {
				text-decoration: underline;
			}

/* == Content == */
#content {
	width: 450px;
	padding: 0 0 0 25px;
	float: left;
}

	/* Posts */
	div.post {
		background: url(gfx/sidebar-gradient.gif) repeat-x left bottom;
		padding: 0 10px;
		margin: 10px 0;
		border-bottom: 1px solid #e7e7e7;
	}

		div.post h2, div.post h3 {
			background: url(gfx/ico.gif) no-repeat left 50%;
			font: bold 18px/1.2 Trebuchet MS;
			text-transform: uppercase;
			padding: 0 0 0 18px;
		}

			div.post h2 a, div.post h3 a {
				color: #333;
				text-decoration: none;
			}

			div.post h2 a:hover, div.post h3 a:hover {
				text-decoration: underline;
			}

		div.post small, div.post p.postmetadata {
			text-transform: uppercase;
			color: #7A7A7A;
			font-size: 10px;
		}

		div.post div.entry {
			padding: 10px 0 0 0;
		}
	
	/* Comments */
	h3#comments {
		text-align: center;
		text-transform: uppercase;
		font: bold 18px/1.2 Trebuchet MS;
		color: #666;
		margin: 25px 0 10px 0;
	}

		h3#comments em {
			display: block;
			color: #333;
			font-style: normal;
		}

	ol.commentlist {
		margin: 0;
		list-style-type: none;
	}

		ol.commentlist li {
			background: url(gfx/sidebar-gradient.gif) repeat-x left bottom;
			padding: 0 10px;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #e7e7e7;
		}

		ol.commentlist li strong.comment-author {
			background: #A00000 url(gfx/comment-author-bg.gif) repeat-x;
			display: block;
			margin: 0 -10px -10px -10px;
			padding: 5px 10px;
			color: #fff;
			font-weight: normal;
		}

			ol.commentlist li strong.comment-author a {
				color: #fff;
				font-style: normal;
			}

		ol.commentlist li small.commentmetadata {
			text-transform: uppercase;
			color: #666;
			display: block;
			margin: 0 0 10px 0;
		}

			ol.commentlist li small.commentmetadata a {
				color: #666;
				text-decoration: none;
			}
	
	/* Post Comment */
	#respond {
		background: #DCDCDC url(gfx/post-comment-bg.gif) repeat-x;
		padding: 10px;
	}

		#respond h3 {
			background: url(gfx/pc-ico.gif) no-repeat left 50%;
			margin: 0 0 10px 0;
			padding: 0 0 0 35px;
			font: bold 18px/1.2 Trebuchet MS;
			color: #fff;
			text-transform: uppercase;
		}

		#respond form label {
			font: 12px/1.2 Trebuchet MS;
			text-transform: uppercase;
			color: #010101;
		}

		#respond form p.text {
			width: 30%;
			margin-right: 3%;
			float: left;
		}

			#respond form p.text input {
				width: 100%;
			}

		#respond form p.text-area {
			clear: left;
		}

			#respond form p.text-area textarea {
				width: 99%;
				height: 150px;
			}
		
		#respond form p.sub {
			text-align: right;
			margin-bottom: 0;
		}

/* == Side Bar == */
#sidebar {
	background: url(gfx/sidebar-bg.gif) no-repeat left bottom;
	width: 200px;
	padding: 0 25px 110px 0;
	float: right;
	text-transform: uppercase;
}

	#sidebar h2 {
		font: 12px/1.2 Trebuchet MS;
		color: #666;
		border-bottom: 1px solid #E7E7E7;
	}

	#sidebar ul {
		margin: 0;
		list-style-type: none;
	}

		#sidebar ul ul, #searchform, #sidebar ul p {
			background: url(gfx/sidebar-gradient.gif) repeat-x left bottom;
			padding: 5px 0 20px 0;
			border-bottom: 1px solid #e7e7e7;
		}

		#sidebar ul p {
			text-transform: none;
			font-size: 10px;
		}

			#searchform #s {
				width: 120px;
			}

			#searchform #searchsubmit {
				background: transparent none;
				padding: 0;
				margin: 0;
				border: 0;
				font-size: 12px;
				color: #900;
				text-decoration: underline;
				vertical-align: 3px;
			}

/* == Footer == */
#footer {
	background: #fff;
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 20px 0 5px 0;
}