/*
Theme Name: PokerPicks
Theme URI: http://pokerpicks.com
Description: Custom Wordpress theme for PokerPicks.com. Designed by SOSFactory, coded by PSDtovB.com.
Version: 1.0
Author: SOSFactory
Author URI: http://sosfactory.net/

*/

body {
	background: url(images/bg.gif) repeat-x top left #070505;
	font: normal 11px tahoma, verdana, arial, sans-serif;
	color: #000;
	scrollbar-face-color: #860e0a;
	scrollbar-highlight-color: #606469;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #ea2700;
	scrollbar-track-color: #333333; 
	scrollbar-darkshadow-color: #000000;
}

a,
a:link,
a:visited {
	color: #490000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* *** globals *** */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#wrapper {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 860px;
}

/* *** header *** */
#header {
	background: url(images/header/header.gif) repeat-x center left;
	height: 114px;
	margin: 0 105px;
	position: relative;
}
	#header h1 {
		background: url(images/header/logo.gif) no-repeat center center;
		height: 114px;
		margin: 0 auto;
		width: 550px;
	}
		#header h1 a {
			display: block;
			height: 114px;
			text-indent: -9999px; outline: none;
		}
	/* logo ends */
	#header .left, #header .right {
		display: block;
		height: 114px;
		position: absolute;
		width: 48px;
	}
		#header .left {
			background: url(images/header/header_left.gif) no-repeat bottom left;
			float: left;
			left: -48px;
		}
		#header .right {
			background: url(images/header/header_right.gif) no-repeat bottom right;
			float: right;
			right: -48px;
		}	
		
/* *** navigation *** */
.nav {
	background: url(images/header/nav.gif) repeat-x top left #212526;
	height: 42px;
	margin-bottom: 5px;
}
	.nav ul {
		padding-top: 6px;
		margin: 0 auto;
		width: 719px;
	}
		.nav li {
			float: left;
			margin-left: 12px;
		}
			.nav li a {
				display: block;
				height: 30px;
				text-indent: -9999px; outline: none;
			}
		#nav1 {
			background: url(images/header/link_home.gif) no-repeat center left;
			margin-left: 0 !important;
			width: 77px;
		}
			#nav1 a:hover {
				background: url(images/header/link_home_r.gif) no-repeat center left;
			}
		#nav2 {
			background: url(images/header/link_news.gif) no-repeat center left;
			width: 74px;
		}
			#nav2 a:hover {
				background: url(images/header/link_news_r.gif) no-repeat center left;
			}
		#nav3 {
			background: url(images/header/link_freerolls.gif) no-repeat center left;
			width: 104px;
		}
			#nav3 a:hover {
				background: url(images/header/link_freerolls_r.gif) no-repeat center left;
			}
		#nav4 {
			background: url(images/header/link_strategy.gif) no-repeat center left;
			width: 103px;
		}
			#nav4 a:hover {
				background: url(images/header/link_strategy_r.gif) no-repeat center left;
			}
		#nav5 {
			background: url(images/header/link_tournaments.gif) no-repeat center left;
			width: 229px;
		}
			#nav5 a:hover {
				background: url(images/header/link_tournaments_r.gif) no-repeat center left;
			}
		#nav6 {
			background: url(images/header/link_links.gif) no-repeat center left;
			width: 72px;
		}
			#nav6 a:hover {
				background: url(images/header/link_links_r.gif) no-repeat center left;
			}

	/* nav ends */
	.nav .left, .nav .right {
		display: block;
		height: 42px;
		width: 28px;
	}
		.nav .left {
			background: url(images/header/nav_left.gif) no-repeat top left;
			float: left;
			margin-right: 28px;
		}
		.nav .right {
			background: url(images/header/nav_right.gif) no-repeat top right;
			float: right;
		}
		
/* *** wrapper borders etc *** */
/* content top */
#outer_top {
	background: url(images/wrapper/top.gif) repeat-x top center #b2b9be;
	height: 4px;
}
	#outer_top span {
		display: block;
		height: 4px;
		width: 4px;
	}
		#outer_top .left {
			background: url(images/wrapper/top_left.gif) no-repeat top left;
			float: left;
		}
		#outer_top .right {
			background: url(images/wrapper/top_right.gif) no-repeat top right;
			float: right;
		}		
#outer {
	background: url(images/wrapper/left.gif) repeat-y top left #b2b9be;
}
#outer_inner {
	background: url(images/wrapper/right.gif) repeat-y top right;
	padding: 11px 15px;
	padding-top: 0;
}
/* content inner */
#content_top {
	background: url(images/wrapper/content_top.gif) repeat-x top left #FFF;
	height: 3px;
}
	#content_top span {
		background: url(images/wrapper/content_corners.gif) no-repeat top left;
		display: block;
		height: 3px;
		width: 3px;
	}
		#content_top .left {
			float: left;
		}
		#content_top .right {
			background-position: top right;
			float: right;
		}
#content_bottom {
	background: url(images/wrapper/content_bottom.gif) repeat-x bottom left #FFF;
	height: 4px;
}
	#content_bottom span {
		background: url(images/wrapper/content_bottom_corners.gif) no-repeat bottom left;
		display: block;
		height: 4px;
		width: 4px;
	}
		#content_bottom .left {
			float: left;
		}
		#content_bottom .right {
			background-position: bottom right;
			float: right;
		}
#content {
	background: url(images/wrapper/content_left.gif) repeat-y top left #d1d5d8;
	border: 1px solid #7f8b93;
	border-width: 0 1px;
}
#content_inner {
	background: url(images/wrapper/content_right.gif) repeat-y top right;
	padding: 12px 0;
}

