/*
Theme Name: To Say the Least
Theme URI: http://tosaytheleastgameshow.com
Description: Awesome gameshow theme
Version: 0.25
Author: Jake Zukowski
Author URI: http://ponyloaf.com/
Tags: game show, podcast

	To Say the Least v0.25
	 http://ponyloaf.com/

	This theme was designed and built by Jake Zukowski.

*/

body {
	color: #fff;
	font-family: Times;
	font-size: 14px;
	min-width: 930px;
	text-align: center;
	background: #5a0045;
}

div#wrapper {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

div#row1 div#newest.post {
	background: transparent url('images/new_ep_border.png') no-repeat scroll top;
	padding: 40px 5px 10px 5px;
	margin: 0 5px 0 5px;
	}
	
div#row1 div#with_thanks div.post {
	width: 290px;
	height: 290px;
	padding: 13px 5px 10px 5px;
	margin: 0 5px;
	background: #3e0030;
	float: left;
}

div#row1 div.post {
	width: 290px;
	height: 290px;
	padding: 13px 5px 10px 5px;
	margin: 27px 5px 0 5px;
	background: #3e0030;
	float: left;
}

div.post {
	width: 290px;
	height: 290px;
	padding: 13px 5px 10px 5px;
	margin: 0 5px;
	background: #3e0030;
	float: left;
}

div#nav {
	width: 620px;
	height: 218px;
	margin: 41px 5px;
	float: left;
}

div#title {
	width: 300px;
	height: 300px;
	float: left;
}

div.row {
	clear: both;
	padding: 10px 0px;
}

div#footer, div#next9 {
  margin: 0 5px;
}

div#next9 {
  float: right;
  width: 165px;
  margin: 10px 5px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
}

a {
	color: #fcffb0;
}

a:hover {
	color: #fa78ad
}

p.airdate {
	margin-top: 10px;
}

img.nav {
	border: none;
}

p.nav {
	margin: 20px 0px;
}

p.nav#subscribespace {
	margin: 20px 0px 17px 0px;
}

p.nav#contestantspace {
	margin: 17px 0px 20px 0px;
}

img#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Edit podpress to be near the baseline of the post */

.podcast_player {
	position: absolute;
	top: 250px;
}

/* Single posts and comments */

.required {
  color: #ff7bac;
}

#respond {
  float: left;
  margin: 0 5px;
  padding: 23px 5px 10px;
}

#thankyou {
  position: relative; 
  top: -5px;
  left: 5px; 
  width: 598px; 
  height: 17px;
  border: 1px solid #ff7bac; 
  padding: 4px;
  float: left;
}

p.powerpress_links {
  display: none;
  font-size: 12px;
}

div.powerpress_player {
  margin: 10px 0;
}