/*
Theme Name: Olive Theme
Theme URI: http://www.niedojadlo.net
Version: 1.0
Description: A simple two column WP theme
Author: Chris Niedojadlo
Author URI: http://www.niedojadlo.net
*/

body {
	margin:0;
	background:#2d2d2d;
	font-family:Arial, Helvetica, sans-serif;
	color:#d1d1d1;
	font-size:13px;
	}

/* Global Styles */

a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}
p {
	padding:0;
	margin:0 0 20px 0;
	}
blockquote {
	border-left:3px solid #abbf00;
	margin:0 0 0 25px;
	padding:0 0 0 10px;
	font-style:italic;
	}
h1,h2,h3,h4,h5,h6 {
	color:#abbf00;
	}
img {
	border:none;
	}

/* The Container */

.top {
	background:#191919 url(images/top.jpg) center top no-repeat;
	height:30px;
	}
.container {
	width:930px;
	margin:0 auto;
	border-top:1px solid #f5f5f5;
	background:url(images/bg.gif);
	}
.clear {
	clear:both;
	}

/* The Header */

.head {
	border-top:2px solid #fff;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	border-bottom:2px solid #fff;
	background:url(images/head.jpg);
	height:213px;
	text-align:right;
	padding:10px 5px;
	}
.head h1 {
	font-size:35px;
	margin:0;
	padding:0;
	}
.head h1 a {
	color:#abbf00;
	}
.head h1 a:hover {
	text-decoration:none;
	}
.head h2 {
	font-size:20px;
	color:#fff;
	margin:5px 0 0 0;
	padding:0;
	width:400px;
	float:right;
	}

/* The Content */

.left {
	float:left;
	width:503px;
	border-top:1px solid #f5f5f5;
	padding:12px;
	background:url(images/leftbg.gif) top left no-repeat;
	overflow:hidden;
	}
.contentBlock {
	border-bottom:1px solid #4c4c4c;
	margin-bottom:20px;
	}
.left h1 {
	color:#abbf00;
	font-size:22px;
	margin:0;
	padding:0;
	}
.left h1 a {
	color:#abbf00;
	}
.left h1 a:hover {
	text-decoration:none;
	color:#fff;
	}
.postInfo {
	color:#fff;
	margin-bottom:10px;
	}
.postComments {
	font-size:14px;
	text-align:right;
	margin-bottom:20px;
	margin-right:15px;
	}
.postComments a {
	text-decoration:underline;
	}
.left img {
	border:2px solid #fff;
	}
.left img.floatleft {
	float:left;
	margin:0 10px;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:403px;
	border-top:1px solid #f5f5f5;
	padding-bottom:20px;
	}
.search {
	height:53px;
	background:url(images/search.jpg);
	}
.search form {
	margin:0;
	padding:18px 0 0 123px;
	}
.search form input {
	float:left;
	}
.search input#s {
	width:200px;
	margin-right:10px;
	}
.search input#searchButton {
	background:url(images/searchButton.gif);
	width:36px;
	height:22px;
	border:1px solid #fff;
	}
.sidebarLists {
	padding:15px 0 0 35px;
	}
.sidebar h2 {
	margin:10px 0 10px 0;
	padding:0;
	color:#fff;
	font-size:16px;
	}
.sidebar ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar ul.leftList {
	margin-right:10px;
	width:180px;
	}
.sidebar ul.rightList {
	width:170px;
	}
.sidebar ul ul {
	float:none;
	}
.sidebar ul ul li {
	background:url(images/listImage.gif) left top no-repeat;
	padding-left:20px;
	line-height:20px;
	}
.sidebar ul ul li a {
	font-weight:normal;
	color:#000;
	}
.sidebar ul ul li a:hover {
	color:#fff;
	text-decoration:none;
	}
.sidebar ul ul ul li {
	background:none;
	padding-left:5px;
	}

/* The Footer */

.footer {
	text-align:center;
	color:#afafaf;
	}

/* The Navigation */

.navigation {
	height:25px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.navigation a:hover {
	color:#abbf00;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	margin-top:10px;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 20px 0;
	margin:0;
	font-size:20px;
	text-align:center;
	}

/* The Calendar */

#wp-calendar {
	color:#fff;
	}
#wp-calendar a {
	color:#000;
	}
#wp-calendar a:hover {
	color:#fff;
	text-decoration:none;
	}

/* The Comments */

.commentBlock {
	padding-top:10px;
	}
.commentBlock textarea {
	width:95%;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}
.commentBlock input#submit {
	width:96%;
	background:#fff;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}
#commentform input {
	background:#fff;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}
.commentBlock h2 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	}
.commentlist {
	margin:0;
	padding:20px 0 10px 25px;
	}
.commentlist small {
	color:#a7a39f;
	}
.commentlist p {
	margin:0 0 10px 0;
	}

#content_start {position: absolute;left: -10000px;};

