body {
	font-family: Verdana;
	font-size: 10pt;
}

#container {
	border-left: 4px solid #ed1c24; border-right: 4px solid #ed1c24;
}

/* header -- h1 hidden by image */

#header h1 a {
	display: block;
	height: 200px;
	background: #ed1c24 url('top.png') no-repeat top center;
}

#header h1 a span {
	display: none;
}

/* menu */

#cse-search-box {
	margin: 0 0 1em 0;
}
#cse-search-box .query {
	margin: 0;
	padding: 0;
	border: 2px solid #ed1c24;
	width: 166px;
	background: #ffffff url('http://www.google.com/cse/intl/cs/images/google_custom_search_watermark.gif') no-repeat scroll left center;
}
#cse-search-box .submit {
	display: block;
	width: 85px;
	margin: 0 0 0 85px;
	padding: 0;
	border: 0;
	background: #ed1c24; 
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	letter-spacing: 0.1em;
}

#leftcol h2 {
	margin: 0;
	padding: 2px 5px;
	background: #ed1c24;
	color: #FFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

ul.navigation {
	margin: 0 0 2em 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
ul.navigation li {
	margin: 0;
	padding: 4px;
	width: 162px;
	line-height: 20px;
	font-size: 12px;
	border-bottom: 1px solid #ed1c24;
}
ul.navigation li a {
	color: #000000;
}
ul.navigation li a:hover {
	text-decoration: none;
	color: #ed1c24;
}


/* black box ;) */

.blackbox {
	border: 1px solid black;
	text-align: left;
	margin-bottom: 2em;
}
.blackbox h2 {
	margin: 0;
	padding: 2px 5px;
	background: #000000;
	color: #FFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
.blackbox .content {
	margin: 0;
	padding: 5px 10px;
}

.blackbox .content p {
	text-align: left;
}

/* FB */
#fb-root {
	margin-bottom: 2em;
}

/* footer */

#footer {
	padding: 0 20px;
	border-top: 4px solid #ed1c24; border-bottom: 4px solid #ed1c24;
	background: #ffffff url("bottom.png") repeat-x center center;
	vertical-align: middle;
	line-height: 55px;
}

/* main column elements */

.article, .notice, .random_quote, .pagination {
	margin: 0 0 1em 0;
}

.article + .article, .random_quote + .article, .article + .random_quote, .random_quote + .random_quote,
.article + .pagination, .pagination + .article {
	border-top: 1px solid gray;
	padding-top: 1em;
}

.pagination {
	text-align: center;
}

.notice {
	border: 1px solid #ed1c24;
	background: #fbcacc;
}
.notice h2 {
	margin: 0;
	padding: 2px 5px;
	background: #ed1c24;
	color: #fff;
	font-family: Arial;
	font-size: 120%;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
}
.notice .content {
	font-size: 130%;
	text-align: center;
	padding: 0.5em 1em;
}
.notice .content a {
	color: #000000;
}

.random_quote blockquote {
	margin: 0 0 1em 0;
}
.random_quote blockquote {
	margin: 0 0 1em 0;
	font-style: italic;
	text-align: justify;
}
.random_quote .author {
	font-weight: bold;
	text-align: right;
}

.article h1 {
	margin: 0 0 0.25em 0;
}
.article h2 {
	margin: 0 0 0.25em 0;
}
.article h2 a {
	color: #000000;
}
.article .meta {
	margin: 0 0 0.25em 0;
}

.article h1 + .meta { /* full article */
	margin: 0 0 1em 0;
}

.article .meta .author {
	font-style: italic;
}

a.facebook_share {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: #ffffff url('http://static.ak.fbcdn.net/rsrc.php/z9Q0Q/hash/8yhim1ep.ico') no-repeat 50% 50%;
}
a.facebook_share span {
	display: none;
}

/* archiv PDF */
ul.archiv {
	padding: 0;
	margin: 0;
}

ul.archiv li {
	display: block;
	width: 16%;
	min-height: 200px;
	float: left;
	padding: 0;
	text-align: center;
}

ul.archiv li a {
	color: #000000;
}

ul.archiv li a:hover {
	text-decoration: none;
	color: #ed1c24;
}

ul.archiv li a img {
	border: 1px solid black;
}


/* vyroky mesice */

.vyroky_mesice q {
	font-weight: bold;
	font-style: italic;
}
.vyroky_mesice .author, .vyroky_mesice p.author {
	font-style: italic;
	text-align: right;
}

/* general styles */

p {
	margin: 0 0 1em 0;
	text-align: justify;
}

a {
	text-decoration: none;
	color: darkred;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ed1c24;
}

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 { font-size: 100%; font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

img {
	border: 0;
}

table { border-collapse: collapse; border-spacing: 0; margin: 0 0 1em 0}
td {
	padding: 1ex;
}

.min {font-family:Verdana; font-size:8pt; color: #777777;}
.input {border: 1px solid #ed1c24;}

.red {
	color: red;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 
