/*

Designed and built by Matthew Giacomazzo (c) 2010, Soundvessel Studios

*/

/* Begin General Layout */

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #000000;
	color: #111111;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-bottom: 5em;
	}
	
#header {
	height: 110px;
	background: #5f0303 url(images/header.png) no-repeat;
	text-align: left;
	}
	
#navmenu {
	width: 100%;
	margin: -6px 0 0 0;
	overflow: hidden;
	height: 43px;
	}
	
#wrapper { 
	margin: 0 auto;
	width: 980px;
	}

#page {
	overflow: auto; /* Fix for IE */
	width: 100%;
	text-align: left;
 	background: transparent url(images/pagefaux.gif) repeat-y;
	}
	
#content {
	display: inline;
	float: left;
	width: 610px;
 	background: #eeeeee;
	line-height: 1.5em;
	font-size: 1.3em;
	margin: 20px 30px 40px;
	}
	
#sidebar {
	display: inline;
	float: right;
	width: 250px;
	background: #cccccc;
	font-size: 1.2em;
	line-height: 1.35em;
	margin: 20px 30px 40px;
	}
	
#adfooter {
	clear: both;
	width: 980px;
	background: #333333;
	color: #eeeeee;
	}
	
#adfooter a, #footer a {
	color: #eeeeee;
	}
	
#footer {
	clear: both;
	width: 980px;
 	background: #5f0303;
	color: #eeeeee;
	text-align: right;
	font-size: 1.1em;
	height: 1%;
	overflow: hidden;
	}
	
.pad {
	padding: 20px;
	}

#footer div, #footer p {
	padding: 10px 10px 0;
	}

#footer img, #adfooter img {
	vertical-align: middle;
	}

.bot {
	margin: 0 auto;
	height: 10px;
	background: transparent url(images/bot-red.gif) no-repeat top;
	width: 980px;
	text-align: left;
	}

.top {
	margin: 30px auto 0 auto;
	height: 10px;
	background: transparent url(images/top-faux.gif) no-repeat top;
	width: 980px;
	}
	
.posthead {
	margin: 0 15px 0 15px;
	padding-top: 15px;
	position: relative;
	}
	
.post {
	margin-bottom: 7em;
	background: #eeeeee url("images/posttop.gif") repeat-x scroll top left ;
	position: relative;
	border-bottom: 4px solid #5f0303;
	}
	
.hidden {
	display: none;
	}
	
.clearboth {
	clear: both;
	}
	
hr {
	display: block;
	color: #5f0303;
	background-color: #5f0303;
	height: 4px;
	border: 0;
	clear: both;
	margin-bottom: 30px;
	position: relative;
	}
	
/* End General Layout */

/* Begin Additional Typography */

a, a:visited {
	text-decoration: none;
	color: #5f0303;
	}

a:hover {
	text-decoration: underline;
	}
	
p {
	margin: 0 0 1.5em 0;
	}
	
#sidebar li {
	list-style: none;
	}
	
h1, h2, h3, h4 {
	margin-bottom: 0.25em;
	}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h1 {
	font-size: 1.6em;
	}
	
h2 {
	font-size: 1.4em;
	}
	
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1em;
	}
	
h4 {
	font-size: 1em;
	color: #5f0303;
	font-weight: bold;
	}
	
h1 a, h1 a:visited {
	color: #000000;
	}

h1 a:hover {
	color: #eeeeee;
	background: #5f0303;
	text-decoration: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 0.9em;
	}
	
.red {
	color: #5f0303;
	}

.entry {
	margin: 30px 15px 0 15px;
	}

.entry a, .entry a:visited {
	font-weight: bold;
	}
	
.entry p a:visited {
	color: #5f0303;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

.entry ul {
	list-style-type:none;
	overflow: auto;
	padding-left: 3em;
	}
	
.entry li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
	margin-top: 1em;
	}

ul.postcat {
	list-style-type: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	position: relative;
	}

