body {
	margin: 0 auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-image: url('../images/style/shader_head.png');
    background-repeat: repeat-x;
    background-color: #f2efcc;
}


/* ODKAZY
------------------------- */

a.img {
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
}

#container a, #container a:visited {
	text-decoration: none;
	background-image: url('../images/style/dot_horizontal.gif');
	background-position: 0px 95%;
	background-repeat: repeat-x;
	padding: 1px 1px 2px 1px;	
	border: none;
}

#container a:hover {
	text-decoration: none;
	color: #829f4f;
	background-image: url('../images/style/dot_horizontal_active.gif');
	background-position: 0px 95%;
	background-repeat: repeat-x;
	background-color: #fbffcf;
	border: none;
}

#container a.img, #container a.img:visited, #container a.img:hover {
	background: none;
	border: none;
	text-decoration: none;
	padding: 0;
}



/* ZÁHLAVÍ A NAVIGACE
------------------------- */

#header {
	height: 100px;
    background-image: url('../images/style/bkg_head.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
}

#logo {
	width: 850px;
	margin: 0 auto;
	background-image: url('../images/style/logo_head.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#navi a:link, #navi a:visited {
    background-color: transparent;
    color: #000;
    border: 1px solid #748771;
    border-bottom: none; 
}

#navi ul#naviitems a:link.current, #navi ul#naviitems a:visited.current,
  div#CategoryList a.current:link, div#CategoryList a.current:visited {
    color: #090;
  }

#navi a:hover {
    color: #000;
    background-image: url('../images/style/shader_tab_over.png');
    background-repeat: repeat-x;
    border-bottom: none;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	padding: 3px 0;
	padding-left: 10px;
}

#navi {
	margin: 0 0 0 0px;
	height: 21px;
	padding: 0;
}

#navi ul {
	margin: 0; padding: 0;
}

#navi li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
	margin-left: 1px;
}

#navi ul#naviitems {
	margin-left: 1px;
}



#navi ul#naviitems a:link, #navi ul#naviitems a:visited {
  	float: left; /* for IE6 */
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	margin: 0;
	margin-left: 1px;
}

#navi ul#naviitems a:link.current, #navi ul#naviitems a:visited.current {
	background-image: url('../images/style/shader_tab_active.png');
	background-repeat: repeat-x;
	border: 1px solid #999;
	border-bottom: none;
	color: #666;
	font-weight: bold;
	text-decoration: none;
  	margin: 0;
  	margin-left: 1px;
}


/* ZÁKLADNÍ ROZVRŽENÍ
------------------------- */

#content {
	margin: 0;
	margin-top: -1px;
	border-top: 1.5em solid #d8d8d8;
	font-size: .8em;
	text-align: center;
}

#container {
	width: 850px;
	margin: 0 auto;
	padding: 1em;
	text-align: left;
	color: #444;
}

#main {
	width: 608px;
	float: left;
}

#small {
	width: 240px;
	float: right;
}

#left {
	width: 405px;
}

#right {
	width: 424px;
	padding-left: 10px;
	background-image: url('../images/style/dot_vertical.png');
	background-position: top left;
	background-repeat: repeat-y;
	float: right;
}

.note {
	margin: 0 0 12px 20px;
	padding: 10px;
	padding-bottom: 0;
	font-size: .85em;
	color: #777;
	background-color: #f9ffef;
	border: 1px solid #e4efd1;
}

.note a, .note a:visited {
	color: #000;
	font-weight: bold;
}

.about {
	font-size: .85em;
	color: #777;
	background-color: #fdffef;
	padding: 4px;
	border: 1px solid #e9efc2;
	clear: left;
}

.about2 {
	font-size: .85em;
	color: #777;
	background-color: #fdffef;
	padding: 4px;
	border: 1px solid #e9efc2;
	float: none;
}


.about a, .about a:visited {
	color: #9f9741;
	font-weight: bold;
}


.request {
	border: 1px solid #ccc; 
	background-color: #eee; 
	margin-bottom: 10px; 
	padding-left: 10px;
	padding-right: 10px;
}


