/*

Theme Name: Pokerology.com

Theme URI: http://www.pokerology.com/

Description:

Author: WebCredo.net

Author URI: http://webcredo.net/

*/

/* Reset
------------------------------------ */

HTML {
	font-size:100.01%;
	}
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,
ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,
FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	}

DFN,I,CITE,VAR,ADDRESS,EM {
	font-style:normal;
	}

TH,B,STRONG,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
	}

TEXTAREA,INPUT,SELECT {
	font-family:inherit;
	font-size:1em;
	}

SMALL {
	font-size:.85em;
	}

OL,UL {
	list-style:none;
	}

TABLE {
	border-collapse:collapse;
	border-spacing:0;
	}

CAPTION,TH,TD {
	text-align:left;
	}

:focus {
	outline:none;
	}

/* General
------------------------------------ */

HTML,BODY{

    background: #FFF;
    font-family: Open Sans, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

A{
	color:#9D0000;
	text-decoration: none;
    cursor: pointer;
}

A:hover{
    text-decoration: underline;
}

STRONG{
    font-weight: bold;
}

EM{
    font-style: italic;
}

.clear{
    clear: both;
}

INPUT{

}

#container{
	width: 100%;
	min-width: 940px;
	min-height:100%;
	position:relative;
}

.wrapper{
  width: 940px;
  margin: 0 auto;
  position: relative;
}

/* Header
------------------------------------ */

#header{
  position: relative;
  width: 100%;
  min-width: 940px;
  height:125px;
  z-index: 1000;
  background: #AA0000;
  margin: 0 0 25px 0;

}

#header .wrapper{
  height:125px;
}

#logo{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 440px;
    height: 68px;
    position: absolute;
    top:31px;
    left:0;
	background: url(images/logo.png) no-repeat;
    z-index: 100;
}

#register-links{
	display: inline-block;
	right:0;
	bottom: 15px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	line-height: 30px;
}

#register-links A{
	color:#FFF;
}

#register-links EM{
	padding: 0 10px 0 10px;
}

.button{
	background: #EE1921;
	padding: 0 8px 0 8px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	position: relative;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
}

#login-links{
  display: inline-block;
  position: absolute;
  right:0;
  bottom: 15px;
  color:#FFF;
}

#login-links A{
  display: inline-block;
  color:#FFF;
  margin: 0 0 0 10px;
  text-decoration: underline;
  font-weight: bold;
}

#login-links A:hover{
  text-decoration: none;
}

#login-links .sp-1{
  display: inline-block;
  position: relative;
  margin: 0 -6px 0 0;
}

/* Home 
------------------------------------ */

#box-1-left{
  width: 270px;
  float: left;
}

#box-1-right{
  width: 416px;
  float: right;
}

#box-1-right .links{
  width: 416px;
}

#box-1-right .links A{
  margin: 0 0 0 10px;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background: url(images/arrow-1.png) no-repeat right 5px;
  padding: 0 22px 0 0;
}

#box-1-right .links A.last{
  background: none;
  padding: 0;
}

#box-1-right .links A SPAN{
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #000;
}

#home-slider{
  width: 416px;
  height: 172px;
  position: relative;
  clear: both;
  margin: 0 0 20px 0;
}

#home-slider .images{
  position:absolute;
  width: 416px;
  height: 172px;
  top: 0;
  left:0;
}

#home-slider .item{
  display:none;
  position:absolute;
  width: 416px;
  height: 172px;
  top: 0;
  left:0;
}

#home-slider IMG{
  display:block;
  width: 416px;
  height: 172px;
}

#home-slidetabs{
  z-index: 300;
  display: inline-block;
  position: absolute;
  right: 13px;
  bottom: 11px;
}

#home-slidetabs A{
  display: block;
  width: 19px;
  height: 20px;
  outline: none;
  text-indent: -999999px;
  background: #AA0000;
  float: left;
  margin: 0 0 0 8px;
}

#home-slidetabs A.current{
  background:#000;
}

