body {
	background-color: #0044aa;
	font-family: Verdana, "Nimbus Sans", "DejaVu sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(images/body_bg_winter.png);
	background-repeat: repeat-x;
}

.textversion {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #ef6508;
}

a:hover, a:focus {
	color: #B36B00;
	text-decoration: none;
}

#body {
	width: 760px;
	margin: 0;
}

#hlaska {
	position: absolute;
	left: 780px;
	top: 135px;
	color: white;
	font-size: 12px;
	width: 15em;
}

#mainMenu {
	position: absolute;
	right: 5px;
	top: 10px;
	margin: 0 0;
	color: white;
	font-size: 12px;
}

#mainMenu li {
	 padding-right: 1px;
	display: inline;
	font-size: 0.6em;
}

#mainMenu a, #mainMenu a:link, #mainMenu a:visited {
	border-left: 4px solid white;
	padding: 1px 6px 1px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#mainMenu a:hover, #mainMenu a:active, #mainMenu a:focus {
	border-left: 4px solid black;
	padding: 1px 6px 1px 10px;
	text-decoration: none;
	color:black;
}

#hlavni {
	width: 760px;
	padding: 0;
}

#hlavniAPatni {
	float: right;
	background-color: white;
	margin: 0;
	width: 510px;
	border: none;
}

#hlavniObsah {
	height: 90em;
	padding-bottom: 20px;
}

html>body #hlavniObsah {
	height: auto;
	min-height: 90em;
}

#sidebar {
	float: left;
	width: 150px;
	height: 800px;
	padding: 12px 90px 12px 10px;
	background-image: url(images/sidebar_bg_winter.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: white;
}

html>body #sidebar {
	height: auto;
	min-height: 800px;
}

#header {
	margin: 0;
	height: 200px;
	width: 760px;
	background-color: black;
	position: relative;
	padding: 0;
	background-image: url(images/header_bg_winter.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	bottom: 5px;
	color: white;
	right: 10px;
	font-size: 18px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#paticka {
	border-top: 1px dotted gray;
	text-align: right;
	margin: 0 16px;
	padding: 8px 2px 10px ;
	font-size: 10px;
	color: #666666;
}

#paticka p {
	margin: 1px 0;
}

#paticka img {
	border:none; width:80px;height:15px;
	line-height: 15px;
	vertical-align: bottom;
}

#sidebar h2 {
	font-size: 14px;
	padding: 0 3px;
}

#sidebar .novinka {
	margin: 12px 0;
	padding: 3px;
}

#sidebar .novinka h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

#sidebar .novinka h3:after {
	content: " ::";
}

#sidebar .novinka:hover {
/*	background-color: #660000;*/
	background-color:#2B57D9;
}

#sidebar a {
	color: rgb(255, 216, 191);
}

#hlavniObsah h3 {
	padding: 4px 8px;
	background-color: rgb(255, 216, 191);
	font-size: 13px;
	font-weight: bold;
	color: #804040;
}

#hlavniObsah h3 span {
	color: #BF9960;
}

#hlavniObsah h3 span:before {
	content: ":: ";
}

#hlavniObsah h3 span:after {
	content: " ::";
}

#hlavniObsah p {
	padding: 12px;
}

#hlavniObsah .novinka {
	padding-bottom: 10px;
}

.pagingMenu {
	list-style-type: none;
	margin: 0.2em 12px;
	padding: 0;
	text-align:center;
	font-weight: bold;
	display: block;
	height: 16px;
}

.pagingMenu li {
	display:inline;
	
}

.pagingMenu .previous {
   float: left;
}

.pagingMenu .previous a:before {
   content: "<< ";
}

.pagingMenu .next {
   float: right;
}

.pagingMenu .next a:after {
   content: " >>";
}

#thumbnails {
	margin: auto auto;
	width: 420px;
}

#thumbnailsPages {
	position: relative;
}

#thumbnailsPages .previous {
	margin: 0 1em 0 0;
	float:left;
}

#thumbnailsPages .previous a:before {
	content:"";
}

#thumbnailsPages .next {
	margin: 0 0 0 1em;
	float:right;
}

#thumbnailsPages .next a:after {
	content: "";
}

#thumbnailsPages ul {
	float: none;
}

#thumbnailsPages .pages ul {
   display: inline;
   position: absolute;
   left: 35%;
   
}

.novinka .rss a {
	color: white;
}

/* formulare */
.mainForm fieldset {
  border-style: none;
}

