/*
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:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	}

/* Global Styles */

a {
	color:#0a3c80;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:none;
	}
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:#397404;
	}
img {
	border:none;
	}

/* The Container */

.top {
	background:#ffffff url(images/top.jpg) center top no-repeat;
	height:27px;
	}
.container {
	width:910px;
	margin:0 auto;
	border-top:0px solid #f5f5f5;
	background:url(images/bg.gif);
	background-position:left;
	}
.clear {
	clear:both;
	}

/* The Header */

.head {
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	background:url(images/head.jpg);
	height:240px;
	text-align:right;
	padding: 0px 5px;
	}
.head h1 {
	font-size:35px;
	margin:0;
	padding:0;
	}
.head h1 a {
	color:#397404;
	}
.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:380px;
	border-top:1px solid #f5f5f5;
	padding:12px;
	/*background:url(images/leftbg.gif) top left no-repeat;*/
	background-color:#ffffff;
	overflow:hidden;
	}
.contentBlock {
	border-bottom:0px solid #4c4c4c;
	margin-bottom:20px;
	}
.left h1 {
	color:#397404;
	font-size:22px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
.left h1 a {
	color:#397404;
	font-size:20px;
	}

.left h2 {
	color:#397404;
	font-size:18px;
	}
	
.left h1 a:hover {
	text-decoration:none;
	color:#397404;
	}
.postInfo {
	color:#000000;
	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:502px;
	border-top:0px solid #000000;
	padding-bottom:20px;
	}
.search {
	height:43px;
	width:366px;
	margin-left:0px;
	border:0px solid #000000;
	background:url(images/search.jpg);
	background-position:left;
	}
.search form {
	margin:0;
	padding:12px 0 0 95px;
	}
.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 5px;
	border:solid 0px #000000;
	}
.sidebar h2 {
	margin:10px 0 10px 0;
	padding:0;
	color:#abbf00;
	font-size:16px;
	}
.sidebar ul {
text-indent:0px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	left:0px;
	}
.leftList {
	margin-right:0px;
	width:355px;
	border:solid 0px #000000;
	}
	
	
.sidebar ul.leftList {
	margin-right:10px;
	width:355px;
	border:solid 0px #000000;
	}
.sidebar ul.rightList {
	width:130px;
	}
.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:#000000;
	}
#footer_top
{
background-image:url(images/footer_top.jpg);
background-repeat:no-repeat;

}
/* 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;};
.date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.title_home {
	float:right;
	border:solid 0px #000000;
	margin-left: 10px;
	width: 400px;
}
.date1{
width:34px;
height:47px;
padding-left:12px;
padding-top:2px;
line-height:20px;
float:left;
border:solid 0px #000000;
background-image:url(images/calendar.gif);
}

DIV#DIV_realtime{
background-image:url(../../../../images/realtime_publish.GIF);
width:100px;
height:47px;
margin-left:20px;
}