/* Nastavení základních typů CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, 
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
} 

body { 
	line-height: 1; 
} 

ol, ul { 
	list-style: none; 
} 

blockquote, q { 
	quotes: none; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
	content: ''; 
	content: none; 
} :focus { 
	outline: 0; 
} 

ins { 
	text-decoration: none; 
} 

del { 
	text-decoration: line-through; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* Hlavní nastavení HTML */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #202020 url('../images/blok.gif') repeat-x left top;
	color: #5A5A50;
	font: normal 0.8em tahoma;
	line-height: 1.5em;	
}

/* Typografie písem */

p {
	padding: 0.2em 0 1em;
}

h1 {
	font: normal 2em tahoma;
}

h2 {
	font: normal 1.8em tahoma;
}

h3 {
	font: normal 1.6em tahoma;
}

h4 {
	font: normal 1.4em tahoma;
}

h5 {
	font: bold 1.2em tahoma;
}

h6 {
	font: 1em tahoma;
}

h7 {
	font: bold 0.9em tahoma;
}

h1,h2,h3,h4,h5,h6,h7 {
	color: white;
	margin-bottom: 0.3em;
}

blockquote {
	background: #F6F6F6 url('../images/primarec.gif') no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}

/* Tabulky */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}

table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}

table.data_table tr {
	border-bottom: 1px solid #DDD;
}

table.data_table td, table th {
	padding: 10px;
}

table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

/* Listy */

dl {
	margin-bottom: 2em;
}

dt,dd {
	padding: 8px 10px;
}

dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}

dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
}

/* Odkazy */

a {
	color: skyblue;
	text-decoration: none;
}

a:hover {
	color: pink;
	text-decoration: none;
}

/* Formuláře */

fieldset {
	border: 1px solid #CCC;
	border-bottom: none;	
	font-size: 0.9em;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border: 1px solid #777;
	border-color: #777 #CCC #CCC #777;
	font: normal 1em Verdana,tahoma;
	padding: 5px 6px;
}

input.button {
	background: #FAFAFA;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,tahoma;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}

input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {
	background: #FFFFF5;
}

input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {
	overflow: auto;
}

input.image {
	border: 0;
	padding: 0;
}

/* Specifika */

.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {
	font-weight: bold;
}

.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}

.legend {
	padding: 8px 18px 6px;
}

.form_property, .form_value {
	float: left;
}

.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}

.form_value {
	padding-left: 24px;
}

.form_row_submit .form_value {
	padding-left: 132px;
}

/* Obrázky */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left,img.alignleft {
	margin: 0 15px 12px 0;
}

img.right,img.alignright {
	margin: 0 0 15px 12px;
}

/* Umístění */

.left,.alignleft {
	float: left;
}

.right,.alignright {
	float: right;
}

.center,.aligncenter {
	margin: 0 auto;
}

.clear,.clearer {
	clear: both;
}

.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* Separátory */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}

.archive_separator {
	margin: 0 0 14px;
}

/* Zprávy */

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {
	background: #FBE3E4; 
	color: #8A1F11; 
	border-color: #FBC2C4;
}

.error a {
	color: #8A1F11;
}

.notice {
	background: #FFF6BF; 
	color: #514721; 
	border-color: #FFD324;
}

.notice a {
	color: #514721;
}

.success {
	background: #E6EFC2; 
	color: #264409; 
	border-color: #C6D880;
}

.success a {
	color: #264409;
}

.main_frame {
	background: #4A4A4B;
	border: 3px solid #EAEAEA;
	border-color: white;
	color: skyblue;
	font: bold 1.2em tahoma;
	padding: 6px;
	margin: 16px;
	text-align: center;
}

.main_news {
	background: url(../images/news.gif);
	border: 3px solid #EAEAEA;
	border-color: yellow;
	color: white;
	font: bold 1.1em tahoma;
	padding: 6px;
	margin: 16px;
	margin-top: -10px;
	text-decoration: none;
}

.main_news a{
	color: white;
	text-decoration: none;
}

.main_news a:hover {
	color: red;
	text-decoration: none;
}

.main_services {
	background: #000033;
	border: 3px solid #084B8A;
	color: #E6E6E6;
	text-align: left;
	font: bold 1.1em tahoma;
	padding: 6px;
	margin: 16px;
	margin-top: -10px;
	text-decoration: none;
}

.main_services a{
	background: #000033;
	color: #E6E6E6;
	text-decoration: none;
}

.main_services a:hover {
	color: yellow;
	text-decoration: none;
}

.main_stop {
	background: #000033;
	border: 3px solid gray;
	color: red;
	text-align: left;
	font: bold 1.1em tahoma;
	padding: 6px;
	margin: 16px;
	margin-top: -10px;
	text-decoration: none;
}

.main_stop a{
	background: #000033;
	color: red;
	text-decoration: none;
}

.main_stop a:hover {
	color: red;
	text-decoration: none;
}

