body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #def3fc url('../images/body-bg.png') repeat-x 0 0;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
}

a {
  text-decoration: underline;
  color: #c82700;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
  color: #70a101;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0.25em 0 0;
  font-family: Calibri, sans-serif;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

h2 a, h3 a {
  text-decoration: underline;
}

a img {
  border: 0px solid #fff;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{	
  border-width: 1px 0 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height:1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}  

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}  

/****************************** basic layout elements *************************/
#all {/* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 940px;
  border: 0;
  font-size: 115%;
  color: #4d4d4d;
}

#wrapper { /* obalujici element pro praci s pozadim */
  margin: 0;
  padding: 0;
 /* background: url('../images/wrapper-bg.png') repeat-x 0 0;*/
}
#wrapper2 {
  margin: 0;
  padding: 0;
  background: url('../images/wrapper2-bg.png') no-repeat 50% 0;
}

#header {
  margin: 0;
  padding: 0;
  background: url('../images/header-bg.jpg') no-repeat 0 0;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 265px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 670px;
  float: left;
  clear: none;
}

#footer {

}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden {
  position: absolute;
  left: -2000px;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  height: 230px;
}

#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
}

#header #logo {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

#header #logo a {
  position: relative;
  padding-top: 10px;
  margin-left: 41px;
	text-decoration: none;
  display: block;
  width: 206px;
  height: 53px;
  overflow: hidden;
}

#header #logo span {
	position: absolute;
	top: 10px;
	left: 0;
  text-decoration: none;
  display: block;
  width: 206px;
  height: 53px;
  cursor: pointer;
  background: url('../images/logo.png') no-repeat 0 0;
}

#header #logo a:hover span {
	text-decoration: none;
  background: url('../images/logo.png') no-repeat 0 bottom;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 60px;
  background: #B72400 url('../images/navigation-bg.png') no-repeat 0 0;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0;
}

#row-site-navigation ul li {
	list-style-type: none;
	display: inline;
}

#row-site-navigation ul li a {
	display: block;
  height: 40px;
  padding-top: 20px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0px 0px 4px #000;
  font-family: Calibri, sans-serif;
  font-size: 1.2em;
  width: 156px;
  text-align:center;
  vertical-align: center;

}

#row-site-navigation ul li a:hover {
  text-decoration: underline;
}

#row-site-navigation ul li.active a {
	background: url('../images/navig-active.png') no-repeat center bottom;
}

/* search */
#search {
  position: absolute;
  top: 90px;
  right: 0;
}
#search #search-input {
  width: 127px;
  height: 15px;
  background: #fff url('../images/search-bg.png') no-repeat 0 0;
  border: 0;
  padding: 3px 0 3px 10px;
  font-size: 1em;
  color: #4d4d4d;
}
#search input {
  vertical-align: bottom;
}

/* lang block */
#lang-block {
  position: absolute;
  top: 0;
  right: 0;
}
#lang-block a {
  display: block;
  float: left;
  padding-top: 12px;
  margin-left: 10px;
}
#lang-block a.l-selected {
  background: url('../images/lang-sel.png') no-repeat 50% 0;
}
#lang-block a img {
  vertical-align: bottom;
}


/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
	top: 0;
	left: 0;
  margin-left: -2000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	z-index: 0;
}
a.hidden-nav:active,a.hidden-nav:focus { 
	z-index: 2000;
	margin-left: 0;
}

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff url('../images/main-bg.png') repeat-y right 0;
}
#main .innerwrap {
  margin: 0;
  padding: 0;
}

#top-box {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 200;
}

/******************************* stredovy sloupec ******************************/

.middle .column-in {
	padding: 20px;
	position: relative;
}

#content{
  font-size: 1.3em;
  line-height: 1.6em;
}

.breadcrumb {
  height: 16px;
  background: url('../images/bc-bg.png') repeat-x 0 0;
  margin: -10px -10px 10px -10px;
  padding: 10px 10px 10px 0;
  font-size: 0.76em;
}
.breadcrumb a,
.breadcrumb em {
  padding: 0 10px;
}

#banner p {
  margin: 0;
}