#box-1-left .title, #box-3-left .title{
  display: block;
  font-weight: bold;
  color:#000;
  margin: 0 0 10px 0;
  font-size: 15px;
}

#box-1-left P, #box-3-left P{
  display: block;
  margin: 0 0 10px 0;
  line-height: 150%;
}

#box-3-left{
  width: 390px;
  float: left;
}

#box-3-right{
  width: 292px;
  float: right;
}

#box-3{
  width: 705px;
  float: left;
  clear: both;
}

#box-4{
  width: 705px;
  float: left;
  margin: 0 0 20px 0;
  clear: both;
  position: relative;
}

#box-4 H3.title{
  display: inline-block;
  font-weight: bold;
  color:#000;
  margin: 0 0 10px 0;
  font-size: 15px;
  position: absolute;
  top:0;
  left: 0;
  line-height: 40px;
}

.tabs-1{
  width: 705px;
  height: 40px;
  border-bottom: 1px solid #999;
  margin: 0 0 20px 0;
}

.tabs-1 LI{
  float: right;
  margin: 0 15px 0 0;
}

.tabs-1 LI A{
  float: left;
  line-height: 39px;
  display: inline-block;
  padding: 0 15px 0 15px;
  color:#646464;
  text-decoration: none;
  font-size: 14px;
  border:1px solid #999;
  background: #E4E4E4;
}

.tabs-1 LI A.current{
  background: #FFF;
  border-bottom: 1px solid #FFF;
}

.panes-1 .item{
    display:none;
}

.post-1{
  float: left;
  width: 705px;
  clear: both;
  border-bottom: 1px solid #D6D6D6;
  padding: 5px 0 3px 0;
  margin: 5px 0 3px 0;
}

.post-1 .title{
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 14px;
}

.post-1 .meta{
  margin: 0 0 5px 0;
}

.post-1 .image{
  float: left;
  width: 110px;
  height: 70px;
  border: 1px solid #969B95;
}

.post-1 .image IMG{
  width: 110px;
  height: 70px;
  display: block;
}

.post-1 .text{
  float: right;
  width: 575px;
}

/* Main 
------------------------------------ */

#main{
  width: 940px;
  position: relative;
  margin: 0 auto;
}

/* Page
------------------------------------ */

#content{
  width: 705px;
  float: right;
  position: relative;
}

.meta{
  margin: 0 0 15px 0;
}

#breadcrumb{
  display: inline-block;
  position: absolute;
  top:15px;
  right: 0;
  color:#666;
  font-size: 11px;
}

#breadcrumb A{
  color:#666;
}

#page-wrapper{
  width: 440px;
  float: left;
}

#page{
  width: 440px;
  float: left;
  min-height: 400px;
}

#page.list{
  width: 705px;
}

.tabs{
  width: 705px;
  height: 40px;
  border-bottom: 1px solid #999;
  margin: 0 0 30px 0;
}

.tabs LI{
  float: left;
  margin: 0 0 0 15px;
}

.tabs LI A{
  float: left;
  line-height: 39px;
  display: inline-block;
  padding: 0 15px 0 15px;
  color:#646464;
  text-decoration: none;
  font-size: 14px;
  border:1px solid #999;
  background: #E4E4E4;
}

.tabs LI A.current{
  background: #FFF;
  border-bottom: 1px solid #FFF;
}

#content .panes .item{
    display:none;
}

.panes .video{
  margin: 0 0 10px 0;
}

#video-des{
  margin: 0 0 15px 0 !important;
}

#video-content P{
  margin: 0 0 15px 0 !important;
}

#page H1, H1.title{
  color:#000;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

#page H2{
  color:#000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#page H3{
  color:#000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#page H4{
  color:#000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#page H5{
  color:#000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#page P{
  margin: 0 0 15px 0;
  line-height: 25px;
}

#page UL{
  margin: 0 0 10px 5px;
  line-height: 25px;
}

#page UL LI{
  margin: 0 0 5px 0;
  list-style: disc;
  line-height: 25px;
}

#page OL{
  margin: 0 0 10px 5px;
  list-style: decimal
}

