/*   
Theme Name: Ambush Party Band Wordpress Theme
Theme URI: 
Author: Michael Burns
Author URI: http://mirwin.net/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is ¬© Ian Stewart http://themeshaper.com/
.
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

.sf-menu a, .sf-menu a:visited {
}

body {
	background-color: #000000;
/*	font-size: 125%;*/
    background-image: url('http://ambushparty.net/wp-content/themes/ambushparty-theme/images/bg_pattern.png');
	background-position:50% 0;
	background-repeat:repeat-y;
	text-align:center;
}

#wrapper {
	background-color: #ffffff;
	border: 4px #A0A0A0 solid;
	width: 950px;
	margin: 40px auto;
}

#header {
	width: 100%;
}

#branding {
	width: 100%;
	padding: 0 0 0 0px;
}

#blog-title a {
	background-image: url('http://ambushparty.net/wp-content/themes/ambushparty-theme/images/header.png');
	/* http://ambushparty.net/files/2009/09/ambushheader.jpg */
	/* http://ambushparty.net/files/2009/09/ambush.png */
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	text-indent:-9000px;
	height: 240px;
	width: 100%;
	z-index:-5;
}

#container {
        /* background: transparent url('http://michael.mirwin.net/jiraffe/black_dot.png') repeat scroll 0 0; */
	width: 65%;
        padding: 5px 10px 0px;
        position: relative;
        margin: 0 auto;
}

#content {
	width: 100%;
	overflow: visible;
}

#main {
        text-align:left;
        width: 100%;
        padding: 0px;
	clear: none;
	overflow: visible;
	/* http://ambushparty.net/files/2009/09/back-pattern.jpg */
}


#access {
	border-bottom: none;
	height: auto;
	position:relative;
	bottom: 25px;
}

#blog-description {
	position: absolute;
	text-indent:-9000px; /* We avoid display:none because it's bad for SEO */
}

th, td {
        padding: 0.5em 1.0em;
}

.menu {
	font-size: 150%;
	font-variant: small-caps;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

.sf-menu {	
	border: 0px;
   clear:left;
   float:left;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}

.sf-menu a {
	   display:block;
	margin: 0 20px 0 20px;
	padding:0px 5px;
	text-decoration:none;
	line-height:1.3em;
	border-top: 0px;
	border-bottom: none;
	border-left: 0px;
}

.sf-menu a {

}
.sf-menu li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
	color: #CCCCCC;
	border-width:1px 0;
}

.current_page_item {
	border-bottom: 4px solid #CCCCCC; 
}

#respond {
	background: none;
	padding: 0px;
}

#a {
	font-width: thick;
}

.aside h3 {
	font-style:normal;
	color: #000000;
}
.bio-half {
	width: 50%;
	float: right;
	border-left: 1px solid;
}
.bio {
	overflow:auto;
	padding: 10px;
}

.bio-pic {
	margin: 4px;
	padding: 2px; 
	float:left;
}
.bio-pic:hover {
	border: 3px solid #FF4500;
}
.cform {
	width: 100%;
}

.cform label {
	width: 200px;
}

.cform label span {
	width: 100%;
}

#footer {
	border-top: none;
	margin-top: 0px;
	background-image: url('http://ambushparty.net/wp-content/themes/ambushparty-theme/images/fade.png');
}

#siteinfo {
padding:10px 0 20px;
}


