/*  
Theme Name: Savcenko.sk
Theme URI:
Description:
Version: 1.0
Author: Michal Lohnisky
Author URI:
*/

*{
  margin:0;
  padding:0;
}
body{
	font-family: Arial, Verdana, Times New Roman;
	color: black;
	background: #C0D8E9;
}
img{
  padding: 1px;
  border: 1px solid #E7E7E7;
}
a{
	color: black;
}

/* Useful */
.center { text-align: center; }
.right  { text-align: right; }
.top    { vertical-align: top; }
.middle { vertical-align: middle; }
.bold   { font-weight: bold; }
.italic { font-style: italic; }
.hidden { display:none; }
.clear  { clear: both; }

/* WP */
.alignleft { float: left; }

/* Main */
#container{
	width: 1019px;
	margin: 0 auto;
	background: white;
	border: 1px solid #DBDBDB;
	border-top: none;
}

#header{
	height: 85px;
	background: white url(images/header_1.gif);
}
#header .desc{
	float: left;
}
#header .desc h1, #header .desc .h1{
	margin: 25px 0 0 100px;
	font-family: times new roman;
	font-size: 1.3em;
	font-weight: bolder;
	color: #E9C700;
}
#header .desc h1 span, #header .desc .h1 span{
	color: #D11714;
}
#header .desc p{
	margin: 0 0 0 20px;
	font-size: x-small;
}
#header .desc .desc{
  margin-left: 100px;
  color: #14497B;
  font-size: 0.7em;
  font-weight: bold;
}
#header .motto{
  width: 440px;
  margin: 35px 0 0 40px;
  float: left;
  color: #14497B;
  font-size: small;
  font-weight: bold;
}
#header .info{
	margin: 25px 30px 0 0;
	float: right;
	font-size: small;
	text-align: right;
	color: #14497B;
	font-weight: bold;
}
#header .info span{
	color: white;
	font-weight: normal;
}

#menu{
  width: 970px;
  height: 33px;
  margin: 0 auto;
	display: block;
	background: url(images/li_bg.gif) repeat-x top;
	border: 1px solid #8ab3cf;
}
#menu ul.children{
  width: 150px;
}
#menu>li>ul.children ul.children{
  margin: -20px 0 0 144px;
}
#menu ul{
  position: absolute;
  display: none;
  background: #5995C5;
}
#menu ul li{
  margin: 0;
  padding: 5px;
  border-top: 1px solid #8EBCDD;
  border-right: 1px solid #3E74A3;
  border-bottom: 1px solid #3E74A3;
  border-left: 1px solid #8EBCDD;
	list-style-type: none;
}
#menu a{
  color: white;
  text-decoration: none;
}
#menu li:hover>ul{
  display: block;
}
#menu>li{
  height: 33px;
  padding-top: 8px;
	float: left;
	list-style-type: none;
	font-size: 0.8em;
}
#menu>li>a{
  padding: 0 10px 0 9px;
	border-left: 1px solid white;
	font-weight: bold;
}
#menu>li>a.st{
  border-left: none;
}
#menu>li.active, #menu>li.current-cat{
	background: url(images/li_active.gif) no-repeat center 28px;
}
#menu li>a:hover{
	text-decoration: underline;
}
#menu li.active>a, #menu li.current-cat>a{
	text-decoration: underline;
}
#menu>li.important>a{
  color: red;
}

#main-left, #main-center, #main-right{
	width: 200px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #DBDBDB;
	border-top: none;
	border-bottom: none;
}
#main-center{
	width: 528px;
}
#main-left{
  margin-left: 30px;
  margin-right: -1px;
  padding-right: 15px;
  border-left: none;
}
#main-right{
  margin-left: -1px;
  padding-left: 15px;
  border-right: none;
}

