/*  
Theme Name: Digg 3 Columns
Theme URI: http://www.wpdesigner.com
Description: Digg-like 3 Columns Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0.1
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #636565 url(images/bg_body.gif) repeat-x;
	color: #fff;
/* 	font-weight:bold; */
}

h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: none;
	color: #ffffff;
/* 	font-weight:bold; */
}

div { background: none; }

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Tahoma, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #000;
	background-color: #fff;
	padding: 3px;
}

textarea#comment{
	width:98%;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

.browse {
	float:right;
}

.navigation table {
	width:100%;
}

.navigation #left {
	text-align:left;
}

.navigation #nav_banner {
	text-align:center;
	width:470px;
}

.navigation #right {
	text-align:right;
}

#container{
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0 0;
}

#header{
	margin: 0 0 10px;
	float: left;
	width: 1000px;
	height: 212px;
	background: url(images/bg_header.jpg) no-repeat left bottom;
	color: #333;
	position:relative;
}

#logo_link {
	top:60px;
	width:166px;
	height:120px;
	position:absolute;
	cursor:Hand;
}

#banner {
	position:absolute;
	top:135px;
	right:20px;
	}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul ul {
	display:none;
}

#menu ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	color: #263d77;
	height:40px;
	vertical-align:bottom;
}

#menu ul li a{
	display: block;
	padding: 14px 5px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat left top;
	color: #263d77;
}

#menu ul li.current-cat a{
	display: block;
	padding: 14px 5px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat left top;
	color: #ffffff;
	text-decoration: underline;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#pagetitle{
	clear: both;
	width: 1000px;
	height: 135px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#head_login {
	float:left;
	padding: 18px 31px 0;
	color: #999;
}

#head_login a { color: #666; }

#syndication{
/* 	float: right; */
	padding: 18px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#syndication span {
	margin-left:50px;
}

#searchbox{
	padding: 25px 0 0 0;
	background: transparent url(images/bg_search.gif) no-repeat left top;
	margin:4px 0 0 0;
}

#searchsubmit {
	width:30px;
	height:19px;
}

#search_input {
	background: transparent url(images/bg_search_input.gif) no-repeat left top;
	margin: 0 0 0 3px;
	float:left;
}

#searchbox input#s{
	border: 0px;
	padding: 3px;
	background:transparent;
	width:116px;
}

/* #searchbox input#searchsubmit{ height: 24px; } */

.pagewrapper{
	margin: 0 0 10px;
	float: left;
	width: 1000px;
	color: #fff;
}

.page_bg_top {
		background: transparent url(images/bg_page_top.gif) no-repeat left bottom;
}

.page{
	float: left;
	padding: 0 5px 5px;
	background: transparent url(images/bg_page.gif) repeat-y;
	width: 1000px;
}

.page_bg_bottom {
		background: transparent url(images/bg_page_bottom.gif) no-repeat left bottom;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 626px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 626px;
/* 	background: #fff url(images/bg_narrowcol.gif) repeat-y; */
}

.narrowcolumn{
	float: left;
	width: 626px;
/* 	background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom; */
}

.content{
	float: left;
	width: 626px;
/* 	background: url(images/bg_narrowcol_top.gif) no-repeat left top; */
}

.post{
	padding: 9px 16px 5px;
/* 	line-height: 18px; */
}

.post h2{
	padding: 0 0 2px;
/* 	font-size: 130%; */
	font-weight: bold;
	line-height: 27px;
}

.post h2 a{
	text-decoration: none;
	color: #fff;
/* 	border-bottom: 1px solid #ffffff; */
}

.post h2 a:hover{
	text-decoration: none;
	color: #c0c0c0;
/* 	border-bottom: 1px solid #ffffff; */
}

.post img{
	padding: 0;
/* 	border: 1px solid #ddd; */
/* 	background: #fff; */
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{
	border-bottom: 1px #5e626e solid;
	padding-bottom:15px;
	color:#fff;
/* 	font-weight:bold; */
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #c0c0c0;
}

.postinfo a{
	color: #a0a0a0;
	text-decoration:underline;
}

.postinfo a:hover {
	color: #fff;
	text-decoration:underline;
}

.postinfo span.comments {
	float:right;
}

.postdate {
	font-weight:bold;	
}

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar {
	margin: 0 9px 0 0;
	float: right;
	width: 177px;
/* 	line-height: 18px; */
}

.obar{
	margin: 0 0 0 5px;
	float: right;
	width: 177px;
/* 	line-height: 18px; */
}

.obar{
	margin: 0 5px 0 0;
	float: left;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 9px 16px 15px;
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 15px 16px;
}

.sidebar ul li h2, .obar ul li h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
/* 	color: #8dab3b; */
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 6px 0 3px;
	background: none;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
/* 	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px; */
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
/* 	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px; */
}

#category a {
	color:#c0c0c0;
	text-decoration:none;
}

#category a:hover {
	color:#fff;
	text-decoration:none;
}

#category .children a {
	color:#c0c0c0;
	text-decoration:underline;
}

#category .children a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#rubriky {
	background: url(images/button_rubriky.gif) no-repeat 0px 0px;
	width:58px;
	height:21px;
}

#archivy {
	background: url(images/button_archivy.gif) no-repeat 0px 0px;
	width:58px;
	height:21px;
}

#lex {
	background: url(images/button_lex.gif) no-repeat 0px 0px;
	width:35px;
	height:21px;
}

#sponzor {
	background: url(images/button_sponzor.gif) no-repeat 0px 0px;
	width:64px;
	height:21px;
}

#partner {
	background: url(images/button_partner.gif) no-repeat 0px 0px;
	width:52px;
	height:21px;
}

#kalendar {
	background: url(images/button_kalendar.gif) no-repeat 0px 0px;
	width:67px;
	height:21px;
}

#odkazy {
	background: url(images/button_odkazy.gif) no-repeat 0px 0px;
	width:58px;
	height:21px;
	margin-left:16px;
}

#akce {
	background: url(images/button_akce.gif) no-repeat 0px 0px;
	width:66px;
	height:21px;
}

#rubriky span, #kalendar span, #odkazy span, #akce span , #archivy span, #lex span, #sponzor span, #partner span {
	display:none;
}

#banners {
	width:100%;
	text-align:center;
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	padding: 0 0 2px 19px;
	line-height: 27px;
	background: url(images/user_comment.gif) no-repeat 0 6px;
	color: #fff;
	font-size:12px;
}

.post h3#respond{
	background: url(images/add_comment.gif) no-repeat 0 6px;
	color: #fff;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #608090;
}

ol.commentlist li .commentmetadata a{
	color: #608090;
}

form#commentform small{
	font-size: 11px;
}