ul.postcat li {
	display: block;
	float: left;
	margin: 0 0 8px 3px;
	background: #5f0303;
	}
	
.postdate {
	background: #333333;
	}
	
ul.postcat li a, .postdate {
	display: block;
	float: left;
	color: #eee;
	padding: 2px 8px 2px;
	}

ul.postcat li a:hover {
	color: #fff;
	background: #7f0404;
	text-decoration: none;
	}

.postmetadataleft, .postmetadataright {
	font-weight: bold;
	}
	
.postmetadataleft {
	float: left;
	position: relative;
	}
	
.postmetadataright {
	float: right;
	position: relative;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

blockquote {
	margin: 2em 2em 2em 3em;
	height: 1%; /* IE6 Creep Bug Fix */
	padding: 2em;
	border-left: 8px solid #5f0303;
	background: #cccccc;
	display: block;
	}

.navigation {
	margin-top: 5px;
	margin-bottom: 5em;
	}
	
.navleft a, .navleft a:visited, .navright a, .navright a:visited {
	display: block;
	padding: 3px 10px 3px;
	background: #cccccc;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	}

.navleft a:hover, .navright a:hover {
	background: #aaaaaa;
	text-decoration: none;
	}
	
.navleft a {
	float: left;
	border-left: 6px solid #5f0303;
	}
	
.navright a {
	float: right;
	border-right: 6px solid #5f0303;
	}

.contact {
	font-weight: bold;
	}
	
.textcenter {
	text-align: center;
	}
	
/* End Additional Typography */


/* Begin Top Navigation */

ul#menu {
	width: 100%;
	height: 43px;
	background: transparent url("images/topnavback.gif") top left repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	list-style-type: none;
	}
	
ul#menu li {
	display: block;
	float: left;
	margin: 0;
	}
	
ul#menu li a {
	height: 43px;
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
	}
		
ul#menu li a:hover, ul#menu li a:active {
	color: #ffffff;
	padding: 8px 15px 0;
	background: transparent url("images/topnavhover.gif") top left repeat-x;
	}
	
ul#menu li a#current {
	color: #ffffff;
	padding: 5px 15px 0;
	background: transparent url("images/topnavcurrent.gif") top left repeat-x;
	}

ul#menu li a.hometab, ul#menu li a:hover.hometab, ul#menu li a:active.hometab {
	padding-left: 25px;
	}
	
ul#menu li a#current.hometab {
	margin-left: 10px;
	padding-left: 15px;
	display: inline;
	}
/* End Top Navigation */

/* Begin Images */
p img {
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 1em 2em;
	display: inline;
	}

img.alignleft {
	padding: 0 2em 1em 0;
	display: inline;
	}
	
#sidebar .alignleft, #sidebar .alignright {
	padding: 0;
	}

.alignright {
	float: right;
	position: relative;
	}

.alignleft {
	float: left;
	position: relative;
	}
	
a img {
	border: none;
	}
	
.foliopics a {
	padding-right: 8px;
	}
	
.foliopics a img {
	border: 2px solid black;
	}
	
.foliopics a:hover img {
	border: 2px solid #eeeeee;
	}
	
	
img.middle { vertical-align: middle }

	
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 2px solid #cccccc;
	text-align: center;
	background-color: #cccccc;
	padding-top: 4px;
	margin: 15px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
}

/* End captions */
                    
/* Start Sidebar */	

#s {
	width: 150px;
	vertical-align: middle;
	}

#searchsubmit {
	padding: 2px;
	vertical-align: middle;
	}

#sidebar ul, #sidebar ul ol {
	margin-bottom: 3em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0.5em 0 0 18px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-bottom: 1.5em;
	}
	
#sidebar h3 {
	margin-bottom: 1em;
	}
	
/* End Sidebar */

/* Begin Sociable */

div.sociable {
	float: right;
	position: relative;
	}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #fff;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* End Sociable */