/*  
Theme Name: Car
Theme URI: http://wpthemes.myartsonline.com/
Description: 
Version: 
Author: mikozv
Author URI: hhttp://wpthemes.myartsonline.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#67595d;
	width:921px;
	margin:40px auto 10px auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
	
#content {
	width:717px;
	float:left;
	background-color:#FFFFFF;
	}

#content-top {
	background:url(img/content-top.png) no-repeat;
	height:4px;
	}
 
#header {
	height:134px;
	width:600px;
	float:right;
	background:url(img/header.png) no-repeat;
	margin-right:7px;
	text-align:right;
	}
	
#description {
	color:#f5df94;
	padding-top:10px;
	padding-right:15px;
	}
	
h1 {
	font-size:24px;
	}
	
h1 a {
	color:#f5df94;
	font-weight:normal;
	}
	
#desc {
	font-size:12px;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	float:left;
	margin-left:4px;
	}
	
#pagelist ul li {
	list-style-type:none;
	margin-bottom:7px;
	}
	
#pagelist ul li a {
	display:block;
	width:80px;
	height:20px;
	background:url(img/page-normal.png);
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding-left:15px;
	padding-top:6px;
	}
	
#pagelist ul li a:hover {
	background:url(img/page-hover.png);
	}
	
#pagelist ul li.current_page_item a {
	background:url(img/page-active.png);
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:194px;
	float:right;
	color:#4b4848;
	font-size:14px;
	}
	
#side-top {
	height:108px;
	background:url(img/sidebar-top.jpg);
	}
	
#sidebar {
	background-color:#FFFFFF;
	padding:0 15px 50px 20px;
	}
	
#side-bottom {
	height:11px;
	background:url(img/side-bottom.png) no-repeat;
	}
	
#searchform {
	margin-bottom:10px;
	}
	
#searchsubmit {
	height:37px;
	width:53px;
	background:url(img/search-button.png);
	border:none;
	vertical-align:middle;	
	margin-left:5px;
	}
	
#s {
	height:34px;
	vertical-align:middle;
	font-size:24px;
	padding:3px 3px 0 3px;
	width:130px;
	background:url(img/search.png);
	border:none;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#sidebar h2 {
	font-size:22px;
	color:#67595d;
	padding:20px 0 15px 0;
	font-weight:normal;
	}
	
#side a {
	line-height:normal;
	color:#4b4848;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	}
	
#side ul li ul li {
	padding:0 10px 0 35px;
	line-height:1.5;
	}
	
#side ul li ul li ul.children li {
	padding:0 0 0 20px;
	}
	
#side a:hover {
	color:#7eb223;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#content-text {
	padding:40px 57px 0 57px;
	font-size:15px;
	color:#6e6e6e;
	}
	
#content-bottom {
	height:9px;
	background:url(img/content-bottom.png) no-repeat bottom;
	}
	
.post-top {
	margin-left:50px;
	}
	
.post-info {
	width:494px;
	height:40px;
	background:url(img/post-info.png) center no-repeat;
	text-align:center;
	}
	
.post-date {
	font-size:13px;
	color:#7b7b7b;
	}

.post-comm {
	font-size:13px;
	margin-top:8px;
	color:#7eb223;
	}
		
.post-comm a {
	font-size:13px;
	color:#7eb223;
	font-weight:normal;
	}
	
p {
	padding:5px 0;
	}

h2 {
	font-size:25px;
	color:#000000;
	margin-bottom:15px;
	}

.post h2 {
	font-size:22px;
	margin-top:3px;
	margin-bottom:20px;
	}
		
.post h2 a {
	font-weight:normal;
	color:#6e6e6e;	
	text-decoration:none;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	color:#999999;
	padding:5px 5px 5px 50px;
	background:url(img/quote.png) left top no-repeat;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #999999;
	}
	
.post {
	margin-bottom:60px;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
	
.pub {
	margin-top:15px;
	text-align:right;
	font-size:13px;
	}
	
.pub a {
	color:#7eb223;
	font-weight:normal;
	}
	
.orange {
	color:#ce8110;	
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#333333;
	}
	
h3 {
  	margin-top:5px;
	font-size:19px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#999999;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	padding:5px;
	width:590px;
	background-color:#D1DED5;
	}
	
.obsahk {
	padding:5px;
	width:590px;
	margin-bottom:20px;
	}
	
ol.commentlist {
	list-style:none;
	}
	
ol.commentlist li ul, ol.commentlist li ol {
	margin-left:20px;
	}
	
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;
	}
/* comments */

/* footer */
#footer {
	height:96px;
	background:url(img/footer.png);
	}

#footer-rss {
	float:left;
	margin:7px 0 0 7px;
	}
	
#footer-rss a {
	display:block;
	height:65px;
	width:300px;
	background:url(img/rss.png) left no-repeat;
	color:#8a8e83;
	font-size:22px;
	font-weight:normal;
	padding:15px 0 0 50px;
	}
	
#footer-sponsors {
	float:right;
	font-size:14px;
	color:#67595d;
	margin-right:50px;
	padding-top:15px;
	}

#footer-sponsors ul {
	list-style-type:none;
	}
		
#footer-sponsors a {
	font-size:14px;
	color:#67595d;
	font-weight:normal;
	}
	
.footer-cleaner {
	clear:both;
	height:10px;
	}
/* footer */	
	
/* other */	
#nav {
	height:20px;
	}
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
/* other */	
