/* BASIC FORMATING */
body, html { margin: 0px; padding: 0px; font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif; font-size: 11px; text-align: center; background: rgb(227,227,227); }
.reseter {border: 0px none; margin: 0px; padding: 0px; float: none; clear: both; width: 0px; height: 0px; line-height: 0px; font-size: 0px; }
p, img, table, tr, th, td, h1, h2, h3, h4, h5, form, img, menu {border: 0px none; margin: 0px; padding: 0px; }
img { vertical-align: middle; }
p, pre { text-align: left; }
a:link, a:visited, a:active, a:hover { color: #DD4444; cursor: pointer; font-style: normal; text-decoration: underline; }
a:visited { color: #DD4444; }
#left a:visited { color: #DD4444; }
#right a:visited { color: #DD4444; }
a:hover { text-decoration: none; }

/* DESIGN FORMATING */
#top {background: url('./images/top.jpg') transparent top center repeat-x;height:200px;text-align:center;color:#fff;}
#topContent {width: 870px;margin:0 auto 0px auto; background: url('./images/top-right.jpg') transparent right 28px no-repeat;text-align:left;}
#topContent p {line-height:25px;text-align:right;}
#topContent p a {color:#EBDBDB;}
#topContent h1 {display:block;margin:3px 0 8px 0;width:600px;height:138px;background: url('./images/logo.jpg') transparent top left no-repeat; }
#topContent h1 strong {display:none;}
#topContent h1 a {display:block;width:600px;height:120px;}
#topContent ul {width:100%;list-style:none;margin:0;padding:0;}
#topContent ul li {color:#fff;display:inline;margin:0 0 0 14px;font-weight:bold;font-size:12px;}
#topContent ul li a {color:#fff;}

#main {width: 870px;margin:0 auto 0px auto;padding:0px;position:relative;text-align:left;background: url('./images/obsah.jpg') transparent top center repeat-y;}
#left {width:596px;float:left;padding:2px;}
#right {width:246px;float:right;padding:2px;}

#menu {list-style:url('./images/menu.gif') outside;margin:15px 0;}
#menu li {font-size:12px;font-weight:bold;padding:5px 0;}

#bottom {background: url('./images/bottom.jpg') transparent top center repeat-x;height:200px;text-align:center;color:#fff;}
#bottomContent {width: 870px;margin:0 auto 0px auto;text-align:left;}
#bottomContent p {color:#ffffff;text-align:center;}
#bottomContent p a {color:#ffffff;}
#bottomContentLeft {float:left;width:290px;background: url('./images/bottom2.jpg') transparent top right no-repeat;height:170px;}
#bottomContentLeft img {margin:45px 0 0 0;}
#bottomContentCenter {float:left;width:380px;padding:30px 0 0 15px;}
#bottomContentCenter p {line-height:25px;text-align:left;}
#bottomContentCenter p a {color: #F3B7B7;}
#bottomContentRight {float:right;background: url('./images/bottom2.jpg') transparent top left no-repeat;padding:48px 0 0 15px;width:150px;height:125px;}


/* FORMS FORMATING */
input, .button, textarea, select, .button2 { border: 1px solid rgb(184,184,184); margin: 2px 2px 0 2px; padding: 2px;  font-size: 12px; font-weight: normal; color: #000; background-color: #fff; }
.button { padding: 2px 6px; font-weight: bold; color:#fff; font-size: 12px; background-color: #DD4444; }
select, option { background-color: #fff; }
label {font-size:12px;color:#666;font-weight: bold;}

/* TEXT FORMATING */
h1, h2, h3, h4, h5, h6 {color: #DD4444; margin: 3px 0px 12px 0px; padding: 0px 0px 0px 0px; text-align: left; }
h1 { font-size: 22px; font-weight: bold; }
h2 { font-size: 20px; font-weight: bold; }
h3 { font-size: 18px; font-weight: bold; }
h4 { font-size: 16px; font-weight: bold; }
h5 { font-size: 14px; font-weight: bold; }
h6 { font-size: 14px; font-weight: normal; color: #000; }

p {font-size:12px;}
ul {text-align:left;}
.noList {list-style:none;}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.article {border-bottom:4px solid rgb(221,221,221);padding:8px 10px;}
.article:last-child {margin-bottom:15px;}
.article h2 {}
.article p {font-size:14px;color:#333;line-height:25px;text-align:justify;margin-bottom:10px;}
.article p.bottom {font-size:12px;margin:20px 0 10px 0;font-weight:bold;color:#555;}
.article p.tags {font-size:12px;margin:30px 0 10px 0;color:#555555;}
.article ul {list-style-type:square; margin:8px 0 16px 0;font-size:14px;color:#333;}
.article ul li {line-height:20px;color:#333;}

.rightTop {background: url('./images/right_top.jpg') transparent top center repeat-x;line-height:30px;color:#fff;font-weight:bold;padding:0 8px;}
.rightTop a {color:#fff}
.rightContent {padding:0 0 15px 0;background: url('./images/right_bottom.jpg') transparent bottom right no-repeat;}

.alignright {float: right;margin: 0 8px 0 8px;}
.alignleft {float: left;margin: 0 8px 8px 0;}

#commentform {padding:0 10px;}
#respond {margin-left:10px;}

.comment {border-bottom:2px solid rgb(221,221,221); border-top:2px solid rgb(221,221,221);padding:8px 5px;}
.comment .gravatar {float:left;padding:5px;background-color:#eee;margin:0 8px 8px 0;}
.comment p {padding:0 0 5px 0;}
.comment .comment-text {padding:0 0 5px 0;}
.comments {background:rgb(248,248,248);}
.comments h3 {padding:10px 0 7px 4px;}

.navigation {padding:6px 8px 2px 8px;background:rgb(248,248,248);}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center;
}
/* End captions & aligment */

.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}