/*	Reset
----------------------------------------- */
* {padding:0;margin:0;text-decoration:none;font-size:1em;outline:none;}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex {font:inherit;font-size:1em;}
dfn,cite,var,address {font-style:normal;}
th,b,strong,h1,h2,h3,h4,h5,h6 {font-weight:bold;}
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet {border:none;}
table {border-collapse:collapse;border-spacing:0;}
caption,th,td,center {text-align:left;vertical-align:top;}
body {
	/*background: #ddd url(/images/bg.png) repeat-x fixed bottom;*/
	background-color: #1C2B33;
	color: #000;
	font: normal 87.5%/1.375em "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	text-rendering: optimizeLegibility;
}
q {quotes:"""";}
ul.menu li {float:left;list-style:none;}

/*sub,sup{vertical-align:baseline;}*/
a {color:#0000cc;text-decoration:underline;}
a:hover {color:#000077;text-decoration:underline;}


/*  Type
----------------------------------------- */
h1 {
  color: #333;
  font: bold 36px/44px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 16px 0 6px;
  text-shadow: 0 3px 0 white;
}

h1.title {
  border-bottom: 1px solid #ccc;
  color: #333;
  font: normal 18px/43px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}
h1.title a, h1.title a:hover { color: #333; text-decoration: none; }

.top h1 {
  background: transparent url(/images/brush.png) no-repeat center center;
  color: #fff;
  font-size: 60px;
  line-height: 88px;
  margin: -22px 0 11px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

#more { border-bottom: #006611 5px solid; }
#less { border-bottom: #661100 5px solid; }

.container h2 {
  color: #333;
  font: bold 24px/33px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 16px 0 17px;
  text-shadow: 0 2px 0 white;
}

h2.title {
  color: #333;
  font: bold 36px/48px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}

.container h3, legend {
  color: #333;
  font: bold 18px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 0 white;
  margin: 11px 0 11px;
}

h3 a { text-decoration: none; }

h4 {
  color: #000;
  font: bold 12px/22px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 0 white;
  padding: 11px 0 11px;
}

.container p, .container li, label {
  font: normal 13px/22px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 0 white;
}

.container p, .container ul { margin-bottom: 22px; }
.container p + ul { margin-top: -11px; }

p img { text-decoration: none !important; vertical-align: middle; }

blockquote {
  color: #666;
  font: normal 13px/22px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
  padding: 0px 9px;
  border-left: 4px solid #ddd;
}

table {}
ul,ol {}
small, .small p, .small li, span.small { font-size: 85%; font-weight: normal; }
.center { text-align: center !important; }
.tleft { text-align: left !important; }
.feedme {
  font: normal 11px/22px "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.feedme.absolute {
	position: absolute;
	right: 30px;
	top: 12px;	
}
.feedme a {
	background-color: #ddd;
	display: inline-block;
	font-size: 11px;
	padding: 3px 6px 3px 3px;
	text-decoration: none;
	border-radius: 5px;
}
.feedme a:hover {
	background-color: #999;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);	
}
p.feedme a img {
	padding: 0px 3px 0px 2px;
	vertical-align: text-top;
}
.feedme.black a { 
	background-color:#000;
}
.feedme.black a:hover { color:#80C6FF; } 

.feedme.black img {
	padding: 0px 3px 0px 2px;
	vertical-align: text-top;
}
.sidebar a { color: #fff; }
.sidebar h1, .sidebar legend, .sidebar.mydc_sidebar span
{ color: #fff; font: bold 14px/16px Helvetica,Arial,sans-serif; letter-spacing: 0; margin: 0 0 9px 0; padding: 0; text-shadow: none; }
.sidebar fieldset { border: 0; }
.sidebar p, .sidebar li { color: #fff; font-size: 12px; line-height: 18px; text-shadow: none; }
.sidebar li { margin: 0 0 9px 0; list-style-type: none; }
.sidebar hr { background-color: #666; color: #666; height: 1px; border: 1px solid #666; }
.sidebar input.text, .sidebar select {width:174px !important;}
.sidebar select { font-size: 12px; line-height: 12px; }
.sidebar button.buttonz { margin-top: 9px; }
.sidebar li img {display:none;}
.sidebar a.offers {font-weight: bold;}


/*  Forms
----------------------------------------- */
fieldset {
	margin-bottom: 16px;
}
legend { padding-right: 9px; }
legend + p { margin-top: 22px; }
label { clear: both; display: block; }
input.text {
	background: #fff url(/images/bg-article-preview.png) repeat-x 0 -80px;
	border-top: 1px solid #888;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	outline: 0;
	padding: 7px 8px 8px;
	width: 328px;
}
input.text.short { width: 100%; }
input.text.cvv { width: 50px; }
textarea {
	background: #fff url(/images/bg-article-preview.png) repeat-x 0 -80px;
	border-top: 1px solid #888;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	padding: 7px 8px 8px;
	width: 328px;
}
input.text:focus, textarea.text:focus {
	border: 1px solid #0000ff;
}
form p small {
	color: #999;
	clear: both;
	display: block;
	font-size: 10px;
	line-height: 22px;
}
select {
	font-size: 11px;
	margin: 7px 0;
  /*padding: 4px 0;*/
}
select.country {
	width: 338px;
}
input.error, select.error, .field_with_errors input, .field_with_errors select
{ border: 1px solid #ff0000; }
.button_container {
	background-color: #eee;
	clear: both;
	height: 72px;
	margin-bottom: 18px;
	padding: 9px 0;
	text-align: center;
	width: 100%;
}
.signup-form{
	background-color: #cccccc;
	padding:10px;
}
.signup-form h2{
	background-color: #edeced;
}
.signup-form fieldset{
	background-color: #fff;
	padding:0 10px;
	width: 374px;
}

/*  Layout Methods & Columns
----------------------------------------- */
.break { clear: both; float: none; height: 0px; }
.top { /*padding-bottom: 44px; !NOTE: Add with submenu*/ border-bottom: 3px solid #444; }
.mast {
  clear: both;
  float: none;
  width: 100%;
}
.contains { clear: both; margin: 0 auto 0 auto; position: relative; width: 954px; }
.contains.wide { width: 1008px; }
.left { float: left; }
.right { float: right; }
.clear { clear: both !important; }
.block-center { margin-left: auto !important; margin-right: auto !important; }
.mtop { margin-top: 22px !important; }
.mright { margin-right: 18px !important; }
.mbottom { margin-bottom: 22px !important; }
.mleft { margin-left: 18px !important; }
.ptop { padding-top: 22px !important; }
.pright { padding-right: 18px !important; }
.pbottom { padding-bottom: 22px !important; }
.pleft { padding-left: 18px !important; }
.no_pbottom { padding-bottom: 0 !important; }
.no_mbottom { margin-bottom: 0 !important; }

.col1 { width: 90px; }
.col2 { width: 210px; }
.col25 { width: 250px; }
.col3 { width: 306px; }
.col4 { width: 414px; }
.col5 { width: 522px; }
.col6 { width: 630px; }
.col7 { width: 738px; }
.col8 { width: 846px; }
.col9 { width: 954px; }

.col2.b_right.split { width: 108px; padding-right: 44px; margin-right: 45px; }
.col3.b_right.split { width: 216px; padding-right: 44px; margin-right: 45px; }
.col4.b_right.split { width: 324px; padding-right: 44px; margin-right: 45px; }
.col5.b_right.split { width: 432px; padding-right: 44px; margin-right: 45px; }
.col6.b_right.split { width: 540px; padding-right: 44px; margin-right: 45px; }
.col7.b_right.split { width: 648px; padding-right: 44px; margin-right: 45px; }
.col8.b_right.split { width: 756px; padding-right: 44px; margin-right: 45px; }

.col2.b_left.split { width: 108px; padding-left: 44px; margin-left: 45px; }
.col3.b_left.split { width: 216px; padding-left: 44px; margin-left: 45px; }
.col4.b_left.split { width: 324px; padding-left: 44px; margin-left: 45px; }
.col5.b_left.split { width: 432px; padding-left: 44px; margin-left: 45px; }
.col6.b_left.split { width: 540px; padding-left: 44px; margin-left: 45px; }
.col7.b_left.split { width: 648px; padding-left: 44px; margin-left: 45px; }
.col8.b_left.split { width: 756px; padding-left: 44px; margin-left: 45px; }

.b_bottom { border-bottom: 1px solid #ddd; margin-bottom: 11px; padding-bottom: 10px; }
.b_left { border-left: 1px solid #ddd; margin-left: 9px; padding-left: 8px; }
.b_right { border-right: 1px solid #ddd; margin-right: 9px; padding-right: 8px; }
.b_top { border-top: 1px solid #ddd; margin-top: 9px; padding-top: 8px; }
.relative { position: relative; }
hr { border: 2px solid #ccc; border-left: 0; border-right: 0; clear: both; float: none; margin: 14px 0; width: 100%; }
.sidebar {
	background: #333 url(/images/bg-header2.png) repeat-x;
	border: 3px solid #fff;
	color: #fff;
	float: left;
	padding: 12px;
	margin: 0 0 0 -55px;
	border-radius: 9px;
	box-shadow: 0 1px 9px rgba(0,0,0,0.5);
}
.sidebar.right { position: absolute; right: -18px; margin: 0; }
body.mini .sidebar { 
	border: 0; 
	box-shadow: none;
	border-radius: 0;
}
body.mini .sidebar.mydc_sidebar { margin-left: -36px; width: 100px; }
body.mini .sidebar.right { right: 0; }


/*  Colors
----------------------------------------- */
.c000 { background-color: #000 !important; }
.c111 { background-color: #111 !important; }
.c333 { background-color: #333 !important; }
.cEEE { background-color: #eee !important; }
.highlight { background-color: #ffffcc !important; }


/*  Buttons
----------------------------------------- */
a.buttonz, button.buttonz, .buttonz {
	background: #222 url(/images/alert-overlay.png) repeat-x;
	border: 0;
	border-bottom: 1px solid (0,0,0,0.15);
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica, Arial, sans;
	font-size: 13px;
	font-weight: bold;
	line-height: 1 !important;
	padding: 6px 10px 8px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	background-clip: border;
	background-inline-policy: continuous;
	background-origin: padding;
}
.sign-up-buttonz{
	margin-bottom: 5px;
}

.welcome-upgrade{
	font-size: 28px !important;
}

button::-moz-focus-inner { border: 0; padding: 0; }

a.buttonz:hover, button.buttonz:hover {
  background-color: #111;
	color: #fff !important;
  padding: 7px 10px 7px;
}

/* Buttons Sizes ---------- */
.small.buttonz, .small.buttonz:hover { font-size: 10px; line-height: 10px !important; padding: 3px 3px 4px; }
.medium.buttonz { font-size: 13px; }
.large.buttonz { font-size: 18px; padding: 7px 9px 11px !important; }
.large.buttonz:hover { padding: 9px; }
.button_container .account{
	font-size:32px !important;
}
.account.buttonz { 
	font-size: 16px; 
	padding: 16px 18px 12px !important;
	background-color: #55BB11;
}
.account.buttonz:hover{
	background-color: #339900;
}
.button-container{
	text-align: center;
}
/* Buttons Colors ---------- */
.blue.buttonz { background: #00112f url(/images/alert-overlay.png) repeat-x 0 -9px; }
.blue.buttonz:hover { background-color: #11223f; background-image: none; }
.gray.buttonz { background-color: #111; }
.gray.buttonz:hover { background-color: #111; }
.green.buttonz, #menu #tab_account a.gray.buttonz { background-color: #55BB11; }
.green.buttonz:hover, #menu #tab_account a.gray.buttonz:hover { background-color: #339900; }


/*  Game Types
----------------------------------------- */
a.buttonz.game_type {
	font-size: 10px;
	line-height: 10px;
	padding: 4px 5px 6px 5px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
	width: 40px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

div.video_widget.tall a.buttonz.game_type { position: absolute; right: 9px; bottom: 9px; }
a.buttonz.nlhe, a.buttonz.nlhe:hover
{background: url(/images/game_types/bg-nlhe.png) repeat-x top; border: 1px solid darkgreen;}
a.buttonz.other, a.buttonz.other:hover
{background: url(/images/game_types/bg-other.png) repeat-x top; border: 1px solid #cc7700;}
a.buttonz.mtt, a.buttonz.mtt:hover, a.buttonz.sng, a.buttonz.sng:hover
{background: url(/images/game_types/bg-mttsng.png) repeat-x top; border: 1px solid darkviolet;}	
a.buttonz.lhe, a.buttonz.lhe:hover
{background: url(/images/game_types/bg-lhe.png) repeat-x top; border: 1px solid darkred;}
a.buttonz.mixed, a.buttonz.mixed:hover
{background: url(/images/game_types/bg-mixed.png) repeat-x top; border: 1px solid darkpink;}
a.buttonz.plo, a.buttonz.plo:hover
{background: url(/images/game_types/bg-plo.png) repeat-x top; border: 1px solid darkblue;}

.cancel { display: inline-block; padding-left: .25em; }

td.lhe { background-color: darkred; background-image: url(/images/game_types/bg-lhe.png); border: 1px solid darkred; }
td.mixed { background-color: rgba(255,0,138,1); background-image: url(/images/game_types/bg-mixed.png); border: 1px solid rgba(255,0,138,1); }
td.mtt, td.sng { background-color: rgba(133,48,131,1); background-image: url(/images/game_types/bg-mttsng.png); border: 1px solid rgba(133,48,131,1); }
td.nlhe { background-color: darkgreen; background-image: url(/images/game_types/bg-nlhe.png); border: 1px solid darkgreen; }
td.other { background-color: #cc7700; background-image: url(/images/game_types/bg-other.png); border: 1px solid #cc7700; }
td.plo { background-color: #000066; background-image: url(/images/game_types/bg-plo.png); border: 1px solid #000066; }
td.game_type {
  background-repeat: repeat-x;
  background-position: top;
  border-top-color: #555;
  border-bottom-color: #555;
  line-height: 45px;
  font-size: 10px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 #222;
  text-transform: uppercase;
  width: 50px;
}
td.game_type acronym { color: #fff; cursor: help !important; }
tr.video_object.viewed td.game_type { background-color: #444; background-image: url(/images/game_types/bg-viewed.png); border: 1px solid #444; }

/*  Universal
----------------------------------------- */
#universal {
	margin-top: 11px;
	position: absolute;
	top: 0;
}
#login_and_more {
	right: 180px;
	padding-top: 7px;
	position: absolute;
}
#login_and_more li { display: block; float: left; margin-right: 9px; }
#login_and_more a {
	color: #777;
	display: block;
	font: normal 11px/14px "Helvetica Neue";
	padding: 5px 9px 6px;
	text-decoration: none;
}
#login_and_more a:hover { background-color: #222; color: #fff; }
#login_and_more .sign_in { border-left: 1px solid #222; padding-left: 9px; }
#login_and_more .sign_in a { color: #ddd; }
#login_and_more .sign_in a.active { background-color: #333; }


/*  Search
----------------------------------------- */
#search {
	border: 1px solid #222;
	background-color: #111;
	padding: 8px 9px 8px;
	position: absolute;
	right: 9px;
	/*top: 11px;*/
	border-radius: 5px;
}
#q { 
	border: 2px solid #fff;
	float: left;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
	padding: 1px 3px; 
	width: 110px; 
}
#q.fade { color: #bbb; }
input.search {
	background-color: #eee;
	border-left: 1px solid #ccc;
	float: left;
	height: 13px;
	padding: 3px 4px 4px;
	width: 13px;
}


/*  Header
----------------------------------------- */
#header { height: 110px; padding: 0 0 0 324px; position: relative; width: 630px; }
#wrapa #header { height: 94px; }
.gradient { background: #333 url(/images/bg-header2.png) repeat-x; }
#logo { position: absolute; top: 22px; left: -4px; z-index: 10; }
#menu { bottom: 0; right: 18px; margin: 16px 0 0 -12px; position: absolute; }
#menu li { margin-left: 12px; }
/* Unread PMs */
#menu div.unread a, #menu li div.unread a:visited, #menu li div.unread a:hover {
  color: #fff;
	display: block;
	font-size: 12px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0,0,0,.9);
	width: 27px;
}
#menu div.unread {
  background: url('/images/pm-alert2.png') no-repeat;
  height: 28px;
  position: absolute;
  right: -22px;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 28px;
  z-index: 1000;
}
#menu div.unread:hover { background: transparent url('/images/pm-alert2hov.png') no-repeat; }
p.bcrumbs { margin: 11px auto 11px; }

.masthead h1 { padding-bottom: 0; }
.masthead h2 { padding: 0; }
h2.mast { padding: 0; }

/*  Container & Content
----------------------------------------- */
.container {
  background-color: #f7f7f7;
  border: 6px solid #eee;
  border-top: 0;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  width: 1050px;
}

body.mini .container {
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 0 30px;
  width: 954px !important;
}
body.mini #menu div.unread { top: 8px; right: -10px; }
.fold {
	margin-top: -127px;
	border-top: 6px solid #eee;
	padding-top: 5px;
}
.ribbon { background-color: #ccc; margin: -29px 0 -27px; padding: 27px 0 18px; }
.ribbon .container { 
	background-color: #dfdfdf; 
	border: 0;
	border-left: 6px solid #eee; 
	border-right: 6px solid #eee; 
}
#star-ratings-block { clear: both; margin-bottom: 0 0 18px 0; }


/*  Footer
----------------------------------------- */
#footer .b_left, #footer .b_bottom { border-color:#222; }
#footer { color: #ccc; padding-top: 77px; margin-top: -77px; }
#footer a, #footer a:visited, #footer strong, #footer li a:hover { color: #fff; }
#footer h2 {
	border-bottom: 1px solid #333;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 11px 0 10px;
}
#footer h3 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0 6px;
}
#footer h2 a, #footer h2 a:visited { color: #ccc; text-decoration: none; }
#footer p { border-bottom: 1px solid #333;color: #ccc; font: 14px/27px Helvetica,Arial,sans; padding-bottom: 18px; text-align: center; }
#footer p.copy { font-size: 11px; line-height: 18px; }
#footer li {
	border-bottom: 1px solid #222;
	display: block;
	font: 10px/26px Helvetica,Arial,sans;
	list-style-type:square;
}
#footer li a, #footer li a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer .youarehere { 
	background-color: #223344; 
	padding: 9px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
#footer .network p {
	border: 0;
	color: #ccc !important;
	font-size: 11px;
	line-height: 18px;
	margin-top: 9px;
	text-align: left;
}
#footer .youarehere p {
	margin: 0;
	padding: 0;
}


/*  Videos
----------------------------------------- */
.blue-bar {
  background-color: #6997B7;
  border: 2px solid #446278;
  clear: both;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 11px 0 0px -37px;
  padding: 9px 46px;
  text-align: center;
  text-shadow: 1px 2px 0 #2E4351;
  width: 1027px;
}

body.mini .blue-bar {
  border-right: 0;
  border-left: 0;
  margin-left: -27px;
  width: 916px;
}

body#index_page .blue-bar {
  margin-top: 0;
}

.blue-bar a {
  background-color: #446278;
  display: inline-block;
  color: #fff !important;
  line-height: 22px;
  padding: 2px 6px 5px;
  text-decoration: none;
  border-radius: 5px;
}

#video_notes_list {
  background-color:#eee;
	margin: 22px 0;
	padding: 5px 11px 17px;
  width: 100%;
  clear:both;
}

.hidden-by-fullwindow-video-player {
  display: none !important;
}

.top-margin-removed-by-fullwindow-video-player {
  margin-top: 0px !important;
}

#freeview-header {
  font-size: 220%;
  font-weight: bold;
  text-shadow: 0 -1px -1px rgba(0,0,0,0.25);
  margin-bottom: 10px;
}

#freeview-explanation {
	margin-top:20px;
	margin-bottom: 30px;
}

#freeview-explanation p {
	margin-bottom:10px;
	font-size:15px;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
}

#freeview-buttons {
  margin-bottom: 15px;
}

#freeview-no {
  margin-left: 30px;
  text-shadow: 0 2px 2px rgba(0,0,0,1);
}

#freeview-yes {
  text-shadow: 0 2px 2px rgba(0,0,0,1);
}

/*-------------------------------------------------
   Coaching
-------------------------------------------------*/
.coach-founder, .coach-ep {margin-top:.5em;}
.coach-founder {width:138px !important;}
.coach-ep {width:115px !important;}
#coaches-container div.coach a.avatar {padding:0;width:80px;height:80px;border:1px solid #ccc;background-color:#111;display:block;overflow:hidden;}
.coach-founder img, .coach-ep img { border:1px solid #ddd;}
.coach-founder a, .coach-ep a { text-decoration:none; font-weight:normal;}
.coach-founder a:hover, .coach-ep a:hover {color:#000077;}

.game-stakes-rates p, .game-stakes-rates p.span {padding:0;}
.games-stakes-rates #games, .games-stakes-rates #stakes, .games-stakes-rates #rates {float:left;width:5em;text-align:center;}
.coach { padding:5px;}
.coach a { text-decoration:none; font-size:.8em; font-weight:normal;}
body#coaches span.question {font-size:1.2em;font-weight:bold;display:block;padding:.5em;background:#000;margin-bottom:.5em;}
body#coaches span.answer {font-size:1.2em;font-weight:bold;padding:0.5em .25em .5em .5em}

/*-------------------------------------------------
  User page
-------------------------------------------------*/

.user_posts {background-color:#fff; border:1px solid #ccc;}
.user_info { border:1px solid #ccc; background-color:#fff;}
.user_info p { font-size:1em}
/*  Sign Up Plans
----------------------------------------- */
.plan-container {
  height:370px;
  width: 713px;
}
.plan {
	background-color: #D0D0D0;
	border: 1px solid #000;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 9;
	height: 300px;
	margin: 0 auto;
	width:210px;
}
.plan strong{
	font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.plan-big{
	width:220px !important;
	height: 330px !important;
}
.plan-big .current-plan-header
{
	padding-top:10px !important;
	height: 30px !important;
}
.plan-big strong{
	font: bold 20px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.plan hr {margin:7px auto 7px auto;padding:0;width:75%;text-align:center;}
.plan.monthly { border-left: 1px solid #ccc; }
.plan.sixmonths { border-right: 0; }
.plan.highlight {
	border: 1px solid #3377aa;
  	height: 244px;
	margin: -11px 0 -3px 0;
	padding: 0 0 31px 0;
	width: 290px !important;
	z-index: 15;
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
}
.current-plan{
	background-color: #fff !important;
}
.move-up{
	margin-top: -140px;
}
.plan span.plan-header{
	background-color: #6F6F6F;
	border-bottom: 1px solid #000;
	color: #fff;
	display: inline-block;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	height:25px;  
	padding: 5px 0 4px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.plan span.current-plan-header{
	background-color: #115588;
	border-bottom: 1px solid #000;
	color: #fff;
	display: inline-block;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	height:25px; 
	padding: 5px 0 4px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}

.plan.highlight span.value { 
	background-color: #115588;
	color: #fff;
	display: inline-block;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%; 
	padding: 5px 0 4px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.plan.highlight hr { border-color: #aaa; }
.plan-description {
	list-style-image: url('../images/checkbox.png');
}
.plan-description li{
	text-align: left;
	margin-left: 22px;
	font-size:14px;
}
/* Podcast Subscriptions Page */

.podcast_subscription_launch h3 { 
  font-size:16px;
  margin-top:0px;
  }


/*  Forums - Light Background
----------------------------------------- */

table.forums-white {
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
	margin-bottom:20px;
	border:1px solid #ccc;
}
table.forums-white th { vertical-align:middle; font-size:1.2em;}
table.forums-white thead tr { height:40px; border:hidden; }
table.forums-white td.last-post { padding-top:31px; border-left:1px solid #ccc;}
table.forums-white td.forum { padding:10px; }
table.forums-white td.forums-white p { padding-right:60px; padding-bottom:0px;}

/* Black background - Forums Index */ 
table.forums-black { border:1px solid #222; background-color:#10110c; margin-bottom:20px;}
table.forums-black thead tr { height:40px; border-top:hidden;} 
table.forums-black thead th { vertical-align:middle; font-size:1.2em; }
table.forums-black tbody tr:hover { background-color:#10110c;}
table.forums-black tbody td { border-bottom:1px solid #222; }
table.forums-black td.last-post { padding-top:31px; border-left:1px solid #222; }
table.forums-black td.forums-black p { padding-right:60px; padding-bottom:0px;}
table.forums-black td.forum { padding:10px; }
table.forums-black td.forum p { padding:0px; margin:0px;}
table.forums-black td h3 {font-weight:normal; letter-spacing:-.5px;}
.even-black { background-color:#151515;}

/* Forums (Show) */

table.topics-white { 
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
 }
table.topics-white thead tr { height:20px; border-top:hidden;}
table.topics-white td.icon { vertical-align:middle; } 
table.topics-white td.activity { padding:10px 0px 0px 0px; width: 70px; }
table.topics-white td.last-post { padding:10px 10px 0px 0px; width: 170px;}
table.topics-white td.topic { padding:10px 0px 0px 0px; }
table.topics-white td p { margin:0px 0px 10px 0px; 	font: normal 12px/20px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;}
table.topics-white h3 { 
	font: bold 15px/20px "Lucida Grande", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 1px 0 white;
	margin:0px;
	padding:0px; }
table.topics-white h3 a { letter-spacing:-.5px !important; font-weight:normal;}

/* Forums (Show) - Black BG */

table.topics-black { border:1px solid #222;}
table.topics-black thead tr { border-top: hidden;}
table.topics-black thead th { border-top: hidden;}
table.topics-black tr:hover { background-color:transparent; }
table.topics-black tbody td { border-bottom:1px solid #222; }
table.topics-black h3 { font-size:1.25em; margin:0px; padding:0px; letter-spacing:-.2px;}
table.topics-black td.icon { padding:10px 0px 0px 10px; } 
table.topics-black td.activity { width: 70px; }
table.topics-black td.last-post { width: 170px; padding-right:10px;}
table.topics-black td p { margin-bottom:.5em;}
table.topics-black h3 { 
	font: bold 15px/20px "Lucida Grande", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 1px 0 white;
	margin:0px;
	padding:0px; }
table.topics-black h3 a { letter-spacing:-.5px !important; font-weight:normal;}


/* Forums (Posts) */
.post-container {
	border-bottom: 2px solid #ccc;
	padding: 16px 0 0;
}
.post p.meta { color: #999; font-size: 11px; font-family: Helvetica, Arial, sans; line-height: 18px; }
.post .body { min-height: 116px; }
.post p:empty { display: none; }
.post .body p { margin-left: 9px; margin-right: 18px; }
.post-control { 
	background-color: #eee;
	padding: 6px 0 3px 9px; 
}
.post-control p {
	font-family: Helvetica, Arial, sans;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 0 13px;
}
.post-control p a {
	color: #6094BF;
	display: block;
	float: left;
	margin-right: 18px;
	text-decoration: none;
}
.post-control p img {border-right:0;}


/*  Forum Sidebar
----------------------------------------- */
#forum_sidebar {
	float: left;
	width: 153px;
}
#forum_sidebar fieldset {
	padding-bottom: 22px;
	margin-bottom: 22px;
}
#forum_sidebar legend {
	font-size: 13px;
	line-height: 13px;
}
#forum_sidebar input, #forum_sidebar select {
	font-size: 11px;
	line-height: 11px;
	padding: 3px;
	width: 147px !important;
}

.forum_category {
	margin-bottom: 22px;
}

.forum_category_heading { 
	border-bottom: 2px solid #ccc;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	margin-bottom: 4px;
	text-decoration: none;
}

.forum_category_list { margin-bottom: 0; }
.forum_category_list li { list-style: none; margin: 0 0 0 0; }

#nolimitpotlimitholdem_category_heading { border-bottom: 2px solid #05731B; }
#limitholdem_category_heading { border-bottom: 2px solid #AF0500; }
#tournamentpoker_category_heading { border-bottom: 2px solid #8413DA; }
#otherpokergames_category_heading { border-bottom: 2px solid #E13B77; }
#potlimitomaha_category_heading { border-bottom: 2px solid #2118A4; }
#othergames_category_heading { border-bottom: 2px solid #DA851A; }


/*  Flash Notices
----------------------------------------- */
.notification {
	background-color: #ffffcc;
	border: 3px solid yellow;
	left: 50%;
	margin-left: -496px;
	padding: 9px 18px 18px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	top: 90px;
	width: 948px;
	z-index: 1001;
	box-shadow: 0 1px 9px rgba(0,0,0,0.3);
}
.notification .errorExplanation {font:16px/27px Helvetica,Arial,sans;font-weight:bold;}
.notification .click-to-dismiss { position: absolute; bottom: 18px; right: 18px; }
.notification img { display: none; }
.notification h2 { font:18px/27px Helvetica,Arial,sans; font-weight: bold; }
.notification p, .notification li { font: 12px/18px Helvetica,Arial,sans; } 
.notification li { margin-left: 36px; }
.notification-green p, .notification-red p { color: #fff; }
.notification-green { background: #AAFF7F; border: solid 3px #2A7F00; color: #fff; }
.notification-green a { color: #fff; }
.notification-red { background: #990000; border: solid 3px #FF0000; color: #fff; }
.notification-red a { color: #fff; }


/*  Index
----------------------------------------- */
#index_page .col { margin-bottom: 18px; text-align: center; width: 156px; }
#index_page .container h2 { font-size: 24px; }
#index_page .container .col h3 { font-size: 12px; line-height: 18px; letter-spacing: 0; }
#index_page .container .col p { color: #666; font-size: 11px; line-height: 18px; margin: 0 0 18px; }
#index_page .container .col p.end { margin: 0; }
#index_page div.rotate p, #index_page div.rotate a { color: #fff; }

#index_page .col img.round {
	background-color: #fff;
	margin: 0 auto 9px auto;
	padding: 3px 4px 4px 4px;
	position: relative;
	border-radius: 81px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
#index_page .twomonthstwomm {
	line-height: 81px;
	margin: 10px auto 11px auto;	
	vertical-align: middle;
}


/*  Modal Sign Up
----------------------------------------- */
#overlay {
	background-color: #000;  
	filter:alpha(opacity=60); /* for IE */
	opacity:0.6; /* CSS3 standard */
	height: 100%;
	left: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 2000;
}
#modal_signup, .modal_win {
	background-color: #fff;
	color: #000 !important;
	left: 50%;
	margin-left: -224px;
	padding: 9px;
	position: fixed;
	top: 54px;
	width: 448px;
	z-index: 2001;
	box-shadow: 0 1px 18px rgba(0,0,0,0.75);
}
.modal_win {
  padding: 22px;
}
.free_trial_welcome {
  margin-left: -320px;
  width: 640px;
}
#modal_signup fieldset, .modal_win fieldset {
	background-color: #eee;
	border: 0;
	margin: 0;
	padding: 9px 18px;
}


/*  Previews
----------------------------------------- */
.preview {
	background-color: #fefefe;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	margin-bottom: 9px;
	padding: 2px 8px 14px 8px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
}
.preview h3 { font: bold 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 7px 0 8px;	text-shadow: 0 1px 0 white; }
.preview p { font: normal 12px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 0; margin:0; padding:0;}
.even {background-color:#eee;}


/*  Video Widget
----------------------------------------- */
.video_widget {
	background: #f5f5f5 url(/images/preview-bg.png) repeat-x bottom;
	border-bottom: 1px solid #999;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	padding: 12px 0 10px 0;
	position: relative;
	width: 100%;
}
.video_widget:hover { background: #eee url(/images/preview-hover-bg.png) repeat-x bottom; }
.video_widget h3 {
	display: block;
	float: left;
	font: 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 18px 0 0;
	max-width: 280px;
	padding-left: 9px;
	width: 28%;
	overflow-x: hidden;
	text-shadow: 0 1px 0 white;
}
.video_widget img.game-type {
	float: left;
	margin-right: 18px;
}
.video_widget p {
	display: block;
	float: left;
	font: normal 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 9px 0 0;
	max-width: 190px;
	width: 36%;
}
.video_widget p.game_type { width: 60px; overflow-x: visible; text-align: center; }
.video_widget p.dates { width: 92px; }
.video_widget p.game { width: 54px; }
.video_widget p.actions { float: left; width: auto; }
.video_widget.tall h3, .video_widget.tall p {
	width: auto;
	overflow: visible;
	max-width: auto;
}
.video_widget.tall p {
	line-height: 27px;
	padding-left: 9px;
	max-width: none;
}
/* copied from app.css [ben] */
.video_viewed { background: #eee url(/images/preview-hover-bg.png) repeat-x bottom; }


/*  MyDC Sidebar & Misc
----------------------------------------- */
.sidebar.mydc_sidebar {
	width: 115px;
}
.sidebar.mydc_sidebar ul {
	border-top: 1px solid #444;
	margin: 9px 0 0 0;
}

.sidebar.mydc_sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar.mydc_sidebar li a {
	border-bottom: 1px solid #444;
	clear: both;
	display: block;
	font: bold 11px/18px bold Helvetica,Arial,sans-serif;
	padding: 8px 9px 9px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.sidebar.mydc_sidebar li.selected a[href="/messages"] { border-bottom: 0; }
.sidebar.mydc_sidebar li ul { border: 0; border-bottom: 1px solid #444; margin: 0; padding: 3px 0 3px; }
.sidebar.mydc_sidebar li li {
	border-bottom: 0;
	padding: 3px 0 4px;
}

.sidebar.mydc_sidebar li.selected li a {
	background-color: #222;
	border: 0;
	clear: both;
	display: inline-block;
	margin-left: 9px;
	padding: 2px 6px;
	width: 60px;
	border-radius: 5px;
}

.sidebar.mydc_sidebar li a:hover, .sidebar.mydc_sidebar li.selected a,
.sidebar.mydc_sidebar li.selected li.current a, .sidebar.mydc_sidebar li.selected li a:hover 
{ background-color: #555; }

.zero-state {
	background-color: #ffffcc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px !important;
	padding: 4px;
}


/*  Topic Preview
----------------------------------------- */
.topic-preview {
	background: #f5f5f5 url(/images/preview-bg.png) repeat-x bottom;
	border: 0;
	border-bottom: 3px solid #ccc;
	margin: 0 0 0 0;
	padding: 5px 9px 14px 9px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.topic-preview.unread {
	background-color: #fff;
}
.topic-preview h3 {
	margin-bottom: 3px;
	font: normal 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 18px;
	letter-spacing: 0;
	overflow: hidden;
}
.topic-preview.unread {
	background: #fff url(/images/bg-article-preview.png) repeat-x;
	background-position: 0 -60px;
	background-color: #fff !important;
}
.topic-preview.unread h3 { font-weight: bold; }

/* 
used for progress bar in playlists 
from http://blog.leetsoft.com/2006/8/22/super-simple-css-bars
*/
div.progress-container {
  border: 1px solid #ccc; 
  width: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}

div.progress-container > div {
  background-color: #ACE97C; 
  height: 12px
}


/*  Pagination
----------------------------------------- */
.pagination { margin-bottom: 22px; }
.pagination .disabled { display: none; }
.pagination span.current, .pagination a, .pagination em.current {  
	background-color: #ddd;
	border: 0;
	display: inline-block;
	float: none;
	font: bold 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	padding: 0 7px 0 7px;
	margin: 0 2px 0 2px;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	border-radius: 5px;
}
.pagination a:hover {
	background-color: #999;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.pagination span.current {
	background-color: #555;
	color: #fff;
	text-shadow: none;
}


/*  Tables
----------------------------------------- */
table { width: 100%; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 10px 0 10px; }
table thead { background-color: #333; }
table thead th { color: #fff; font-size: 11px; line-height: 11px; padding: 5px 3px 6px; }
table tbody tr:hover { background-color: #ddd; }
table tbody td {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	line-height: 22px; 
	padding: 5px 3px 5px 3px;
}
table select { margin-top: 0; margin-bottom: 0; }


/*  Private Messages
----------------------------------------- */
table tbody td.message a { text-decoration: none; }
table tbody td.message span { color: #555; }
table tbody tr.unread { background-color: #ffffcc; color: #000 !important; }
table tbody tr.unread td { font-weight: bold; }


/*  Temporary Forums Fix
----------------------------------------- */
.avatar p.meta { color: #666; font: 11px/22px "Helvetica Neue", Helvetica, Arial, sans-serif; }

span.result { clear: both; display: block; font-size: 14px; font-weight: bold; }

#menu a.buttonz {
	background-image: none !important;
	background-color: transparent !important;
	padding: 10px 9px 14px 9px !important;
	text-shadow: 1px 2px 0 #151f26;
	border-radius: 9px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;	
}

#menu a.buttonz:hover { background-color: #333 !important; }

#menu a.buttonz.green {
	background-color: #78D443 !important;
	text-shadow: 1px 2px 0 #257939;
}

#menu a.buttonz.gray {
	/*background-color: #2E4351 !important;*/
	/*-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.9);*/
	background-color: #444 !important;
	color: white !important;
	text-shadow: 0 1px 0 #0B1A22;
}

#menu a.buttonz.gray:hover {
	/* background-color: #ccc !important; */
}

#menu a.buttonz.lite-gray{
	background-color: #444444 !important; 
}

#menu a.buttonz.lite-gray:hover{
	background-color: #313131 !important;
}

.video_ribbon {
  background-color: #222;
  color: #fff !important;
  margin-left: -30px;
  padding-bottom: 30px;
  text-shadow: 0 1px 0 #000;
  width: 1014px;
}

#show_notes {
	background-color: #EEEE88;
	clear: both;
	color: #000;
	cursor: pointer;
	display: block;
	float: right;
	font: bold 11px/11px "Marker Felt", "Dakota Handwriting";
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 3px 3px 3px rgba(0,0,0,.6);
}
.tags a {text-transform:uppercase;}
.tags a, .knifey {
	background-color: #ddd;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	padding: 5px 4px 6px;
	border-radius: 5px;
}
.tags a:hover, .knifey:hover { background-color: #ccc !important; text-decoration: none; }

#series_prev_next { 
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
#thread { float: left; width: 783px; }
.post { 
	border-bottom: 2px solid #eee;
	clear: both; 
	float: left; 
	margin-bottom: 42px; 
	padding: 0 0 22px 0; 
	position: relative; 
}
.post-control {
	bottom: 0;
	font-size: 11px !important;
	line-height: 11px !important;
	margin: 0 !important;
	position: absolute;
}
.post-control a { display: inline-block; margin-right: 9px; text-decoration: none; }
.authors {
	float: left;
	margin-right: 18px;
	width: 135px;
}
.authors img {
	background-color: #999;
	max-width: 80px;
}
.executiveproducer, .producer {color: #000; font-weight: bold;}
.authors p.meta { margin-bottom: 0 !important; }
.authors h4 {padding: 0;}

.video_notes_button {
	background: #aaa url(/images/video_notes.gif) no-repeat right center;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	padding: 5px 30px 6px 9px;
	text-decoration: none;
	text-shadow: 0 1px #000;
	border-radius: 5px;
}

.add_video {
	background-image: url(/images/video_add_video.gif);
}

.video_notes_button:hover {
	background-color: #666 !important;
	color: #fff;
	text-decoration: none;
}

.textarea_control_links {
	line-height: 22px;
	font-size: 11px;
	float: right;
}

.textarea_control_links a { text-decoration: none; }

.edit_post textarea, #posts_reply textarea, #new_topic textarea {
	width: 614px;
}

.edit_post fieldset {
	margin-bottom: 5px;
}

#posts_reply.docked {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.8);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1001;
}

#posts_reply.docked .cancel {
	display: inline-block !important;
}

#posts_reply.docked .contains { padding-top: 22px; }

#posts_reply.docked fieldset {
	border-color: #333;
}

#posts_reply legend, .edit_post legend { padding-bottom: 11px; }
#posts_reply.docked legend { color: #fff !important; text-shadow: 0 1px 0 #000 !important; }

#posts_reply.docked p, #posts_reply.docked li, #posts_reply.docked h4 { color: #fff; text-shadow: 0 0 0; }

#formatting-help p, #formatting-help li {
	margin-left: 18px
}

#posts_reply.docked a, #posts_reply.docked a:visited { color: #2266ff; }


/*  Black Background
----------------------------------------- */
body.dark { /*background-color: #0B1A22;*/ background-color: #111; color: #fff; }
body.dark h1,body.dark h2,body.dark h3,body.dark h4,body.dark p,body.dark li,body.dark label,body.dark blockquote,body.dark legend
{ color: white !important; text-shadow: 0 0 0; }
body.dark hr { color: #222; background-color: #222; border-color: #222; }
body.dark .b_bottom { border-color: #333; }
body.dark #video_notes_list { background-color: #222; }
body.dark a {color: #6094BF;}
body.dark a:hover { color: #80C6FF; }
body.dark .container { background-color: #000 !important; border-color: #222 !important; }
body.dark .video_ribbon { background: none; background-color: #000; }
body.dark h1.title, body.dark h1.title a, body.dark h1.title a:hover { border-color: #333; color: #ccc; text-shadow: 1px 1px 0 #333; text-decoration: none; }
body.dark blockquote { border-color: #444; color: #999 !important; }
body.dark fieldset { border-color: #222; }
body.dark .forum_category_heading { border-color: #222; }
body.dark .post { border-color: #1a1a1a; }
body.dark .post-control { background-color: #1a1a1a; }
body.dark .b_right { border-color: #222; }
body.dark .video_notes_button { background-color: #333; }
body.dark p.tags a { background-color: #333; }
body.dark .knifey { background-color: #333; }
body.dark #modal_signup label, body.dark #modal_signup p, body.dark #modal_signup h3 { color: #000 !important; }
body.dark .pagination a { background-color: #555; text-shadow: 0 0 0; }
body.dark .pagination span.current { background-color: #333; }
body.dark .modal_win h3, body.dark .modal_win p, body.dark .modal_win li, body.dark .modal_win legend { color: #000 !important; }

/* Questions */

.questions_infobox { 
padding:10px;
background-color:#fefefe;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
margin:0px 0px 10px 0px;
}

.questions_infobox img { padding:5px;}

.question_hh {
	border-left:5px solid #cdcdcd;
 }
 
.podcast {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  margin-bottom: 21px;
}

.podcast img {
  border: 2px solid #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,.25);
  float: left;
  margin: 0 22px 22px 0;
}

.podcast_details {
  float: left;
  width: 600px;
}

.podcast h2 {
  font-size: 24px;
  padding: 0;
}

.podcast_links {
  clear: both;
  display: block;
}

/*----------------------------------------------------------------------------------
  MyDC#settings settings
----------------------------------------------------------------------------------*/

.topics-following-remove { 
margin-top:14px !important;
}

.forums-following-remove { 
margin-top:14px !important;
}

.remove-from-dashboard { width: 124px;}

/* Videos Search */
.video_object td {
  height: 45px;
  vertical-align: top;
}

.video_object:hover {
  background-color: #eee;
}

.video_object .video_title {
  font-weight: bold;
}

.video_object.viewed .video_title {
  font-weight: normal;
}

.video_object .video_authors {
  clear: both;
  color: #666;
  display: block;
  font-size: 12px;
}

.video_object .video_description {
  color: #444;
  font-size: 12px;
  margin-bottom: 0px;
  padding-right: 22px;
}

#video-search-box fieldset {
  border: 0;
  padding: 0 0 11px;
  margin-bottom: 0;
}

#video-search-box label {
  display: inline-block;
  padding-left: 11px;
}

td.video_title_and_desc {
  padding-left: 11px;
  width: 560px;
}

td.published_at, td.seat_limit, td.details, td.play_button, td.playlist_checkbox {
  color: #999;
  font-size: 11px !important;
  line-height: 45px !important;
}

td.details {
  cursor: hand; cursor: pointer;
}

#video-search-container thead {
  border: 0;
  background-color: #eee;
  font-size: 11px;
}

#video-search-container thead tr { border: 0; }

#video-search-container thead td {
  border: 0;
  padding: 5px 5px 6px 5px;
  text-align: right;
}


/*----------------------------------------------------------------------------------
  Guides
----------------------------------------------------------------------------------*/

.guides-container {
  background-color:#ededed;
  padding:0px 10px 0px 10px;
  border:1px solid #ccc;
  margin-bottom:10px;
}

.nodisplay {
	display:none !important;
}

.beginner {
  background-color:#006dd9 !important;
}
.intermediate {
  background-color:#002f5d !important;
}
.advanced {
 background-color:rgba(50,140,55,1.0) !important;
}

.follow-playlist {
	margin-left: 5px;
}
.unfollow-playlist {
	background-color:#7e0000 !important;
	margin-left:5px;
}

.guides-container p {
  margin:0px 0px 15px;
}

.guide-header {
	width:190px !important;
	margin-right:20px;
}

.playlist {
	margin-left:5px;
}

.boldlink {
	text-decoration:none;
}

.medium.buttonz, .medium.buttonz:hover { font-size: 12px; line-height: 11px !important; padding: 5px 5px 5px; }

/* Workbooks Page */

/* Suits */

#workbooks-chapter span.heart:before {
	Content: '♥';
}

#workbooks-chapter span.diamond:before {
	Content: '♦';
}

#workbooks-chapter span.club:before {
	Content: '♣';
}

#workbooks-chapter span.spade:before {
	Content: '♠';
}

/* Workbooks Chapter Formatting */

span.definition { 
	font-weight:bold;
	font-size:15px !important;
}

#workbooks-chapter hr {
	height:0px;
	border:none !important;
	border-bottom:1px solid #ccc !important;
	margin:30px 0px;
}

#workbooks-chapter blockquote {
	background-color:#f2f2f2;
	color:#000;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #e8e8e8;
	border-left:3px solid #ccc;
}

#workbooks-chapter blockquote p {
	font-size:13px;
	line-height:18px;
}

#workbooks-chapter blockquote p:last-of-type {
	margin-bottom:0px;
}

#workbooks-chapter blockquote h3 {
	margin-top:0px;
}

/* Table of Contents */

#workbooks-toc {
	width:225px;
	float:left;
	padding:20px 20px 20px 0px;
}

#workbooks-toc li { 
	padding:3px 0px 3px 0px;
	font-size:13px;
	line-height:18px;
	list-style-type:none;
	border-bottom:1px solid #dedede;
}

#workbooks-toc h3 {
	margin-bottom:5px;
}

#workbooks-toc li:last-of-type {
	border-bottom:none;
}

#workbooks-toc li a {
	text-decoration:none;
}

h3.chapter-name {
	font-weight:normal;
	font-size:17px;
	letter-spacing:0px;
}

/* Workbooks Chapters */

#workbooks-chapter {
	width: 640px;
	float:left;
	padding:20px 20px 20px 30px;
	border-left:1px solid #ccc;
}

#workbooks-chapter .extra-credit {
	border:1px solid #e2e2e2;
	border-top:3px solid #ccc;
	background-color:#eee;
	padding:10px;
	margin:20px 0px;
}

#workbooks-chapter .extra-credit p {
	font-size:12px;
}

#workbooks-chapter .extra-credit li {
	list-style-type:none;
}

#workbooks-chapter h1 { 
	border-bottom:1px solid #ccc; 
	margin-bottom:20px;
}

#workbooks-chapter hr {
	border:1px solid #ccc;
}

.next-chapter {
	clear:both;
	height:25px;
	margin-top:25px;
}

.next-chapter a::before {
	content: "[ Next Chapter: ";
	font-weight:bold;
}

.next-chapter a::after {
	content: " ]";
}

.next-chapter a {
	font-size:16px;
	text-decoration:none;
}

#workbooks-chapter h1.workbook-title {
	font-size:32px;
	border:0px;
	padding:0px;
}

#workbooks-chapter p {
	font-size:14px;
}

#workbooks-chapter .heart { color:red; font-size:18px;}
#workbooks-chapter .diamond { color: blue; font-size:18px;}
#workbooks-chapter .club { font-size:18px; }
#workbooks-chapter .spade { font-size:18px; }

#workbooks-chapter ol {
	margin:0px 0px 20px 0px;
}

.formula::before {
	content:'Formula: ';
	font-weight:bold;
	margin-right:10px;
}
.formula {
	font-size:17px !important;
}

#workbooks-chapter blockquote {
	width:85%;
}

h3.checklist-header {
	font-size:21px;
	letter-spacing:0px;
	color:#333;
}

h3.strong {
	font-weight:bold;
}

h3.definition {
	font-size:21px;
}

#workbooks-chapter ol li {
	font-size:14px;
	margin-left: 20px;
}

#workbooks-chapter .footnotes { 
	border-top:1px solid #ccc;
	margin-top:20px; 
	padding-top:10px;
	}

#workbooks-chapter .footnotes p {
	font-size:11px;
}

#workbooks-chapter img {
	margin-bottom:20px;
}

/* Mailchimp Signup */

#mce-EMAIL { 
	height: 20px;
	width: 85%;
	padding:0px 5px;
	margin:10px 0px;
	font-size:11px;
	display:block;
}

#mc_embed_signup { 
	padding-bottom:20px; 
	border:1px solid #ccc;
	padding:0px 10px 10px 10px;
	background-color:#eee;
	margin-bottom:20px;
}

.email-submit { 
	width:85%; 
	height:27px; 
	padding:5px 3px;
	background-color:#e95b00;	
}

/* Reinstate Error Messages */
#error_explanation {
  background: #990000;
  border: solid 3px #FF0000;
  margin: 11px 0;
  padding: 11px 22px;
}
#error_explanation h2, #error_explanation li {
  color: #fff !important;
  text-shadow: 1px 1px 0px rgba(0,0,0,.75);
}
#error_explanation h2 {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0;
  padding: 0 0 11px; 
}
#error_explanation ul { margin: 0 11px; }
#error_explanation a { color: #fff; }

/* WP Post Styling */

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

.alignright {
  display: block;
  margin-left: auto;
}

.wpPost img {
  max-width: 953px;
  height: auto;
}

.wpPost p {
    font-size: 16px!important;
}

.blueText {
    color: #33BBFF!important;
}

.wpPost form {
  text-align: center;
}

.yellowSubmit {
  background-color: #FFCE33;
}

.blueSubmit {
  background-color: #33BBFF;
}

.wpPost th {
  font-size: 16px;
  padding: 4px;
}
.redSubmit {
  background-color: #b80934;
}

.bigSubmit {
  width: 75%;
  font-size: 32px!important;
  border: none;
  color: white;
  padding: 18px 36px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.medSubmit {
  width: 60%;
  font-size: 24px!important;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.smaSubmit {
  width: 40%;
  font-size: 16px!important;
  border: none;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.modal_instructions h2 {
  text-align: center;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wpPost table {
  table-layout: auto;
}

.ctaSignup {
  display: block;
  margin-top: 10px;
}

.ontraportForm {
  display: block;
  margin: auto;
  width: 400px;
}

.wpPost td {
  vertical-align: middle;
}

.offerImage {
  display: block;
  margin: auto;
}

.modal_list {
  text-align: center;
  list-style-position: inside;
}

.underline-space {
	text-decoration:none;
	border-bottom: 1px solid #0000CD; 
	padding-bottom: 2px;
}
