/*
Theme Name: Online Bingo Fans
Theme URI: http://blue-anvil.com/
Description: Online Bingo Fans
Author: Mike Jolley
Author URI: http://mikejolley.com/
*/
@import 'css/reset.css';

/* @group Structure */
html { 
	font-size: 100%; /* IE hack - http://www.clagnut.com/blog/348/#c790 */ 
}
body {
	text-align: center;
	color: #555;
	background: #3A8CB8 url(images/bg.png) repeat-x top fixed;
	font: 62.5% "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Reset to 10px equivilent */
}

/* @group Redirect Page */
body#redirect-page {
	padding: 32px 0 72px 0;
}
body#redirect-page #wrapper {
	border: 6px solid #ADE5F7;
	padding: 0 12px;
	background: #fff;
	width: 364px;
	margin: 0 auto;
	text-align: center;
}
body#redirect-page #wrapper p {
	margin: 12px 0;
}
body#redirect-page .wait {
	background: url(images/load.gif) no-repeat top center;
	padding-top: 24px;
}
body#redirect-page .click {
	width: 320px;
	margin: 12px auto;
	text-align: center;
	color: #fff;
	line-height: 1.6em;
}
body#redirect-page .click a {
	color: #fff;
}
body#redirect-page #logo {
	position: static;
	margin: 0 0 24px !important;
	padding: 0 !important;
	line-height: 1;
	display: block;
	float: none;
	text-align: center;
	}
/* @end */
	
a {
	color: #0099FF;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #A30A59;
	text-decoration: underline !important
	}
div#wrapper {
	font-size: 1.3em; /* 13px */
	width: 1002px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	color: #fff;
	overflow: hidden;
	padding: 0 12px;
}
#logo {
	float: left;
	display: inline;
	font-size: 2.5em !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	font-weight: bold;
	}
#logo a {
	color: #fff;
	display: block;
	text-decoration: none !important;
}
#advert {
	padding-top: 10px;
	line-height: 118px;
	float: right;
}
#advert img {
	padding: 1px;
	border: 3px solid #3a8cb8;
	vertical-align: middle;
}

div#mainContent {
	width: 656px;
	float: left;
}

div#sidebar {
	margin: 0;
	width: 340px;
	display: inline;
	float: right;
	background: url(images/narrow_boxtop.png) no-repeat top left;
	padding-top: 32px;	
}
div#sidebar .box {
	background: url(images/narrow_boxbottom.png) no-repeat bottom left;
	padding: 0 0 32px;	
}
div#sidebar .box .box {
	padding: 0 12px;
	background: url(images/narrow_boxtile.png) repeat-y top left;
}
div#sidebar .box .box .box {
	background: #f5f5ef url(images/boxmiddle.png) no-repeat top left;
	padding: 0 0 1px;
}

div.content_box_wrapper {
	margin: 0;
	background: url(images/main_boxtop.png) no-repeat top left;
	padding-top: 32px;	
}
div.content_box_wrapper .box {
	background: url(images/main_boxbottom.png) no-repeat bottom left;
	padding: 0 0 32px;	
}
div.content_box_wrapper .box .box {
	padding: 0 12px;
	background: url(images/main_boxtile.png) repeat-y top left;
}
div.content_box_wrapper .box .box .box {
	background: #f5f5ef url(images/main_boxmiddle.png) no-repeat top left;
	padding: 0 0 1px;
}

body.page-template-template_home-php div.content_box_wrapper, div.footer {
	background: url(images/boxtop.png) no-repeat top left;
	padding-top: 32px;
}
body.page-template-template_home-php div.content_box_wrapper .box, div.footer .box {
	background: url(images/boxbottom.png) no-repeat bottom left;
	padding: 0 0 32px;
}
body.page-template-template_home-php div.content_box_wrapper .box .box, div.footer .box .box {
	padding: 0 12px;
	background: url(images/boxtile.png) repeat-y top left;
}
body.page-template-template_home-php div.content_box_wrapper .box .box .box, div.footer .box .box .box {
	background: #f5f5ef url(images/boxmiddle.png) no-repeat top left;
	padding: 0 0 1px;
}

