/*
Theme Name: Mad About Bingo
Theme URI: http://blue-anvil.com/
Description: A widget ready, 3 column theme for Mad About Bingo.
Author: Mike Jolley
Author URI: http://blue-anvil.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: #535353;
	background: #F3B1CF url(images/bg.png) repeat-x top;
	font: 62.5% "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Reset to 10px equivilent */
	line-height: 1.5em;
}
a {
	color: #398C9E;
	text-decoration: underline;
	}
a:hover, a:focus {
	color: #A73D9A;
	text-decoration: none;
	}
div#wrapper {
	font-size: 1.5em;
	width: 95%;
	max-width: 1280px;
	min-width: 986px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	color: #fff;
	padding: 12px 0;
}
#header .advert {
	float: right;
	background: #F3A4C8;
	color: #94368A;
	margin: 10px 0 0;
	padding: 8px 8px 4px;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;
}
#header .advert img {
	display: block;
	margin-bottom: 4px;
}
#header .advert p {
	margin: 0 !important;
	font-size: 0.9em;
}
#header .advert a {
	color: #94368A;
	text-decoration: none;
}
#logo {
	float: left;
	display: inline;
	font-size: 2.5em !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	font-weight: bold;
	position: relative;
	}
#logo span {
	background: url(images/top.gif) no-repeat top left;
	width: 376px;
	height: 200px;
	position: absolute;
	top:0;
	left:0;
	margin-top: -12px;
	margin-left: -134px;
	z-index: -10;
}
#logo a {
	color: #fff;
	display: block;
	text-decoration: none !important;
}

#content {
	background: #F3B1CF;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	padding: 0;
	margin: 0;
}
#banner {
	background: #BA45AA url(images/banner.png) repeat-x bottom;
	color: #fff;
	margin-bottom: 2px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	/*margin-left: 160px;
	margin-right: 298px;*/
	overflow: hidden;		
}
	#banner .inner {
		background: url(images/maskot.jpg) no-repeat bottom right;
		padding: 0 12px;
		overflow: hidden;
	}
	#banner h2 {
		text-shadow: 0 2px 0 #9E3A92;
	}
	#banner h3 {
		font-size: 0.9em !important;
		font-weight: bold;
		margin: 0 0 8px !important;
		line-height: 1;
	}
	#banner p {
		margin-top: 0 !important;
		font-size: 0.9em !important;
	}
#mainContent {
	background: #fff;
	overflow: hidden;
	padding: 0 12px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#sidebar-primary {
	float: right;
	display: inline;
	width: 274px;
	padding: 12px;
	position: relative;
	top:0;
	background: #F3B1CF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	font-size: 0.8em;
}
#sidebar-primary ul.widgets {
	width: 274px;
}
#sidebar-secondary {
	float: left;
	display: inline;
	width: 136px;
	padding: 12px;
	background: #F3B1CF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	font-size: 0.8em;
}
#sidebar-secondary ul.widgets {
	width: 136px;
}

#footer {
	clear: both;
	color: #B28198;
	padding: 24px 0 24px;
	font-size: 1em;
	text-align: center;
	background: #F6DCE8 url(images/footer.png) repeat-x top;
	margin: 0;
	overflow: hidden;
	}
#footer li {
	display: inline;
}
#footer li:after {
	content: "\0020 \02022";
}
#footer li.copyright:after, #footer li.last:after {
	content: "";
}
#footer li.copyright {
	margin-bottom: 4px;
	margin-right: 0;
	display: block;
}
#footer a {
	color: #B28198;
	padding: 0 4px;
	}
.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	margin:0;
	padding: 0;
	outline: 0;
}
.paging {
	margin: 0 !important;
	line-height: 1.5em;
	overflow: hidden;
	}