.widget{
	margin-bottom: 30px;
	padding: 10px;
	background: white;
}
.widget .h2{
  width: 190px;
  height: 25px;
	margin: -10px -10px 10px -10px;
	padding: 2px 10px 0 0;
	background: url(images/widget_title.gif) no-repeat;
	text-align: right;
	font-weight: bold;
	font-size: normal;
	font-family: times new roman;
	color: #5087B9;
}
.widget .h2 a{
	color: #5087B9;
	text-decoration: none;
}
.widget .textwidget{
	font-size: 0.7em;
}
.widget .textwidget p{
  margin: 5px 0;
  text-align: justify;
  text-indent: 10px;
}
.widget>ul>li{
	padding-left: 5px;
	list-style: inside url(images/arrow.gif);
	font-size: 0.7em;
}
.widget>ul>li>ul{
  margin-left: 10px;
}
#sitemap_list li{
	padding-left: 5px;
	list-style: inside url(images/arrow.gif);
	font-size: 0.8em;
	font-weight: bold;
}
#sitemap_list li li{
	padding-left: 25px;
	font-weight: normal;
}
#sitemap_list a{
	text-decoration: none;
  vertical-align: -20%;
}
.widget #wp-calendar{
	margin: 0 auto;
}

.post{
	margin-bottom: 10px;
	padding: 10px;
	background: white;
}
.post.uvod{
	margin: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #E7E7E7;
}
.post img{
  margin: 7px;
}
.post>img{
  margin: 5px 10px 10px 0 !important;
  float: left !important;
}
.post h2, .post h1{
	margin: -10px -10px 10px -10px;
	padding: 10px 0 0 10px;
	color: #5087B9;
	font-family: times new roman;
	font-size: 0.95em;
}
.post h2 a, .post h1 a{
	color: #5087B9;
	text-decoration: none;
}
.post p{
	margin: 5px 0 13px 0;
	font-size: 0.75em;
	text-align: justify;
}
.post ul{
  margin: 10px 0;
}
.post ul li{
  font-size: 0.75em;
  list-style-position: inside;
}

#footer{
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #DBDBDB;
	color: #ADADAD;
	font-size: 0.75em;
}
#footer p{
	margin-bottom: 5px;
	text-align: center;
}


.wp-polls-form>p, .wp-polls>p{
margin-bottom: 10px;
 font-size: small;
 text-align: left;
}
.wp-polls-form>p>strong, .wp-polls>p>strong{
 font-weight: normal;
}
.wp-polls-form p.zobr-vysl, .wp-polls-form p.hlasujte, .wp-polls p.zobr-vysl, .wp-polls p.hlasujte{
 font-size: x-small;
text-align: right;
margin-top: 10px;
}
.wp-polls-form p.zobr-vysl a, .wp-polls-form p.hlasujte a, .wp-polls p.zobr-vysl a, .wp-polls p.hlasujte a{
text-decoration: none;
padding: 0 0 0 18px;
background: transparent url(images/arrow.gif) no-repeat scroll 8px 5px;
}
.wp-polls-form p.poc-hlas, .wp-polls p.poc-hlas{
 font-size: small;
padding-left: 5px;
}
.pollbar2{
 width: 132px;
height: 3px;
margin: 1px;
padding: 2px 3px;
background: url('images/poll_bg.gif') no-repeat;
}
.pollbar2 .pollbar{
 margin: 0 !important;
}
.procenta{
 margin: -12px 0 0 145px;
color: #CBCBCB;
}
.wp-polls-ul{
 margin-left: 0 !important;
}

#commentform{
  padding: 10px;
  font-size: small;
}
#commentform p{
  margin: 3px 0;
}
#commentform label{
  width: 150px;
  display: block;
  float: left;
}
.commentlist>li{
  margin: 10px;
  padding: 10px;
  border: 1px solid #8AB3CF;
  font-size: small;
  list-style-type: none;
}
.commentlist em{
  font-size: x-small;
}
.commentlist .commenttext{
  margin-top: 10px;
  text-align: justify;
}

td.day-with-date{
  background: #6DA7D2 !important;
}
td.no-events{
  background: white !important;
}
td.current-day{
  background: #C0D8E9 !important;
}