div.content_box_wrapper.footer {
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
div.content_box_wrapper.footer:hover {
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


div.content_box_wrapper .columns {
	background: url(images/divider.png) repeat-y center top;
}
div.content_box_wrapper .column {
	width: 50%;
	position: relative;
	margin-bottom: -20px;
}
div.content_box_wrapper .column {
	width: 50%;
	position: relative;
	margin-bottom: -20px;
}

.column.primary {
	float: left;
}
.column.secondary {
	float: right;
}
.columns-3 {
	padding: 0 30px;
}
.columns-3 .column-1, .columns-3 .column-2, .columns-3 .column-3 {
	width: 32%;
	float: left;
}
.columns-3 .column-1 {
	padding: 0;
}
.columns-3 .column-2 {
	padding: 0 2%;
}
.columns-3 .column-3 {
	padding: 0;
}


div.post {
	clear: both;
	border-bottom: 1px solid #E2E3DD;
	background: url(images/pixel.png) repeat-x bottom;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.single {
	padding: 0 !important;
	background: none;
	border: 0;
	overflow: visible;
	margin: 0 !important;
}
.post_content, #comments {
	padding: 0 30px 20px;
	clear: both;
}

dl.left {
	float: left;
	width: 48%;
	padding: 0;
	position: relative;
	margin: 0 0 -20px !important;
}
dl.right {
	float: right;
	width: 48%;
	padding: 0;
	position: relative;
	margin: 0 0 -20px !important;
}
	
	
	
.footer h3 {
	font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em !important;
	margin: 0 !important;
}
#footer {
	clear: both;
	color: #8BCCF1;
	padding: 10px 15px 20px;
	font-size: 0.9em;
	overflow: hidden;
	zoom:1;
	}
#footer li {
	display: inline;
	float: left;
	margin-right: 10px;
}
#footer li.right {
	float: right;
}
#footer li.right img {
	position: relative;
	margin-top: 2px;
}
#footer a {
	color: #8BCCF1;
	}
.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	margin:0;
	padding: 0;
	outline: 0;
}
.paging {
	margin: 0 !important;
	padding: 8px 30px;
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .extend {
	border: 1px solid #EAEBE5;
	padding: 6px;
	color: #777;
	margin-right: 2px;
}	
.wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .first, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	border: 1px solid #6CACCE;
	color: #1188CC;
	padding: 6px;
	margin-right: 2px;
}
.wp-pagenavi a:hover {
	background: #1188CC;
	border-color: #1188CC;
	color: #fff;
}
.wp-pagenavi .current {
	background: #1188CC;
	border: 1px solid #1188CC;
	color: #fff;
	padding: 6px;
	margin-right: 2px;
}
	
p.buttons, .post p.buttons {
	position: relative;
	float: left;
	margin: 0 !important;
}
.buttons a {
	border: 4px solid #E2E3DD;
	background: #0A74AD;
	padding: 1px;
	color: #fff;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 !important;
	outline: none;
	text-decoration: none !important;
}
.buttons a strong {
	background: #0A74AD url(images/heading.png) repeat-x top;
	padding: 5px 16px 4px;
	display: block;
	border: 1px solid #6CACCE;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-family: "Arial Rounded MT Bold","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 -1px 0 #085C89;
}
p.widebutton {
	font-size: 1.5em;
	margin-bottom: 0 !important;
	float: none;
}
.widebutton a {
	position: relative;
	display: block;
	width: 572px;
	margin: 0 -4px 12px !important;
}
.widebutton a strong {
	width: 540px;
	padding: 8px 16px 7px;
	text-align: left;
	text-align: center;
}

p.sidebutton {
	margin: 12px !important;
	box-shadow: 0 0 12px #498cae;
	-moz-box-shadow: 0 0 12px #498cae;
	-webkit-box-shadow: 0 0 12px #498cae;
	width: 316px;
	float: right;
	font-size: 1.5em;
}
p.sidebutton a {
	display: block;
	width: 308px;
	margin: 0 !important;
	text-align: center;
	border: 4px solid #fff;
}
p.sidebutton a strong {
	padding: 8px 16px 7px;
}
.buttons a:hover strong, .buttons a:focus strong , .thumbnail_button a:hover strong{
	background: #0A74AD none;
}
/*
.thumbnail_button a.button {
	width: 122px;
}
.thumbnail_button {
	width: 130px;
	text-align: center;
	float: right;
	margin: 3px 0 0 16px !important;
	display: inline;
}
*/
/* @end */
/* @group Typograpghy */