p.buttons {
	position: relative;
	float: left;
	margin: 0 0 12px !important;
}
.buttons a, p.submit, .paging div, input.submitbutton {
	background: #B844A8 url(images/button.png) repeat-x bottom;
	color: #fff;
	float: left;
	margin: 0 4px 0 0 !important;
	padding: 1px;
	text-decoration: none !important;
	cursor: pointer;
}
input.submitbutton {
	border: 1px solid #CD7CC2;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 1.1em;
}
.buttons a strong, p.submit input, .paging div a {
	padding: 3px 6px;
	border: 1px solid #CD7CC2;
	display: block;
	cursor: pointer;
	background: transparent none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	width: auto;
}
.buttons a.play strong, .paging div a {
	border: 1px solid #82CFE0;
}
.buttons a:hover, .buttons a:focus, p.submit input:hover, input.submitbutton:hover {
	background: #AA3E9C none;
}
.buttons a.play, .paging div {
	background: #4CB8D0 url(images/buttonalt.png) repeat-x bottom;
}
.buttons a.play:hover, .buttons a.play:focus, .paging div a:hover, .paging div a:focus, input.submitbutton:focus {
	background: #3C93A6 none;
}
#banner p.buttons a {
	background: #fff url(images/banner_button.png) repeat-x bottom;
	border: 2px solid #fff;
	color: #555;
	padding: 4px 8px;
	text-shadow: 0 1px 0 #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#banner p.buttons a strong {
	padding: 0;
	border: 0;
	color: #555;
}
#banner p.buttons a:hover, #banner p.buttons a:focus {
	background: #DFDFDF none;
}
p.single-button {
	float: none;
	display: block;
	font-size: 1.4em;
	clear: both;
}
p.single-button a {
	float: none;
	display: block;
	text-align: center;
	margin-right: 0 !important;
}

.stars {
	background: url(images/star.png) repeat-x left -16px;
	height: 16px;
	width: 80px;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}
.stars span {
	background: url(images/star.png) repeat-x top left;
	overflow: hidden;
	padding-top: 16px;
	line-height: 16px;
	display: block;
}

#bingo_rooms, #bookie_bingo_rooms {
	margin-bottom: 12px;
	border-bottom: 2px dotted #ccc;
}
#bingo_rooms h2, #bookie_bingo_rooms h2 {
	margin-bottom: 0 !important;
	padding: 4px 12px 0 4px;
	overflow: hidden;
}
#bingo_rooms.single h2 {
	padding: 8px;
	overflow: visible;
}
#bingo_rooms h2 a.normal, #bookie_bingo_rooms h2 a.normal, #bingo_rooms h2 a.free, #bookie_bingo_rooms h2 a.free {
	color: #fff;
	background: #D58CCB;
	padding: 6px 8px;
	margin-right: 4px;
	float: left;
	font-size: 0.8em;
	text-decoration: none;
}
#bingo_rooms h2 a.normal:hover, #bookie_bingo_rooms h2 a.normal:hover, #bingo_rooms h2 a.free:hover, #bookie_bingo_rooms h2 a.free:hover,
#bingo_rooms h2 a.normal:focus, #bookie_bingo_rooms h2 a.normal:focus, #bingo_rooms h2 a.free:focus, #bookie_bingo_rooms h2 a.free:focus,
#bingo_rooms h2 a.active, #bookie_bingo_rooms h2 a.active {
	background: #ddd;
	color: #555;
	text-shadow: 0 1px #fff;
}
#bingo_rooms div.content, #bookie_bingo_rooms div.content {
	height: 300px;
	width: 100%;
	overflow: auto;
	clear: both;
}
#bingo_rooms div.loading, #bookie_bingo_rooms div.loading {
	background: url(images/ajax-loader.gif) no-repeat center center;
}

/* @end */
/* @group Typograpghy */

/*-- Inline/Other Element Styles --*/	
	
/*-- Headings --*/	
h1, h2, h3, h4, h5, h6, .pagetitle {
	margin: 16px 0 12px;
	font-size: 1.4em;
	line-height: 1.2em;
	}

