/***********************************************************************
 Copyright (C) Lukáš Janků, 2006
 http://vsevjednom.cz/
 lukas z vsevjednom.cz

***********************************************************************/



body {
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	background: #DDD;
}

#page {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	color: #000000;
}






/* Hlavička */

#hlavicka {
	padding: 0px;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
}
#hlavicka img {
	border: 2px solid #000000;
}
#hlavicka h2 {
	margin: 0;
}





/* Menu */


ul#menu {
	border-left: 1px dashed #777777;
	border-right: 1px dashed #777777;
	padding: 5px;
	width: 752px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	background: #ffffff;
	margin: 10px;
	list-style: none;
	margin: 0;
	padding: 5px;
}
ul#menu li {
	list-style: none;
	display: inline;
}
ul#menu a {
	display: block;
	width: 112px;
	height: 20px;
	border-right: #ffffff 2px solid; 
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 6px;
	float: left;
	text-align: center;
	font-weight: bold;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}
ul#menu a:hover {
	background: #C0C0C0; 
	color: #000000; 
}








/* Obsah webu */



#content {
	border-left: 1px dashed #777777;
	border-right: 1px dashed #777777;
	background: #ffffff;
	padding: 10px;
	width: 742px;
	text-align: left;
	font-size: 11px;
	margin: 0;
}
#content a {
	text-decoration: none;
	font-weight: normal;
	color : #900000;

}
#content a:hover {
	text-decoration: underline;
	color : #B30000;
}
#content img {
	border: 0px;
}





/* Podtržítko, nebo jak se tomu říká... prostě ta vodorovná čára. */

hr {
	text-align: center;
	border: 0;
	border-top: 1px solid #EDEDED;
	height: 1px;
	width: 90%;
}







/* Registrace */

#registerform {
	margin-left: 30px;
	width: 400px;
	height: 300px;
	background: #ffffff;
	padding: 25px 10px;
	text-align: center;
	font-size: 10px;
	color: black;
	border: 1px solid black;
}
#registerform .left {
	width: 310px;
	text-align: left;
}
#registerform .right {
	width: 150px;
	text-align: right;
}
.regtable {
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, verdana, sans-serif;
	color: #AAA000;
	border: 0px;
	width: 400px;
}
.regtextbox {
	font-size: 11px;
	color: #5D6675;
	border: 1px solid #B6BCC6;
	font-weight: normal;
	font-family: verdana, "geneva ce", lucida, sans-serif;
	width: 200px;
}






/* Patička */


#footer {
	border-top: 1px dotted #777777;
	border-left: 1px dashed #777777;
	border-right: 1px dashed #777777;
	border-bottom: 1px dashed #777777;
	background: #ffffff;
	text-align: center;
	width: 752px;
	height: 13px;
	margin: 0;
	padding: 5px;
	font-size: 10px;
	color: #707070;

}

#footer a {
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color : #EC8500;
}







/* Login na spodu stránky */


#loginform {
	border-left: 1px dashed #777777;
	border-right: 1px dashed #777777;
	background: #ffffff;
	width: 750px;
	height: 25px;
	font-size: 10px;
	margin: 0;
	padding: 5px;
	border: 1px solid #B6BCC6;
	font-size: 10px;
	color: #555555;
}
#loginform fieldset{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: right;
}
.login{
	top:2px;
	position: relative;
	height: 16px;
	width: 16px
}
.flat {
	width: 100px;
	font-size: 1em;
	border: 1px solid #B6BCC6;
	background-color: #F7F8FA;
	font-weight: normal;
	font-family: verdana, "geneva ce", lucida, sans-serif;
}
.tlacitko {
	font-size: 1em;
	font-weight: normal;
	font-family: verdana, "geneva ce", lucida, sans-serif;
	cursor: pointer;
    	color: #333A44;
}








/* Nadpisy */


h1 {
	font-size: 13px;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	color: #333A44;
	border: 0px;
}

h2 {
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
	color: #333A44;
	border: 0px;
	width: 440px;
	margin: 0;
}

h3 {
	margin:0;
	font-size: 13px;
}