.mainForm label, .mainForm input, .mainForm textarea, .mainForm select {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.mainForm label {
  display: block;
  float: left;
  width: 10em;
  clear: left;
  text-align: right;
  padding-right: 1.35em;
  font-weight: bold;
}

.mainForm span {
	vertical-align: 30%;
}

form#prispevek label {
	width: 6em;
}

.mainForm input, .mainForm textarea, .mainForm select {
  background-color: #FFE6BF;
	border: 1px solid #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: right;
}

.mainForm input:focus, .mainForm textarea:focus, .mainForm select:focus {
	background-color: #FFF5E6;
	border: 1px dotted black;
}

.mainForm .buttonset {
  border-top: 0.08em solid gray;
  text-align: right;
  padding: 0.8em 0.8em;
  margin: 8px 12px;
}

.mainForm .buttonset #showHelp {
  display: block;
  float: left;
  background-image: url(images/ikonky/help.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 1.35em;
  padding-left: 1.65em;
  font-weight: bold;
  text-decoration: underline;
}


/* konec formularu */

/*styly pro forum*/
.prispevek {
	border: 1px solid #999;
	margin: 12px;
	position: relative;
}

.prispevek .avatar {
	float: right;
	padding-left: 6px;
	border-left: 1px dotted #999;
	margin: 6px 6px 6px 0;
}

.prispevek .autor {
	font-weight: bold;
	color: #666;
}

.prispevek .autor .datum {
	font-weight: normal;
	color: #990000;
}

.prispevek .autor .datum:before {
	content: ":: ";
}

.prispevek .autor .datum:after {
	content: " ::";
}

.prispevek .autor img {
	line-height: 18px;
	vertical-align: bottom;
	border: none;
}

.prispevek .akce {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.prispevek .text {
	margin-top: 10px;
}

.sudyPrispevek {
	background-color: #FFE6BF;
}
/*konec prispevku*/

/*forum - formular, uzivatele*/
#userMenu {
	list-style: none;
	margin: 2px 0;
	padding: 0 12px;
	text-align: right;
}

#userMenu .login {
	color: gray;
	font-weight: bold;
}

#userMenu .login:before {
	content: ":: ";
}

#userMenu .login:after {
	content: " ::";
}

#hlavniObsah ul li {
	display: inline;
	padding: 0 2px;
}

/*zobrazeni fotek*/
.imageHolder {
	float: left;
	margin: 20px;
	width: 100px;
	height: 100px;	
	line-height: 170px;
	vertical-align: bottom;
}

.imageHolder img {
	border: none;
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}

/*userList*/
div.userList {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	height: 80px;
	padding: 1em;
	margin: 12px;
	position: relative;
}

html>body div.userList {
	height: auto;
	min-height: 80px;
}

div.userList:hover {
	background-color: #FFE6BF;
}

div.userList ul.userInfo {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.userList ul.userInfo li img {
	float:left;
	padding-right: 10px;
	margin-right: 1em;
	border: none;
	border-right: 1px dotted gray;
	width: 60px;
	clear: left;	
}

#hlavniObsah div.userList ul.userInfo li {
	display: list-item;
}

div.userList ul.userInfo li strong {
	width: 6em;
}

div.userList ul.userAction {
	position: absolute;
	right: 0.6em;
	bottom: 0.2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.userList ul.userAction li {
	display: block;
	float: left;
	padding: 0 0.2em;
	margin: 0.5em;
}

/*profily - detail*/
img#profilyFullPicture {
	margin: 12px 12px;
}

#userProfile th {
	text-align: right;
	padding: 0 2px;
}

/*fotky - vypis alb */
#albaVypis, #reportazeVypis {
	margin: 12px;
}

#albaVypis dd, #reportazeVypis dd {
	margin: 0 0 4px 4px;
}

/*styl ankety*/
#anketaMoznosti {
	padding: 4px 12px;
	list-style-type: none;
	margin: 0;
}

#anketaMoznosti li {
	display: block;
	margin: 4px 0;
}

#anketaMoznosti span.anketniProuzek {
	display: block;
	background-color: rgb(255, 216, 191);
	min-width: 1px;
	padding-bottom: 4px;
	height: 10px;
}

#prispevekSubmitBox {
    float: left;
    background-repeat: no-repeat;
    background-position: middle left;
    padding: 3px 3px 3px 28px;
}

#prispevekSubmitBox p {
    margin: 0;
    padding: 0;
}

#prispevekSubmitBox.error {
    background-image: url('../images/ikonky/error-small.png');
}

#prispevekSubmitBox.loading {
    background-image: url('../images/ikonky/progress.gif');
}
