* {
padding: 0;
margin: 0;
border: none;
}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
/* background: url(/images/design/blue.png) repeat-x top fixed; */
background: #5280c3;
font-size: 90%;
}

strong, b {
font-weight: bold;
}

#master {
width: 930px;
padding: 0 15px 15px 15px ;
margin: 0 auto;
overflow: auto;
background: #f8f8f8;
}

#container {
float: left;
width: 930px;
margin-bottom: 15px;
}

#content {
width: 607px;
float: left;
}

#sidebar {
width: 302px;
float: right;
}

h1 {
text-indent: -2000px;
background: url(/images/design/kip.png) no-repeat;
height: 225px;
border-bottom: none;
}

#nav {
position: relative;
background-color: #5280c3;
float: left;
width: 930px;
margin-bottom: 20px;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#nav ul {
list-style-type: none;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
}

#nav li {
float: left;
}

#nav a {
display: block;
float: left;
padding: 10px 20px;
text-decoration: none;
color: #fff;
font-weight: bold;
}

#nav a:hover, 
#home .home, 
#about .about,
#catarchive .catarchive,
#advertise .advertise {
background-color: #3d5f90;
}

#content h2 {
font-size: 22px;
clear: both;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-weight: normal;
}

#content h2.static {
color: #5280c3;
margin-bottom: 0.7em;
}

#content h2.static strong {
color: #40802a;
font-weight: normal;
}

#content p {
font-size: 0.9em;
line-height: 1.4em;
color: #555;
margin-bottom: 1.5em;
}

#content a,
#sidebar a {
text-decoration: none;
color: #5280c3;
}

#content a:hover,
#sidebar a:hover {
text-decoration: underline;
color: #3d5f90;
}

#content .meta {
color: #999;
}

#content a.editlink {
color: #f6f;
}

#translate {
text-align: right;
font-size: 10px;
padding: 8px 0;
text-transform: uppercase;
}

#translate a {
text-decoration: none;
padding-right: 20px;
background: url(/images/design/czech.png) no-repeat right -3px;
}

.post {
overflow: hidden;
}

.post p:last-child {
margin-bottom: 0 !important;
}

.post, .sbox, #form_wrapper, #comments_wrapper {
margin-bottom: 20px;
padding: 10px;
border: 1px solid #dfdfdf;
background: #fff;
}

.post-footer {
text-align: right;
}

.post img {
border: 1px solid #dfdfdf;
padding: 5px;
background: #fff;
}

.post-pic {
float: left;
margin-right: 25px;
margin-bottom: 10px !important;	
}

.post table {
border-collapse: collapse;
clear: both;
}

.post table td,
.post table th {
font-size: 0.9em;
color: #666;
border: 1px solid #aaa;
padding: 3px;
min-width: 100px;
}

.post table th {
background: #aaa;
color: #fff;
}

.post ul {
font-size: 0.9em;
color: #666;
margin-left: 17px;
line-height: 1.4em;
margin-bottom: 1em;
}

.banners {
padding: 17px 17px 3px 17px;
}

.banners .banner {
margin-bottom: 14px;
}

.post li {
color: #5bb43e;
}

.post li span {
color: #666;
}

.post h3 {
margin-top: 2em;
margin-bottom: 1em;
font-size: 1.1em;
}

.post h4 {
font-size: 0.9em;
color: #666;
font-weight: bold;
margin-bottom: 1em;
}


#categories {
list-style-type: none;
border-top: 1px solid #fff;
margin-bottom: 10px;
font-weight: bold;
}

#sidebar h2 {
font-size: 0.9em;
color: #40802a; 
font-weight: bold;
margin-bottom: 15px;
}

#sidebar p,
#sidebar ul {
font-size: 0.9em;
margin-bottom: 0;
}

#sidebar ul {
margin-left: 20px;
list-style-type: square;
}

#sidebar li {
margin-bottom: 10px;
color: #5bb43e;
}

#sidebar ul li:last-child {
margin-bottom: 0;
}

#serachterm {
font-size: 12px;
padding: 6px;
width: 210px;
border: 1px solid #aaa;
margin-right: 5px;
}

#submit {
font: 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
padding: 6px;
cursor: pointer;
background: #ffa200;
color: #fff;
border-top: 1px solid #ffd800;
border-left: 1px solid #ffd800;
border-bottom: 1px solid #e15500;
border-right: 1px solid #e15500;
font-weight: bold;
}

.info {
background: #fffbc9;	
border: 1px solid #cbce84;
padding: 10px 10px 5px 10px;
font-size: .9em;
}

.info b {
color: #5bb43e;
text-transform: uppercase;
}

/* @group Archives */

#content p.archive {
color: #ffa200;
margin-bottom: 5px;
}

.archive .date {
padding-right: 1em;
color: #999;
}

/* @end */

#footer {
clear: both;
padding: 10px 0;
font-size: 12px;
color: #777;
border-top: 1px solid #dfdfdf;
}

#footer a {
color: #070;
text-decoration: none;
font-weight: inherit;
}

/* @group Comments */

h2#hcomment {
font-size: 1.3em;
color: #5bb43e;
margin-bottom: 15px;
}


#comments_wrapper ul {
list-style-type: none;
}

#comments_wrapper li {
padding: 10px;
}

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

#comments_wrapper li.odd {
background: #e4ffd2;
}

#comments_wrapper li.even {
background: #cce1ff;
}

#comments_wrapper li h3 {
font-size: 1em;
color: #333;
margin-bottom: 1em;
}

#form_wrapper p {
margin-bottom: 5px;	
}

#form_wrapper label {
font-size: .8em;	
}


p#btn {
text-align: right;
margin-bottom: 0;	
}

p#btn input {
font-size: 12px;
padding: 6px 12px;
cursor: pointer;
background: #5bb43e;
color: #fff;
border: none;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

textarea#comment {
width: 580px;
border: 1px solid #aaa;
}

#name, #email, #location, #url, #captcha {
padding: 3px;
border: 1px solid #aaa;
}

/* @end */


.cleaner {
clear: both;	
}

img + img {
margin-left: 10px;	
}

.googlemap {
margin-top: 10px;
}

.ads-content {
text-align: center;
clear: both;
margin-bottom: 20px;
}

/* @group pagination */

#pagination {
text-transform: uppercase;
overflow: hidden;
font-size: 12px;
margin-bottom: 0;
padding-bottom: 0;
text-align: right;
padding: 20px 0 40px;
color: #666;
}

#pagecount {
float: left;
}

#pagination a {
background: #666;
padding: 4px 8px;
color: #fff;
text-decoration: none
}

#pagination strong {	
background: #5280c3;
color: #fff;
padding: 4px 8px;
}

#pagination a:hover {
background: #000;
color: #fff;
text-decoration: none;
}

/* @end */