/*  
Theme Name: v6
Theme URI: http://wordpress.org/
Description: White on Black.
Version: 1.0
Author: Tyler Ball
Author URI: http://www.tyman.net/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Layout */

body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	height:100%;
	}

#spacer-left{
	float:left;
	width:10%;
	height:100%;
	}
	
#center-content {
	margin-left:10%;
	margin-right:10%;
	padding: 10px 10px 0px 10px;
	text-align: center;
	}
	
#center-container {
	width:800px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	}
	
#center-container img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
	
#spacer-right{
	float:right;
	width:10%;
	}
	
#nav-left{
	float: left;
	display:block;
	width:10%;
	height:100%;
	text-align:right;
	}
	
#center-bottom {
	margin-left:10%;
	margin-right:10%;
	padding:0px 10px 0 10px;
	text-align: center;
	}
	
#bottom-container {
	width:800px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	}
	
#comments {
	display:block;
	float:left;
	width:50%;
	}
	
#commentform {
	display:block;
	float: left;
	width: 50%;
	}
	
#nav-right{
	float:right;
	display:block;
	width:10%;
	height:100%;
	text-align:left;
	}
	
.posttitle {
	padding-top:10px;
	padding-bottom:10px;
	}

.commentlist {
	list-style-position: outside;
	text-align:right;
	padding-right: 10px;
	}
	
ol.commentlist{
	list-style-type: none;
	text-align: right;
	}
	
#bottom {
	height:100%;
	}
	
#footer {
	clear:both;
	}
	
/*
	
#archive-content {
	text-align: left;
	background-color: #fff;
	padding: 10px; 10px; 10px; 10px;
	font-size: 11px;
	line-height: 13px;
	}
	
.photopost img {
	margin: 5px 5px 5px 5px;
	width: 100px;
	height: 100px;
	float: left;
	}
	
.photopost {
	width: 800px;
	text-align: center;
	margin-bottom: 565px;
	margin-left: 15px;
	}
*/

/* Typography, Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */ 
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	background-color: #000;
	color: #fff;
	}
	
a {
	color: #aaa;
	text-decoration: none;
	}
	
a.hover {
	color: #666;
	text-decoration: none;
	}
	
img {
	border: 0px;
	}
	
#center-content {
	font-size: 11px;
	line-height: 13px;
	}
	
#nav-left{
	color: #fff;
	font-size: 40px;
	}
	
#nav-right{
	color: #fff;
	font-size: 40px;
	}

.posttitlebold {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.postdate{
	float:right;
	}
	
#footer {
	//padding: 10px 10px 10px 10px;
	background-color: #000;
	color: #333;
	}

/* Form Stuff */

#commentform p {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	}

#commentform textarea {
	margin-bottom: 20px;
	
	}

#commentform #submit {
	margin-top:-20px;
	margin-bottom:20px;
	}
	
/* End Form Elements */


