body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	text-align: center;
}
a {
	cursor: pointer;
	color: #4f9ee7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 17.5px;
	font-weight: normal;
}
h4 {
	color: #9fe327;
	font-size: 13px;
}

input, select {
}

/* --- */

.txt {
	position: absolute;
	left: -789em;
}
.clear { clear: both; }
.dim {
	color: #747474;
	font-size: 10px;
}

/* --- */

.h {
	display: block;
	height: 21px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: -789em;
	background-position: left center;
	background-repeat: no-repeat;
}
.h_charades_ideas_blog { background-image: url(/i/h_charades_ideas_blog.gif); }
.h_board_game_reviews { background-image: url(/i/h_board_game_reviews.gif); }
.h_tell_us_what_you_think { background-image: url(/i/h_tell_us_what_you_think.gif); }

/* --- */

#header,
#game,
#footer,
#content {
	position: relative;
	width: 934px;
	margin: 0px auto 0px auto;
	text-align: left;
}
*html #game,
*html #footer { position: static; }

#header_wrapper {
	background: url(/i/header_bg.gif) top repeat-x;
}
#header {
	position: relative;
	height: 76px;
	text-align: left;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
}
#abs_nav {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 400px;
	font-size: 11px;
	line-height: 33px;
	text-align: center;
} 
#abs_nav a { padding: 0px 5px 0px 5px; }
#big_btns {
	position: absolute;
	right: 0px;
	bottom: 3px;
	width: 400px;
	text-align: center;
}
.big_btn {
	float: left;
	display: block;
	width: 189px;
	margin-right: 5px;
	margin-left: 6px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	background: url(/i/big_btn.gif) center no-repeat;
}
*html .big_btn { margin-left: 4px; }

/* --- */

#content_wrapper {
	padding: 30px 0px 30px 0px;
}
#main {
	float: left;
	width: 630px;
	min-height: 350px;
	margin-left: 20px;
	margin-right: 60px;
}
*html #main { height: 350px; }

#main p {
	text-align: justify;
}
#sidebar {
	float: left;
	width: 190px;
	padding-top: 60px;
}

/* --- */

.blog_post {
	margin-bottom: 40px;
}

/* --- */

.board_game_deal_tile {
	float: left;
	width: 401px;
	padding: 0px 30px 0px 30px;
}
.game_thumb {
	float: left;
	margin-right: 30px;
}
.board_game_reviews .post {
	float: left;
	width: 420px;
}
.board_game_reviews .review {
	margin-bottom: 35px;
}

/* --- */

#footer_wrapper {
	background: #58a3e8 url(/i/footer_bg.gif) top repeat-x;
}
#footer_wrapper .col33 {
	float: left;
	width: 280px;
	min-height: 300px;
	padding: 25px 15px 23px 15px;
	color: #c6d7f8;
}
*html #footer_wrapper .col33 {	height: 300px; }
#footer_wrapper .col33.mid {
	border-left: 2px solid #5293cf;
	border-right: 2px solid #5293cf;
	min-height: 450px;
}
*html #footer_wrapper .col33.mid { height: 450px; }

#footer .post {
	padding-bottom: 10px;
}
#footer .post h5 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer .post h5 a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer label {
	display: block;
	float: left;
	width: 95px;
}
#footer input,
#footer textarea {
	float: left;
	width: 175px;
	background: #3B3B3B;
	border: 1px solid #999999;
	color: #999999;
}
#footer textarea { height: 80px; }
#footer a { color: #FFFFFF; }

/* --- */

#game_wrapper {
	padding-top: 70px;
	background: #000000;
	font-size: 11px;
}
#game {
	color: #FFFFFF;
	height: 400px;
}

#game_options {
	float: left;
	width: 275px;
	padding-left: 25px;
}

/* --- */

#card_wrapper {
	float: left;
	width: 300px;
	height: 190px;
	margin: 0px auto 12px auto;
	background: url(/i/loading_card.gif) center no-repeat;
	text-align: center;
}
#card {
	position: relative;
	width: 279px;
	height: 190px;
	background: url(/i/v2_card.gif) center no-repeat;
}
#clue {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 96%;
	margin: 0px 2% 0px 2%;
	font-size: 15px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
#cat {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #80A3E8;
}

#btn_next {
	position: relative;
	display: block;
	width: 279px;
	height: 39px;
	text-indent: -789em;
	background: url(/i/v2_next.gif) center no-repeat;
}

/* --- */

#a {
	position: relative;
	left: 20px;
	top: 0px;
	float: left;
	width: 300px;
}

/* --- */

#print_steps {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.step {
	clear: both;
	margin: 0px 0px 45px 0px;
	padding: 0px;
}
.step strong {
	color: #c5c5c5;
	font-size: 17.5px;
	text-transform: uppercase;
	padding-right: 10px;
}

/* --- */

.catSelect {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.catSelect li {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: auto;
}
.catSelect li a {
	display: block;
	padding: 0px 3px 0px 3px;
	line-height: 18px;
	text-decoration: none;
	border: 1px solid #b8b8b8;
	color: #a0a0a0;
	background: #e4e4e4;
}
.catSelect li a:hover {
	color: #000000;
	border: 1px solid #377EBF;
}
.catSelect li a.selected {
	color: #FFFFFF;
	background: #377EBF;
}
.catSelect li a.selected:hover {
	background: #4F0000;
	border: 1px solid #377EBF;
}

.catSelect.dark { width: 80%; }
.catSelect.dark li { height: 40px; }
.catSelect.dark li a {
	border: 1px solid #000000;
	background: #000000;
	font-size: 11px;
}
.catSelect.dark li a:hover {
	color: #377EBF;
	border: 1px solid #377EBF;
}
.catSelect.dark li a.selected {
	background: #377EBF;
}
.catSelect.dark li a.selected:hover {
	background: #4F0000;
	border: 1px solid #377EBF;
}


/* --- */

#iconPrint {
	display: block;
	width: 150px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 55px;
	line-height: 38px;
	background-repeat: no-repeat;
}
#iconPrint { background-image: url(/i/icon_print.gif); }
#game #iconPrint { font-weight: bold; text-decoration: underline; }


#generatingCards { display: none; }
#printingDone {
	display: none;
	position: absolute;
	left: 125px;
	top: 5px;
	width: 640px;
	height: 430px;
	padding: 20px;
	border: 4px solid #5b5a5a;
	background: #FFFFFF;
	text-align: center;
	z-index: 10000;
	font-size: 15.5px;
}
#printingDone .dim { color: #666464; font-size: 12px; }
#printingDone .close { position: absolute; right: 15px; top: 15px; text-align: right; }
#printingDoneDim {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

#printedCards { display: none; }


/* --- */

.btm_lay_1 {
	clear: both;
	position: relative;
	top: 80px;
	text-align: center;
}
*html .btm_lay_1 {
	top: 40px;
}