/* **** **** **** content styles **** **** **** */
#content {
}
	.date {
		font-weight: bold;
		margin-right: 4px;
		text-align: right;
	}
	/* *** sidebar *** */
	#sidebar {
		float: left;
		width: 141px;
	}
		#sidebar h3 {
			background: url(images/content/h3.gif) no-repeat center center #ac120d;
			color: #FFF;
			height: 24px;
			line-height: 22px;
			text-align: center;
		}
		#logo {
			background: url(images/content/logo.gif) no-repeat top center;
			height: 51px;
			margin-bottom: 6px;
			position: relative; right: -6px;
			text-indent: -9999px;
			width: 140px;
		}
		#sidebar ul {
			background: #000;
			padding: 0 2px 3px 1px;
			margin-bottom: 15px;
		}
			#sidebar li {
				background: #510000;
				border-top: 1px solid #710000;
				border-bottom: 1px solid #141414;
				color: #FFF;
				padding: 3px 8px;
				position: relative;
			}
				#sidebar li a {
					background: url(images/content/bullet.gif) no-repeat 0 4px;
					color: #b3cfd6;
					font-weight: bold;
					padding-left: 11px;
				}
			#sidebar li ul {
				background: #510000;
				margin-bottom: 0px;
			}
			#sidebar li li {
				background: #510000;
				border: 0;
				margin-top: 5px;
				padding: 0;
			}
			
			#sitelist li {
				padding-top: 5px;
			}
				#sitelist li a {
					background: none;
					padding: 0;
					text-align: center;
				}
	
	/* *** right column *** */
	#right_column {
		margin-left: 156px;
		margin-right: 2px;
	}
		/* *** post *** */
		.post {
			background: url(images/content/post.gif) no-repeat top left #a8110d;
			border: 1px solid #3e0605;
			color: #FFF;
			margin-bottom: 4px;
			position: relative;
		}
			.post .inner {
				background: url(images/content/post_right.gif) no-repeat bottom right;
				padding: 10px 25px;
			}
		.alt_post {
			background: url(images/content/alt_post.gif) no-repeat top left #730c09;
		}
			.alt_post .inner {
				background: url(images/content/alt_post_right.gif) no-repeat bottom right;
			}
			
			.post h2 {
				font-size: 12px;
				margin-bottom: 6px;
				text-align: center;
			}
				#content .post script a, #content .post h2 a {
					color: #b3cfd6;
				}
			.entry {
			}
				#content .entry a {
					color: #b3cfd6;
				}
				.entry p, .entry ul, .entry ol, .entry blockquote {
					margin-bottom: 10px;
				}
				.entry p {
					line-height: 150%;
				}
				.entry li {
					margin-bottom: 5px;
				}
				.entry ol { margin-left: 20px; }
					.entry ol li {
						list-style: decimal outside;
					}
				.entry ul { margin-left: 15px; }
					.entry ul li {
						list-style: disc outside;
					}
				.entry blockquote {
					border-left: 2px solid #FFF;
					padding-left: 10px;
				}
				
		/* *** post corners *** */
		.post .left {
			background: url(images/content/post_bottom_left.gif) no-repeat bottom left;
			display: block;
			height: 6px;
			width: 6px;
			position: absolute;
			left: 0; bottom: 0;
		}
		.post .right {
			background: url(images/content/post_top_right.gif) no-repeat top right;
			display: block;
			height: 6px;
			width: 6px;
			position: absolute;
			right: 0; top: 0;
		}
			.alt_post .left {
				background: url(images/content/alt_post_bottom_left.gif) no-repeat bottom left;
			}
			.alt_post .right {
				background: url(images/content/alt_post_top_right.gif) no-repeat top right;
			}

		/* *** homepage posts *** */
		.banner {
			background: url(images/content/banner_wrap_2.gif) no-repeat center left #000;
			height: 82px;
			margin: 0 auto;
			margin-bottom: 6px;
			padding-left: 48px;
			position: relative;
			width: 477px;
		}
		.alt_post .banner {
			background: url(images/content/banner_wrap.gif) no-repeat center left #000;
		}
		#content .casino {
			background: url(images/content/banner_wrap_casino.gif) no-repeat center left;
		}
			.banner strong {
				position: absolute; top: 27px; left: 25px;
				font-size: 18px;
			}
			.banner span {
				position: relative;
				top: 10px;
			}
		.home .entry {
		}

/* *** footer *** */
#footer {
	color: #a2a6a7;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 6px;
	text-align: center;
}
	#footer_under {
		background: url(images/footer.gif) no-repeat top center;
		display: block;
		height: 47px;
		margin: 0 auto;
		width: 242px;
	}

#respond, .commentlist, #comments {
	padding:10px;
}
	#respond h3, #comments {
		font-size: 14px;
		padding-bottom: 0;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	background: #FFF;
	padding: 0;
	margin-left: 10px;
	margin-right: 15px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* *** Pulled RSS Posts *** */
.rssed .inner {
	padding-left: 10px;
}
	.rssed h2 {
		margin-bottom: 0;
	}
	.rssed p {
		background: url(images/content/post_bullet.gif) no-repeat 0 2px;
		line-height: 13px;
		padding-left: 15px;
	}
		.rssed p a {
			color: #b3cfd6;
			font-weight: bold;
		}
		
/* *** single post / page *** */
.single {
}
	.single h2 {
		font-size: 16px;
		color: #b3cfd6;
	}
	
/* *** articles page *** */
.article .inner {
	padding-top: 20px;
}
	.article h2 {
		background: url(images/content/post_bullet.gif) no-repeat 0 2px;
		padding-left: 15px;
		text-align: left;
	}