/*
    KillerLight - A dark theme with animation for WordPress.
    Copyright (C) 2009 Simon Smith

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Theme Name: KillerLight
Theme URI: http://www.killswtch.net/
Description: A theme created for killswtch.net.
Version: 1.0
Author: Simon Smith
Author URI: http://www.killswtch.net/
Tags: dark, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

a {
	color: #000000;
}

a:hover {
	color: #000000;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	background-image: none;
}

#browserWarning {
	display: none;
}

#bodyWrapper1 {
	background-image: none;
}

#bodyWrapper2 {
	background-image: none;
}

#flashBackground {
	display: none;
}

#page {
	background-image: none;
}

#page.animatedBackground {
	margin-top: 0;
}

#container {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Header */

#header {
	position: relative;
	width: auto;
	height: auto;
}

#header h1 {
	width: auto;
	height: auto;
	position: relative;
	font-size: 2em;
	margin-bottom: 1em;
}

#header h1 a {
	width: auto;
	height: auto;
	display: inline;
}

#header h1 a  span {
	display: inline;
}

/* Header auxiliary box */

#auxBox {
	display: none;
}

/* Top navigation */

#topNavigation {
	display: none;
}

/* Content */

#content {
	float: left;
	width: auto;
	background-image: none;
}

#contentWrapper1 {
	width: auto;
	background-image: none;
}

#contentWrapper2 {
	width: auto;
	background-image: none;
	padding: 0;
}

#content ul li {
	list-style-image: none;
}

#content h2 {
	color: #000000;
}

/* Posts */

#content .post {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content .post p.postDate  {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	background-image: none;
	color: #000000;
	display: block;
	padding-top: 0;
}

.post .postDate .day {
	display: inline;
}

.post .postDate .month {
	margin-top: 0;
	display: inline;
}

.post .postDate .year {
	display: inline;
}

.post .postHeader {
	width: auto;
	float: none;
	margin-left: 0;
}

.post .postHeader  h2 a {
	color: #000000;
}

.post .postAuthor {
	color: #000000;
}

.post .entry {
	padding-left: 0;
	width: auto;
	padding-top: 0;
}

.post .entry.noDate {
	padding-left: 0;
	width: auto;
}

.post .postMetaData {
	display: none;
}

/* Page header common */

.header {
	background-image: none;
	width: auto;
}

.header .headerWrapper1 {
	background-image: none;
	width: auto;
}

.header .headerWrapper2 {
	background-image: none;
	width: auto;
}

#content .headerWrapper2 h2 {
	color: #000000;
}

ul.prevNextNavigation {
	display: none;
}

/* Archives */

.header.archive {
	background-image: none;
}

.header.archive .headerWrapper1 {
	background-image: none;
}

.header.archive .headerWrapper2 {
	background-image: none;
}

/* Search */

.header.search {
	background-image: none;
}

.header.search .headerWrapper1 {
	background-image: none;
}

.header.search .headerWrapper2 {
	background-image: none;
}

/* 404 */

.header.e404 {
	background-image: none;
}

.header.e404 .headerWrapper1 {
	background-image: none;
}

.header.e404 .headerWrapper2 {
	background-image: none;
}

/* Single */

#content .post .single  p.feed {
	display: none;
}

#content .post .single  p.trackback {
	display: none;
}

/* Post comments */

#content ol li.comment {
	background-image: none;
	width: auto;
}

.comment .commentWrapper1 {
	background-image: none;
	width: auto;
}

.comment .commentWrapper2 {
	background-image: none;
	width: auto;
}

#content ol li.comment.registered {
	background-image: none;
}

.comment.registered .commentWrapper1 {
	background-image: none;
}

.comment.registered .commentWrapper2 {
	background-image: none;
}

#content ol li.comment.owner {
	background-image: none;
}

.comment.owner .commentWrapper1 {
	background-image: none;
}

.comment.owner .commentWrapper2 {
	background-image: none;
}

.comment .commentMetaData .avatar {
	display: none;
}

#content .comment .commentMetaData cite {
	color: #000000;
}

.comment .commentMetaData  p.date a{
	color: #000000;
}

textarea#comment {
	display: none;
}

/* Sidebar */

#sidebar {
	display: none;
}

/* Footer */

#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	padding: 5px;
	color: #000000;
}

#footer a {
	color: #000000;
}

#footer ul {
	display: none;
}

#footer p.copyright {
	width: auto;
	float: none;
	border-top: 1px solid #000000;
}