/* 
Theme Name: BradSpace
Theme URI: http://www.brad-fittler.com
Description: A custom theme for BradSpace for the 2009 season
Version: 4.0
Author: www.brad-fittler.com
*/

/*
Page Layout Styles
*/

html, body {
	height: 100%;
	margin: 0;
}

body {
	background-color: #000000;
	background-image: url('images/body_background.png');
	background-repeat: no-repeat;
	color:#555;
	font-size: 12px;
}

#container {
	background-color: white;
	background-image: url(images/right_sidebar_background.png);
	background-position: right;
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -20px;
}

#header {
	background-color: black;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/header_background.png');
	background-repeat: no-repeat;
}

#title {
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/title_background.png');
	background-repeat: no-repeat;
	background-color: #1a1a1a;
	text-align: right;
	vertical-align: baseline;
}

#title-menu-spacer {
	background-color: black;
	height: 5px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/header_menu_spacer_background.png');
	background-repeat: no-repeat;
	font-size: 2px;
}

#menu {
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/menu_background.png');
	background-repeat: no-repeat;
	background-color: #333333;
	text-align: left;
	font-size: 2px;
}

#menu-content-spacer {
	background-color: black;
	height: 5px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/menu_body_spacer_background.png');
	background-repeat: no-repeat;
	font-size: 2px;
}

#content-frame {
	background-image: url('images/content_background.png');
	background-repeat: no-repeat;
}

#content {
	width: 100%;
	float: left;
	margin-right: -320px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#content-wrapper {

	font-family: Verdana, Arial, sans-serif;
	margin-right: 320px;
}

#right-sidebar {
	line-height: 145%;
	float: right;
	width: 300px;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 10px;
	padding: 0 0 0 0;
}

#push {
	height: 20px;
	clear: both;
}

#footer {
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	color: #777777;
	text-align: left;
	font-family: Verdana, Arial, san-serif;
	font-size: 9px;
	background-color: #ffffff;
	background-image: url(images/right_sidebar_background.png);
	background-position: right;
	background-repeat: repeat-y;
}

/*
Navigation Layout Styles
*/

ul.nav
{
	height:20px;
	line-height:20px;
	list-style:none;
	margin:0;
	padding:0 0 0 80px;
}

ul.nav li
{
	float:left !important;
	list-style-type:none;
	margin:0;
	padding:5px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

ul.nav li a,ul.nav li a:link,ul.nav li a:visited
{
	color:#ffffff;
	display:block;
	text-decoration:none;
}

ul.nav li a:hover,ul.nav li a:active
{
	color:#00005a;
	text-decoration:none;
}

ul.nav li.current_page_item a
{
	text-decoration:none;
	color:#5a0000;
}

ul.nav li ul
{
	margin:0;
	padding:0;
}

ul.nav li.inactive {
	color: #888888;
}

/*
General Styles
*/

h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family:Arial;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:170%;
}

h3 {
	font-size:150%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:110%;
}

h6 {
	font-size:100%;
}

blockquote, pre {
	background:#F4F5F7 url(images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}

#searchfield {
	-webkit-appearance: searchfield;
}

/*
Homepage Styles
*/

#latest-news {
	background: none;
}

.latest-post {
	width: 100%;
	float: left;
}

.latest-post h2 {
	display:block;
	margin-top:10px;
	padding:0 5px 3px;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}
.latest-post h2 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.latest-post h2 a.title:hover {
	color:#2970A6;
}
.latest-post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.latest-post .date, 
.latest-post .tags, 
.latest-post .categories, 
.latest-post .editpost, 
.latest-post .readingblinds, 
.latest-post .comments, 
.latest-post .addcomment, 
.latest-post .editlinks {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.latest-post .act {
	height:16px;
	float:right;
}
.latest-post .act span {
	float:left;
	margin-left:15px;
}
.latest-post .tags {
	float: right;
	background-position:0 -16px;
}
.latest-post .categories {
	background-position:0 -32px;
}
.latest-post .date {
	background-position:0 -48px;
	float:left;
}
.latest-post .editpost {
	background-position:0 -64px;
}
.latest-post .readingblinds {
	background-position:0 -80px;
}
.latest-post .comments {
	background-position:0 -96px;
}
.latest-post .addcomment {
	background-position:0 -112px;
}
.latest-post .editlinks {
	background-position:0 -192px;
}
.latest-post .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.latest-post .content p {
	margin-bottom:10px;
}
.latest-post .content .under {
	height:16px;
	line-height:16px;
}
.latest-post .content .under span {
	float:left;
	margin-right:15px;
}
.latest-post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.latest-post .content img {
	max-width:600px;
}
.latest-post .content ul, 
.latest-post .content ol {
	padding-bottom:10px;
}
.latest-post .content ul li, 
.latest-post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.latest-post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.latest-post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.latest-post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
.latest-post .content .boxcaption {
	background-image:url(img/postbox.gif);
	border-bottom:1px solid #CCC;
}
.latest-post .content .box {
	background-image:url(img/postbox.gif);
}

.homepage_title {
	font-size: 16px;
	font-family:Verdana,"BitStream vera Sans";
	border-bottom:1px solid #CCC;
	font-weight: bold;
}

ul.more-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.additional-posts {
	width: 50%;
}

.more-title {
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #CCC;
}

.more-link {
	text-align: right;
}

/*
Post Styles
*/

.post h2 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}
.post h2 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.post h2 a.title:hover {
	color:#2970A6;
}
.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .tags, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	float: right;
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .date {
	background-position:0 -48px;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin-bottom:10px;
}
.post .content .under {
	height:16px;
	line-height:16px;
}
.post .content .under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
.post .content .boxcaption {
	background-image:url(img/postbox.gif);
	border-bottom:1px solid #CCC;
}
.post .content .box {
	background-image:url(img/postbox.gif);
}

#postpath {
	background:url(img/icons.gif) 0 -208px no-repeat;
	height:16px;
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	border-top:1px solid #CCC;
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(img/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(img/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}
.fixed, .clear {
	clear:both;
}

a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*
Sidebar Styles
*/

#right-sidebar ul {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

.widgettitle {
	margin-top:0px;
	padding:0;
	font-size:14px;
	font-family:Verdana,"BitStream vera Sans";	
}

#search_button {
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;	
	border-width: 1px;
	border-style: solid;
	border-radius: 11px;
	border-color: #bbbbbb;
	background-image: url('images/white-grad.png');
	background-repeat: repeat-x;
	padding: 2px 8px;
	cursor: pointer;
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
}

.widget {
	background-image: url(images/widgetsep.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
}

.widget h2 {
	font-size: 14px;
}

/*
Biography Styles
*/

#biography {
	background-color: #ffffff;
}

.bio_label {
	font-weight: bold;
}

.biography_block {
	margin-bottom: 5px;
	padding: 5px;
	background: #f5faff;
	border-color: #cedff2;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;

}

.biography_block_header {
	padding: 5px;
	background-color: #cedff2;
	border-style: solid;
	border-width: 1px;
	border-color: #a3b0bf;
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.stats_table td {
	width: 100px;
	vertical-align: top;
}

.stats_table .header_row {
	font-weight: bold;
}

.stats_table .footer_row {
	font-weight: bold;
}