/*-- Inline/Other Element Styles --*/	
	
/*-- Headings --*/	
h1, h2, h3, h4, h5, h6, .pagetitle {
	margin: 0 0 20px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	font-family: "Arial Rounded MT Bold","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	
.main {
	background: url(images/corner_blue.png) no-repeat bottom left;
	color: #fff;
	padding: 0 0 0 9px;
	margin: 0 10px 1em -9px;
	position: relative;
	line-height: 1.2em;	
	text-shadow: #0A74AD 0 -2px 0;
	float: left;
}
.main span {
	background: #EEEFEB url(images/corner.png) no-repeat top right;
	padding: 0 5px 6px 0;
	display: block;
	position: relative;
}
.main span span {
	background: #0A74AD url(images/heading.png) repeat-x top;
	padding: 8px 30px 8px 39px;
	display: block;
	border: 1px solid #6CACCE;
	outline: 1px solid #0A74AD;
	margin: 0 0 0 -9px;
}
.main.alt {
	background: url(images/corner_pink.png) no-repeat bottom left;
	text-shadow: #B40B62 0 -2px 0;
}
.main.alt span span {
	background: #E0137D url(images/heading2.png) repeat-x bottom;
	border: 1px solid #E16DA9;
	outline: 1px solid #CD0C70;
}
.primary .main, .secondary .main {
	float: none;
}
.secondary .main {
	background: url(images/corner_blue.png) no-repeat bottom right;
	padding: 0 9px 0 0;
	margin: 0 -9px 20px 14px;
}
.secondary .main.alt {
	background: url(images/corner_pink.png) no-repeat bottom right;
}
.secondary .main span {
	background-position: bottom left;
	padding: 0 0 6px 0;
}
.secondary .main span span {
	padding: 8px 39px 8px 15px;
	margin: 0 -9px 0 -0;
}


	
.post_content h1 {
	font-size: 1.8em;
	color: #555;
	line-height: 1.1em;
	line-height: 1;
}
.post_content h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #555;
	line-height: 1.1em;
}
.post_content h2 a, .post_content h1 a {
	text-decoration: none;
	color: #555;
}
.post_content h2.title, .post_content h1.title {
	/* These have meta below */
}
.post_content .title a {
	color: #555;
}
.post_content h3 {
	font-size: 1.23em !important; /* 16px */
	margin: 1.25em 0 0.81em;
	padding: 0;
}
.post_content h4 {
	font-size: 1.2em;
}
.post_content h5 {
	font-size: 1em;
	font-weight: bold;
}

/*-- Paragraph & Post Styles --*/
p, ul, ol, dl {
	/*margin: 10px 0 20px 0;*/
	font-size: 1em;
	line-height: 1.62em;
	margin: 0 0 1em 0;
	}
p {
	/*line-height: 1.55em;*/
}
table.posts p {
	margin: 0 0 0.5em;
}
	

.post ul, table.posts ul {
	margin: 12px 40px !important;
	line-height: 0;
	list-style: circle outside;
	}
.post ul li {
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-left: 12px;
	padding: 3px 0;
}
.post ol li {
	padding: 3px 0;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-left: 12px;
	}
.post ol, table.posts ol {
	list-style: decimal outside;
	margin: 12px 40px !important;
	}
table.posts ul, table.posts ol {
	line-height: 1.6em;
	margin: 0 !important;
	list-style-position: inside !important;
}
p.meta {
	color: #777;
	background: #EAEBE5;
	padding: 10px 6px;
	line-height: 1;
	}
p.meta a {
	text-decoration: underline !important;
	color: #777 !important;
	font-weight: normal;
	}
