/*
Theme Name: MaxTeam08
Theme URI: 
Description: The 2008 MaxTeam design.
Version: 1.0
Author: Jessie White
Author URI: http://struckcreative.com
Tags: awesomness

	MaxTeam08

	This theme was designed by Jessie White and built by Dylan Smith.

*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	background: #666 url(images/body_bg.png) repeat-y top center;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	width: 1000px;
	}

#header {
	text-align: left;
	background: #FFF url('images/header_bg.jpg') no-repeat;
	}

#content {
	font-size: 1.2em
	}

a, a:visited {
	color: #1D5C8F;
	text-decoration: none;
}
a:hover {
	color: #418DC4;
}

a img {
	border-width: 1px;
}

div.entry {
	margin: 0 0 40px 0;
}
div.entry p {
	margin: 10px 0 30px 0;
}
p {
	font-size: 12px;
	line-height: 18px;
}

p.clear {
	clear: both;
	font-size: 1px;
	margin: 0 !important;
}

/* End Typography & Colors */



/* Begin Structure */
#page {
	margin: 0 auto;
	width: 882px;
	}

#header {
	background-color: #FFF;
	height: 288px;
	margin: 0;
	}

#headerimg {
	position: relative;
	height: 288px;
	width: 100%;
	margin: 0;
	}
	
#headerimg h1 {
	position: absolute;
	top: 44px;
	left: 19px;
	width: 224px;
	height: 50px;
	text-indent: -9999px;
	padding: 0;
}
#headerimg h1 a {
	display: block;
	width: 180px;
	height: 50px;
	background: url('images/logo_bg.png') no-repeat;
	outline: none;
}
#headerimg p.description {
	text-indent: -9999px;
}
#headerimg #flash-wrap {
	position: absolute;
	top: 123px;
}
/* nav */
#headerimg ul#nav {
	position: absolute;
	right: 20px;
	top: 77px;
	list-style-type: none;
}
#headerimg ul#nav li {
	float: left;
	height: 16px;
	margin-left: 20px;
}
#headerimg ul#nav li a {
	display: block;
	color: #666;
	height: 14px;
	background: url('images/header_icons_bg.png') no-repeat 0 0;
	padding: 2px 0 0 22px;
}
#headerimg ul#nav li a:hover {
	/*color: #4482B2;*/
	color: #000;
	text-decoration: none;
}
#headerimg ul#nav li#nav-home a { background-position: 0 -64px; }
#headerimg ul#nav li#nav-archives a { background-position: 0 -16px; }
#headerimg ul#nav li#nav-feed a { background-position: 0 -32px; }
#headerimg ul#nav li#nav-contact a { background-position: 0 -48px; }
/* nav active states */
#about #headerimg ul#nav li#nav-about a { color: #000; }
#archives #headerimg ul#nav li#nav-archives a { color: #000; }
#contact #headerimg ul#nav li#nav-contact a { color: #000; }

/* content */
#content {
	float: left;
	width: 578px;
	margin: 30px 0;
}
#content p.section-label {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 12px 0 0 0;
	padding-left: 20px;
}
/* post icons */
#content a.post-icon {
	float: left;
	width: 55px;
	height: 55px;
	background: url('images/post_icon.png') no-repeat 0 0;
	margin-right: 10px;
}
#content a.post-icon.video {
	background-position: 0 -55px;
}
#content a.post-icon.audio {
	background-position: 0 -110px;
}

/* homepage content */
.featured-post {
	position: relative;
	width: 588px;
	border: 1px solid #EBEBEB;
	margin-bottom: 16px;
}

/* using this format requires image */
/*.featured-post img.alignnone {
	position: absolute;
	top: 30px;
	left: 20px;
}
.featured-post h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 30px 0 0 250px;
}
.featured-post p {
	margin: 12px 20px 0 250px;
}*/
.featured-post img.alignnone {
	float: left;
	margin-right: 10px;
}
.featured-post h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 30px 0 0 20px;
}
.featured-post p {
	margin: 12px 20px 0 20px;
}
.featured-post h2 a {
	color: #F28A2F;
}
p.time {
	font-size: 11px;
	margin-top: 0;
}

#leaders-content {
	float: left;
	width: 294px;
	border-right: 1px solid #EBEBEB;
}
#leaders-content p.section-label {
	float: none;
	margin-top: 0;
}
.leader {
	clear: left;
	width: 254px;
	border-bottom: 1px solid #EBEBEB;
	margin: 10px 0 0 20px;
}
.leader h3 a {
	font-weight: normal;
	font-size: 12px;
	color: #F28A2F;
}
.leader img.alignnone {
	float: left;
	margin: 5px 10px 0 0;
}

