/*
Theme Name: Bingo Studio Live
Theme URI: http://www.bingostudiolive.co.uk/
Description: Bingo Studio Live theme for WordPress
Version: 1.0
Author: Martin Bean
Author URI: http://www.digitalpop.co.uk/
*/

@import url('reset.css');

* { margin: 0; padding: 0; }

body {
	color: #f2f2f2;
	font: normal 10px/1.4 Arial, Helvetica, sans-serif;
	text-align: center;
	background: #191919 url(./images/static.gif) repeat 50% 0;
}

a img { border: none; }
a:link, a:visited {
	color: #0996d0;
	text-decoration: none;
	border-bottom: 1px solid #0996d0;
}
a:hover, a:active {
	color: #c11619;
	border-color: #c11619;
}

h1,h2,h3,h4,h5,h6 {
	color: #c11216;
	font-weight: normal;
}
h1 {
	margin-bottom: 0.5em;
}
h2 {
    margin-bottom: 0.5em;
}
p {
	font-size: 14px;
	margin-bottom: 0.75em;
	opacity: 0.99; /* stops WebKit from displaying text so heavily */
}
p.date,
p.edit {
	font-size: 12px;
}
p.more {
	text-align: right;
}
ol,ul {
	font-size: 12px;
	margin: 0 0 1em 2em;
}
li {
	padding: 2px 0;
}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(./images/header-bg.png) no-repeat 100% 100%;
	height: 211px;
	margin-bottom: 63px;
}
#logo {
	position: absolute;
	top: -78px;
	left: -78px;
	height: 289px;
	z-index: 1;
	border-bottom: none;
	overflow: hidden;
}
#navigation {
	position: absolute;
	background: url(./images/nav-bg.png) no-repeat 50% 0%;
	width: 100%;
	height: 58px;
	z-index: 2;
	top: 211px;
	left: 0;
}
#navigation ul {
	height: 39px;
	margin: 0;
}
#navigation ul li {
	display: inline;
	padding: 0;
}
#navigation ul li a {
	color: #efefef;
	font-size: 14px;
	text-decoration: none;
	text-shadow: #0f356c 0 1px 1px 1px;
	background: url(./images/nav-divider.gif) no-repeat 100% 100%;
	display: block;
	float: left;
	height: 19px;
	padding: 10px 22px 10px 20px;
	border-bottom: none;
}
#navigation ul li a:hover {
	color: #f7f7f7;
}
#content {
	float: left;
	width: 540px;
	min-height: 400px;
	padding-left: 10px;
}
#sidebar {
	float: right;
	width: 300px;
	padding: 0 10px 15px 0;
}
#sidebar h3 {
	font-size: 14px;
	margin-bottom: 0.5em;
	padding-top: 3px;
}
#sidebar p {
	font-size: 13px;
}
#footer {
	background: url(./images/footer-bg.png) no-repeat 50% 0%;
	clear: both;
}
#copyright {
	color: #999;
	font-size: 12px;
	padding: 60px 10px 45px;
}

.presenters {
	margin: 0 0 0 -10px;
	overflow: auto;
}
.presenters li {
	display: inline;
	list-style: none;
}
.presenters li a, .presenters li a img, .presenters li a span {
	display: block;
}
.presenters li a {
	text-decoration: none;
	float: left;
	width: 140px;
	padding-left: 10px;
	border-bottom: none;
}
.presenters li a span.thumb {
	border: 3px solid #f2f2f2;
	width: 134px;
	height: 134px;
	overflow: hidden;
}
.presenters li a span.thumb img {
	display: block;
	width: 134px;
}
.presenters li a span.title {
	color: #f2f2f2;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	height: 32px;
	padding-top: 0.5em;
}
.presenters li a:hover span.thumb {
	border-color: #0996d0;
}
.presenters li a:hover span.title {
	color: #f2f2f2;
}

#content .presenters {
	margin-bottom: 20px;
}
#content .presenters li a {
	width: 265px;
	padding-bottom: 10px;
}
#content .presenters li a span {
	margin-left: 150px;
}
#content .presenters li a span.thumb {
	float: left;
	margin-left: 0;
}
#content .presenters li a span.title {
	text-align: left;
	font-size: 14px;
	height: auto;
	padding: 0 0 0.5em 0;
}
#content .presenters li a span.summary p {
	color: #f2f2f2;
	font-size: 13px;
	margin-bottom: 0;
}
#content .presenters li a:hover span.title {
	color: #c11216;
}