/* CSS Document */

/* marginy -> TOP - LEFT - BOTTOM - RIGHT*/

* {margin: 0; padding: 0; outline: 0;}
body {
	margin: 0;
	padding: 0;
	background: #EDF6FF url("images/cont_bg.jpg") repeat-x left top;
	font: 74.5%/1.6em Arial;
	color: #333333;
	height: 100%;
	text-align: center; 
}

/* links */
a, a:visited {color: #346C9E; background: inherit; text-decoration: none; font-weight: bold;}
a:hover {color: #333; background: inherit; text-decoration: underline;}

/* headers */
h1 {font-size: 190%; font-weight: bold; padding-bottom: 8px; color: #A21816;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
p {padding: 5px; margin: 0;}
ul, ol {margin: 5px 20px; padding: 0 20px;}
li {list-style: square;}
hr {margin: 2px;}

img {border: none;}
.hr {height: 5px; background-position: left center; background-repeat: repeat-x; color: solid #E2E2E2;}
.postadmin {color: gray;}
.msg {font-size: 13px; background-color: #F5F5F5; color: #3d7bd9; font-weight: bold; padding: 5px; border: 1px solid black;}
.cleaner {clear: both; font-size: 0px;}
.title {display: block; font-size: 16px; font-weight: bold; margin-bottom: 2px;}
.codecheck {width: 68px; height: 16px;}
.codecheck2 {width: 26px; height: 9px;}
.bbcodehelp {text-decoration: none; font-size: 12px;}
.star {vertical-align: top;}
.markstar {color: red;}
.pre {overflow: auto; margin: 0px; font-family: courier;}
.sub  {margin: 0 0 2px 30px; padding: 0 0 0 0px;  color: #888; }
#fix {clear: both;}

#container {width: 900px; padding-bottom: 10px;}
#horni_menu {
	color: #FFFFFF;
	width: 900px;
	height: 16px;
	margin: 10px 0px 25px 0px;
	padding: 0;
	text-align: right;
}

#horni_menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
	font-weight: normal;
}

#horni_menu a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#header-photo {
	clear: both;
	height: 190px;
	width: 890px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background: url('images/header-photo2.jpg') no-repeat center center;
}

#header-photovirtual {
	clear: both;
	height: 190px;
	width: 890px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background: url('images/header-photovirtual.jpg') no-repeat center center;
}


#obsah {
	background: #FFFFFF url('images/content.jpg') repeat-y center top;
	width: 888px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* Menu */
#menu {background-image:url('images/menubg.jpg'); width: 888px; height: 37px; margin: 0 auto; padding: 0; border-left: 1px solid #000; border-right: 1px solid #000;}
#menu ul {margin:0; list-style:none; padding: 0px;}
#menu a {text-align:center; float:left; display:block; color:#fffff1; padding: 9px; text-decoration:none; width: 93px; font-weight:bold;}
#menu li {float:left; color: #FFF; background-image:url('images/menubg.jpg'); margin:0; padding:0 0 0 0px; list-style: none; border-right: 1px solid #000;}
#menu a:hover {text-decoration:none; background-image:url('images/menubgo.jpg');}  
#menu .padding {padding: 5px 0 0 10px; font-weight: bold;}

.long {float:left; color: #FFF; background-image:url('images/menubg.jpg'); margin:0; padding:0 0 0 0px; list-style: none; width: 193px; }
.long li {float:left; color: #FFF; background-image:url('images/menubg.jpg'); margin:0; padding:0 0 0 0px; list-style: none;}



/* Hlavni obsah */
#main {float: left; width: 600px; height: auto; padding: 20px 10px 10px 10px; min-height: 100px;}
#main h2 { padding-top: 8px; padding-bottom:5px; padding-left:10px; padding-right:10px;}
#main h2 a {text-decoration: none;}
#main .galerka .aktualita img {border: 1px solid #A21816; padding: 1px; float:left; margin: 2px; width: auto;}
#main .galerka .aktualita img:hover {border: 1px solid #346C9E; padding: 1px;}
#main .galerka {text-align: left;}
#main .galerka img {border: 1px solid silver; padding: 1px; float:left; margin: 2px; width: auto;}
#main .galerka img:hover {border: 1px solid #6A6A6A; padding: 1px;}

#sidebar {float: right; width: 250px; padding: 20px 10px 0 0; margin: 0;}	
#sidebar .box {padding: 5px 10px 5px 3px; text-align:justify;}
#sidebar h2 {padding: 5px 10px 3px 10px; display: block; background-color: #585858; color: #FFFFFF; margin-bottom: 5px;}

/* footer */
#footer {clear: both; width: 888px; border-top: 2px solid #D0D0D0; font-size: 82%; color: #777777;}
#footer a {text-decoration: none; color: #777777; font-weight: normal;}
#footer a:hover {color: #777777; text-decoration: underline;}
#footer-bottom {text-align: right; padding: 10px;}



/* -------------------------------------------------------------------------------------------------- */

/* form elements */
form {margin:10px; padding: 0 5px;}
label {display:block; font-weight:bold;	margin:5px 5px;}
input {padding:2px; border:1px solid #999; font: normal 1em Verdana, sans-serif; color: #000;}
textarea {width:400px; padding:2px; font: normal 1em Verdana, sans-serif; border:1px solid #999; height:100px; display:block; color: #000;}
input.button {font: bold 11px Arial, Sans-serif; height: 24px; margin: 0; padding: 2px 3px; color: #FFF; background: #8EB50C url(images/nav.jpg) repeat-x 0 0; border: none;}


/*ankety*/
.vote {text-align: left; margin: 5px;}
.vote-border {border: 1px solid gray;}
.vote-question {font-size: 12px; text-align: center; padding: 5px; border-bottom: 1px solid gray; background-color: #eeeeee; color: black;}
.vote-lockedtext {color: gray; font-size: 10px;}
.vote-answer {font-size: 11px; border-bottom: 1px solid gray; color: black;}
.vote-answer-padding1 {padding: 4px; background-color: #dfdfdf;}
.vote-answer-padding2 {padding: 4px; background-color: #d0d0d0;}
.vote-answer a {font-size: 11px; text-decoration: none; display: block; margin: 2px 0px 2px 0px; color: black;}
.vote-answer a:hover {text-decoration: underline;}
.vote-bar {margin: 4px 8px 0px 4px; height: 11px;}
.vote-total {font-size: 11px; text-align: center; padding: 4px; background-color: #eeeeee; color: black;}

/*polozky formulare*/
.itext {width: 400px; height: 100px;}
.ifield {width: 400px;}
.itextsmall {width: 250px; height: 75px;}
.ifieldsmall {width: 250px;}


/*strankovani*/
.strany {padding: 5px;}
.strany a {text-decoration: none; padding-bottom: 5px;}
.strany a.active {text-decoration: underline; font-weight: bold;}

/*seznam uzivatelu*/
#userlist {border-width: 1px 1px 0px 1px; border-style: solid; border-color: gray; width: 100%; background-color: #F5F5F5;}
#userlist td.main {font-weight: bold; background-color: #ebebeb;}
#userlist td {border-bottom: 1px solid gray;}
#userlist td a {font-weight: bold; text-decoration: none;}


/*ostatni*/
#posts a {text-decoration: none; font-weight: bold;}
#listtable td {font-size: 12px; background-color: white; border: 1px solid black; padding: 3px;}
#listtable td a {font-size: 12px;}
.postadmin {color: gray;}
.comments {margin-top: 3px; margin-bottom: 3px; text-align:left;}
.commentbox {border:dashed 1px #888888; background-color:#F9F9F9; padding: 3px 5px 3px 5px; margin:5px 0px 0px 3px;}
.commentbook {border:dashed 1px #888888; background-color:#F9F9F9; padding: 3px 5px 3px 5px; margin:5px 0px 0px 3px;}
.commentbookpost {padding-top: 6px;}
.box-title {font-weight: bold; color: black; padding: 2px 2px 2px 6px;}
#vedeni { font-size:36px; color:#FF0000; text-align:center;}
#contentbox {border: #888888 solid 1px; background-color:#FBFBFB; padding: 10px;}
#contentbox h2 {padding: 0px; margin: 0px; font-size: 16px; color:#555555;}


/*doplnky*/
/*clanky a vypisy*/
.aperex {padding-top: 3px; color: #999999;}
.ainfo {color: gray; margin-top: 15px;}
.ainfo a {text-decoration: none;}
.cperex {padding-bottom: 2px; padding-top: 5px; font-weight:normal; color:#000001;}
.cinfo {color: gray; font-size: 11px; margin-bottom: 2px;}
.textpart {margin-bottom: 20px;}
.title {font-weight: bold; display: inline;}
.cinfo a {font-size:11px; font-weight:normal; text-decoration:none;}
.clanekedit {font-weight:normal;}

#clanek {border: #888888 solid 1px; background-color:#FBFBFB; padding-top: 8px; padding-bottom:5px; padding-left:10px; padding-right:10px;}
#clanek:hover { background-color: #F3F3F3;}
#clanek3 {border: #E2E2E2 solid 1px; background-color: #FBFBFB; padding-top:8px; padding-bottom:5px; padding-left:10px; padding-right:10px;}
#clanek3:hover{border: #999999 solid 1px;}

#aktualniclanek {background-color: #EFEFEF; line-height: 1.4 em;}
#dotaznik {border: red solid 2px; background-color: #FFC1C1; padding-top: 18px; padding-bottom:15px; padding-left:10px; padding-right:10px; margin-top: 20px; margin-bottom: 10px; text-align: center;}

.search {font-size: 11px; margin: 0; padding: 0;}
.search input.txt {width: 130px; text-align: left; margin: 0; float: left;}
.search input.submit {padding: 2px; margin-left: 10px; width: 50px; float: left;}

/* start - table */
table {border-collapse: collapse; margin: 10px; font-size: 12px;}
th strong {color: #fff;}
th {background: #93BC0C url(images/nav.jpg) repeat-x; height: 29px; padding-left: 12px;	padding-right: 12px; color: #FFF; text-align: left; border-left: 1px solid #B6D59A; border-bottom: solid 2px #FFF;}
tr {height: 30px;}
td {padding-left: 11px;	padding-right: 11px; border-left: 1px solid #E8E8E8; border-bottom: 1px solid #DFDFDF;}
td.first,th.first {border-left: 0px;}
tr.row-a {background: #F8F8F8;}
tr.row-b {background: #EFEFEF;}
/* end - table */

/* ocekavame */
.archive {font-size: 190%; font-weight: bold; padding-bottom: 8px; color: #A21816;}
.article {border-bottom: #888888 solid 1px; padding:10px; margin: 5px;}

/* cotojatka */
.cotojatka {text-align: left; padding: 1px 5px; margin: 0; background: white; border: 1px solid black; }

/* mootools */
h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

.fl_left {float: left;}
.fl_right {float: right; width: 700px;}

