/*
Theme Name: Dark Green
Theme URI: http://gaspardfans.com
Description: Exclusive WordPress theme for GaspardFans.com based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Crayen
Author URI: http://binarybonsai.com/
Tags: two columns

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background: #ffffff url(images/bg.jpg) repeat-x top left;
	color: #999999;
	font-size:11px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	float: center;
	text-align: center;
}

#main {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}

#top {
                  height: 150px;
	width: 900px;
	float: center;
	margin: 0;
	padding: 0;
}

.top-menu {
                  height: 100%;
	width: 210px;
	float: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 4px;
	font-size:11px;
}

.top-menu:hover {
	background: #f9f9f9;
}

#header {
                  height: 500px;
	width: 900px;
	float: center;
	margin: 0;
	padding: 0;
}

#navigation {
                  height: 40px;
	width: 900px;
	float: center;
	margin: 0;
	padding: 9px;
}

.navi {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size:15px;
	color: #333333;
	font-weight: bold
}

.navi a {
	color: #333333;
	text-decoration: none;
}

.navi a:hover {
	color: #0c7967;
	text-decoration: none;
}

.navi a:visited {
	color: #333333;
	text-decoration: none;
}

i {
	font-size:20px;
	color: #0c7967
}

#footer {
	width: 100%;
	background: #e0e0e0;
	clear: left;
	float: center;
	font-size:11px;
	text-align: center;
	color: #333333;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-top: 1px solid #a2a2a2;
}

.footer-menu {
	width: 22%;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 4px;
	color: #666666;
	font-size:11px;
	text-align: left;
}


.footer-menu a {
	color: #666666;
	text-decoration: none;
}


.footer-menu a:hover {
	color: #666666;
	text-decoration: none;
}

.footer-menu a:visited {
	color: #666666;
	text-decoration: none;
}

#cright {
	width: 100%;
	clear: left;
	float: center;

	font-size:11px;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#cright a {
	color: #333333;
	text-decoration: none;
}

#searchform {
	margin: 10px auto;
	padding: 2px 2px;
	text-align: center;
	text-transform: uppercase;
}

#searchform #s {
	width: 140px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

a {
	color: #0c7967;
}

a:visited {
	color: #0c7967
}

a:hover {
	color: #0c7967
}

h2 {
	font-size:14px;
	text-transform: uppercase;
}

#center {
	width: 900px;
	float: center;
	margin: 0;
	padding: 0;
}

#content {
	width: 580px;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-right: 13px;
	padding: 0px 0px 0px 0px;
}

.title {
	width: 100%;
	color: #0d5c4e;
	margin: 0px 0px 1px 0px;
	padding: 5px 4px 5px 4px;
	text-align: left;
	font-size:14px;
	text-transform: uppercase;
}

.title a {
	color: #0d5c4e;
	text-decoration: none;
}

.date {
	color: #9f9f9f;
}

.ita {
	font-size: 15px;
	font-style: italic;
	color: #0d5c4e;
}

.post {
	width: 100%;
	color: #696969;
	margin: 0px 0px 36px 0px;
	padding: 8px 8px 8px 8px;
	text-align: left;
	font-size: 12px;
	letter-spacing: -1px;
	border: 4px solid #dcdbd9; 
}

.post:hover {
	border: 4px solid #b4dbd4; 
}

.post:visited {
	border: 4px solid #dcdbd9; 
}

.post img {
	background-color: #fff;
	padding:5px;
	border: 1px solid #dcdbd9; 
}

.post img:hover {
	background-color: #fff;
	padding:5px;
	border:1px solid #999999;
}

.meta {
	font-size:11px;
	color: #cccccc;
	text-align: right;
	text-transform: uppercase;
}

#sidebar {
	width: 260px;
	margin-left: 12px;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#sidebar img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #dcdbd9; 
}

#sidebar img:hover {
	background-color: #fff;
	padding: 5px;
	border:1px solid #999999;
}

.sidebar-title {
	width: 100%;
	color: #000000;
	margin: 0px 0px 1px 0px;
	padding: 5px 4px 5px 4px;
	text-align: center;
	font-size:12px;
	text-transform: uppercase;
}

#comment {
	width: 450px;
}

input {
	background-color: #ececec;
	border:1px solid #c9c9c9;
	color: #666666;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

