/*
Theme Name: Out There
Theme URI: http://dev.d10e.net/wordpress/
Description: Out There is a basic dark WordPress theme (originally based on Tiny).
Author: Ben de Groot
Author URI: http://d10e.net/
Version: 0.3
.
Copyright (C) 2005 Ben de Groot
Distributed under the terms of the GNU General Public License v2
.
*/

html, body {
	background-image: url('http://theunreliablenarrator.net/wallpaper/squidfingers25.gif');
	color: #000;
	margin: 0;
	padding: 0;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 70%/160% verdana, trebuchet, sans-serif;
	padding: 10px;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 650px;
	margin: 20px auto; /* auto centers the div */
	padding: 20px;
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	border: 1px solid #888;
	overflow: hidden;
	background: #fff;
	}

#header {
	height: 150px;
	width: 650px;
	overflow: hidden;
	text-align: center;
	background: transparent url(banner.jpg) no-repeat;
	}

#content {
	width: 450px;
	margin: 10px 0;
	float: left;
	text-align: left;
	}

#nav {
	width: 150px;
	margin: 10px 0 10px 10px;
	float: right;
	text-align: left;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 500px;
	height: 150px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

/* 	General styling		*/

h2 {
	font: normal 2em/120% verdana, trebuchet, sans-serif;
	margin-bottom: .2em;
	color: #036;
	text-transform: lowercase;
	}

h3 {
	font: normal 1.2em/120% verdana, trebuchet, sans-serif;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: normal;
	}

blockquote {
	color: #222;
	margin: 0 0 0 39px;
	padding: 0 0 0 13px;
	border-left: 3px solid #9CC;
	}

blockquote p {
	margin: .7em 0;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', 'american typewriter', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
     margin: 5px;
     padding: 10px;
     border: 0px
	}

img.button {
	margin: 0px;
	padding: 2px;
	border: 0px;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

ol {
	margin-left: 3em;
	padding: 0;
	}

textarea {
	width: 320px;
	}

ul {
	list-style: square;
	margin-left: 15px;
	padding: 0;
	}

a:link {
	color: #369;
	text-decoration: none;
	}

a:visited {
	color: #336;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}

a:active {
	color: #069;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a, h3 a:link, h3 a:visited {
	color: #066;
	text-decoration: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #336;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
	background: #EDF1FA;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #336;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #999;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	text-transform: lowercase;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }


/*	sidebar styling 	*/

#nav h2 {
	display: none;
	}

#nav h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #336;
	}

#nav h4 {
	font-weight: normal;
	margin: .3em 0;
	}

#nav ul {
	margin: .3em 0 1.5em 14px;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
	}
#searchform input {
	width: 132px;
	margin: .3em 0 1em 0;
	}

textarea, #author, #email, #url, #searchform input {
	font-size: 1em;
	background: #fff;
	color: #000;
	padding: 1px 2px;
	border: 1px solid #aaa;
	}

textarea:focus, #author:focus, #email:focus, #url:focus, #searchform input:focus {
	border-color: #000;
	}

#wp_quotes {
	margin-left: 5px;
	margin-right: 5px;
	}

#wp_quotes div.wp_quotes_quote {
	}

#wp_quotes div.wp_quotes_author {
	text-align:right;
	font-style: italic;
	margin-top: 5px;
	}

hr {
	border: none 0;
	border-top: 1px dashed #666;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	 }

.caption {
	margin: 2px;
	padding: 5px;
	border: none 0;
	border-bottom: 1px dashed #333;
	background: #FFF;
	font-size:100%;
	font-weight: strong;
	color: #666;
	}