/*  
Theme Name: Poker Players Alliance
Theme URI: http://theppa.org
Description: The theme for the Poker Players Alliance website.
Version: 1.0
Author: Adam Tow
Author URI: http://www.tow.com

*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #0066B3 url(/theme/images/background.gif) repeat-x;
}
p {
	font-size: 1em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: .5em 0 .5em 0;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
a {
	color: #9b3127;
	color: #2262b0;
	text-decoration: underline;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f4b737;
	color: #B02222;
	text-decoration: underline;
}
img,
a img {
	border: 0;
}
ul, ol {
	margin-left: 3px;
	margin: 5px 3px 5px 3px;
}
ul li {
	margin-left: 16px;
	margin-bottom: 5px;
}
ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
p, ul, ol, blockquote {
	margin-bottom: 8px;
}
code {
	font-family: Courier, Monaco, monospace;
	font-size: 1.0em;
}
hr {
	clear: both;
	margin: 25px 0 25px 0;
}

blockquote {
	background: url(/theme/images/pullquote.gif) 0 0 no-repeat;
	margin: 15px 0px 10px 0px;
	padding: 6px 0 0 55px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", serif;
	font-size: 1.4em;
	font-weight: normal;
}

.clearing {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.alignright, img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	}

.alignleft, img.alignleft {
	float: left
	}
	.post img.alignleft {
		padding: 0 10px 10px 0;
		margin: 0 10px 10px 0;
	}
.alignnone, img.alignnone {
	float: none;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.centered, img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
	text-align: center;
	float: none;
}
img.photo, .post img.photo {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}


#page {
	width: 970px;
	margin: 0 auto;
}

#page-body {
	background: #fff url(/theme/images/background-page.gif) repeat-y;
}

#header {
	background: #fff url(/theme/images/header_chips_gavel_970_2.jpg) no-repeat;
	padding: 0;
	margin: 0 0 0 0;
	height: 1%;
}
	#header-gavel {
		position: absolute;
		background: url(/theme/images/header_bg2.jpg) no-repeat;
		top: 0;
		right: -29px;
		width: 29px;
		height: 100px;
	}
	#header #logo {
		margin: 0 0 0 20px;
	}
	#header #logo img {
		display: block;
	}
	#header #logo-map {
		display: none;
	}

#menu {
	position: relative;
	margin: 0;
	background: #000;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	z-index: 999;
	line-height: 1;
	height: 1%;
	background: #000 url(/theme/images/header-menu-gray.gif) repeat-x;
	/*background: #ddd url(/theme/images/header-gray-dark.gif) repeat-x;*/
}
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1;
		z-index: 999;
	}
	#menu li {
		position: relative;
		margin: 0;
		padding: 0;
		float: left;
		height: 1%;
		z-index: 999;
		line-height: 1.4em;
		list-style-type: none;
		
	}
		#menu li li {
			font-size: 0.9em;
			float: none;
		}
	#menu a {
		position: relative;
		display: block;
		color: #2262b0;
		color: #000;
		text-align: center;
		width: 105px;

		z-index: 999;
		padding: 15px 15px 15px 15px;
		border-left: 1px solid #c6d6eb;
		border-left: 1px solid #ccc;
		text-decoration: none;
	}
		#menu li.last a {
			width: 105px;
		}
		#menu li.first a {
			border-left: none;
		}
		#menu a.selected
			, #menu a:hover {
			color: #B02222;
			background: #fff;
			background: url(/theme/images/header-menu-blue-over.gif) repeat-x;
		}
	#menu li ul {
		position: absolute;
		margin: 0;
		padding: 0;
		height: auto;
		left: -999em;
		z-index: 999;
		background: #f3f3f3 url(/theme/images/background-home-boxes-gray.gif) no-repeat;
		border-bottom: 1px solid #c6d6eb;
		border-right: 1px solid #c6d6eb;
		border-left: 1px solid #c6d6eb;
	}
		#menu li ul.first {
			border-left: none;
		}
		#menu li ul a {
			border: none;
			border-bottom: 1px solid #c6d6eb;
			z-index: 999;
		}
	#menu li:hover ul
		, #menu li li:hover ul
		, #menu li.sfhover ul {
			left: auto;
			width: 100;
			z-index: 999;
	}
	#menu li:hover, #menu li.sfhover {
		z-index: 999;
		height: 1%;
	}


