@import url('b10reset.css'); 

body {
	margin-left: 1px;
	margin-right:1px;  
	font-family: Helvetica, Arial, sans-serif;
/*	font-family: "Trebuchet MS", Verdana, arial;*/
	background: url(../images/background-canvas.png);
}

/******************************************************************* 
social icons
********************************************************************/
#b10social-nav {
    position: relative;
    /*background: #e8e8e8;*/
    float: left;
}

#b10social-nav li {
    float: left;
    list-style: none;
}


.b10social-div{
    float: right:
}
.b10social {
	width: 40px;
	height: 40px;
	float: right;
	margin-top: 5px;
}

	#facebook {
		background: url(../images/facebook.png) no-repeat;
	}

	#twitter {
		background: url(../images/twitter.png) no-repeat;
	}

	#reddit {
		background: url(../images/reddit.png) no-repeat;
	}

	#digg {
		background: url(../images/digg.png) no-repeat;
		/* pad the last on just a bit to make them line up */
		padding-right: 15px;
	}

.b10clear {clear: both;}
.b10clear-right {clear: right;}
.b10pad-left50 {padding-left:50px;}
.b10float-left {float:left}
.b10float-right {float:right}

.b10container {
	width: 950px;
	margin: 0 auto;
}


#b10slider-container {
	height: 353px;
	width: 1100px;
	position:releative;
	margin: 0 auto;
}


#b10showcase {
	background: url(../images/showcase-bg.jpg) repeat-x;
	height: 400px;
}

.b10header-container {
	padding-top: 50px;
	width: 960px;
	margin: auto;
}


/******************************************************************* 
b10header
********************************************************************/
#b10header {
	padding: 3px 0 0 0;
}

	#b10header h1 {
		float: left;
		margin-top: 10px;
	}
	
	
/******************************************************************* 
b10header sitename
********************************************************************/
#b10header-sitename {
	float: left;
	padding: 3px 0 3px 0;
	overflow: hidden;
}

	#b10header-sitename h1 {
		/*float: left;*/
		margin-top: 20px;
		padding-left: 1px;
	}

	#b10header-sitename h1 a {
		background: url(../images/logo-sitename.png) no-repeat;
		height: 100px;
		width: 359px;
		display: block;
		text-indent: -9999px;
	}


/******************************************************************* 
b10content-box
********************************************************************/
#b10content-box {
	margin-top: 10px;
	overflow: hidden;
	
/*	border: 2px solid #ff6200; */
/*	border: 5px solid #5f8b3c; */
/*	border: 1px solid #5f8b3c; */
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	position: relative;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	/*
	-moz-box-shadow: 5px 5px 5px #665;
	-webkit-box-shadow: 5px 5px 5px #665;
	box-shadow: 5px 5px 5px #665;		
	*/
	-moz-box-shadow: 7px 7px 5px #665;
	-webkit-box-shadow: 7px 7px 5px #665;
	box-shadow: 7px 7px 5px #665;		
	
/*	background: #fff;*/
/*	background: url(images/slider-bg.png) repeat-x;*/
/*	background: url(images/slider-bg1.png) repeat-x;*/

/*** background: url(images/185.jpg); *****/	
/*	background: #71c837;*/


/*  background: url(images/bk27c.gif);*/
/*  background: url(images/44.jpg);*/
/*    background: url(images/271.jpg);*/
/*  background: url(images/378.gif);*/
/*  background: url(images/b10slider-slice.jpg) repeat-x;*/
/*  background: url(images/b10bg-slice3.png) repeat-x;*/
/*  background: #4c9200;*/

/*	background: #d5e5ff;*/
}

/*
.b10bar {
	height: 2px;
	background: url(images/bar.png) repeat-x;
}
*/

#b10features {
	margin-top: 53px;
	overflow: hidden;
	margin-bottom: 10px;
	 /* margin: 0 auto;*/
	margin-left:70px;
}

.b10feature {
	width: 180px;
	float: left;
	padding: 8px 30px 0 30px;
	margin-right: 50px;
	margin-bottom:10px;
	border-right: 1px solid #9f9f9f; 
	/*	border: 1px solid #9f9f9f; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
	.b10feature-noborder {
		border-right: 0; 
	}
	
.b10feature h3 {
	font-size: 25px;
	font-weight: bold;
/*	text-shadow: 2px 2px 2px #6e6e6e;*/
/*	color: #66afd7;*/
/*	color: #0e5fd5;*/
	color: black;
	margin-bottom: 20px;	

}

.b10feature p {
	line-height: 1.3;
	font-size: 14px;
	height: 100px;
	padding-bottom: 20px;
	color: #313131;
}
.b10feature a {
	color: #313131;
	text-decoration: none;
}

/*
.b10feature a {
	background: url(images/read-more.jpg) no-repeat;
	display: block;
	height: 29px;
	width: 99px;
	text-indent: -9999px;
	margin: 0 auto;
}
*/

/******************************************************************* 
main content
********************************************************************/
#b10content-main {
	padding: 10px;
  	/*margin-bottom:10px;*/
	width:750px;
	/*background:red;*/
	float: right;
	/*overflow: hidden;
	float:left;*/

}

#b10content-main h3 {
	font-family: "Trebuchet MS", Verdana, arial;
	font-size: 25px;
/*	font-weight: bold;*/
	/*text-shadow: 2px 2px 2px #6e6e6e;*/
	color: #333333;
	margin-bottom: 20px;	
	/*height:500px;*/
}

