/*
Theme Name: -Karma.net Theme
Theme URI: http://www.negativekarma.net/
Description: The theme for www.negativekarma.net as made famous by..us.
Version: 1.51
Author: fizzle
Author URI: http://www.iambicdesign.com/
Tags: gray, fluid width, two columns

	-K 1.51
	 http://www.negativekarma.net

	This theme was designed and built by fizzle

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none; color:#ccc; font-weight: bold;}

body {
	background: #111 url(/img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font-size:22px;
	font-weight:normal;
	padding-bottom:2px;
	font-family: sans-serif;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(/img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 100px;
}
.header a {
	color: #888;
	display: block;
	text-decoration: none;
	width: 100%;
}

.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 73%;}
.main .right {width: 27%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 11px;
}

div.postdata {
	background-color:#2A2A2A;
	border:1px solid #666666;
	margin-bottom:10px;
	padding:5px;
}

/* content elements */
.content h1 {
	background: url(/img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(/img/nav.gif);}
.nav a {
	background: #191919 url(/img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}

.nav a:hover {
	background: #191919 url(/img/nav_hover.gif);
}

.nav span {
	background: #191919 url(/img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 1.7em;
	padding-left: 14px;
	text-decoration: none;
	font-weight: normal;
}
.subnav li a:hover {color: #BBB;}

/* 1 */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 1% 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	padding-top: 10px;
}
.bottom a {color: #888;}

.editHead {
	background: #333;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.editBody1 {
	background: #999;
	font-size: 12px;
	color: #fff;
}

.editBody2 {
	background: #666;
	font-size: 12px;
	color: #fff;
}

.error { 
	color:#fff;
	background: #ff0000;
	font-size: 14px;
	font-weight:bold;
}

.mainComHeader {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.commentHeader {
	background: #666;
	color:: #fff;
	padding: 5px 5px 5px 5px;
}

.commentBody {
	background: #CCC;
	color: #000;
	padding: 5px 5px 5px 5px;
}

.commentTable {
	border: 1px solid #000000;
}



/****** ADDED BY fizzle to fix differences in previous non-wp theme with wp-integration ********/
.hidden { display: none; }
form#searchform {
	margin-bottom: 20px;
}

h3, h3 a, h3 a:visited {
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 7px;
	color: #fff;
	clear: both;
}

div.postdata a h3, div.postdata a:visited h3 {
	font-size: 22px;
}

h3 a:hover {
	text-decoration:underline;
}

div.navigation a, div.navigation a:visited {
	font-size: 12px;
}

div.navigation div.alignright {
	float: right;
}

div.navigation div.alignleft {
	float: left;
}

div.navigation {
	margin-bottom: 5px;
}

p.postmetadata {
	display: none;
}

ol.commentlist li {
	border: 1px #bbb solid;
	background-color: #2a2a2a;
	padding: 10px;
	margin: 10px;
}

p.related {
	margin-top: 7px;
	font-size: 18px;
}

ol li.related {
	border: 1px #bbb solid;
	background-color: #2a2a2a;
	padding: 10px;
	margin: 0px 0px 10px 10px;
}

h3#comments {
	margin-top: 30px;
}

div.border {
	margin-bottom: 10px;
	border-bottom: 1px solid #444;
}

h4 {
	font-size: 18px;
}

img.alignleft {
	float: left;
	margin-top:20px;
	padding:0 5px 5px;
}

img.alignright {
	float: right;
	margin-top:20px;
	padding:0 5px 5px;
}