#footer {
	background: url(/theme/images/background-footer.gif) bottom no-repeat;
	color: #fff;
	height: 100px;
	padding: 0px 0 0px 0;
	margin-bottom: 15px;
}
	#footer p {
		font-size: 1.0em;
		text-align: center;
	}
	#footer a {
		color: #413b3b;
		color: #fff;
	}
	#footer a:hover {
		color: #f4b737;
	}



h2#fight-for-poker {
	margin: 0;
	padding: 0 0 0px 0;
}
	h2#fight-for-poker a {
		background: 0 0 url(/theme/images/fight-for-poker.png) no-repeat;
		display: block;
		width: 782px;
		width: 701px;
		height: 187px;
/*		margin-left: -30px;*/
	}
	h2#fight-for-poker a:hover {
		background: -782px 0px url(/theme/images/fight-for-poker.png) no-repeat;
	}
	h2#fight-for-poker a span {
		position: absolute;
		left: -999px;
		padding: 0;
		margin: 0;
	}

#content {
	padding: 0;
	margin: 0;
	width: 700px;
	float: left;
}
	#content.home {
		margin: 0;
	}


/* Home Page Content
 *--------------------*/
 
.home-content {
	width: 350px;
	float: left;
	z-index: 0;
}
	.home-content h3 {
		color: #2262b0;
		color: #000;
		text-transform: uppercase;
		padding: 13px 15px 13px 20px;
		margin: 0;
		font-size: 1.1em;	
	}
		.home-content h3 span {
			color: #B02222;
			font-size: 2em;
			position: relative;
			line-height: 10px;
			top: 3px;
		}
		.home-content h3 {
			background: #ddd url(/theme/images/header-gray.gif) repeat-x;
		}
		.home-content.dark h3 {
			background: #ddd url(/theme/images/header-gray-dark.gif) repeat-x;
		}
		.home-content h3.maroon {
			background: #ddd url(/theme/images/header-gray.gif) repeat-x;
		}
	.home-content .box {
		position: relative;
		width: 220px;
		width: 300px;
		margin: 15px auto 15px auto;
	}
	.home-boxes {
		width: 700px;
		clear: both;
		background: #f3f3f3 url(/theme/images/background-home-boxes-gray.gif) repeat-x;
	}
		.home-boxes-alt {
			position: relative;
			width: 700px;
			clear: both;
			background: #f3f3f3 url(/theme/images/background-home-boxes-gray.gif) repeat-x;
		}
		.home-content h4 {
			text-align: center;
			font-size: 1em;
		}
	.home-boxes ul
		, .home-boxes ol
		, .home-boxes-alt ul
		, .home-boxes-alt ol {
			margin-left: 0;
	}
.home-content.wide .box {
		width: 100%;
		margin: 0;
		/*margin: 10px auto 10px auto;*/
		/*padding: 10px;*/
	}
	.home-content.wide {
		width: 100%;
		background: #f4b737;
		background: #c7d3de;
		background: #F0F5FA url(/theme/images/background-home-boxes-gray-alt.gif) repeat-x;
		margin: 0px 0 0px 0;
	}


ul.recent-news {
	font-size: 1.0em;
}
	ul.recent-news li {
		padding-bottom: 7px;
	}
dl.recent-news {

}
	dl.recent-news dt {
		font-weight: bold;
		color: #888;
		font-size: 0.9em;
		width: 50px;
		float: left;
	}
	dl.recent-news dd {
		margin-left: 55px;
		margin-bottom: 7px;
	}

	
#container {
/*	float: right;
	margin: 0 15px 15px -275px;
	width: 460px;
	width: 680px;
	float: left;

	padding: 30px 30px 30px 30px;
	*/
	background: #fff;
	padding: 0 0 30px 0;
}