.dotbottom {
	background-image: url('../images/style/dot_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer {
	background-image: url('../images/style/shader_foot.png');
	background-repeat: repeat-x;
	padding: 1em;
	font-size: .8em;
}

#container p {
	line-height: 140%;
	text-align: justify;
}

a, a:visited {
	color: #9f631d;
}


div.clear {
	clear: both;
	float: none;
	height: 1%;
	max-height: 1px;
	margin: 0;
	padding: 0;
}

div.pages {
	font-size: .85em;
	color: #777;
	background-color: #fdffef;
	padding: 4px;
	margin: 10px 0 10px 0;
	border: 1px solid #e9efc2;
	text-align: center;
	clear: both;
}



/* SEZNAMY
------------------------- */

#content ul {
	margin: 1em 0;	
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#content ul li {
	padding-left: 20px;
	list-style: none;
	line-height: 160%;
	padding-left: 30px;
	list-style: none;
	line-height: 160%;
	background: url('../images/style/bullet.gif') no-repeat 12px 8px;
}

/* DIV PRVKY OBRÁZKŮ
------------------------- */

ul.gallery {
	list-style-type: none;
	width: 600px;
	margin: 0;
	padding: 0;
	background: none;
}

.gallery li {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	background: none !important;
}

div.thumbnail {
	width: 140px; 
	text-align: center; 
	height: 130px; 
	float: left;
}

div.thumbnail img.bigger {
	visibility: hidden; 
	position: absolute;
	z-index: 0;
}

div.thumbnail a.img:hover img.bigger {
	width: 200px; 
	height: 150px;
	position: relative;
	left: -30px; 
	border: 0;
	visibility: visible;
	border: 1px solid #888;
	padding: 5px;
	background: #ccc;
	z-index: 2;
}


/* KNIHA A FǑRUM
------------------------- */

div.yellow {
	background-color: #fdffef;
	border: 1px solid #e9efc2;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
}

div.olive {
	background-color: #f9ffef;
	border: 1px solid #e4efd1;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
}

div.highlighted {
	border: 2px solid #666;
}

div.author {
	background-color: #eee;
	padding: 4px;
	font-weight: bold;
}


/* NADPISY
------------------------- */

h1 {
	margin: 0;
	font-size: 1.9em;
	font-weight: normal;
	font-family: georgia, "Times New Roman", serif;
	color: #7f2c0f;
}

h1 .left {
	clear: left;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #748771;
	color: #748771;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
	margin: 5px 0 0 0;
	color: #9f631d;
	font-weight: normal;
}

h3.left {
	clear: left;
}

h4 {
	font-size: 1.2em;
	margin: 5px 0 0 0;
	color: #666;
	font-weight: normal;
}

.female {
	color: #E6B873;
}

.male {
	color: #5C458A;
}



/* TABULKY
------------------------- */

tr.heading td {
	background-color: #f9ffef; 
	border: 1px solid #e4efd1; 
	vertical-align: middle;
	font-weight: bold;
}

tr.content td {
	background-color: #fdffef; 
	border: 1px solid #e9efc2; 
	vertical-align: middle;
}


/* FÓRUM
------------------------- */

.phorum-categories p {
	padding: 0;
	margin: 0;
	margin-top: 6px;
}

.phorum-themes div, .phorum-categories div {
    margin: 0;
    padding: 4px 8px 4px 8px;
    background-color: #fdffef;
	border-bottom: 1px solid #e9efc2;
}

.phorum-themes .small, .phorum-categories .small {
    color: #666;
    font-size: .8em;
    margin: 6px 0 0 0;
}

.phorum-themes p.small a {
    color: #333;    
}

.phorum-posts div {
	border-bottom: 1px solid #e4efd1;
}

.phorum-posts div.upline, .phorum-themes div.upline {
	border-top: 1px solid #e4efd1;
	padding: 0;
	padding: 4px 0 4px 0;
}

div.bothline {
    border-top: 1px solid #e4efd1;
    border-bottom: 1px solid #e4efd1;
	padding: 0;
	padding: 4px 0 4px 0;
}