h2.main, h1.main, div.main {
	background: #BA45AA url(images/banner.png) repeat-x bottom;
	color: #fff;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;		
	padding: 16px 12px;
	overflow: hidden;
	text-shadow: 0 2px 0 #9E3A92;
	margin-top: 0;
	margin-bottom: 2px;
	/*margin-left: 160px;
	margin-right: 298px;*/
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.2em;
}
div.main {
	padding: 0 12px 16px;
	font-size: 1em !important;
}
div.main h1 {
	margin-bottom: 0 !important;
}
div.main p.meta {
	color: #fff;
	padding: 0;
	line-height: 1;
	margin: 12px 0 0 0 !important;
	text-shadow: none;
	}
div.main .meta p {
	color: #fff;
	padding: 0;
	margin-bottom: 0 !important;
	margin-top: 12px !important;
	text-shadow: none;
}
div.main p.meta a, div.main .meta p a {
	color: #fff !important;
	font-weight: normal;
	}
h2.list_head {
	padding: 8px 8px;
	background: #BB44AA url(images/list_head.png) repeat-x bottom;
	color: #fff;
	position: relative;
	font-size: 1.4em !important;
}
h2.list_head small {
	position: absolute;
	right: 0;
	top:0;
	margin: 9px 9px;
	font-size: 0.7em;
}
h2.list_head small a {
	color: #fff !important;
}

.post_content h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	line-height: 1;
}
.post_content h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
	clear: both;
}
.post_content h2 a, .post_content h1 a {
	text-decoration: none;
	color: #555;
}
.post_content .title a {
	color: #555;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.1em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
}

/*-- Paragraph & Post Styles --*/
p, ul, ol, dl {
	margin: 8px 0 12px 0;
	}
p, li {
	line-height: 1.6em;
}

hr {
	border: 0;
	border-top: 2px dotted #ccc;
}
	
div.sexy-bookmarks {
	margin: 24px auto !important;
}	
.post {
	border-bottom: 2px dotted #CCCCCC;
	margin: 16px 0;
}
.post_content {
	margin: 16px 0;
}
.post .post_content {
	margin: 0;
}
.post p.meta {
	color: #999;
}
.post p.meta a, span.comment a {
	color: #4DACC1;
}
.post p.meta a:hover, .post p.meta a:focus, span.comment a:hover, span.comment a:focus {
	color: #A73D9A;
	}
.post_content ul {
	margin: 12px 36px !important;
	line-height: 0;
	list-style: circle outside;
	}
.post_content ul li {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
.post_content ol li {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	}
.post_content ol {
	list-style: decimal outside;
	margin: 12px 36px !important;
	}
span.comment {
	float: right;
	margin-left: 10px;
}
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: 24px !important;
	font-style: italic;
	background: #CFE2E6;
	color: #2C6B79;
	font-family: Georgia, Times New Roman, Times, serif;
	}
cite {
	color: #383838;
	margin-left: 24px;
	font-style: italic;
}
cite strong {
	font-style: normal;
	font-weight: bold;
}
blockquote cite {
	margin-left: 0;
}