.clb {
  float: left;
  width: 300px;
  background: url('../images/hpb-bg.png') no-repeat 0 0;
  margin-bottom: 30px;
  margin-top: 20px;
}
.crb {
  float: right;
  width: 300px;
  background: url('../images/hpb-bg.png') no-repeat 0 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

.middle .clb h2,
.middle .crb h2 {
  font-family: Calibri, sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 10px 10px 0 45px;
}

.clb h3,
.crb h3 {
  font-family: Calibri, sans-serif;
  text-transform: uppercase;
  padding: 0px 10px 0 45px;
}

.middle .clb ul,
.middle .crb ul {
  margin-left: 0;
  padding-left: 0;
}
.middle .clb ul li,
.middle .crb ul li {
  padding-left: 45px;
  background: url('../images/hpb-li.png') no-repeat 30px 9px;
  list-style-type: none;
  margin: 0.4em 0;
}

.middle img {
	width: auto;
	max-width: 100%;
  _max-width: none;
  _width: ;
  padding-right: 10px;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.middle h2 {
	font-size: 2.2em;
  line-height: 1.1em;
  margin-top: 0.2em;
}

.middle h3 {
	font-weight: bold;
}

.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
}
.middle table {
	border: 1px solid gray;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0 0;
	margin: 0 0;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	font-weight: bold;
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
}
.middle .article-perex {
	font-weight: bold;
	font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.mw_field .article-perex {
  font-weight: normal;
}
.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}
.middle ul li {  
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
  background: url('../images/li.png') no-repeat 5px 9px;
}
.middle ul ul li {
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
  background: url('../images/li-li.png') no-repeat 5px 9px;
}
.middle ol li {  
  list-style-type: decimal; 
}
.middle ol ul li {
  list-style-type: none;
}
.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding:0; 
  margin:0.5em 0 0 0; 
  text-align:left;
  height:20px;
  vertical-align:middle;
}

.full-story{
  vertical-align:middle;
  display:block;
  float:right;
  padding:0;
  height:24px;
}

.top {
  text-align: right;
}

hr.separator{
  visibility:hidden;
}
.pager{
  padding:0.5em;
  display:block;
  text-align:center;
}
div.detail{
  border:1px solid #f2f2f2;
  margin-left:0;
  padding:0.5em 1em;
}
.res-head-title {
	color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a{
  padding:0.25em;
  color:#fff;
}
.res-head-title a:hover{
  background:#fff;
  color:#000;
}

.nobg a{
  padding:0.25em;
}
.current{
  padding:0.25em;
  background:#fff;
}
.res-head-title .current{
  background:#dee;
  color:#000;
}

.arrow-right{
	background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;
}
.arrow-right span,.arrow-left span{
  visibility:hidden;
}
.arrow-left{
	background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}
.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left:25px;
}
.errorMsg{
  background:#feddda;
  border:1px solid red;
  color:red;
  font-weight:bold;
  padding:2em;
}
.img-to-right{
  float:right;
  margin:0 0 0.5em 0.5em;
}
.img-to-left{
  float:left;
  margin:0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 180px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
  width:99%;
}


/************************************ pravy sloupec ***************************/
.right .column-in {
	margin: 0;
	padding: 20px;
  font-size: 1.2em;
}
.right h2 {
  text-transform: uppercase;
  font-size: 1.6em;
}

/* menu */
.right ul.level1 {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
.right ul.level1 li {
  list-style-type: none;
  margin: 3px 0;
}
.right ul.level1 li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  height: 18px;
}
.right ul.level1 li a:hover {
  text-decoration: none;
}
.right ul.level1 li.active a {
  background: #131347 url('../images/right-menu-li.png') no-repeat 0 0;
  padding-left: 5px;
  color: #fff;
}

/* neprehlednete */
.right .neprehlednete .item {
  margin-bottom: 1.15em;
}
.right .neprehlednete h3 {
  font-size: 1em;
  margin-top: 0; 
}
.right .neprehlednete p {
  color: #4d4d4d;
  margin: 0;
}
.right .neprehlednete .article-perex {
  font-size: 0.9em; 
}

.right .hash_marvel_banner {
  margin-top: 25px;
}