#page OL LI{
  margin: 0 0 5px 15px;
  line-height: 25px;
}

#page BLOCKQUOTE{
  margin: 0 0 0 10px;
  border-left: 5px solid #9CC0BF;
  padding: 0 0 0 10px;
  font-style: italic;
}

.alignleft {float:left; margin: 0 20px 0 0;}
.alignright {float:right; margin: 0 0 0 20px;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}

#navigation{
  width: 628px;
  text-align: center;
  color:#296D7B;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0 0 0;
  font-weight: bold;
}

#navigation .current{

  color:#296D7B;
}

#navigation A{
	color:#66A5B2;
}

#navigation .prev{
	display: inline-block;
	background: url(images/arrow-3.png) no-repeat left;
	margin: 0 6px 0 0;
	padding: 0 0 0 13px;
	position: relative;
}

#navigation .next{
	display: inline-block;
	background: url(images/arrow-2.png) no-repeat right;
	margin: 0 0 0 6px;
	padding: 0 13px 0 0;
	position: relative;
}

.page-numbers{
  padding: 0 3px 0 3px;
}

.related-posts ul {
    margin: 1em 0 2em 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    clear: both;
}

.related-posts li {
    margin: 0;
    padding: 0;
    display: block;
    clear: left;
}

.related-posts img {
    margin: 0 0.5em 0.5em 0;
    float: left;
}

#author-info{
    width: 440px;
    float: left;
    margin: 20px 0 0 0;
    clear: both;
}

#author-info .image{
    width: 66px;
    float: left;
	margin: 10px 0 0 0;
}

#author-info .text{
    width: 364px;
    float: right;
}

#author-info .text P{
  margin: 0px;
}

#author-info .text .bio{
  font-size: 12px;
  line-height: 20px;
}

#share{
    float: left;
    margin: 30px 0 10px 0;
    clear: both;
    color:#919191;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

#share .sp-1{
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

#share .addthis_toolbox{
  display: inline-block;
  float: left;
}

#link{
	width: 440px;
	float: left;
	margin: 0 0 25px 0;
}

#link SPAN{
  display: block;
  color: #000;
  width: 115px;
  height: 28px;
  line-height: 28px;
  border:1px solid #BBBBBB;
  text-align: center;
  float: left;
  background: #F2F2F2;
  margin: 0 5px 0 0;
}

#link INPUT[type="text"]{
	width: 295px;
	height: 28px;
	line-height: 26px;
	border:1px solid #BBBBBB;
	background: #FFF;
	padding: 0 5px 0 5px;
	float: left;
}

#related H3{
	margin: 35px 0 0 0;
	border-top: 1px solid #BBB;
	padding:15px 0 0 0;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

#related H3{
  margin:0 0 5px 0;
}

.related-posts H6{
  display: none;
}

.related-posts UL{
  margin: 0 0 0 0 !important;
}

.related-posts UL LI{
  margin: 0 0 5px 0 !important;
  background: none;
  padding: 0 !important;
  line-height: 18px !important;
}

.related-posts LI A{
 color: #656565;
 text-decoration: underline;
}

.related-posts LI A:hover{
 text-decoration: none;
}

#action-button{
  border: none;
  position: relative;
  margin: -15px 0 20px 0;
}

.question-content P{
  margin: 0 0 10px 0;
}

/* Articles
------------------------------------ */

#categories{
  width: 705px;
  float: left;
  padding: 20px 0 0 0;
}

#categories .item{
  width: 330px;
  float: left;
  margin: 0 0 20px 0;
}

#categories .item.last{
  float: right;
  margin: 0 0 20px 0;
}

#categories .image{
  display: block;
  float: left;
  width: 110px;
  height: 75px;
}

#categories .image IMG{
  display: block;
  width: 110px;
  height: 75px;
}

#categories .text{
  display: block;
  float: right;
  width: 200px;
}

#categories .title{
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.list-box{
  width: 210px;
  float: left;
}

.list-box{
  width: 220px;
  float: left;
  color:#9D0000;
  margin: 0 15px 20px 0;
}