div.fullline {
	border: 1px solid #e4efd1;
    padding: 8px;
    font-size: .9em;
    color: #666;
}

div.upline h3, div.bothline h3, div.fullline h3 {
    margin: 0;
    padding: 0;
}

.phorum-posts .post-header, .post-header div {
	height: 40px;
	border: none;
}

.phorum-posts .post-header {
	margin-top: 4px;
	font-size: .85em;
}

.post-header div {
	padding-top: 8px;
}

.post-header div.index {
	float: right;
	width: 40px;
	text-align: right;	
}

.post-header div.icon {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 40px;
}

.phorum-posts .edit {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    line-height: 1px;
    overflow: visible;
}

.phorum-posts .edit div {
    width: 500px; 
	height: 130px; 
	margin: 10px 0 0 10px; 
	background-image: url('../admin/images/shader.png');
	background-repeat: repeat;
	color: white;
	padding: 5px;
	text-align: left;
}

.phorum-posts p {
	clear: both;
}

.phorum-posts .big {
	color: #9f631d;
	font-weight: bold;
	font-size: 1.4em;
}

.phorum-posts .small {
	color: #666;
	font-size: .9em;
}

.phorum-posts p.signature {
    font-size: .8em;
    color: #666;
    font-style: italic;
    margin: 2px 0 2px 0;
    padding: 2px 0 2px 0;
}


/* KOMENTÁŘE
------------------------- */

.comments {
	font-size:90%;
	list-style:none;
	margin: 1em 10px 0 0;
	padding:0;
	clear: both;
}

.comments:after {
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

* html .comments {
	height: 1%;
}

.comments {
	display: block;
}

.comments li{
	width: 256px;
	margin:0 0 1em 0;
	padding:15px 15px 7px 15px;
	clear: right;
	float: right;
	overflow:hidden;
}

.comments li.alt{
	clear: left;
	margin-left: 10px;
	float: left;
}

.comments li.yellow {
	background-color: #fdffef;
	border: 1px solid #e9efc2;
}

.comments li.olive {
	background-color: #f9ffef;
	border: 1px solid #e4efd1;
}

.comments cite{
	display: block;
	border-bottom: 1px dotted #ccc;
	font-size: 12px !important;
	font-style:normal;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.comments cite a{
	font-weight:bold;
	text-decoration: none;
}



/* FORMULÁŘE
------------------------- */

input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .95em;
	border: 1px solid #ccc;
	padding: 2px;	
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #839770;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid black;
}

input.long {
	width: 98%;
}

input.short {
	width: 200px;
}

input.plain {
	border: none;
	padding: 0;
}

textarea.big {
	width: 98%;
	height: 400px;
}

textarea.medium {
	width: 98%;
	height: 250px;
}

textarea.small {
	width: 98%;
	height: 100px;
}

form p {
	font-weight: bold;
	margin-bottom: 0;
}


/* OBRÁZKY NA POZADÍ
------------------------- */

#img-wrap {
	background-color: white;
}

.cokie-any-cek {
	background-image: url('../images/static/cokie-any-cek.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;		
}

.nargile-rapa-nui {
	background-image: url('../images/static/nargile-rapa-nui.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;		
}

.acheron-of-volcano-cotopaxi {
	background-image: url('../images/static/acheron-of-volcano-cotopaxi.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;		
}

.cir-bona-fides-lang {
	background-image: url('../images/static/cir-bona-fides-lang.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;		
}



/* GLOBÁLNÍ STYLY TEXTU
------------------------- */

.bold {
	font-weight: bold;
}

.alert {
	color: red;
}

.fakelink {
	color: #bdb58c;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.fakelink:hover {
	border-bottom: 1px solid #bdb58c;
}

.img, .img:hover, .img img {
	border: none;
	text-decoration: none;
}

img.teaser {
	margin: 10px 15px 5px 0;
	float: left;
}

img.full {
	max-width: 607px;
	margin-bottom: 5px;
}