/*
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  { color: #fff; background: #346533; margin: 0; padding: 0 }
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 70%/160% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	padding: 10px;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 600px;
	margin: 20px auto; /* auto centers the div */
	padding: 20px;
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	overflow: hidden;
	}

#header {
	height: 450px;
	width: 600px;
	overflow: hidden;
	background: transparent url(atlasbanner.gif) no-repeat;
	}

#content   { text-align: left; margin: 10px 0; padding: 0 0 0; width: 420px; float: right }

#nav {
	width: 140px;
	margin: 10px 0;
	padding: 0;
	float: left;
	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: 380px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}


/* 	General styling		*/

h2      { color: #fff; font: bold 16px/120% "Nimbus Sans L", helvetica, arial, sans-serif; text-transform: uppercase; margin-bottom: 0.2em }

h3 {
	font: normal 1.5em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	background: url(quote.png) 0 0 no-repeat;
	}
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', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: justify;
	}

#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: #fc6; text-decoration: none }
a:visited  { color: #fc6; text-decoration: none }
a:hover, a:active {
	text-decoration: underline;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a, h3 a:link, h3 a:visited  { color: #fc6; text-decoration: none }


.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li  { color: #33f; font-style: normal; padding: 1em }

.commentlist .alt {
	background: #1d1d1d;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f93;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #999;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	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%; }


#navmenu ul {text-align: center; margin: 0; padding: 0; list-style-type: none; list-style-image: none; }

#navmenu li {text-align: center; display: inline; }

#navmenu ul li a {text-decoration:none;  margin: 4px; padding: 3px 24px 3px 24px; color: #FFFFFF; background-color: #263B00; }

#navmenu ul li a:hover {color: #FFFFFF; background-color: #59B359; }



/*	sidebar styling 	*/

#nav h2 {
	display: none;
	}

#nav h3  { color: #fff; font-size: 1.2em; text-transform: uppercase }

#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: #111;
	color: #fff;
	padding: 1px 2px;
	border: 1px solid #aaa;
	}

textarea:focus, #author:focus, #email:focus, #url:focus, #searchform input:focus {
	border-color: #36d;
	}

