/*
Theme Name: Osborn Design
Theme URI: http://natosborn.com/
Description: Special WP theme created for Nat Osborn by Ephraim Gregor
Version: 1.0
Author: Ephraim Gregor
Author URI: http://ephraimgregor.com/
*/

body {
	background: #000033;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #FF6633;
}
#header  { display: none; }

#page {
	width: 1024px;
	height: 768px;
	margin: 30px auto;
	background-attachment: scroll;
	background-image: url(images/main_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	width: 664px;
	height: 590px;
	overflow: auto;
	padding-right: 200px;
	padding-left: 180px;
}

#grad {
	background: url(images/gradient.png);
	height: 27px;
	width: 664px;
	position: absolute;
	top: 593px;
	margin-left: 160px;
}
#sidebar {
	position: relative;
	width: 160px;
	bottom: 745px;
	margin: 10px;
	float: right;
}
#sidebar  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.menu {
	margin-top: 75px;
	margin-left: 575px;
}
.menu    li  {
	width: 60px;
	float: left;
	padding-right: 32px;
	padding-left: 32px;
	text-align: center;
	list-style: none;
}

.menu ul {
	padding: 0;
	margin: 0;
}
.menu  li  a {
	width: 60px;
	display: block;
	padding-top: 20px;
	height: 60px;
	font-size: 10pt;
}

#footer {
	font-size: 10px;
	position: absolute;
	text-align: center;
	width: 1024px;
	top: 798px;
}

#footer p { margin: 5px; }

hr { color: #FF6633; }
a  {
	color: #F00;
}

.page .nocomments { display:none; }