/* top elements */
* { padding: 0; margin: 0; }
body {margin: 0; 	padding: 0; font: normal 85% 'Trebuchet MS', Tahoma, sans-serif; color: #555;	background: #FFF url(images/bg.jpg) repeat-x;	text-align: center;	}

/* links */
a { background: inherit; color: #f8c300; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #F8C300; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {	margin: 10px 15px; }
ul, ol { margin: 10px 30px;	padding: 0 15px; }

/* images  img {border: none;}  */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;

	margin: 5px 15px 0px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #F5F5F5;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #f8c300;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;	padding: 0px 0px 10px 20px;  	
  background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #f8c300;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 0px;
	padding-right: 0px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#555;
	background-color: transparent;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
#frmsear {float: right; padding: 150px 20px 0px 0px;}
.searchform {	background-color: transparent; border: none; margin: 0; padding: 0;}
.searchform input {color: white;}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 770px;
}

/* header */
#header {
	height: 100px;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(images/logo.jpg) no-repeat right -6px;
		
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;

}
	

	
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #504e53;
}
#header-content #slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #807f84;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 20px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;	
background:url(images/img02.gif)	
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #424242;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #f8c300;
	color: #FFF;
}
#header-content li a#current  {
	background: #f8c300;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 760px;
	height: 200px;
	padding: 5px 5px 5px 5px; 
	background: #FFF url(images/headerphoto.jpg) no-repeat center;	
}

/* content */
#content-wrap {	clear: both; float: left; width: 100%;}
#content {text-align: left;	padding: 0;	margin: 0 auto;}

/* sidebar */
#sidebar {
	float: right;
	width: 20%;
	margin: 0 0 10px 0; padding: 0;	
}	

