@charset "utf-8";

/*

Talk-Sports.net CSS Document
Designed by Joe Critchley - netterbox.co.uk

TOC:
1. General
2. Core Layout
3. Header
4. Left column
	- Post header
	- Post content
	- Post footer
5. Right column
6. Footer

*/

/* 
1. General
============================================
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.clearer {
	clear: both;
}

a {
	color: #fff;
}

a:hover {
	color: #ffad76;
}

/* 
2. Core Layout
============================================
*/

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #424e4f url(images/body-bg.jpg) repeat-x left top;
	color: #fff;
}

#outerWrapper {
	width: 900px;
	margin: 20px auto 0 auto;
}

/* 
3. Header
============================================
*/

#header {
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#header #headerDesc {
	float: right;
}

#header h1 {
	background: url(images/talksports-logo.gif) left top no-repeat;
	text-indent: -9999px;
	width: 222px;
	height: 35px;
	float: left;
}

/* 
4. Left column
============================================
*/

#leftCol {
	width: 670px;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#leftCol .post {
	border: 1px solid #fff;
	margin: 0 0 20px 0;
}

/*
Post header
*/

#leftCol .post .postHeader {
	background: #5e6d70;
}

#leftCol .post .postHeader h2 {
	float: left;
	padding: 7px;
	color: #ffad76;
	font-size: 1.4em;
}

#leftCol .post .postHeader a {
	color: #ffad76;
	text-decoration:none;
}

#leftCol .post .postHeader .date {
	background: #8f999b;
	color: #000;
	padding: 10px;
	float: right;	
}

/*
Post content
*/

#leftCol .post .postContent {
	padding: 10px; 
	font-size: 1.2em;
	line-height: 1.4em;
}

#leftCol .post .postContent p {
	margin: 10px 0;
}

#leftCol .post .postContent .video {
	float: left;
	margin: 0 10px 0 0;
}

/*
Post footer
*/

#leftCol .post .postFooter {
	background: #5e6d70;
	padding: 5px;
}

#leftCol .post .postFooter ul.utilities {
	list-style: none;
	float: left;
}

#leftCol .post .postFooter .utilities li {
	float: left;
}

#leftCol .post .postFooter .utilities li a {
	float: left;
	margin: 0 10px 0 0;
}

#leftCol .post .postFooter .categories {
	float: right;
}

/* 
5. Right column
============================================
*/

#rightCol {
	width: 200px;
	float: right;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #5e6d70 url(images/rightcol-bottom-bg.gif) left bottom no-repeat;
	color: #cfd3d4;
	position: relative;
	padding: 0 0 4px 0;
	font-size: 1.2em;
}

#rightCol div {
	margin: 2px 5px;
}

#rightCol input 
{
    width: 9em;
}

#rightCol .borderTop {
	background: url(images/rightcol-top-bg.gif) left top no-repeat;
	height: 5px;
	margin: 0;
}

/* 
6. Footer
============================================
*/

#footer {
	clear: both;
	color: #999;
	border-top: 1px solid #999;
	padding: 5px 0;
	text-align: center;
}

#footer a {
	color: #999;
}

.headerbar 
{
    text-align:center;
}

h1
{
    text-align:center;
}