span.comment {
	float: right;
	margin-left: 10px;
}
span.comment a {
	padding-left: 24px;
	color: #999 !important;
	background-image: url(images/balloons.png);
	background-repeat: no-repeat;
	background-position: left;
}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
small {
	font-size: 0.9em;
	}
abbr, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center
}
blockquote {
	padding: 1px 12px;
	margin: 30px !important;
	font-style: italic;
	background: #F5F6F1;
	font-family: Georgia, Times New Roman, Times, serif;
	}
cite {
	color: #383838;
	margin-left: 30px;
	font-style: italic;
}
cite strong {
	font-style: normal;
	font-weight: bold;
}
blockquote cite {
	margin-left: 0;
}

/* @end */
/* @group Images */
.post_content .alignleft {
	float: left;
	margin: 3px 16px 0 0;
	display: inline;
	}
.alignright {
	float: right;
	margin: 3px 0 0 16px;
	display: inline;
	}
.post_content img.alignright, .post_content img.alignleft, .post_content img.aligncenter, a.thumbnail img {
	border: 2px solid #E2E3DD;
	padding: 2px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	/*outline: 3px solid #FCFCFA;*/
	background: #fff;
	box-shadow: 0 0 4px #dadad4;
	-moz-box-shadow: 0 0 4px #dadad4;
	-webkit-box-shadow: 0 0 4px #dadad4;
}
.post_content img.alignright.plain, .post_content img.alignleft.plain, .post_content img.aligncenter.plain {
	outline: none;
	background: none;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.post_content .aligncenter {
	margin: 10px auto 5px;
	display: block;
	}
.post_content img.alignnone + img.alignnone  {
	margin-left: 8px;
}
div.wp-caption {
	text-align: center;
	border: 6px solid #D7D7D7;
	outline: 3px solid #FCFCFA;
	border-bottom: 1px solid #CBC8C5;
	padding: 0 !important;
	background: #D7D7D7;
	text-align: center !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	border: 5px solid #fff;
	background: #fff;
	display: block;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: 3px !important;
	font-weight: normal;
	font-size: 0.92em;
	clear: both;
	background: #D7D7D7;
}
/* @end */
/* @group Lists */

ul.directory {
	padding: 0 30px 20px;
	clear: both;
	margin: 0;
	overflow: hidden;
	zoom:1;
}
ul.directory li {
	font-size: 1.23em;	
	font-weight: bold;
	width: 278px;
	padding: 0;
	margin: 0 16px 0 0;
	float: left;
	padding: 4px 0 4px 16px;
	display: inline;
	background: url(images/star_b.png) no-repeat left 9px;
	border-bottom: 1px solid #e2e3dd;
	border-top: 1px solid #fff;
	line-height: 1.62em;
}
ul.directory li.last {
	margin-right: 0;
}
ul.directory li.clear {
	background: transparent none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none;
	width: auto;
	height: 0;
	clear: both;
	line-height: 1 !important;
}

ul.posts {
	padding: 0 30px 20px;
	clear: both;
	margin: 0;
	overflow: hidden;
	zoom:1;
}
ul.posts li {
	border-bottom: 1px solid #e2e3dd;
	border-top: 1px solid #fff;
	padding: 15px 0;
}
ul.posts li.last {

}
ul.posts li h3 {
	padding: 0 0 0 16px;
	line-height: 1.25em;
	margin: 0;
	font-size: 1.23em !important;
	background: url(images/star_b.png) no-repeat left 3px;
}
ul.posts li a {
	font-weight: bold;
}
ul.posts li p {
	color: #777;
	margin: 0 !important;
}

/* Top Level */

	div#mainNav_outer {
		margin: 12px;
		box-shadow: 0 0 12px #498cae;
		-moz-box-shadow: 0 0 12px #498cae;
		-webkit-box-shadow: 0 0 12px #498cae;
	}
	div#mainNav {
		text-align: left;
		line-height: 1 !important;		
		clear: both;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		border-style: solid;
		border-color: #fff;
		border-width: 3px 2px;
		background: #D3D3D3 url(images/nav.png) repeat-x top;
		overflow: hidden;
		zoom:1;
		}
	div#mainNav ul {
		margin: 0 !important;	
	}
	#mainNav li {
		margin: 0;
		padding: 0;
		line-height: 1 !important;
		list-style: none outside;
		text-indent: 0 !important;		
		float:left;		
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;			
		}
	#mainNav li a {
		border-bottom: 4px solid #5DADD6;
		color: #555;
		display: inline;
		text-decoration: none;
		margin: 0 !important;
		padding: 6px 12px 0;
		line-height: 2.5em;
		font-size: 1em;	
		letter-spacing: -0.02em;	
		float:left;	
		background: transparent none;
		font-family: "Arial Rounded MT Bold","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		}
	#mainNav li:first-child a {
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	#mainNav li a:hover, #mainNav li a:focus, #mainNav li.current_page_item a, #mainNav li.current_page_ancestor a,  #mainNav li.current_page_parent a, #mainNav li.current-menu-item a {
		color: #fff !important;	
		background: #5DADD6;
		text-decoration: none;
	}