/* @end */
/* @group Images */
#nav {
	text-align: center;
	border-bottom: 2px dotted #ccc;
	margin:0 0 12px;
	padding:0 0 12px;
}
#nav a {
	border: 1px solid #D58CCB;
	background: #F0D7ED;
	color: #9B398D;
	margin: 0 2px;
	padding: 0 4px;
	text-decoration: none;
}
#nav a.activeSlide {
	background: #82CFE0;
	color: #fff;
	border-color: #4CB8D0;
}
.screenshots { 
	height: 256px; 
	padding:0 0 12px; 
	margin:0; 
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.screenshots a {
	display: block;
	text-align: center;
	top:0; 
	left:0;
	width: 100% !important;
	line-height: 256px;
}
.screenshots img { 
	background: #fff;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	vertical-align: middle;
}
.screenshots img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.thumbnail {
	padding: 8px;
	border: 1px solid #ccc;
	margin-right: 12px;
	float: left;
}

.image-frame {
	background: #fff;
	padding: 8px;
	float: left;
	display: inline;
	width: 200px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	position: relative;
}
.image-frame a {
	float: left;
	text-decoration: none;
}
.image-frame .image {
	width: 200px;
	height: 85px;
	background: #eee;
	text-align: center;
	display: block;
	margin-bottom: 8px;
	float: left;
}
.image-frame img {
	display: block;
	margin: 0 auto;
}
.image-frame .overlay {
	position: absolute;
	width: 34px; height: 60px;
	background: url(images/overlay.png) no-repeat right;
	color: #fff;
	text-shadow: 0 -2px 0 #914486;
	overflow: hidden;
	top:0;
	left: 0;
	margin-top: -2px;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
}
.image-frame .overlay span {
	display: block;
	margin: 12px auto;
	text-decoration: none;
}
.image-frame .star {
	background: url(images/overlay.png) no-repeat left;
	font-weight: bold;
}

.post_content .alignleft {
	float: left;
	margin: 3px 12px 0 0;
	display: inline;
	}
.alignright {
	float: right;
	margin: 3px 0 0 12px;
	display: inline;
	}

p.image {
	clear: both;
	overflow: hidden;
}
	
.post_content img.alignright, .post_content img.alignleft, .post_content img.aligncenter, a.thumbnail img {
	border: 1px solid #D4E7EB;
	padding: 5px;
	outline: 3px solid #fff;
	background: #fff;
}
.post_content img.alignright.plain, .post_content img.alignleft.plain, .post_content img.aligncenter.plain {
	outline: none;
	background: none;
	padding: 0;
	border: 0;
}
.post_content .aligncenter {
	margin: 12px auto;
	display: block;
	}
.post_content img.alignnone + img.alignnone  {
	margin-left: 8px;
}
div.wp-caption {
	text-align: center;
	border: 6px solid #D4E7EB;
	outline: 6px solid #fff;
	border-bottom: 1px solid #D4E7EB;
	padding: 0 !important;
	background: #fff;
	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;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: 3px !important;
	font-weight: bold;
	clear: both;
	color: #2C6B7E;
	background: #D4E7EB;
}
/* @end */
/* @group Lists */
/* Top Level */
	#mainNav {
		margin-bottom: 12px;
	}
	#mainNav ul {
		text-align: left;
		line-height: 1 !important;
		margin: 0;
		background: #BC46AB url(images/mainNav.png) repeat-x bottom;
		overflow: hidden;
		border-bottom: 2px solid #F0C4D8;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;		
		}
	#mainNav li {
		margin: 0;
		padding: 0;
		line-height: 1 !important;
		list-style: none outside;
		text-indent: 0 !important;		
		float:left;					
		}
	#mainNav li a {
		color: #fff;
		display: block;
		text-decoration: none;
		margin: 0 !important;
		padding: 0 12px;
		line-height: 3em;		
		float: none;
		background: transparent none;
		border-right: 1px solid #A73D9A;
		border-left: 1px solid #CA4ABA;
		text-shadow: 0 2px 0 #9E3A92;
		}
	#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-cat a {
		color: #fff !important;	
		background: #C768BA;
		border-color: #C768BA;
		text-decoration: none;
		text-shadow: 0 2px 0 #B543A5;
	}
	#mainNav li.first a {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		border-left: 0;
	}
/* Sub Levels */
	#mainNav ul ul { display: none; }
/* End Main Nav */

ul.posts {
	list-style: none;
	padding: 0;
	margin: 0 0 12px !important;
}
ul.posts li {
	border-bottom: 2px dotted #ccc;
	padding: 12px 8px;
}

#sitemap_list {
	line-height: 1em;
	margin-left: 0 !important;
}
#sitemap_list li {
	background-position: left 0.2em !important;
}