/****************************** paticka ***************************************/
#footer {
  background: #980101 url('../images/footer-bg.png') no-repeat bottom left;
  color: #fff;
}

#footer a,
#footer h4 {
  color: #fff;
  margin: 0;
}
#footer .column-in {
	font-size: 0.95em;
	padding-bottom: 0;
}
#footer .footer-right {
  float: right;
  text-align:right;
  width: 600px;
}
#footer .footer-right p {
  margin-top: 0;
}
#footer .footer-kontakt {
  float: right;
  width: 280px;
}
#footer .o-webu-rss {
  padding-left: 15px;
  background: url('../images/icon-rss.png') no-repeat 0 50%;
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/************** chapters *********/
.article_chapter{
  padding:1em;
  position:relative;
}
.article_chapter h3{
  margin-top:0;
}
.article_chapter ul{
  margin-left:0;
  padding-left:0;
}
.article_chapter .prev{
  position:absolute;
  top:0;
  left:0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display:block;
  float:left;
  padding-left:25px;
  margin:1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position:absolute;
  top:0;
  right:0;
  float:right;
  display:block;
  padding-right:25px;
  margin:1em 1em 0 0;
}
.article_chapter .top{
  display:block;
  text-align:center;
}
.article_chapter ul li{
  padding:0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image:none;  
}

.article_chapter ul .ch-1{
  padding-left:2em ;
}
.article_chapter ul .ch-2{
  padding-left:3em ;
}
.article_chapter ul .ch-3{
  padding-left:4em ;
}
.article_chapter ul .ch-4{
  padding-left:5em ;
}
.article_chapter ul .ch-5{
  padding-left:6em ;
}
.article_chapter ul .ch-6{
  padding-left:7em ;
}
.article_chapter ul .ch-7{
  padding-left:8em ;
}
.article_chapter ul .ch-8{
  padding-left:9em ;
}
.article_chapter ul .ch-9{
  padding-left:10em ;
}
.article_chapter ul .ch-10{
  padding-left:11em ;
}
.article_chapter ul .ch-12{
  padding-left:13em ;
}
.article_chapter ul .ch-13{
  padding-left:14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top:2em;
  border-top: 1px solid #185B96;
  text-align:center;
}
.rating table{
  margin:0 auto;
  border:1px none #fff;
}
.rating table td{
  width:3em;
  background:transparent;
  border:1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}

ul.sitemap li {
  padding-left: 10px;
  margin-left: 20px;
  background-position: left center;
}

ul.sitemap .lv-2 {
  font-weight:bold;
  font-size:120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight:bold;
  font-size:100%;
  margin-top: 0.5em;
}

/********************************* login  *****************************/

#login {
  background-color: #F9F9F9;
  padding: 10px;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form form {
  background: url('../images/login-bg.png') no-repeat top right;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}


#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/

.delete_confirm ul {
   width: 90%;
   background: #fff;
   border: 1px solid #cccccc;
   padding: 0;
   margin-left: 0;
}

.delete_confirm ul li {
  display:block;
  padding:5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration:underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow:visible;
  font-size: 0.9em;
}

#theme-top {
  background: transparent;
  padding-right: 270px;
  height: 19px;
  clear: both;
}
#theme-top a {
  float: right;
  display: block;
  height: 16px;
  padding: 0 5px 3px 20px;
  background: #739a01 url('../images/top.png') no-repeat 0 0;
  color: #fff;
}

/* QCM info */
.qcm-info {
  padding: 0 10px;
  text-align: right;
  font-size: 0.9em;
  background: #ececec;
  margin-top: 2px;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  text-decoration: underline;
}

/******** formatovani v editoru ***********/
.red{
  background:red;
  padding:5px;
}

.pul-doleva{
  width:46%;
  float:left;
  padding:5px;
  margin:1em 0;
}

.pul-doprava{
  width:46%;
  float:right;
  padding:5px;
  margin:1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

/******** formulář ***********/
div.form_div {
  background: #dbf1fb;
  padding: 10px;
  }

div.form_div h2 {
  font-size: 1.4em;
  }

div.form_div label {
  font-weight:bold;
  }

div.form_div textarea {
  width: 400px;
  }

