/*

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:#EACC24;

	}

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:4px solid #000000;

	border-left:5px solid #EACC24;

	border-right:5px solid #EACC24;

	border-bottom:4px solid #000000;

	background:url(images/head.jpg);

	height:209px;

	text-align:right;

	padding:10px 5px;

	}

.head h1 {

	font-size:35px;

	margin:0;

	padding:0;

	}

.head h1 a {

	color:#EACC24;

	}

.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;


	}

	

div.contentBlock p, div.contentBlock ul, div.contentBlock ol {

        font-family:"Times New Roman", Times, serif;
        margin-bottom: 12px;
		font-size: 105%;
		line-height: 130%;

}



.left h1 {

	color:#EACC24;

	font-size:22px;

	margin:0;

	padding:0;

	}

.left h1 a {

	color:#EACC24;

	}

.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:0px solid #000000;

	}

.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:#FFFF00;

	}

.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;};

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	list-style:none;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