#b10content-main p {
	font-family: "Trebuchet MS", Verdana, arial;
	font-size: 12px;
	padding-bottom: 10px;
}
#b10-navigation-container {
	font-family: arial, sans;
	font-size:12px;
	/*margin-left:15px;*/
/*	margin: 2px 0 0 2px;*/
	margin: 0 0;
	width:200px;
	/*border-right: 1px solid black;*/

	background: green;
	/*float: left;*/
	/*clear: both;*/
	/*overflow: hidden;*/
}

#b10-navigation {
	background: #323232;
	float: left;
	/*border-right: 1px solid #ddd; */
	padding-right:5px;
	padding-left:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*clear: both;*/
}

#b10-primary-links {
	list-style: none;
}

	#b10-primary-links li {
		/*padding: 3px 0 3px 0;*/
		border-bottom: 1px solid #ddd;
	}
	
	#b10-primary-links li:hover {
		/*background: #eee;*/
		background: #66ffff;
	}
	
	#b10-primary-links li a {
		text-decoration: none;
		color: #fff;
		padding-left:5px;
		/*margin: 15px;*/
		display:block;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#b10-primary-links li a:hover {
		color: #000;
		/*background: red;*/
	}
	
	#b10-primary-links .b10-overview {
		margin-top:25px;
	}
	
	#b10-primary-links .b10-overview a {
		/*color: #0099ff;*/
		color: #66ffff;
		font-size:15px;
		font-family: "Trebuchet MS", Verdana, arial;
		/*text-shadow: 2px 2px 1px #000000;*/
	}


.b10content-heading {
	font-size: 28px;
	border-bottom: 1px solid #ddd;
	margin-bottom:15px;
}

	.b10content-subheading {
		font-size: 18px;
		border-bottom: 1px solid #ddd;
		margin-bottom:15px;
		text-align: right;
	}


/******************************************************************* 
footer
********************************************************************/
#b10footer {
/*	background: url(../images/footer.png) repeat-x;*/
	margin-top:20px;
	padding:5px 5px 5px 5px;
/*	background: #3a3a3a;*/
	background: #313131;
    color: #fff;
/*    font-family: monospace, Andale Mono, Arial; */
   	font-size:12px;
    text-align: center;
}

#b10footer a {color:#fff; text-decoration:none;}
#b10footer-links {float: left;}
#b10footer-copy {float: right;}


/******************************************************************* 
forms
********************************************************************/

#contact_us_form input[type=text], input[type=password] {
    display: block;
    width: 280px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px; 
    padding: 5px;
}

#contact_us_form label {
	display:block; 
	font-weight:bold; 
	color:#000000;
	padding:15px 0 3px 0;
}

#contact_us_form fieldset {
    width: 300px;
    margin-bottom: 2em;
    display: block;
}

#contact_us_form input[type=submit], form a {
	margin-top: 20px;
}

#contact_us_form input[type=submit]:hover , form a:hover {
    cursor: pointer;
}

#contact_us_form p.error {
	padding:10px 0 0 0;
    color: #ff0000;
}


/******************************************************************* 
scoreboard
********************************************************************/
#b10_scoreboard_pokerfury_tabs {font-size:62.5%;}

.b10_scoreboard_table {
	font: 12px "Verdana", Arial, sans-serif;
	border-collapse: collapse;
	width: 95%;
	position: relative;
	margin: auto;
}

.b10_scoreboard_th {
	background-color: #222;
	color: #fff;
}

.b10_scoreboard_th, .b10_scoreboard_td {
	border: 1px solid #444;
	padding: 5px;
}

.b10_scoreboard_tr:nth-child(even) {background-color: #fdfdfd;}
.b10_scoreboard_tr:nth-child(odd) {background-color: #7bc023;}
.b10_scoreboard_score {text-align: center;}
.b10_scoreboard_date {text-align: center;}			


/******************************************************************* 
signup form
********************************************************************/
#b10signup {
    float: left;
    position: relative;
    left:-350px;
}

#b10header form {
    font-size: 12px;
/*    font-weight: bold;*/
    width:600px;
/*    height: 200px;*/
/*    margin:20% auto;*/
/*
    padding:15px;
    border:solid 6px #8ae7ff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    */
}
/*
#newsletter-signup input[type=text] {
    display: inline;
}
#newsletter-signup label {
    display: inline;
}
#newsletter-signup fieldset {
    border:none;
    display: inline;
    background: green;
}
*/
#b10header input {
/*    border:none;*/
/*    border: solid black;*/
    background-color:none;
}

#signup-email {
    border:1px solid #8ae7ff;
    color:#9E9E9E;
    padding:5px;
    margin-left:10px;
    margin-right:4px;
}

#signup-email:focus {
    border-color:#9FCBFF;
    background-color:#DFEEFF;
    background-image:none;
    color:#000;
}

#signup-button {
    border: none;
    background-color:#bdffff;
    color:#000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    padding:5px;
    text-shadow: 1px 1px 1px #5FA8FF;
}

#signup-button:hover {
    cursor:pointer;
    background-color:#8ae7ff;
}

#signup-response {
    display:inline;
    margin-left:4px;
    padding-left:20px;
}

.response-waiting {
    background:url("../images/loading.gif") no-repeat;
}

.response-success {
    color: green;
/*   background:url("../images/tick.png") no-repeat;*/
}

.response-error {
    color: red;
/*   background:url("../images/cross.png") no-repeat;*/
}

