/*
	Author Name	: Thom Wetzel
	Author Site	: http://www.lmnopc.com/
	Style Name	: Played Podcast
	Style URI	: http://www.playedpodcast.com/
	Version		: 1.0
	Comments	:
*/

body {

	background: #dddddd url(/_img/body-background.gif) 50% 0 repeat-y;
}
#footer { 
	border-top: none;
}


#page {
padding: 0; 
}
#page #primary { 
padding: 0; 
}

	
#header {
	background: #ffffff;
	height: 180px; 
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a{
	display: block; 
	height: 150px;
	color: #dddddd;
text-indent: -9999px; 
	background: transparent url(/_img/logo2008.png) 34px 20px no-repeat;
}
#header .description {
	text-indent: -9999px;
	font-size: 0;
}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/* increase spacing of sidebar rss feed icons
*/
div.sb-feed ul li {
	padding: 2px 0;    
}                  

div#header ul.menu li a {
	background: #00ccff;
}
div#header ul.menu li.current_page_item a {
	background: #0099dd;
	color: #ffffff !important; 
}



/* nuke the borders on images */
#primary .itemtext img { 
border: none;
}


/* override all sorts of stupid rules for the podPress stuff
*/
#primary .item .itemtext div.podPress_content, 
#primary .item .itemtext div.podPress_content img 
{
	margin: 0; 
	padding: 0; 
}
#primary .item .itemtext div.podPress_content img 
{
	display: block; 
	margin-top: 1.5em; 
}