.main_video {
	background: #000033;
	border: 3px solid #084B8A;
	color: #E6E6E6;
	text-align: center;
	font: bold 1.1em tahoma;
	padding: 6px;
	margin: 16px;
	margin-bottom: -6px;
	margin-top: -6px;
	text-decoration: none;
}

/* Hlavní rámec Layout */

/* Základní nastavení */

#layout_wrapper {
	color: #FFF;
	margin: 0 auto;
	width: 992px;
}

#layout_top {
	height: 130px;
}

#layout_body_outer {
	background: #373737 url('../images/layout_blok_vnejsi.jpg') repeat-x;
}

#layout_body {
	background: url('../images/layout_blok.png') no-repeat;
	padding: 8px 8px 0;
}

/* Nastavení loga */

#logo {
	padding: 28px 12px 0;
}

/* Navigace */

#navigation {
	background: #3A3A3A url('../images/navigace.png') no-repeat;
	font: bold 1.0em tahoma;
	padding: 0 16px;
}

#navigation ul, #navigation li {
	display: inline;
}

#navigation li {
	display: inline;
}

#navigation a {
	float: left;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

#navigation1 a {
	color: #FFFFFF;
	padding: 10px 12px 12px;
}

#navigation1 a:hover {
	color: yellow;
}

#navigation1 li.hlavni a {
	background: url('../images/navigace_sipka.gif') no-repeat center bottom;
	color: #ADE7F6;	
}

/* Hlavička */

#main {
	background: url('../images/hlavicka.png') repeat-y;
	border-bottom: 1px solid #C5C5C5;
}

#main ol, #main ul {
	margin: 0 0 1.2em 1.6em;
}

#main ul li {
	list-style: disc;
}

#main ol li {
	list-style: decimal;
}

#main li {
	padding: 2px 0;
}

#content_outer {
	border-top: 2px solid #FFFFFF;
	width: 717px;
}

#content {	
	color: #E6E6E6;
	font: bold 1.4em tahoma;
	padding: 16px;
}

#vysledky {	
	color: white;
	font: 1.4em tahoma;
	padding: 16px;
}

#pravidla {	
	color: white;
	font: bold 1.2em tahoma;
	padding: 16px;
}

#onas {	
	color: #E6E6E6;
	font: 1.3em tahoma;
	padding: 16px;
}

/* Sloupec */

#sidebar_outer {
	border-top: 2px solid #FFFFFF;
	width: 259px;
}

#sidebar {
	color: #555;
	padding: 16px 12px;	
}

#sidebar a {
	color: #555;
}

#sidebar a:hover {
	color: #000;
}

/* Copyright */

#copyright{
	background: url('../images/updates.png') no-repeat;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 22px 8px 10px;
}

/* Poznámky */

.post {
	margin-bottom: 24px;
}

.post_title a,.post_date a,.post_meta a {
	text-decoration: none;
}

.post_date a:hover,.post_meta a:hover,.post_meta a:hover {
	text-decoration: underline;
}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}

.post_date a {
	color: #444;
}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}

.post_meta a {
	color: #345;
}

.post_meta a:hover {
	color: #001;
}

/* Archivy */

.archive_pagination {
	margin-bottom: 1.6em;
}

.archive_post {
	margin-bottom: 14px;
}

.archive_post_date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}

.archive_post .post_date {
	border: none;
	padding: 0;
}

.archive_post_day {
	font: normal 1.6em Georgia,serif;
}

/* Miniatury */

#picture {
	border: 2px solid #FFFFFF;
	border-color: white;
}

.thumbnails {
	margin: 0 0 0 -8px;
}

.thumbnails a.thumb {	
	background: white;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 4px;
}

.thumbnails a.thumb:hover {
	background: skyblue;
}

.thumbnails .thumb img {
	display: block;
}

/* Floats */   

.vlevo,.alignvlevo {
	float: left;
}

.vpravo,.alignvpravo {
	float: right;
}

/* Lišta */

.box {
	margin-bottom: 0px;
}

.box_title {
	background: #4A4A4B;
	border: 3px solid #EAEAEA;
	border-color: white;
	color: skyblue;
	font: bold 1.2em tahoma;
	padding: 6px 10px;
	text-align: center;
}

.box_content {
	padding: 8px 0 8px;
	color: white;
}

.box li:first-child {
	border-top: none;
}

/* Komentáře */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}

.comment_date {
	font-size: 0.9em;
}

.comment_date a {
	color: #567;
	text-decoration: none;
}

.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}

.comment_body {
	padding-top: 4px;
}

.comment_gravatar {
	width: 48px;
}

.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}

/* Update + Version */

#dashboard {
	background: #CCC;
	border-top: 2px solid white;
	font-size: 1.0em;
	padding-top: 5px;
}

/* Individuální nastavení pro IE */

* html #navigation1, * html #navigation2, * html #layout_body, * html #dashboard_inner, * html #footer {
	height: 0.01%; min-height: 0.01%;
}