body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B3B3B;
}

h1, h2, h3, .h1 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Noticia Text', serif;
	font-weight: normal;
}

h3
{
    
}
a:hover
{
    text-decoration: underline;
}

h1,.h1 {
	font-size: 2.4em;
	color: #0285CE;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	padding-top:10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0285CE;
}

a:hover {
}

/* hlavicka */

#hlavicka-obal {
}

#hlavicka {
	clear: both;
	width: 1000px;
	margin: 0px auto;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
}

#logo h1,#logo .h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo .h1 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: 3.8em;
	color: #323030;
}

#logo .h1 span {
	color: #0285CE;
}

#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Noticia Text', serif;
	color: #3B3B3B;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #323030;
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 220px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	text-transform: lowercase;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #454545;
}


/* Menu */

#menu-obal {
	overflow: hidden;
	height: 56px;
	background: #EDEDED;
}

#menu {
	width: 1000px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #FFFFFF;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	line-height: 55px;
	padding: 0px 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Noticia Text', serif;
	font-size: 14px;
	font-weight: normal;
	color: #3B3B3B;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #000000;
}

/* Page */

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	background-color: #FFFFFF;
}

/* obsah */

#obsah {
	float: left;
	width: 640px;
}

.post {
	margin-bottom: 15px;
	border-bottom: 1px dashed #D8D8D8;
}
.post .title {
	height: 38px;
	padding: 12px 0 0 0px;
}

.post .title a {
	border: none;
	color: #000000;
}

.post .meta {
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .category {
	float: right;
}

.post .entry {
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

/* rightside */

#rightside {
	float: right;
	width: 310px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
}

#rightside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightside li {
	margin: 0;
	padding: 0;
}

#rightside li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#rightside li li {
	border-bottom: 1px dashed #D8D8D8;
	margin: 0px 0px;
	padding: 5px 0px;
	border-left: none;
}

#rightside li li a {
	color: #3B3B3B;
}

#rightside li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#rightside h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #000000;
}

#rightside p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#rightside a {
	border: none;
}

#rightside a:hover {
	text-decoration: underline;
}


/* paticka */

#paticka {
	overflow: hidden;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #E9E9E9;
	border-top: 5px solid #D8D8D8;
	font-family: 'Noticia Text', serif;
}

#paticka p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#paticka a {
	color: #8A8A8A;
}

#defcategory
{
    padding-top:20px;
    border-top: 1px dashed #D8D8D8;
}
#defcategory h2
{
    padding-bottom:10px;    
}

#defcategory ul
{
    margin:0px;
    padding:0px;
}
#defcategory ul li
{
     display:block;
     float:left;
     width:210px;
     padding:0px;
     margin:0px;
}
.clearer
{
    clear:both;
}



.AddLabel
{
    width:80px;
    float:left;
     vertical-align:text-top;
     vertical-align:top;
     text-align:right;
     padding-right:8px;
     padding-top:5px;
     
}
.AddInput
{
    width:300px;
    float:left;
}

.AddHelp
{
    float:left;
    color:Gray;
    font-style:italic;
    width:200px;
    font-size:10px;
}

.AddInput input, .AddInput select, .AddInput textarea
{
    width:290px;
}
.AddEnd
{
    height:10px;
    clear:both;
}


.AddBox{ padding-top:5px; margin-top:5px; }

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.button:active {
	position:relative;
	top:1px;
}


#typelist a
{
    width:10px;
       display:block;
    background-color:#dddddd;
    border:1px solid #adadad;
     padding-right:10px;
     padding-left:10px;
    float:left;
    text-align:center;
    color:#565656;
    text-decoration:none;
    font-weight:bold;
    margin-right:8px;
    margin-bottom:8px;
    -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#typelist a.current
{
    display:block;
    background-color:#dddddd;
    border:1px solid #adadad;
     
    float:left;
    text-align:center;
    color:#565656;
    text-decoration:none;
    font-weight:bold;
     -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color:White;
  
  color:White;
    background-color:#adadad;
}



#typelistDef a
{
    width:10px;
       display:block;
    background-color:#dddddd;
    border:1px solid #adadad;
     padding-right:10px;
     padding-left:10px;
    float:left;
    text-align:center;
    color:#565656;
    text-decoration:none;
    font-weight:bold;
    margin-right:8px;
    margin-bottom:8px;
    -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#typelistDef a.current
{
    display:block;
    background-color:#dddddd;
    border:1px solid #adadad;
     
    float:left;
    text-align:center;
    color:#565656;
    text-decoration:none;
    font-weight:bold;
     -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color:White;
  
  color:White;
    background-color:#adadad;
}


.pager a
{
    display:block;
    background-color:#dddddd;
    border:1px solid #adadad;
     padding-right:5px;
     padding-left:5px;
    float:left;
    text-align:center;
    color:#565656;
    text-decoration:none;
    font-weight:bold;
    margin-left:3px;
    
}
.page a:hover
{
    color:White;
    background-color:#adadad;
}

.pagerbutton
{
     -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.pagerbutton-selected
{
    display:block;
    background-color:#dddddd;
    border:1px solid #adadad;
     padding-right:5px;
     padding-left:5px;
    float:left;
    text-align:center;
    color:#565656;
    text-decoration:none;
    font-weight:bold;
     -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color:White;
  margin-left:3px;
  color:White;
    background-color:#adadad;
}
.half
{
    width:50%;
     float:left;
}
dfn
{
    font-size:16px;
}