.list-box LI{
  list-style: inside !important;
  font-weight: bold;
}

.list-box.last{
  margin: 0 0 20px 0;
}

/* Post
------------------------------------ */

#category-description{
  background: #F2F2F2;
  padding: 10px;
  margin: 0 0 20px 0;
}

#category-description P{
  margin: 0;
}

.category-title{
  margin: 0 0 10px 0 !important;
}

.post{
  float: left;
  width: 705px;
  clear: both;
  border-bottom: 1px solid #D6D6D6;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.post .image{
  float: left;
  width: 110px;
  height: 70px;
  border: 1px solid #969B95;
}

.post .image IMG{
  width: 110px;
  height: 70px;
  display: block;
}

.post .text{
  float: right;
  width: 575px;
}

#page .post .meta{
  margin: 0 0 5px 0;
}

#page .post .meta H2{
  color:#9D0000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#page .post .meta H2 A{
  color:#9D0000;
}

#page .post .content-icons{
  display: inline-block;
  margin: 0 0 0 6px;
  position: relative;
}

#page .post .content-icons SPAN {
  display: inline-block;
  width: 12px;
  height: 14px;
  outline: none;
  text-indent: -999999px;
  margin: 0 2px 0 0;
  background: url(images/lesson-icons-a-v-q.png) no-repeat 0 0;
}

#page .post .content-icons .sp-2{
  background-position: -15px 0;
}

#page .post .content-icons .sp-3{
  background-position: -30px 0;
}

#page .post P{
  margin: 0 0 0 0;
  font-size: 13px;
  line-height: 15px;
}

.wp-pagenavi{
  margin: 20px 0 0 0;
}

/* Sidebar Left
------------------------------------ */

#sidebar-left{
  width: 190px;
  float: left;
  position: relative;
}

#sidebar-left DL{
  margin: 0 0 20px 0;
  float: left;
  clear: both;
}

#sidebar-left DD A{
  width: 130px;
  height: 40px;
  border-bottom: 1px solid #DEDEDE;
  line-height: 40px;
  float: right;
  clear: both;
  display: block;
  padding: 0 0 0 36px;
  text-decoration: none;
  color:#333;
  font-size: 13px;
}

#sidebar-left DD .icon1{background: url(images/icon1.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon2{background: url(images/icon2.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon3{background: url(images/icon3.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon5{background: url(images/icon5.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon6{background: url(images/icon6.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon7{background: url(images/icon7.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon8{background: url(images/icon8.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon9{background: url(images/icon9.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon10{background: url(images/icon10.gif) no-repeat 5px 13px;}
#sidebar-left DD .icon11{background: url(images/icon11.gif) no-repeat 5px 13px;}

#sidebar-left DD{
  width: 178px;
  border-left:12px solid #FFF;
  float: left;
  clear: both;
  position: relative;
}

#sidebar-left DD:hover SPAN{
  width: 12px;
  height: 40px;
  position: absolute;
  top:0;
  left:-12px;
  background: #AA0000;
}

#sidebar-left DT{
  width: 166px;
  border-bottom: 1px solid #DEDEDE;
  line-height: 40px;
  float: right;
  clear: both;
  color:#646464;
  font-size: 13px;
  font-weight: bold;
}

#sidebar-left DD LI A{
  width: auto;
  height: auto;
  border-bottom: 0;
  line-height: normal;
  float: none;
  clear: both;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color:#333;
  font-size: 13px;
}

#sidebar-left DD LI A:hover{
  text-decoration: underline;
}

#sidebar-left UL{
  position: relative;
  left:22px;
  width: auto;
  clear: both;
  display: none;
  padding: 5px 0 5px 0;
}

#sidebar-left .current UL{
  display: block;
}

#sidebar-left LI{
  padding: 8px 0 0 0;
}

/* Sidebar Right
------------------------------------ */
#sidebar-right{
  width: 225px;
  float: right;
  position: relative;
}

#sidebar-right .image IMG{
  display: block;
}

