/*  
Theme Name: CoolGreen
Description: CoolGreen. Professional skin.
Version: 
Author: Dirwizard
Author URI: http://www.dirwizard.com
*/

* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#2E3436;
	margin:15px 0;
	font-size:medium;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	}
	
#wrap {
	border:5px solid #666666; 
	margin:0 auto;
	width:800px;
	background:url(img/side.png) right repeat-y #FFFCC8;
	}
 
#header {
	margin:0 auto;
	background:url(img/header.png) no-repeat;
	height:160px;
	}
	
#description {
	text-align:center;
	padding-top:40px;
	}
	
#content {
	margin:0 auto;
	padding:10px;
	}
	
#footer {
	margin:0 auto;
	width:800px;
	padding-top:5px;
	text-align:center;
	color:#999999;
	font-size:80%;
	}
	
#footer a {
	color:#999999;
	}
	
.cleaner {
	height:0; 
	font-size:0;
	line-height:0;
	clear:both;
	padding:0;
	margin:0;
	}
	
h1 a {
	color:#444444;
	font-size:135%;
	text-decoration:none;
	}
	
h1 a:hover {
	color:#5F554B;
	}
	
#navy {
	background-color:#93C42D;
	height:44px;
	}
	
#pagelist {
	float:left;
	}
	
#pagelist ul li {
	display:block;
	float:left;
	list-style-type:none;
	}
	
#pagelist ul li a {
	display:block;
	background:url(img/button.png) bottom center no-repeat;
	padding:10px 5px;
	width:100px;
	float:left;
	text-align:center;
	font-size:100%;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
	
#pagelist ul li a:hover {
	background:url(img/button.png) bottom center no-repeat #9ED037;
	}
	
#searchform {
	margin:12px 10px 0 10px;
	float:right;
	}
	
#text {
	width:580px;
	float:left;
	text-align:justify;
	font-size:90%;
	color:#000000;
	}
	
#side {
	width:165px;
	float:right;
	padding-left:35px;
	font-size:90%;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#s {
	width:144px;
	margin-left:7px;
	border:1px solid #CCFF66;
	background-color:#E7F7AE;
	padding:0 3px;
	}
	
#searchsubmit {
	background-color:#93C42D;
	color:#CCFF33;
	border:none;
	font-weight:bold;
	cursor:pointer;
	font-size:90%;
	height:20px;
	}
	
#searchsubmit:hover {
	color:#CCFF66;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h2,h3,h4,h5,h6 {
	color:#444444;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h3 {
	font-size:125%;
	}
	
#side h2 {
	margin-top:5px;
	font-size:115%;
	margin-left:-15px;
	padding-left:20px;
	background:url(img/hd.png) no-repeat left;
	}
	
#side a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
.pub {
	background:url(img/time.png) no-repeat left;
	font-size:86%;
	color:#666666;
	padding-left:20px;
	padding-top:2px;
	margin-top:2px;
	border-top:1px dashed #000000;

	}
	
.pub a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}
	
.comm {
	display:inline;
	background:url(img/comment.png) left no-repeat;
	padding-left:20px;
	margin-left:10px;
	}
	
.edit {
	display:inline;
	background:url(img/pencil.png) left no-repeat;
	padding-left:20px;
	margin-left:10px;
	}
	
p {
	padding:5px 0;
	}

#text h2 {
	margin-top:5px;
	font-size:130%;
	}
	
#text h2 a {
	color:#336600;
	text-decoration:none;
	}
	
#text h2 a:hover {
	text-decoration:underline;
	}
	
.right {
	padding:5px;
	border:1px solid #CCCCCC;
	float:right;
	margin-left:10px;
	}
	
#text ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
#text ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/uoz.png) left top no-repeat;
	padding-left:40px;
	}
	
blockquote blockquote {
	background:none;
	}
	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	padding:5px 5px 5px 20px;
	background:url(img/comment2.png) left no-repeat #D9F596;
	width:470px;
	}
	
.obsahk {
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	background-color:#EDFDB5;
	padding:5px;
	width:485px;
	margin-bottom:10px;
	}
	
ol.commentlist {
	list-style:none;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:5px;
	}
	
#author, #email, #url {
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:2px;
	margin:1px 0;
	}
	
.writec {
	margin-left:25px;
	}
	
.alignleft {
	float:left
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