ol.balls, ul.lingo {
	overflow: hidden;
	margin: 16px 0 12px !important;
	padding: 0 !important;
}
ol.balls li, ul.lingo li {
	float: left;
	width: 49%;
	margin-bottom: 8px;
	list-style: none inside;
	position: relative;
	line-height: 40px;
}
ul.lingo li {
	line-height: 1.6em;
}
ol.balls li span.ball {
	position: static;
	margin: 0 8px 0 0 !important;
}
ol.balls li.clear_grid, ul.lingo li.clear_grid {
	float: none;
	width: auto;
	height: 1px;
	background: transparent none;
	border-top: 2px dotted #ddd;
	clear: both;
	display: block;
}



ul.sites {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
ul.sites li {
	border-bottom: 2px dotted #CCCCCC;
	font-size: 0.9em;
	margin: 16px 0 0 0;
	padding: 0 0 12px 0;
	list-style: none;
}
ul.sites li p.buttons, ul.sites li .image-frame {
	margin-bottom: 0 !important;
}
ul.sites li h3 {
	margin-top: 0 !important;
}
ul.sites li .site_content {
	padding-left: 228px;	
}
h3.offer {
	line-height: 1.6em;
}
span.offer {
	font-size: 1.1em;
}
span.offer, p.offer {
	color: #3C93A6 !important;
	font-weight: bold;
}
p.offer {
	margin-bottom: 8px;
}

/*-- tables --*/
table { 
	font-size: 100%; /* IE hack */ 
}
table.standard {
	width: 100%;
	margin: 8px 0 12px;
}
table.standard thead th {
	background:#DDDDDD;
	color:#555555;
	font-size:1em !important;
	font-weight:bold;
	padding:12px 8px;
	text-shadow:0 1px #FFFFFF;
	vertical-align:middle;
}
table.standard tbody td {
	border-bottom:2px dotted #DDDDDD;
	padding:8px;
}
table.standard tfoot td {
	padding:8px;
	color: #999;
	font-size: 0.9em;
}
.center {
	text-align: center;
}
/* @group Tables/XML Feed */
div.table_wrapper {
	width: 100%;
}
table.bingo_feed {
	width: 100%;
	font-size: 0.8em;
	background: #fff;
	line-height: 1.4em;
	overflow: hidden;
}
table.bingo_feed thead th {
	background: #ddd;
	padding: 12px 8px;	
	color: #555;
	text-shadow: 0 1px #fff;
	font-size: 1em !important;
	font-weight: bold;
	vertical-align: middle;
}
table.bingo_feed tbody td {
	border-bottom: 2px dotted #ddd;
	padding: 8px;	
}
table.bingo_feed .right {
	text-align: right;
}
table.bingo_feed p.buttons, table.bingo_feed p.buttons a {
	margin: 0 !important;
	float: right;
	position: static;
}
/*-- forms -- */
form.searchform, form.newsform {
	overflow: hidden;
	margin: 11px 0;
	padding: 0;
	background: #fff url(images/searchbg.png) repeat-x bottom;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #fff;
	}
.searchform .hidden, form.newsform .hidden {
	display: none;
	}
form.newsform input {
	outline: 0;
}
form.searchform p, form.newsform p {
	background: url(images/search.png) no-repeat 3px 3px;	
	overflow: hidden;
	margin: 0 !important;
	padding-left: 20px;
}
form.newsform p {
	background: url(images/news.png) no-repeat 3px 3px;	
}
form.searchform p #sf, form.newsform p #newsletter_email {
	float: left;
	width: 190px;
	background: transparent;
	border: 0;
	margin: 3px 0 0 4px;
	color: #555;
}
form.searchform p #sf.default, form.newsform p #newsletter_email.default {
	color: #999;
}
form.searchform p .submit, form.newsform .submit {
	float: right;
	margin: 0 !important;
	width: 30px;
}
.widget_search label {
	display: none;
}	
#comment {
	width: 100%;
	height: 150px;
	}
	
