/*
Theme Name: CzechPoint
Theme URI: http://www.openlab.net/
Description: Custom theme for CzechPoint by OpenLab Ltd.
Version: 1.0
Author: Martin Wiso
Author URI: http://www.openlab.net/

Copyright © 2009 OpenLab Ltd., All Rights Reserved
*/
body {
	font-size: 11px;
	font-family: Verdana, Sans-Serif, Tahoma;
	background: #000 url('images/bg.png') repeat-y;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}
a {
  color: #820000;
}
a:hover {
  color: #fff;
}

/**  Page Layout **/
#bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#page {
  width: 1011px;
  min-height: 100%;
  height: 100%;
}
#header {
  margin: 0;
  padding: 0;  
  height: 286px;
  width: 100%; 
  margin-left: 5px;
}
#top {
  margin: 0;
  padding: 0;  
  height: 147px;
    width: 100%; 
}
#top_circle {
  width: 108px;
  height: 147px;
  float:left;
}
#top_logo {
  width: 529px;
  height: 147px;
  float:left;
}
#top_rest {
  width: 374px;
  height: 147px;
  float:left;
  background: transparent url('images/top_rest.png') no-repeat;
}
#mid {
  height: 172px;  
  width: 100%;  
  margin-left: 5px;
}
#banners {
  height: 139px;  
  width: 100%;
}
#nextparty {
  height: 139px;  
  width: 108px;
  float:left;
  background: #000 url('images/next_party.png') no-repeat;
}
#picture {
  height: 139px;  
  width: auto;
  float:left;
}

#main {
  width: 637px;
  height: 100%;
  margin-left: 5px;
}
#content {
  width: 637px;
  height: 100%;
  padding-top: 5px;
}
.contentbox {
  width: 637px;
  height: 100%;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}
.contentbox_start {
  width: 637px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: url('images/contentbox_start.png') no-repeat;
}
.contentbox_body {
  width: 637;
  height: auto;
  padding: 4px;
  margin: 0;
  background: url('images/contentbox_body.png') repeat-y;
}
.entry {
  width: 565px;
  height: auto;
  padding: 12px;
  padding-bottom: 0px;
  padding-top: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.entry h3 a {
	color: #820000;
	text-decoration: none;
	font-size: 14px;
}
.contentbox_body h2 {
  color: #820000;
  margin: 0;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.contentbox_body h3 {
  color: #820000;
  margin: 0;
  padding-bottom: 4px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
.contentbox_body p {
  text-align: left; 
  color: #fff;
  margin: 0px;
  padding: 3px;
  padding-bottom: 3px;
}
.contentbox_end {
  width: 637px;
  height: 12px;
  padding: 0;
  margin: 0;
  background: url('images/contentbox_end.png') no-repeat;
}

/* menu */
#navcontainer {
	margin: 0;
	padding: 0;
	height: 33px;
	width: 100%;	
	float:left;
	margin-top: 10px;
}
ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0;	
}
ul#navlist li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#navlist li a {
	display: block;
	width: 100%;
	text-decoration: none;
}
#navcontainer>ul#navlist li a { 
	width: auto; 
}
/*ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}*/
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #fff;
	background: transparent;
}

.post h2 {
	margin-left: 20px;
}
.post h3 {
	/*margin-left: 20px;*/
}
.entry ul {
	margin: 0;
	padding: 0;
	margin-left: 20px; 
}

.formBuilderFailure {
	display: none;
}
.formBuilderError {
	color: red;
}

#banner_top {
  text-align: center;
  height: auto;
  margin-top: 55px;
}


