
/* 
css style of Cartem - free template 
Created by www.cleanet.cz and sponsored by www.zakonnepojistenivozidla.cz
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.gif) 0 0 repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #444;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
  clear: both;
}

h1, h2, h3 {
	font-weight: normal;
	color: #2c902b;       
}

p, ol, ul {
	line-height: 200%;
}

a { 
  color: #2c902b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none; 
}

img {
	border: none;
}

img.left {
	float: left;
	padding: 5px 20px 0 0;
}

img.right {
	float: right;
	padding: 5px 0 0 20px;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
}

#logo {
  height: 65px;
  width: 920px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

#logo h1, #logo h1 a {
  color: #fff;
  text-decoration: none;
  float: left;
  font-size: 40px;
}

#logo ul {
  float: right;
  padding: 15px 0 0 0;
}

#logo ul li {
  display: inline;
  list-style: none;
  font-size: 13px;   
  padding: 0 10px;  
  border-right: 1px solid #5cb53c;
}

#logo ul li a {
  color: #f4fdf2;
}

#logo ul li.active a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#subheader {
	height: 40px;
	margin: 0 0 20px 0;
}

#menu {
	float: left;
	height: 40px;
	padding: 0 20px;
}

#menu li {
	display: block;
	float: left;
}

#menu li.active, #menu li:hover {
	display: block;
	float: left;
	background: url(images/active.gif) 0 0 repeat-x;
}

#menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #53a82a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
}

#menu li a:hover, #menu li.active a {
  text-decoration: underline;
}

#search {
	float: right;
	width: 215px;
}

#search form {
	float: right;
	margin: 0;
	padding: 8px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	border: none;
}

#search-text {
	width: 170px;
	height: 24px;
	border: none;
	background: url(images/search-bg.gif) 0 0 no-repeat;
	color: #111;
	text-indent: 10px;
}

#search-submit {
	text-indent: 7px;
	height: 24px;
	width: 45px;
	padding: 0px 5px;
	background: url(images/search-submit.gif) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#content {
	float: right;
	width: 670px;
}

.post {
	margin-bottom: 45px;
}

.post .title , .post .title a {
  padding: 0 0 0 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	margin: 0 0 -10px 0;
}

.post .entry {
	border-top: 1px solid #ddd;
  margin: 20px;
  padding: 10px 0;
}

.post .entry p {
 text-indent: 5px;
}

.post .entry ul {
  padding: 15px;
  color: #333;
}

.post .entry ul li {
  list-style: none;
  background: url(images/list.gif) left center no-repeat;
  padding: 0 0 0 16px;
  line-height: 220%;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 20px;
}

#sidebar ul, #sidebar p {
  margin: 10px 0 30px 0;
  padding: 0 10px;
}

#sidebar ul li {
  list-style: none;
  background: url(images/list.gif) left center no-repeat;
  padding: 0 0 3px 16px;
  margin: 0 0 3px 0;  
  border-bottom: 1px solid #ddd;
}

#sidebar ul li:hover {
  border-bottom: 1px solid #ccc;
}

#sidebar ul li a {
  color: #444;
  text-decoration: none;
}

#sidebar .title {
  font-size: 20px;
}

#footer-top {
  height: 13px;
  width: 920px;
  margin: 0 auto;
  background: url(images/footer.gif) 0 0 no-repeat;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background: #eee;
}

#footer p {
  padding: 0 20px 13px 20px;
  color: #444;
}

#footer span {
  float: right;  
  color: #777; 
}

#footer span a {
  color: #666; 
}