div.sidebar {
	position: relative;
	float: right;
	width: 230px;
	margin: 0px 0px 25px 0px;
	padding: 20px;
	background: #D3E0EF url(/theme/images/background-sidebar-2.gif) repeat-x;
	background: #ccc url(/theme/images/background-sidebar.gif) repeat-x;
}
	.sidebar ul#ul-sidebar {
		position: relative;
		height: 1%;
		margin: 0;
		/*border: 1px solid #3d5a78;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;*/
	}
		.sidebar ul ul, .sidebar ul ol {
			position: relative;
			padding: 0;
			margin: 0;
			border: none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.sidebar ul ul {
			list-style-type: disc;
		}
	.sidebar li.widget {
		list-style-type: none;
		margin: 0 0 15px 0 !important;
		background: #eee;
		border: 1px solid #ccc;
		background: #f3f3f3 url(/theme/images/background-home-boxes-gray.gif) no-repeat;
		/*background: #eee;*/
		overflow:hidden;
		padding: 10px 15px 10px 15px;
		width:200px;
	}
	.sidebar li.widget-ppa-twitter {
		background: transparent;
		border: 0;
		padding: 0;
		width: 230px;
	}
	.sidebar h2.widgettitle {
		font-size: 1.1em;
		text-transform: uppercase;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 5px;
		color: #2262b0;
		color: #000;
	}
	.sidebar a:hover {
		color: #B02222;
	}

h2.page-title, h2.pagetitle {
	font-size: 3em;
	height: 1%;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 20px 30px 20px 30px;
	background: #003371 url(/theme/images/header-page.gif) repeat-x;
	color: #fff;
}
	h2.page-title span {
		display: block;
		font-size: 0.65em;
		color: #fff;
		font-style: italic;
	}

.post {
	margin: 5px 30px 0 30px;
	clear: both;
	padding-bottom: 10px;
}
	.post h3 {
		font-size: 2.0em;
		font-weight: normal;
		margin: 20px 0 10px 0;
	}
	.post h3.post-title {
		font-size: 2em;
		font-weight: normal;
		margin: 10px 0 10px 0;
	}
		.post h3 span {
			display: block;
			font-size: 0.7em;
			color: #333;
		}
		.post h3 span.insider, span.insider {
			display: inline;
			color: #B02222;
			font-size: 1em;
		}
		
	.postmetadata {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		margin: 12px 0;
		padding: 10px 5px 10px 5px;
		background: #f6f6f6;
	}
		.postmetadata p {
			margin-bottom: 4px;
		}
	.post .publish-date {
		font-size: 1.0em;
		font-weight: bold;
		margin: 10px 0px 10px 0px;
		padding: 5px 5px 5px 5px;
		background: #f6f6f6;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
		.post .publish-date span.byline {
			font-weight: normal;
		}
	.post h4 {
		margin: 1em 0 .5em 0;
	}


ul.spades {
	margin-left: 0;
	padding-left: 0;
}
	ul.spades li {
		list-style-type: none;
		background: 0 1px url(/theme/images/spade.gif) no-repeat;
		padding: 0 0 0px 25px;
		margin-left: 0;
	}
	ul.spades h4 {
		font-size: 1.2em;
		text-transform: uppercase;
		margin-bottom: 0;
	}

html fieldset {
	position: relative;
	margin-top: 1em;
	padding-top: 20px;
}
html legend {
	position: absolute;
	top: -.5em;
	left: .5em;
	font-weight: bold;
}

fieldset {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #666;
}
	fieldset label {
		display: block;
		padding: 5px;
		width: 200px;
	}
	fieldset label.required {
		font-weight: bold;
	}

.navigation {
	padding: 5px 0 5px 0;
	margin: 20px 30px 10px 30px;
}

.ppa-board-member {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #666;
}
	.ppa-board-member h4 {
		margin-bottom: 0;
	}

.ppa-donate-button {
	width: 200px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
	.ppa-donate-button h4 {
		margin-bottom: 15px;
	}

/* PPA Members Only
   ---------------------*/

p.ppa-membersonly {
	padding-left: 12px;
	background: 0 5px url(/theme/images/arrow.gif) no-repeat;
}

/** @section CF Sharebar
 * Replacement styles for CF Sharebar plugin
 -------------------------------------------------- */
ul.share {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
ul.share li {
	float: left;
	margin: 0;
}
ul.share li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 17px;
	line-height: 17px;
	margin: 2px 6px 2px 0;
	padding:0 10px 0 22px;
}
ul.share li a.sharebar-digg {
	background-image: url(/theme/images/sharebar/digg.png);
}
ul.share li a.sharebar-email {
	background-image: url(/theme/images/sharebar/email.png);
}
ul.share li a.sharebar-facebook {
	background-image: url(/theme/images/sharebar/facebook.png);
}
ul.share li a.sharebar-reddit {
	background-image: url(/theme/images/sharebar/reddit.png);
}
ul.share li a.sharebar-stumbleupon {
	background-image: url(/theme/images/sharebar/stumbleupon.png);
}
ul.share li a.sharebar-twitter {
	background-image: url(/theme/images/sharebar/twitter.png);
}