/* Sub Levels */
	#mainNav ul ul { display: none; }
/* End Main Nav */

ul.post_list li {
	padding: 0 !important;
}
ul.post_list li a {
	line-height: 2em;
}

ul.reviews {
	clear: both;
	margin: 0 30px 1em !important;
	padding: 0 !important;
	overflow: hidden;
	background: url(images/divider.png) repeat-y center top;
}
ul.reviews-single {
	background: none;
}
ul.reviews li.review {
	padding: 15px 0;
	margin: 0 !important;
	width: 50%;
	float: right;
}
ul.reviews li.first {
	float: left;
}
ul.reviews li div.review {
	padding: 0 0 0 30px;
}
ul.reviews li.first div.review {
	padding: 0 30px 0 0;
}
ul.reviews-single li.review, ul.reviews-single li.first {
	width: auto;
	float: none;
	border-bottom: 1px solid #E2E3DD;
	border-top: 1px solid #fff;
}
ul.reviews-single li.review div.review, ul.reviews-single li.first div.review {
	padding: 0;
}
ul.reviews li.clear {
	float: none;
	border-bottom: 1px solid #fff;
	background: #E2E3DD;
	padding: 1px 0 0 0;
	margin: 0 !important;
	clear: both;
	display: block;
	width: auto;
	height: auto;
	font-size: 1em;
	line-height: 1 !important;
	height: 0;
	min-height: inherit;
	overflow: hidden;
}
ul.reviews li h3 {
	font-size: 1.15em;
	line-height: 1.33em !important;
	margin: 0 0 0.87em !important;
	padding: 0 0;
}
ul.reviews li p {
	margin: 0 !important;
	font-size: 0.92em;
	line-height: 1.75em;
}
ul.reviews .thumbnail {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}
ul.reviews .thumbnail img {
	display: block;
}
ul.reviews li ul.details li {
	margin-bottom: 1px;
	line-height: 27px;
	color: #f08c00;
	font-weight: bold;
}
ul.reviews li ul.details li strong {
	background: #eaebe5;
	width: 150px;
	padding: 0 4px 0 0;
	margin-right: 4px;	
	text-align: right;
	display: inline-block;
	color: #777;
	font-weight: normal;
}
ul.detail-summary {
	overflow: hidden;
	zoom:1;
	clear: both;
	list-style: none !important;
	padding: 0 30px 0 !important;
	margin: 0 !important;
	/*border-bottom: 1px solid #d7d7d7;*/
}
ul.detail-summary li  {
	width: 271px;
	float: left;
	display: block;
	margin-bottom: 8px;
	line-height: 32px !important;
}
ul.detail-summary li.alt {
	float: right;
}
ul.detail-summary li strong {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-right: 12px;
	line-height: 32px !important;
	float: left;
}
ul.detail-summary li img {
	vertical-align: middle;
}
ul.detail-summary li strong.free_bonus {
	background-image: url(images/icon_freebonus.png);
}
ul.detail-summary li strong.free_games {
	background-image: url(images/icon_free.png);
}
ul.detail-summary li strong.welcome_bonus {
	background-image: url(images/icon_welcome.png);
}
ul.detail-summary li strong.ticket {
	background-image: url(images/icon_card.png);
}





