/*
Theme Name: HoldemPoker.com
Theme URI: http://www.holdempoker.com/
Description: Theme for HoldemPoker.com
Author: Jack Boulin
Author URI: http://www.holdempoker.com/
Template: headlines
Tags: headlines, holdempoker, buddypress
Version: 1.0
*/

@import url('../headlines/style.css');

#home-top-widgets {
	margin:20px auto 30px;
	padding:0;
}

.top-left {
	float: left;
	width: 300px;
	height: 100%;
}

.top-right {
	float: right;
	width: 640px;
	height: 100%;
}

.widget .textwidget {
	padding: 0; important!
}

.widget .textwidget a:hover {
	border: none; important!
}

.home_block {
	//background:url(images/topper_menu_bg.png) 0 -251px repeat-x;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	min-height:340px;
	padding:0 0 20px 0;
}

	.home_block .centered {
		//width:1000px;
		margin:0 auto;
		position:relative;
	}

		.home_block .centered .textwidget .text {
			//background-color:#1e1e1e;
			//border:solid 1px #484848;
			padding:15px 5px 10px 10px;
			width:280px;
			float:left;
			margin:85px 0 0 235px;
			//color:#9c9c9c;
		}
		
			.home_block .centered .textwidget a {
				//color:#FFF;
			}

.tab-container {
	float:right;
	width:100%;
}
	
	.tab-header {
		height:38px;
		padding:7px 0 0 11px;
		position:relative;
		top:2px;
	}
	
		.tab-header div {
			float:left;
			height:38px;
			padding:0 0 0 12px;
			cursor:pointer;
			//background:url(images/tabber/line.png) left 11px no-repeat;
		}
		
		.tab-header div.no_border {
			background:none;
		}
		
		.tab-header div.active-tab-handle {
			//background:url(images/tabber/active_tab.png) left 0 no-repeat;
			margin-right:-2px;
			position:relative;
		}
		
			.tab-header div b {
				display:block;
				height:38px;				
				padding:0 11px 0 1px;
				line-height:40px;
				font-size:15px;
				//color:#FFF;
				font-weight:bold;
			}

			.tab-header div.active-tab-handle b {
				//background:url(images/tabber/active_tab.png) right 0 no-repeat;
				padding-right:13px;
			}

	.tab-body {
		width:100%;
		//background:url(images/tabber/container_center.png) 0 top repeat-y;
		//color:#9c9c9c;
		//font-size:13px;
		//line-height:18px;
			
	}

		.tab-body a {
			//color:#FFF;
		}

		.tab-body .post_excerpt {
			width:185px;
			float:left;
		}

			.tab-body .post_excerpt h3 {
				font-weight:bold;
				//font-size:15px;
				margin-top:6px;
				padding-bottom:4px;
			}

				.tab-body .post_excerpt h3 a {
					text-decoration:none;
				}

			.tab-body .post_excerpt a img {
				//border:solid 3px #515151;
			} 
			
		.tab-body .post_in_category {
			//float:right;
			margin-right:27px;
			//width:170px;
		}
		
			.tab-body .post_in_category h2 {
				font-size:18px;
				//color:#FFF;
				font-weight:bold;
				padding-bottom:10px;
				line-height:24px;
			}
			
				.tab-body .post_in_category h2 a {
					//color:#FFF;
					text-decoration:none;
				}

		.tab-body .tab-body-element {
			//background:url(images/tabber/container_top.png) 0 top no-repeat;
			padding:18px 0 12px 28px;
			overflow:auto;
		}

	.tab-footer {
		//background:url(images/tabber/container_bottom.png) 0 0 no-repeat;
		height:6px;
		position:relative;
		top:-6px;
		z-index:10;
	}

