/* 
Theme Name: PWC Podcast
Description: A custom child theme of the Thematic framework.
Author: Joshua Clanton
Author URI: http://designpepper.com
Version: 0.1
Tags: Framework
Template: thematic
*/

@import url('../thematic/style.css');

body {
	color: #dddddd;
	background-color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#header { 
	width: 850px; 
	height: 217px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	margin: auto;
	text-indent: -99999em;
}
#access { display: none; }

#main {
	width: 850px;
	padding-top: 0;
}

#container {
	float: right;
	width: 620px;
	padding-top: 22px;
}

#content {
	width: 620px;
}

#primary {
	float: left;
	border: none;
	background-color: #222222;
	width: 210px;
	color: #eeeeee;
}
a:hover { color: #004B91; text-decoration: none; }
.entry-title a { color: #004B91; }