#sidebar-right .image{
  width: 225px;
  border-bottom: 1px solid #DADADA;
  padding:0 0 15px 0;
  margin: 0 0 20px 0;
}

#sidebar-right .quote{
  width: 225px;
  border-bottom: 1px solid #DADADA;
  padding:0 0 15px 0;
  margin: 0 0 20px 0;
  color:#505050;
}

#sidebar-right .quote BLOCKQUOTE P{
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 22px;
}

#sidebar-right .quote BLOCKQUOTE CITE{

}

#sidebar-right .quote BLOCKQUOTE{
  width: 225px;
  background: url(images/quote.png) no-repeat 0 0;
  padding: 35px 0 0 0;
}

#sidebar-right .video-link{
  display: inline-block;
  color: #505050;
  background: url(images/icon-12.png) no-repeat 0 0;
  line-height: 14px;
  padding: 0 0 0 18px;
  font-weight: bold;
  font-size: 12px;
}

/*WishList Member Login Form*/

#wl-login {

  width: 275px;
  margin: 20px 0 0 0;
}

#wl-login p {
  margin: 0px;
}

.wl-boxes {
  height: 25px;
  width: 275px;
  font-size: 18px;
  margin-bottom: 10px;
}

.wl-boxes:hover {
  border: 2px solid #999999;
}

.wl-boxes:focus {
  border: 2px solid #999999;
}

#wl-submit {
  height: 35px;
  width: 275px;
  font-size: 20px;
  text-transform: uppercase;
  border: 4px solid #AA0000; 
  margin: 15px 0 20px 0;
}

#wl-submit:hover {
  border: 4px solid #EE1921;
}

.rememberme {
  text-align: right;
}

.lostit {
  margin: 3px 0 5px 0;
  text-align: right;
}

/* The Main Registration Form Table */

.wpm_registration{
	clear:both;
	padding:0;
	margin:10px 0;
}

.wpm_registration td{
	text-align:left;
}


/* CSS for Registration Error Messages */

.wpm_err{

	color:#000;
	font-weight:bold;
}

/* CSS Code for the Registration Instructions Box */

/* The Main Instructions Box */

#wlmreginstructions{
	background:#ffffdd;
	border:1px solid #ff0000;
	padding:0 1em 1em 1em;
	margin:0 auto 1em auto;
	font-size:5em;
	width:450px;
	color:#333333;
}

/* Links displayed in the Instructions Box */

#wlmreginstructions a{
	color:#0000ff;
	text-decoration:underline;
}

/* Numbered Bullets in the Instructions Box */

#wlmreginstructions ol{
	margin:0 0 0 1em;
	padding:0 0 0 1em;
	list-style:decimal;
	background:none;
}

/* Each Bullet Entry */

#wlmreginstructions li{
	margin:0;
	padding:0;
	background:none;
}

/****************

advanced comment styles

****************/

#respond H3, H3#comments{
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