.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
.box-item ul { list-style:none; margin: 10px 0 15px 0;	padding: 0; background: #F2F2F2;}
.box-item ul li { padding: 0px 10px;}
.box-item ul a { display:block; font-weight:normal; color: #333; height: 1.5em; padding:.3em 0 .3em 15px; line-height: 1.5em;	border-bottom: 1px dashed #D4D4D4; text-decoration:none; }
.box-item ul a.top { border-top: 1px dashed #D4D4D4; }
.box-item ul a:hover { padding: .3em 0 .3em 10px; border-left: 5px solid  #f8c300; color: #f8c300; }

/* main */
#main {
	float: left;
	width: 79%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

.post {
	margin: 0; 
	padding:21px 11px 0 21px;
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
/* galerie */

#post .gallery {background-color: rgb(153,0,0); padding: 100 20 20 20}
.gallery td {overflow: hidden;}
.gallery img {margin: 3px; border: 1px solid #dcdcdc;}

/* strankovani*/
#main .paging {padding: 6px 0 3px 1px;}
.paging span a {padding: 0 2px; text-decoration: none;}
.paging a.act {text-decoration: underline;}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: center;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/*-- SYSTEM --*/

.box-title {padding: 10px 0px 5px 10px;	margin: 0;font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;}
.box-item {padding: 5px 0px 10px 4px; margin: 0px;}
.searchform input.q {width: 150px;}

.list-title {margin: 20px 0px 3px 0px;}
.list-title a {font-size: 14px;}
.list-perex {padding: 0px; margin: 0px 0px 3px 0px;}
.list-info {color: gray;}
.list-info span {font-weight: bold;}
.list-info a {text-decoration: none; color: gray;}

.article-perex {font-style: italic; color: gray;}
.article-info {color: gray; padding: 20px 0px 10px 0px;}
.article-info td {padding: 10px; line-height: 24px;}
.article-info a {color: gray; text-decoration: underline;}
.article-info a:hover {text-decoration: none;}

.poll {border: 1px solid #dcdcdc;}
.poll-content {padding: 5px;}
.poll-question {text-align: center; padding-bottom: 5px;}
.poll-question div {color: #a4a4a4; font-size: 9px;}
.poll-answer {border-top: 1px solid #dcdcdc; padding: 5px 0px 5px 0px;}
.poll-answer input {padding: 0px; margin: 0px;}
.poll-answer div {background-image: url("images/system/votebar.gif"); background-repeat: repeat-x; height: 11px; margin: 4px 2px 2px 0px;}

.posts-comments, .posts-book {border-top: 1px solid #dcdcdc;}
.posts-comments {margin-top: 32px; padding-top: 5px;} .posts-book {padding-top: 12px;}
.posts h2 {margin-bottom: 10px;}
.posts-form {padding-bottom: 10px;}
.posts-form-buttons {padding-left: 16px;}
.posts-form-buttons img {vertical-align: middle;}
.post-head {margin-top: 20px;}
.post-author {font-weight: bold;}
.post-author-guest {font-weight: bold; color: #a03800;}
.post-subject {font-weight: bold;}
.post-info {color: gray;}
.post-actions a {font-size: 10px; text-decoration: none; padding-left: 4px;}
.post-body {padding: 0px; margin: 0px;}
.post-smiley {vertical-align: middle;}
.post-answer {padding-left: 6px; margin-left: 20px; background-image: url("images/img8.gif"); background-repeat: repeat-y; background-position: left top;}
.post-answer .post-info {font-size: 10px;}
.post-answer .post-head {margin-top: 15px;}



.messages-menu a {padding: 0px 6px 0px 6px; text-decoration: none; border-right: 1px solid #dcdcdc;}
.messages-menu a.active {font-weight: bold;}
.messages-table {width: 580px; border: 1px solid #dcdcdc;}
.messages-table td {padding: 5px 15px 5px 15px;}
.messages-table a {text-decoration: none;}
.messages-table a.notreaded {font-weight: bold;}

.widetable {width: 580px; border: 1px solid #dcdcdc;}
.widetable td {width: 50%; padding: 5px 15px 5px 15px;}

.profiletable td {padding: 3px 10px 3px 10px;}
.profiletable .avatartd {padding: 5px;}
.profiletable .note {padding: 8px 5px 5px 8px; width: 268px; height: 128px; overflow: auto;}
.profiletable .posts-form-buttons {padding-left: 0px;}
.avatar {width: 96px; height: 128px; border: 1px solid #000000; overflow: hidden;}

.areasmall {width: 322px; height: 100px;}
.areamedium {width: 468px; height: 150px;}
.inputsmall {width: 177px;}
.inputmedium {width: 322px;}
.inputc {width: 104px;}

.paging {padding: 6px 0px 3px 1px;}
.paging span a {padding: 0px 2px 0px 2px; text-decoration: none;}
.paging a.act {text-decoration: underline;}

.message1, .message2, .message3 {margin: 5px 0px 20px 0px; padding: 13px 5px 13px 48px; font-weight: bold; background-color: #ffffff; background-position: 5px 5px; background-repeat: no-repeat;}
.message1 {background-image: url("images/icons/info.gif");}
.message2 {background-image: url("images/icons/warning.gif");}
.message3 {background-image: url("images/icons/error.gif");}

.hr {height: 10px; background-image: url("images/system/hr.gif"); background-position: left center; background-repeat: repeat-x;}
.hr hr {display: none;}

.pre {font-family: monospace; width: 90%; padding: 5px; margin: 5px; border: 1px solid #dcdcdc; background-color: #feffeb; overflow: scroll; white-space: pre; display: block;}
.bborder {padding-bottom: 8px; margin-bottom: 12px; border-bottom: 1px solid #dcdcdc;}
.backlink {display: block; background-image:none; font-weight: bold; padding-bottom: 15px;}
.backlink:hover {background-image:none;}
.hint {color: gray; font-size: 10px; padding: 0px 4px 0px 4px;}
.cimage {width: 68px; height: 22px; vertical-align: top;}
.icon {vertical-align: middle; margin-top: -1px;}
.minip {padding: 0px; margin: 0px 0px 4px 0px;}
.rpad {padding-right: 10px;}
.lpad {padding-left: 10px;}
.inline {display: inline;}
.hidden {display: none;}
.cleaner {clear: both;}
.important {color: red;}

.exp {border-bottom: 1px dashed #808080; cursor: help;} 
.leftimg {float: left; margin: 1px 10px 5px 1px;} 
.rightimg {float: right; margin: 1px 1px 5px 10px;}


