/*
Theme Name: Nathan Barnatt
Theme URI:
Description: The theme for nathanbarnatt.com
Version: 1.0
Author: Owen Marsh
Author URI: http://www.owenmarsh.com/
*/

/***** Elements *****/
html
{
	height: 100%;
}

body
{
	height:100%;
	margin: 0;
	padding: 0;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 0.95em;
	text-align: center; /* This is so that IE7 will center the #main table, because without a doctype declaration (see the comment at the top of header.php), it doesn't seem to understand margin: auto; */
	color: #fe8417;
}

a:link, a:visited
{
	color: #e4cea5;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #000;
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	margin: 0;
	padding: 0;
}

h2
{
	margin: 0.6em 0 0.3em 0;
	padding: 0;
	font-size: 1.3em;
}

h3
{
	margin: 0.6em 0 0.3em 0;
	padding: 0;
	font-size: 1.2em;
}

object
{
	outline:none;
}

p
{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

ul, ol
{
	margin-left: 0;
	padding-left: 1em;
}

ul li, ol li
{
	margin-bottom: 5px;
}


/***** IDs *****/

#main
{
	width: 1010px;
	height: 100%;
	margin: 0 auto;
	
	text-align: left;
}

#frames
{
	vertical-align: bottom;
	padding-bottom: 20px;
}

#home_frame, #other_frames
{
	width: 100%;
	text-align: center;
}

#tv_and_content_frame
{
	height: 300px;
}

#tv
{
	width: 482px;
	vertical-align: bottom;
}

#tv img
{
	vertical-align: bottom;
}

#tv_flash1
{
	position: relative;
}

#tv_flash2
{
	position: absolute;
	top: -265px;
	left: 49px;
	background: transparent;
}

#content_frame
{
	vertical-align: bottom;
}

#content, #page_content
{
	overflow: auto;
	padding: 5px 10px;
	background: #742320;
	border: 1px solid #d3833b;
}

#content
{
	width: 500px;
	height: 285px;
}

#page_content, #page_awesome_man
{
	width: 1010px; /* #main width */
	text-align: center;
}

#page_content
{
	height: 95%;
	margin: 0 auto;
}

#desk
{
	height: 157px;
	vertical-align: bottom;
}

#desk img
{
	vertical-align: bottom;
}

#no_desk
{
	height: 457px; /* #tv_and_content_frame height + #desk height */
	vertical-align: top;
}

#awesome_man
{
	display: block;
	width: 315px;
	height: 379px;
	margin: 0 auto;
}

#links
{
	margin: 0;
	padding: 0;
}

#links li
{
	margin-bottom: 8px;
}

/***** Classes *****/

.post
{
	margin-bottom: 2em;
}

.date
{
	font-size: 0.7em;
}

.entry
{
	margin: 0.2em 0;
}

.entry p
{
	margin-bottom: 0.6em;
	line-height: 1.3em;
}