#recently-added-content {
	margin-left: 314px;
}
#recently-added-content p.section-label {
	float: none;
	padding-left: 0;
}
.recent {
	min-height: 64px;
	margin-top: 10px;
	border-bottom: 1px solid #EBEBEB;
}
.recent p {
	margin-left: 65px;
}
.recent h3 a {
	font-weight: normal;
	font-size: 12px;
	color: #F28A2F;
}
/* about page template, contact page template, and archive templates */
#about .narrowcolumn h2, #contact .narrowcolumn h2, div#content.archive h2, .pagetitle {
	width: 550px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 30px 20px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}
#about .narrowcolumn p, #contact .narrowcolumn p {
	width: 450px;
	padding-left: 20px;
}


/* archives */
div#content.archive ul {
	list-style-type: none;
	margin: 0 0 40px 60px;
}
div#content.archive li a {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
div#content.archive ul ul {
	list-style-type: none;
	margin: 5px 0 40px;
}
div#content.archive li.categories, h3#respond {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.archive-page a.post-icon {
	margin-bottom: 10px;
}
.archive-page div.post, .index-page div.post {
	clear: left;
	width: 456px;
	margin: 20px 0 0 20px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}
.archive-page div.post h3, .index-page div.post h2 {
	padding-top: 10px;
}
.index-page div.post h2 {
	font-size: 16px;
}
.archive-page div.post h3 a, .index-page div.post h2 a {
	color: #F28A2F;
	font-weight: normal;
}
.archive-page .navigation {
	margin: 0 10px 0px 18px;
	border: none;
}

.postmetadata {
	clear: left;
	display: block;
	font-size: 11px;
	width: 436px;
	background: #EBEBEB;
	padding: 6px 0 6px 20px;
}

.postmetadata a {
	color: #F28A2F;
}

/* single page */
.navigation {
	color: #D9D9D9;
	margin: 0 10px 40px 18px;
	border-top: 1px solid #EBEBEB;
	padding-top: 10px;
}
.navigation a {
	font-size: 11px;
	color: #F28A2F;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.single .post {
	width: 430px;
	padding-left: 20px;
}
.single .post h2 {
	font-weight: normal;
	font-size: 18px;
}
.post img.alignnone {
	float: left;
	margin-right: 10px;
}
/* comments */
div#comments-block {
	width: 450px;
	margin-left: 20px;
}
ol.commentlist {
	margin-top: 20px;
	margin-left: 20px;
}
ol.commentlist li {
	margin-bottom: 20px;
}

h3#respond {
	margin-bottom: 20px;
}
#comments-block input.txt {
	width: 450px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 2px;
}
#comments-block textarea {
	font: 12px Arial, sans-serif;
	width: 450px;
	border: 1px solid #999;
	padding: 2px;
}
#comments-submit {
	float: right;
	margin-top: 10px;
}
#comments-logged-in {
	margin-bottom: 16px;
}
/* sidebar */
#sidebar {
	float: right;
	width: 274px;
	margin: 30px 0 40px 0;
}

#sidebar #about-box h2 {
	display: block;
	width: 274px;
	height: 21px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	background: url('images/about_box_heading_bg.jpg') no-repeat;
	margin-top: 0;
	padding: 9px 0 0 20px;
}
#sidebar #about-box p {
	display: block;
	width: 234px;
/*	height: 76px;*/
	font-size: 11px;
	background: #E2EDF6;
	line-height: 16px;
	margin-top: 1px;
	padding: 8px 20px 10px 20px;
}

#sidebar-list {
	padding: 0 20px;
}

#sidebar h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 30px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar #categories li {
	width: 234px;
	height: 23px;
	background: url('images/cat_list_bg.png') no-repeat;
	margin-top: 4px;
}
#sidebar #categories li a {
	float: left;
	width: 100%;
	margin: 4px 0 0 11px;
}

#sidebar #store-link {
	width: 105px;
	height: 21px;
}
#sidebar #store-link a {
	display: block;
	width: 105px;
	height: 21px;
	outline: none;
	text-indent: -9999px;
	background: url('images/store_link_bg.png') no-repeat;
	margin-top: 15px;
}

#sidebar #mailing-list-form, #sidebar #searchform {
	margin-top: 12px;
}
#sidebar #searchsubmit, #sidebar #mailingsubmit {
	width: 60px;
	height: 21px;
	vertical-align: middle;
	margin: -5px 0 0 10px;
}

#sidebar #events_list ul li {
	margin-top: 12px;
}
/* mailing list signup (from js) */
.signupframe {
	border: 1px solid #FFF !important;
}
#SignUp td {
	padding-top: 12px;
}
#SignUp td input {
	margin: -2px 0 0 10px;
}
#SignUp td font {
	padding-top: 10px;
}



/* footer */
#footer {
	clear: both;
	padding-top: 1px;
	height: 59px;
	background: url('images/footer_bg.jpg') no-repeat;
}

#footer p {
	margin: 12px 0 0 20px;
}