/*  
Theme Name: Two Dudes Foolin' Around
Theme URI: http://www.manvsinternet.com
Description: Theme for the massively popular podcast.  Not to be elsewhere without permission.
Version: 1.0
Author: Andrew Watt
Author URI: http://www.wattornot.com/
*/

body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url(images/patterns/rotate.php);
}

div#page
{
	width: 1000px;
	margin: auto;
}

div#header *
{
	margin: 0;
	padding: 0;
	border: none;
}
div#footer
{
	text-align: center;
	margin-bottom: 50px;
}

div#menu
{
	background: url(images/menu.png) top left no-repeat;
	height: 30px;
	line-height: 32px;
	padding: 0px 10px;
}

div#menu > *
{
	padding-right: 1em;
}

div#contact
{
	height: 30px;
	color: #666;
	float: right;
	padding: 0;
}

div#logo, div#menu-shadow
{
	line-height: 0;
}

div#content
{
	background-color: white;
	padding: 1px 1em;
}

div#round-1
{
	background: url(images/corner_bottom_left.png) bottom left no-repeat;
	margin-bottom: 50px;
}
div#round-2
{
	background: url(images/corner_bottom_right.png) bottom right no-repeat;
}
div#round-3
{
	background-color: white;
	height: 6px;
	margin: 0px 6px;
}

div.post
{
	margin-top: .5em;
	margin-bottom: .5em;
	clear: both;
}

h1, h2, h3
{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.posted
{
	padding-bottom: .3em;
	font-size: .9em;
	color: #333;
}

a, a:link, a:visited
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