h4 {
	margin:0;
	font-size: 14px;
}
h5 {
	margin:0;
	font-size: 12px;
	font-weight: bold;
}
h6 {
	margin:0;
	font-size: 11px;
	font-weight: bold;
}





/* Počítadlo */

#pocitadlo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px;
}

.pocitadlo{
	border: 0px;
	height: 88px;
	width: 88px
}





/* Formuláře */


select,input,textarea {
	border-width: 1px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif
}

select:hover,input:hover,textarea:hover {
	border-width: 1px;
	font-size: 11px;
	color: #B30000;
	font-family: Verdana, Helvetica, Arial, sans-serif
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90px;
	height: 21px;
	border: 0;
	padding-top: 0;
	padding-bottom: 2px;
	background-image: url('http://vsevjednom.cz/images/cancel_button_bg.gif');
	cursor: pointer;
}



.button:hover {
	background-image: url('http://vsevjednom.cz/images/insert_button_bg.gif');
}






/* Chybové hlášky */


strong {
	color: #FF0000;
	display: block;
}




/* Zdrojové kódy */


pre {
	font-family: monospace;
	font-weight: normal;
	border: 1px dashed #4ABF4A;
	border-bottom-color: #EDEDED;
	border-right-color: #EDEDED;
	width: 450px;
	overflow: auto;
	_overflow-y: visible;
	padding: 10px;
	margin: 0 0 10px;
	_padding-bottom: 2em;
	background-image: url(/images/pre.jpg);
}





/* Libovolný formulář */


fieldset{
	padding: 5px 15px 5px 8px;
	margin: 0;
	border: 1px solid #9F9F9F;
	text-align: right;
}






/* Vzkazy, Fórum */



.vypis-temat {
	border: 0px #000000 solid;
	width: 100%;
}
.vypis-temat-obrazek {
	border: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 3px;
	width: 3%;
}
.vypis-temat-tema {
	border: 1px #000000 solid;
	text-align: left;
	width: 82%;
	padding: 5px;
}
.vypis-temat-editace {
	border: 1px #000000 solid;
	text-align: left;
	width: 15%;
	text-align: center;
}





.vypis-prispevku-tema {
	width: 100%;
	border: 1px #000000 solid;
}
.vypis-prispevku-temata {
	font-weight: bold;
	background: #CCCCCC;
}
.vypis-prispevku-cas {
	width: 110px;
}

.vypis-kategorii {
	padding: 5px;
	width: 98%;
	border: 1px #000000 solid;
}

.vypis-kategorii-tabulka {
	border: 0px #000000 solid;
	width: 100%;
}
.vypis-kategorii-obrazek {
	border: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 3px;
	width: 8%;
}
.vypis-kategorii-kategorie {
	border: 1px #000000 solid;
	text-align: left;
	width: 77%;
	padding: 5px;
}
.vypis-kategorii-editace {
	border: 1px #000000 solid;
	width: 15%;
	text-align: center;
}


.post{
	border-bottom: 1px #ffffff solid;
}

.citace{
	padding: 5px 15px 5px 8px;
	margin: 0;
	background: #FAFAFA;
	border: 1px solid #9F9F9F;
	text-align: left;
	width: 90%;
}
.sign {
	margin-top: 15px;
	vertical-align: bottom;
	border: 0;
	border-top: 1px solid #111111 !important;
	height: 1px;
	width: 95%;
}


#prispevky ol{
	color: #444444;
	border: 0;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	width: 98%;
}
#prispevky li{
	color: #444444;
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
	list-style: none;
}
#prispevky li:hover {
	border: 1px solid #666666;
}

#prispevky li hr {
	border: 0;
	border-top: 1px solid #EDEDED;
	height: 1px;
	width: 100%;
}

#prispevek li h3 {
	margin: 5px;
}
#prispevek li table {
	width: 100%;
}
#prispevek li .left {
	vertical-align: top;
	border-right: 1px solid #888888;
	width: 25%;
	line-height: 14px;
}
#prispevek li .right {
	vertical-align: top;
	width: 75%;
}
#prispevek li .opravneni {
	font-size: 9px;
}
#prispevek li .nadpis {
	font-size: 10px;
}
#prispevek li .zprava {
	width: 100%;
	overflow: auto;
	padding-top: 3px;
	line-height: 15px;
}