form.wpcf7-form .wpcf7-form-control-wrap input {
	background: #fff url(images/searchbg.png) repeat-x bottom;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #ddd;
	padding: 4px;
	width: 45%;
}
form.wpcf7-form textarea {
	background: #fff url(images/searchbg.png) repeat-x bottom;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #ddd;
	padding: 4px;
	width: 70%;
	height: 100px;
}

/* comments */
.post_content #comments h2, #comments h3 {
	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: 4px solid #D4E7EB;
	}
ol#comment-list li {
	margin: 0 !important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2E3DD;
	padding: 8px 8px;
	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: 8px;
}
/* @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;	
}
/* @group Widgets */
ul.widgets {
	margin: 0 !important;
	padding: 0;
	text-align: left;
	float: left;
	color: #656565;
	}
ul.widgets li.widget {
	list-style-type: none;
	padding: 0 10px;
	background: #fff url(images/widget.png) repeat-x bottom left;
	border: 2px solid #D283C6;
	margin: 0 0 12px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
ul.widgets li.widget-alt, ul.widgets li.advert {
	background: #F4BDD6 none;
	border: 1px solid #F3A4C8;
	padding: 0 11px;
}
ul.widgets li.widget ul, .textwidget, .widget_container {
	margin: 0 0 12px !important;
	padding: 0 !important;
}
.textwidget {
	border-top: 2px dotted #ddd;
}
ul.widgets li.widget ul ul {
	margin: 0 !important;
	padding: 0 !important;
}
.widget_container {
	padding: 0 12px !important;
}
ul.widgets li.widget .widgettitle {
	margin: 12px 0 8px !important;
	font-weight: normal;
	line-height: 1;
	font-size: 1.4em !important
}
.widgettitle a {
	color: #555 !important;
}
.widget_container {
	margin: 0 !important;
}

/* Tabbed Widget */
ul.widgets li.widget-tabbed {
	background: transparent none;
	border: 0;
	padding: 0;
}
div#section-2, div#section-1 {
	border: 0;
	padding: 0 10px !important;
	width: 254px;
	background: #B744A7;
	overflow: hidden;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}
.ui-tabs-nav div#section-2 {
	background: #EA5F1B;
}
.ui-tabs-nav div a {
	color: #fff !important;
}
.ui-tabs-hide { 
	display: none !important;
}
ul.widgets li.widget-tabbed .ui-tabs-nav ul {
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0 !important;
}
.ui-tabs-nav ul li {
	float: left;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.ui-tabs-nav ul li a {
	float: left;
	color: #fff;
	background: #B744A7;	
	padding: 12px 10px 10px;
	line-height: 1em !important;
	margin-right: 2px;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	text-decoration: none;
	border-bottom: 2px solid #F3B1CF;
}
.ui-tabs-nav ul li.ui-tabs-selected a {
	border-bottom: 2px solid #B744A7;
}
.ui-tabs-nav ul li.rss a {
	background: #EA5F1B;
}
.ui-tabs-nav ul li.ui-tabs-selected a.rss {
	border-bottom: 2px solid #EA5F1B;
}

/* Bubbles */
ul.widgets li.widget-bubble {
	padding: 0;
	border: 0;
	background: transparent none;
}
ul.widgets li.widget-bubble dl {
	background: #fff url(images/widget.png) repeat-x bottom left;
	border: 2px solid #D283C6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 12px 10px;
	overflow: hidden;
	margin: 0 !important;
}
ul.widgets li.widget-bubble dt {
	font-size: 1.5em;
	font-weight: bold;
	display: inline;
}
ul.widgets li.widget-bubble dd {
	display: inline;
	font-style: italic;
	font-size: 1.4em;
}
ul.widgets li.widget-bubble p {
	text-align: right;
	float: right;
	padding-left: 34px;
	padding-right: 2px;
	padding-top: 6px;
	background: url(images/bubble.png) no-repeat left;
	margin: -2px 0 0 0 !important;
	position: relative;
	display: inline;
}
ul.widgets li.widget-bubble p a {
	color: #BC46AB !important;
}
ul.widgets li.widget-bubble dl.balls {
	position: relative;
	padding-left: 58px;
	padding-top: 16px;
	padding-bottom: 16px;
}
ul.widgets li.widget-bubble dl.balls dt {
}
ul.widgets li.widget-bubble span.ball, ol.balls span.ball {
	color: #999;
	width: 43px;
	height: 43px;
	line-height: 38px;
	text-align: center;
	float: left;
	background: url(images/ball.gif) no-repeat top left;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	margin-left: 8px;
}
ul.widgets li.widget-bubble dl.balls dd {
}

/* Advert */
ul.widgets li.advert {
	text-align: center;
	padding: 7px;
}
ul.widgets li.advert img {
	display: block;
	margin: 0 auto;
}
ul.widgets li.ads_125 {
	padding: 0 !important;
}
ul.widgets li.ads_125 ul {
	padding: 3px !important;
	margin: 0 !important;
	overflow: hidden;
}
ul.widgets li.ads_125 li {
	margin: 0 !important;
	padding: 4px !important;
	float: left;
}
ul.widgets .ads_125 img {
	border: 0;
	padding: 0;
	display: block;
}
	
/* Archive + Blogroll + posts + comments + meta */
.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px dotted #ddd;	
	} 
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_links ul li,
.widget_pages ul li,
.widget_categories ul li {
	display: block;
	border-top: 2px dotted #ddd;
	color: #6F6F6F;
	font-size: 1em;
	padding: 3px 0;
}
.widget_rss img {
	vertical-align: middle;	
	position: relative;
	margin-top: -2px;
}
.widget_recent_entries p {
	margin: 4px 0 !important;
}

