/*
Comment: I dress up as a zombie sometimes; I needed a picture to build a style around; It seemed like a good idea.
*/


* {
 	margin:0;
 	padding:0;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: url(../img/01_brains/background.jpg) no-repeat top center;
	background-color: black;
}



/* Layout */

#header{
	background: url(../img/01_brains/header.gif) no-repeat top left;	
	height:30px;
}
#header span{ 
	display:none;	
}


#content-wrapper{
 	width:780px;
 	margin:auto;
	text-align:left;
	position:relative;
	top:320px;	
	background: url(../img/01_brains/content-bkg-bottom.png) no-repeat bottom left;	
}


#content{
	float:left;
	margin:0px;
	padding: 10px;
	
	width: 555px;	
	background: url(../img/01_brains/content-bkg.png) repeat-y top left;		
}

#sidebar {
	float:right;
	position:relative;
	top:-30px;
	margin:0px;
	padding: 0px;
	padding-top:14px;
	width: 194px;
	
	background: url(../img/01_brains/sidebar-top.jpg) no-repeat top left;		
} 
#sidebar-content{
	background: url(../img/01_brains/sidebar-bkg.png) no-repeat bottom left;	
	padding-bottom:20px;
	padding-left:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	display:block;
}

#footer {
	clear: both;
	height:26px;
	width:100%
}

p.aboutStyle{
	font-size:.8em;
	font-style: italic;	
	padding-left:5px;
	padding-right:5px;
}
p.aboutStyle span.aboutHead{
	font-weight:bold;
	font-style: normal;
}


/* Basics and Typography */
body{
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}


h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	color: #33453C; 
}

h2 {
	font-size: 1.4em;
	color: #33453C; 
}

h3 {
	font-size: 1.2em;
	color: #000;
}

h4 {
	font-size: 1.1em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #432626;
}

a:visited {
	color: #432626;
}

a:hover, a:active {
	color: #A59753;
}

textarea{ width:100%;}

input, textarea, select {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #33453C;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.9em;
	color: #666;
}


#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0;
	font-size: 1.1em;	
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
}

#sidebar ul ul { 
	margin: 0 0 .75em 0;
}

#sidebar ul ul li {
	padding: 0;
}

#sidebar ul ul li a {
	margin:0px;
	margin-left:10px;
	padding: 0;
	color:black;
	
} 

#sidebar ul ul li a:hover {
	color: #A59753;
}

#sidebar ul ul ul {
	margin: 0;
	border: none;
}

#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0;
	border-bottom: none;
	border-top: 1px solid #ffffff;
}

#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0;
} 

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #432626;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a {
	float: left;
	padding: 0;
}

.posttitle a:link, .posttitle a:visited {
	color: #432626;	
}
.postfeedback a:link, .postfeedback a:visited, .postmeta a:link, .postmeta a:visited{
	color: #432626;
}
	
.posttitle a:hover, .posttitle a:active {
	color: #A59753;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #444;
}

.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(../img/01_brains/permalink.gif) no-repeat center left;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(../img/01_brains/commentslink.gif) no-repeat center left;
}

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #e8e7d0;
	list-style-type: none;
}

#commentlist li {
	border-top: 1px solid #e8e7d0;
	padding: 1px 20px;
	background-color: #ffffff;
}

.alt {
	background-color: #e9e9e9 !important;
}

.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}

.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

#miniflex {
	float: left;
	margin: 0;
	padding: 0 0px 5px 25px;
}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 37px;
	font-weight: bold;
	margin: 0 0px 0 20px;
	text-decoration: none;
	color: #fff;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	background: url(images/triangle.jpg) no-repeat bottom center;

}

.nav_title{
	float: left;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
	
.footnav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
}