div.tips_wrapper {
	background: url(images/divider.png) repeat-y center top;
}
dl.tips dd {
	padding-left: 20px;
}
dl.tips dt {
	margin: 0 0 0 !important;
	line-height: 1.6em;
	font-family: "Arial Rounded MT Bold","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	background: url(images/bulb.png) no-repeat left;
	padding: 0 0 0 20px;
}

.columns-3 ul {
	margin: 8px 0 0 0 !important;
	border-top: 1px solid #E2E3DD;
}
.columns-3 ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2E3DD;
	padding: 8px 0;	
}

.sidebar ul {
	margin: 20px 0;
	border-top: 1px solid #E2E3DD;
}
.sidebar ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2E3DD;
	padding: 8px 0;	
	margin: 0;
}

.excerpt {
	font-style: italic !important;
	font-size: 0.92em;
}

#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;			}
#gallery-1 img {
	border: 5px solid #E2E3DD;
	background: #FCFCFA;
	width:111px;
	height: 111px;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
#gallery-1 .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 3px !important;
}
.gallery-caption {
	padding: 0 0 0;
	color: #999;
	font-size: 0.9em;
}

/*-- tables --*/
table.posts {
	width: 100%;
	background: transparent none;	
	border: 0;
	padding: 0;
	margin: 0.8em 0 0;
}
table.posts th {
	padding: 10px 6px;
	font-size: 0.9em;
	color: #777;
	background: #EAEBE5;
	vertical-align: middle;
	font-weight: bold;
}
table.posts td {
	vertical-align: middle;
	border-top: 1px dotted #E6E6E6;
	padding: 6px 6px;
}
table.posts td.site img {
	border: 2px solid #E2E3DD;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	outline: 0 !important;
	margin: 0 0 !important;
	padding: 0 !important;
	float: none !important;
	vertical-align: middle;
}
table.posts td a.button, p.button a {
	background: #F7F4D3;
	color: #75580E;
	padding: 6px 6px;
	display: block;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 -1px 0 #F7F6E9;
}
table.posts td a.button:hover, p.button a:hover {
	background: #FBC932;
	color: #fff;
	text-shadow:none;
}
p.button {
	padding: 6px 6px 0 0;
	float: left;
}
p.button a {
	padding: 6px 12px;
	line-height: 1;
}
table.posts td.highlight {
	font-weight: bold;
	color: #F08C00;
	font-size: 1.1em;
}
table.posts td span.na {
	font-weight: normal !important;
	font-size: 1em !important;
	color: #999 !important;
}
table.posts tfoot td {
	padding: 10px 6px 6px 6px;
	color: #999;
	text-align: right;
}


td.whats-on-offer ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	zoom:1;
}
td.whats-on-offer ul li {
	background: url(images/tick.png) no-repeat left 1px;
	margin: 0 0 0.5em !important;
	padding: 0 0 0 20px;
	width: 40%;
	float: left;
}


