/*  
Theme Name: ROBrno.cz
Theme URI: http://www.robrno.cz
Description: Vzhled pro robrno.cz
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/bg.png) left 165px repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#wrap {
	width: 854px;
	margin: 0 auto;
	}
 
#header {
	height: 165px;
	background: url(img/header.png) no-repeat;
	}
	
h1 {
	display: none;
	}
	
#lang {
	padding: 13px 22px 0 0;
	}
	
#lang a {
	float: right;
	}
	
#lang a.cesky {
	display: block;
	width: 24px;
	height: 16px;
	background: url(img/cs.png);
	}
	
#lang a.recky {
	display: block;
	width: 24px;
	height: 16px;
	background: url(img/gr.png);
	}
	
#lang a.english {
	display: block;
	width: 24px;
	height: 16px;
	background: url(img/en.png);
	margin: 0 7px;
	}
	
#lang a span {
	display: none;
	}

ul#pagelist {
	height: 41px;
	text-align: center;
	padding: 16px 20px 0 20px;
	line-height: 1.3;
	}
	
ul#pagelist li {
	display: inline;
	}
	
ul#pagelist li a {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	border-right: #999 1px solid;
	padding: 0 5px 0 0;
	margin: 0 3px 0 0;
	background: url(img/pagelist-li.png) right top no-repeat;
	text-decoration: none;
	}
	
ul#pagelist li a:hover {
	text-decoration: underline;
	}
	
ul#pagelist li.current_page_item a {
	color: #c10000;
	text-decoration: none;
	}
	
a {
	text-decoration: underline;
	color: #666;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	background: url(img/content.png) left top no-repeat;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */
#side {
	width: 231px;
	float: right;
	margin: 0 12px 0 0;
	padding: 0;
	}
	
#side ul {
	list-style: none;
	}
	
#searchform {
	height: 73px;
	padding: 13px 0 0 11px;
	}
	
#s {
	background: none;
	vertical-align: middle;
	border: none;
	color: #666;
	font-size: 12px;
	padding: 9px 6px 0 6px;
	width: 158px;
	height: 27px;
	}
	
#searchsubmit {
	background: none;
	vertical-align: middle;
	border: none;
	width: 38px;
	height: 36px;
	}
	
#side h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: url(img/h2.png) left bottom repeat-x;
	margin: 0 25px 5px 12px;
	padding: 7px 0;
	}
	
#side ul li {
	margin: 0 0 15px 0;
	}
	
#side ul li ul li {
	margin: 0;
	}
	
#side ul li ul li a {
	display: block;
	padding: 6px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: url(img/h2.png) left bottom repeat-x;
	margin: 0 25px 0 12px;
	}
	
#side ul li ul li a:hover {
	text-decoration: underline;
	}
	
#side ul li.sideblog ul {
	margin: 0 25px 0 12px;
	}
	
#side ul li.sideblog ul li {
	margin: 0 0 20px 0;
	}
	
#side ul li.sideblog ul li a {
	display: inline;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	background: none;
	}
	
#side ul li.sideblog ul li a:hover {
	text-decoration: none;
	}
	
#side ul li.sideblog ul li span.datum {
	color: #c10000;
	font-size: 13px;
	font-weight: bold;
	}
	
#side ul li.sideblog ul li span.nadpis {
	display: inline;
	color: #666;
	font-weight: bold;
	background: none;
	margin: 0;
	padding: 0;
	}
	
#side ul li.sideblog ul li span.text {
	display: block;
	line-height: 1.3;
	margin: 5px 0 0 0;
	color: #999;
	}
/* sidebar */

/* text */
#text {
	line-height: 1.5;
	color: #666;
	font-size: 13px;
	width: 544px;
	float: left;
	padding: 18px 35px 0 20px;
	display: inline;
	margin: 0 0 0 12px;
	}
	
p {
	padding: 5px 0;
	}

h2 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	background: url(img/h2.png) left bottom repeat-x;
	margin: 0 0 15px 0;
	}

h3 {
	padding: 6px 0 0 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #666;
	background: url(img/h2.png) left bottom repeat-x;
	font-size: 18px;
	}
	
h3 span {
	color: #c10000;
	}
	
.post ul li {
	padding: 0 5px 0 23px;
	background: url(img/bullet_blue.png) left center no-repeat;
	list-style: none;
	margin: 0 0 0 3px;
}
	
.post ol li {
	margin: 3px 0 3px 28px;
}

.post {
	margin: 0 0 10px 0;
	}

#text img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #f0f0f0;
}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 50px;
}

#text .aktual {
	margin: 0 0 25px 0;
	}
/* text */

/* footer */
#box {
	height: 35px;
	font-size: 12px;
	color: #666;
	background: url(img/box.png);
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 0 180px;
	}
	
#box a {
	color: #666;
	font-weight: normal;
	}
/* footer */		