h3#comments,.comment-navigation,.comment-navigation:after,#respond:after,.comment-rss{display:block}
ol.commentlist{width:100%}
ol.commentlist,li.authorcomment,li.comment,#respond h3,form#commentform,input#submit{margin:0}
ol.commentlist,ol.commentlist ul,form#commentform{padding:0}
ol.commentlist{border-bottom:1px solid #ccc}
ol.commentlist ul{margin:0 0 0 20px}
li.authorcomment,li.comment,form#commentform textarea,form#commentform input{border:1px solid #ccc}
li.authorcomment,li.comment{padding:10px 0 0 10px;list-style:none;border-bottom:none}
li.even{background:#fff}
li.odd{background:#F2F2F2}
.authorcomment{background:#deebf9}
.vcard img{float:left;background:#c4c4c4}
.vcard img,.comment-navigation .newer a,.comment-navigation .older a{padding:5px}
.comment-meta,ol.commentlist li small,p.subscribe-to-comments label{position:relative}
.comment-meta,ol.commentlist li small{top:10px;left:10px}
.comment-text{margin:0px 10px 0 0}
.comment-text P{margin:0 0 15px 0; line-height: 25px;}
.reply,.comment-navigation .newer,input#submit{float:right}
.reply,.comment-navigation .newer a,.comment-navigation .older a,input#submit{background:#991F1C}
.reply{margin:0 0 10px 0}
a.comment-reply-link,.reply a:link,
.comment-navigation .newer a,.comment-navigation .older a,input#submit{display:inline-block;text-align:center;cursor:pointer;color:#fff}
a.comment-reply-link,.reply a:link{padding:5px 0} a.comment-reply-link,.reply a:link,input#submit{width:150px}
a.comment-reply-link:hover,.reply a:hover{padding:4px 0}
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,.comment-navigation .older a:hover{border:1px solid #4c7faa}
.comment-navigation{margin:10px 0 10px 0} .comment-navigation:after,#respond:after{content:".";height:0;visibility:hidden}
.clear{clear:both}
.comment-navigation .newer a:hover,.comment-navigation .older a:hover{padding:4px}
form#commentform textarea,form#commentform input{padding:2px 3px}
form#commentform textarea{width:442px}
input#submit{padding:5px 0 !important;border:0 !important; float:left; margin: 10px 0 10px 0;}
input#submit,p.subscribe-to-comments input{outline:0}


/* Footer
------------------------------------ */
.push{
  height: 320px;
  clear: both;
}

#footer{
  width: 100%;
  height: 300px;
  background: url(images/footer.png) repeat-x top;
  position: absolute;
  bottom:0;
  left:0;
  min-width: 940px;
}

#footer .wrapper{
  height: 265px;
  padding: 35px 0 0 0;
  color:#000;
}

#copy{
  position: absolute;
  bottom:15px;
  text-align: center;
  width: 940px;
}

.f-box{
  float: left;
  width: 220px;
  margin: 0 0 0 20px;
  color:#FFF;
}

.f-box.first{
  margin: 0;
  width: 180px;
}

.f-box.b-2{
  width: 140px;
}

.f-box.b-3{
  width: 320px;
}

.f-box A{
  color:#FFF;
}

.f-box LI{
  font-size: 14px;
  margin: 0 0 10px 0;
}

.back{
  cursor: pointer;
  display: inline-block;
  position: relative;
  left:60px;
  background: url(images/back-to-top.png) no-repeat 0 2px;
  padding:0 0 0 15px;
}

.f-box H4{
  font-size: 16px;
  font-weight: bold;
  color:#FFF;
  margin: 0 0 10px 0;
}

.footer-social A{
  display: inline-block;
  padding:0 0 0 35px;
  line-height: 25px;
}

.footer-social .s-1{
  background: url(images/icon-facebook.png) no-repeat 0 0;
}

.footer-social .s-2{
  background: url(images/icon-twitter.png) no-repeat 0 0;
}

.footer-social .s-3{
  background: url(images/icon-youtube.png) no-repeat 0 0;
}

.footer-social .s-4{
  background: url(images/icon-rss.png) no-repeat 0 0;
}


/* Tim's Review Page CSS
------------------------------------ */

#page-template {
	width: 705px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

 p {
	line-height: 25px;
}

 h1.title {
color: #000;
font-size: 30px;
font-weight: bold;
}

#page-template h2 {
font-size: 18px;
font-weight: bold;
margin: 0 0 15px 0;
}

.usaflag {
	float: left;
	margin-right:10px;
}

#page-template hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 30px;
	margin-top: 25px;
}

.poker-tb {
	width: 190px;
	float: left;
}

.poker-info {
	width: 490px;
	float: right;
	margin-bottom: 25px;
}

.clears {
	clear: both;
}

.red-button {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background: #ee1920;
	color: #fff;
	padding: 2px 8px 2px 8px;
	line-height: 30px;
	display: inline-block;
	border: none;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
}

.red-button:hover {
	background: #c70107;
	text-decoration: none;
}

.raquo {
	position: relative; bottom: 2px;
}

.bold-reds {
	color: #aa0000;
	font-weight: bold;
	float: left;
	line-height: normal;
	margin-top: 6px;
}