table { 
	font-size: 100%; /* IE hack */ 
}
table.ratings {
	border-top: 1px solid #fff;
	width: 100%;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	letter-spacing: -0.03em;
}
table.ratings span.rating, table.ratings span.rating span {
	display: block;
}
table.ratings th {
	width: 1%;
	padding: 1px 0;
	color: #999;
	text-align: left;
	vertical-align: middle;
}
table.ratings td {
	width: 99%;
	padding: 1px 0;
	vertical-align: middle;
}
table.ratings span.rating {
	background: #f9f9f5;
	margin-left: 12px;
}
table.ratings span.rating span {
	background: #ddd;
	border-bottom: 8px solid #d7d7d7;
	border-top: 8px solid #e7e7e7;
	padding: 0;
	text-indent: 12px;	
	color: #999;
	line-height: 1;
}
table.ratings strong {
	color: #555;
}
table.ratings span.overall span {
	font-weight: bold;
	color: #fff
}
/* @group Tables/XML Feed */
table.bingo_feed {
	width: 100%;
	font-size: 0.8em;
	background: #f5f5ef;
}
table.bingo_feed thead th {
	background: #60B0D9;
	padding: 8px 3px;	
	color: #fff;
	font-size: 1em !important;
	line-height: 1em !important;
	font-weight: bold;
	vertical-align: middle;
}
table.bingo_feed tbody td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2E3DD;
	padding: 8px 3px;	
}
table.bingo_feed tbody td strong {
	color: #80CAE7;
}
table.bingo_feed tbody td a {
	text-decoration: none;
}
table.bingo_feed .right {
	text-align: right;
}
.ui-tabs-nav {
	margin-bottom: 12px;
}
.ui-tabs-nav div {
	border: 0;
	padding: 0;
	background: url(images/bgstripe.png) repeat;
	border-bottom: 1px solid #E2E3DD;
	width: 256px;
}
div.bingo_feed {
	height: 200px;
	border: 0;
	overflow: auto;
}
.ui-tabs-hide { 
	display: none !important;
}
.ui-tabs-nav ul {
	overflow: hidden;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #f5f5ef;
}
.ui-tabs-nav ul li {
	float: left;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.ui-tabs-nav ul li a {
	float: left;
	color: #555;
	background: #E2E3DD;	
	padding: 8px 3px;
	font-size: 0.85em !important;
	line-height: 1em !important;
	margin-right: 2px;
	cursor: pointer;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	text-decoration: none;
	border-bottom: 2px solid #EDF6FA;
}
.ui-tabs-nav ul li.ui-tabs-selected a {
	background: #60B0D9;
	color: #fff;
	border-bottom: 2px solid #60B0D9;
}
/* @end */
/*-- forms -- */
form p.submit {
	border: 4px solid #E2E3DD;
	background: #0A74AD;
	padding: 1px;
	color: #fff;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0;
}
form p.submit input {
	background: #0A74AD url(images/heading.png) repeat-x bottom;
	padding: 6px 10px 4px;
	margin: 0;
	display: block;
	border: 1px solid #6CACCE;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-family: "Arial Rounded MT Bold","Lucida Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
form p.submit input:hover {
	background: #0A74AD none;
}


form.searchform {
	float: right;
	padding: 3px 6px 0;
	margin: 0;	
	}
form.searchform label,
.searchform .hidden {
	display: none;
	}
form.searchform p.text {
	margin: 0 !important;
	line-height: 2.5em;
	float: left;
}
form.searchform p.text input {
	width: 200px;
	border: 3px solid #d3d3d3;
	vertical-align: middle;
	padding: 6px 20px;
	background: #fff url(images/search.gif) no-repeat 4px center;
	outline: 0;
}

form.newsletter_form {
	border: 4px solid #E2E3DD;
	background: #E2E3DD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 1em !important;
}
form.newsletter_form p.text {
	overflow: hidden;
	margin: 0 0 0 0 !important;
}
form.newsletter_form p.text label {
	color: #333333;
	float: left;
	background: #E2E3DD;
	width: 90px;
	position: relative;
	text-align: center;
	padding: 5px 4px 4px;	
}
form.newsletter_form p.text input.text {
	border: 0 !important;
	padding: 7px 8px;
	float: left;
	width: 200px;
	display: inline;
	font-size: 1em;
	vertical-align: middle;
	background: #fff url(images/arrowinput.png) no-repeat left;
	outline: 0;
	margin: 0;
}
#sidebar form.newsletter_form {
	margin-bottom: 0 !important;	
}
#sidebar form.newsletter_form p.text input.text {
	width: 124px;
}
form.newsletter_form p.submit {
	border: 0 !important;
	position: relative;
	float: right;
	margin: 0;
}
form.newsletter_form p.submit input {
	width: 100px !important;		
}

#comment {
	width: 100%;
	height: 150px;
	}
/* comments */
.post_content #comments h2, #comments h3 {
	color: #555;
	border: 0 !important;
	margin: 0 0 10px !important;
}
#comments p {
	margin: 10px 0 !important;
}
.comment-paging {
	text-align: center;
	position: relative;
	padding: 4px;
}
.page-numbers, .next, .prev {
	background: #eee;
	padding: 4px;
}
.next {
	position: absolute;
	right:0;
	top:0;
}
.prev {
	position: absolute;
	left:0;
	top:0;
}
.current {
	background: #ccc;
}
.comment_container {
	position: relative;
}
.reply {
	position: absolute;
	right:0;
	bottom:0;
}
ol#comment-list {
	margin-top: 5px !important;
	margin-bottom: 30px;
	border-top: 1px solid #E2E3DD;
	clear: both;
	overflow: hidden;
	}