/* Pages */
ul.widgets li.widget_pages ul ul, ul.widgets li.widget_categories ul ul  {
	border: 0 !important;
	padding-top: 4px !important;
}
ul.widgets li.widget_pages ul ul li a,
ul.widgets li.widget_categories ul ul li a {
	padding-left: 12px;
}
ul.widgets li.widget_pages ul ul ul li a,
ul.widgets li.widget_categories ul ul ul li a {
	padding-left: 24px;
}
ul.widgets li.widget_pages ul ul ul ul li a,
ul.widgets li.widget_categories ul ul ul ul li a {
	padding-left: 36px;
}
ul.widgets li.widget_pages ul ul ul ul ul li a,
ul.widgets li.widget_categories ul ul ul ul ul li a {
	padding-left: 48px;
}
ul.widgets li.widget_pages ul ul ul ul ul ul li a,
ul.widgets li.widget_categories ul ul ul ul ul ul li a {
	padding-left: 60px;
}
	
/* Tags */	
.widget_tag_cloud div {
	border-top: 2px dotted #ddd;
	padding: 8px 0 0 0;
	line-height: 2em;
	overflow: hidden;
	margin-bottom: 12px;
	}

/* Calendar */	
.widget_calendar caption {
	background: #ddd;
	border: 2px solid #EEE8EB;
	border-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	font-weight: bold;
	}
.widget_calendar tbody td, .widget_calendar th {
	border-bottom: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #6F6F6F;
	font-size: 1em;
	padding: 2px 8px 2px 8px;
	text-align: center;
	}
.widget_calendar tbody td#today {
	font-style: italic;
}
.widget_calendar tbody tr td:hover, .widget_calendar th {
	background-color: #e2e2e2;
	}
.widget_calendar tbody td a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #BC46AB;
	display: block;
	padding: 2px 8px 2px 8px;
	margin: -2px -8px -2px -8px;
	position: relative;
	}
.widget_calendar #prev,
.widget_calendar #next {
	padding: 4px 0 0 0;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-style: italic;
	}
.widget_calendar thead th {
	text-align: center;
	}
div#calendar_wrap {
	border-top: 2px dotted #ddd;
	padding: 8px 0 12px 0;
	}
.widget_calendar table {
	width: 100%;
	background: #EEE8EB;
	}
/* @end */