* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff url(images/top_bg_redline.jpg) repeat-x;
}

body, input, textarea, select {
	font-family: Tahoma, sans-serif;
	color: #010101;
	font-size: 14px;
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 25px;
	color: #EB1B11;
	border-bottom: 0px solid #EB1B11;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: circle;
}

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

a:hover {
	text-decoration: none;
}

/*prag zoom*/

.red {
  color: #EB1B11;
  font-weight: bold;
}
.bla {
  color: #000;
 	font-weight: bold; 
}
.whi {
 	font-weight: bold;
}
img {
	border: 0;
}
#body img.left, #body img.alignleft {
	float: left;
	margin: 0 10px 3px 0;
}

#body img.right, #body img.alignright {
	float: right;
	margin: 0 0 3px 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.ramecek {
  padding: 3px;
  border: 1px solid #b7b7b7;
}

/* Body */

#body {
	padding: 0px 0;
}

/* Header */

#header {
	width: 980px;
	height: 212px;
	margin: 0 auto;
	background: url(images/top.png) no-repeat center top;
}
#logo {
	width: 695px;
	height: 155px;
}
#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	padding-top: 40px;
	text-align: center;
	font-size: 4em;
}

#header h2 {
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* Top menu */
#top_menu {
  position: relative;
  top: 73px;
  left: 40px;
  width: 905px;
}

#top_menu ul {
  float: left;
  margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 13px;
  width: 900px;
}

#top_menu ul li {
	display: inline;
	padding: 0 6px 0 6px;
	border-left: 1px solid #a5a5a5;
}

#top_menu .first {
	display: inline;
	padding: 0 6px 0 0;
	border-left: 0px solid #a5a5a5;
}

#top_menu ul li a {
	text-decoration: none;
  color: #363636;
}

#top_menu ul li a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	background: #F7F7F7 url(images/bg_seda.png) no-repeat;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.entry {
	padding: 0 30px 0 30px;
	line-height: 1.6;		
	margin-bottom: 20px;
	text-align: left;
	width: 550px;
	float: left;
	border-right: 4px dotted #bfbfbf;
	font-size: 14px
}

.entry_banner {
  margin: auto;
	padding: 0 30px 0 30px;
	line-height: 1.6;		
	margin-bottom: 30px;
	text-align: left;
	width: 550px;
	font-size: 14px;
	border-right: 4px dotted #bfbfbf;
	border-left: 4px dotted #bfbfbf;
}

div.post {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 290px;
	text-align: left;
}

#sidebar p {
	line-height: 1.6;
}

.firsten {
  width: 246px;
  margin-left: 30px;
  font-size: 14px;
	font-weight: bold;
}
.center {
  text-align: center;
  margin: auto 5px;
  padding-bottom: 15px;
}
#topgastro {
  width: 250px;
  margin-left: 25px;
  padding-bottom: 20px;
}

#akt_cislo {
  width: 246px;
  height: 370px;
  margin-left: 20px;
}
.side_banner {
  width: 246px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#sidebar ul {
	list-style: circle;
}

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

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img_li.gif) no-repeat left center;
}
.box_left {
  width: 244px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
  background: #F7F7F7;
  color: white;
}
.box_left div {
  background: url(images/left_box_bg.png) left repeat-y;
}
.box_left div div {
  background: url(images/left_box_bg_bot.png) left bottom no-repeat;
}
.box_left div div div {
  background: url(images/left_box_bg_top.png) left top no-repeat;
  width: 244px;
  padding-bottom: 10px;
}
.box_left h3 {
	padding-top: 14px;
	font-size: 20px;
	color: #EB1B11;
  margin-left: 20px;
}
.box_left p {
	padding: 22px 22px 0 22px;
}
.box_left ul {
	padding: 0 0 0 40px;
	margin: 0;
}

/* Bottom */
#bottom {
	background: #ffffff url(images/bottom_bg_blackline.jpg) bottom repeat-x;
	height: 327px;
}

#signature {
  text-align: right;
  font-size: 10px;
	color: #c1c1c1;
	padding: 20px 25px;
}

#signature a {
	color: #c1c1c1;
	text-decoration: none;
}

#signature a:hover {
	text-decoration: underline;
}

.clear {
clear: both; 
}

.hr {
  clear: both; 
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 30px;
}
hr {
  height: 1px;
  color: #b7b7b7;
}
.float {
  float: left;
  padding-right: 22px;
  padding-bottom: 30px;
}

/* Table */
.entry table {
text-align: center;
border: 0px solid #b7b7b7;
background: #d9d9d9;
}

.entry th, .entry tr, .entry td {
text-align: center;
border: 0px solid #b7b7b7;
background: #fff;
}

.vyrazne {
border: 1px solid #b7b7b7;
background: #fff;
margin: 10px;
padding: 10px;
}


/* Footer */

#footer {
	width: 980px;
	height: 245px;
	margin: 0 auto;
	background: url(images/bottom.png) no-repeat;
}

#footer .bot_box {
  width: 190px;
	margin: 20px 10px 20px 35px;
	padding: 0;
  float: left;
}

#footer .bot_box h4 {
	margin: 0;
	text-align: left;
	font-size: 12px;
	color: #474747;
	background: url(images/dot_bot.png) left bottom no-repeat;
	padding-bottom: 20px;	
}

#footer .bot_box p {
	margin: 0;
	padding-top: 10px;
	text-align: left;
	font-size: 11px;
	color: #474747;
	line-height: 1.5;	
}

#footer .bot_box p a {
	color: #EB1B11;
}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

/* home */
.box-home {
  width: 270px; 
  height: 130px; 
  float: left;
}
.home .ctverec {
  float: left; 
  width: 20px;
  height: 110px;  
  margin-right: 10px;
}
.home h2 {
	font-size: 14px;
	color: #474747;
	line-height: 1;
  font-weight: bold;	
}
.home h3 {
	font-size: 12px;
	color: #474747;
	line-height: 1;	
}
.screen-reader-text {
  display: none;
}
.search-boxik {
  margin: auto;
  width: 550px;
  height: 35px;
  border: 1px solid #999;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
  background: #ccc;
}
.pocasi-boxik {
  width: 550px;
  height: 80px;
  padding-top: 19px;
  background: url(images/pocasi-bg.png) no-repeat;
  font-size: 11px;
}
.pocasi-boxik div {
  width: 450px;
  margin: 0 10px 0 85px;
  line-height: 1.4;
}

div.category-top-gastro-2010 {
  	background: #dcdcdc url(images/topgastro_mini.gif) right bottom no-repeat;
  	padding: 10px;
}

/* index - panely barev */
.kultura {
  background-color: #FC0000;
}
.zpoved {
  background-color: #D9A800;
}
.konzum {
  background-color: #7578B0;
}
.gastro {
  background-color: #D67407;
}
.zabava {
  background-color: #A54B7C;
}
.home-top-box {
  background: url(images/home-top-box.png) top no-repeat;
  color: #fff;
  width: 550px;
  height: 250px;
  font-size: 11px;
  margin-bottom: 10px;
}
#LOGO1 {
  width: 468px;
  height: 60px;
  background-color: #ccc;
  text-align: center;
  margin: 10px 0 0 10px;  
}
.pocasi-box {
  width: 500px;
  height: 52px;
  padding: 10px 0 0 10px;
}
.novinka-box {
  width: 250px;
  float: left;
  padding: 20px 0 0 10px;
}
.mp3-box {
  width: 240px;
  float: right;
  padding: 20px 15px 0 0;
}
.flash-banner {
  width: 500px;
  height: 70px;
  padding: 0 0 10px 0;
}