ol#comment-list img.avatar {
	margin: 0 12px 0 0;
	float: left;
	position: relative;
	border: 3px solid #F5F6F1;
	}
ol#comment-list li {
	margin: 0 !important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2E3DD;
	padding: 8px 0;
	list-style: none;
	float: none;
	overflow: hidden;
	}
ol#comment-list li li {
	margin-left: 30px !important;
	background: #fefefe;
	border-top: 1px dotted #C9C8C6;
	border-bottom: 1px dotted #C9C8C6;
	border-left: 1px dotted #C9C8C6;
}
ol#comment-list li .comment-text {
	font-size: 0.9em;
	}
ol#comment-list li .comment-text p {
	margin: 0 0 12px !important;
	color: #656565;
	}
ol#comment-list li p.meta {
	padding: 0;
	font-style: italic;
	color: #999;
	margin: 10px 0 4px !important;
	font-size: 0.9em;
	}
ol#comment-list li p.meta strong {
	font-style: normal;
	color: #999;
	}
ol#comment-list h3 {
	width: 100%;
	padding: 0 0 32px 0;
	margin: 0;
	font-size: 1em;
	}
ol#comment-list h3 a {
	text-decoration: none;
	color: #222;
	}
span#comments-rss a {
	float: right;
	font-size: 0.6em;
	border-bottom: 1px solid #C7E4F1;
	text-decoration: none;
	color: #222;
	}
h3 span#comments-rss a {
	border: none;
	text-decoration: none;
	}
#commentform {
	margin-top: 5px !important;
	}
#commentform input.text, #commentform select, #commentform textarea {
	border: 4px solid #E2E3DD;
	width: 172px;
	padding: 3px;
	background: #fff;
	}
#commentform textarea {
	width: 98%;
	}
#commentform label {
	font-size: 1.2em;
	}
#commentform p.submit {
	float: left;
	margin-top: 0 !important;
}
#commentform p.submit input {
	padding: 6px 16px;
	width: auto;
}
/* @end */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Widgets */
div#sidebar ul.widgets {
	background: #f5f5ef url(images/box_bg.png) repeat-x top;	
	margin: 0 !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 0 !important;
	list-style: none outside !important;
}
div#sidebar ul.widgets .widget_content {
	padding: 0 30px 20px;
	clear: both;
}
div#sidebar ul.widgets li.widget {
	border-bottom: 1px solid #e2e3dd;
	border-top: 1px solid #fff;
	padding: 20px 0 0 0;
	margin: 0 !important;
}
div#sidebar ul.widgets li.widget:first-child {
	border-top: 0;
	padding: 0;
}
div#sidebar ul.widgets li.widget:last-child {
	border-bottom: 0;
}
div#sidebar ul.widgets li.widget:last-child .widget_content {
	padding: 0 30px 0;
}
div#sidebar .side_ad img {
	border: 3px solid #eaebe5;
}

table.posts_sidebar {
	font-size: 0.85em;
}
table.posts_sidebar th {
	padding: 4px 2px;
	font-size: 0.92em;
	line-height: 1.4em;
}
table.posts_sidebar td {
	padding: 4px 2px;
}

div#sidebar ul.widgets li.widget ul {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e2e3dd;
}
div#sidebar ul.widgets li.widget ul li {
	border-bottom: 1px solid #e2e3dd;
	border-top: 1px solid #fff;
	line-height: 1.62em;
	padding: 4px 0;
	overflow: hidden;
	zoom:1;
}
div#sidebar ul.widgets li.widget ul li img {
	border: 2px solid #e2e3dd;
	float: left;
	margin-right: 8px;
}

.widget ul.image_list li {
	font-size: 0.92em;
	line-height: 1.75em;
}
.widget ul.image_list li a {
   display: block;
   padding: 2px 0 0 0;
   font-size: 1.08em;
}
