/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*BACKGROUND*/
body {
background:url("../thick/styles/dirty-light/images/brick-bg.jpg") repeat fixed 0 0 #2D2D2A;
}

/* had to change wrapper transparency in dirty-light.css*/ 


/*BEHIND FEATURE*/
#content {
background:none;
}

/*FOR HEADER-ALT*/

#header-alt #logo {
	float: left;
	display: inline;
	margin: 10px 5px 10px 10px;
}

#header-alt-bottom {
	background:none repeat scroll 0 0 transparent;
}

#header-alt #status {
	background:none repeat scroll 0 0 transparent;
}

#header-alt #status {
	height:5px;
	padding:0 10px;
}

/*FOR DEFAULT HEADER*/

#header-mid {
height:350px;
position:relative;
width:540px;
}

#header {
background:none repeat scroll 0 0 transparent;
margin: 0 auto;

}

#header #logo {
margin:40px -50px 0;
}

#header #about  {
height:150px;
}

/*GET RID OF TWITTER BIRD*/
#header #status-twitter {
background:none;

/*EDIT THE LEFT MARGIN WHEN ADDING PAGES*/
#header #nav {
bottom:0;
left:190px;
right:10px;
position:absolute;
z-index:9999;
}

#nav li {
display:inline;
float:left;
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;
}

#subscribe ul {
display:inline;
float:left;
margin-top:16px;
width:280px;
background-color: black;
}



/*BODY*/
/*Changes the width and margin of the site so that the logo can stick outside of the left margin. ALSO TRANSPARENCY*/



#wrapper {
margin: 0 auto;

}

.container_12, .container_16 {
margin-left:auto;
margin-right:auto;
width:960px;
}

/*LEFT SIDEBAR AND RIGHT SIDEBAR BORDERS*/

#leftbar {
margin-right:0 !important;
border-right:1px;
padding:10px 0;
width:240px;
}
