/*
Theme Name: KDV
Theme URI: http://kdv.rt.sk/
Description: Layout pre KDV web
Version: 1.0
Author: Ladislav Petrus
Author URI: http://www.petrus.sk/
*/

body  {
	color: #FFF;
	background: #EEF url(img/background.jpg) repeat-y scroll center center;
}

#pageCell {
	color: #000;
	background-color: #FFF;
}

#leftSidebarDiv {
	background-color: #eefaff;//d9f3ff;
	color: #000;
	border: 1px solid #bfd6e0;
}

#rightSidebarDiv {
	background-color: #eefaff;
	color: #000;
	border: 1px solid #bfd6e0;
}

#rightSidebarDiv a, #leftSidebarDiv a {
	color: #9eb1b9;
}

#rightSidebarDiv a:hover, #leftSidebarDiv a:hover {
	color: #fff;
	background-color: #9eb1b9;
}

#rightSidebarDiv h4 {
	background-color: #d9f3ff;
	color: #6c96a8;
}

h1 {
	color: #1693A5;
}

h2 {
	color: #1693A5;
}

a {
	color:	#165ea5;
}

a:hover {
	color: #82bdf6;
}

.postDate {
	color: #888;
	border-bottom: 1px solid #E7EBDE;
}


#headerimg {
	background: transparent url(img/030615_1432_cesta_pri_dunaji-logo.jpg) no-repeat scroll center center;
	background-color: #a6bac3;
	width: 660px;
	height: 185px;
	margin: 15px;
	border: 5px solid #bfd7e1;
}

#headerimg h1 {
	margin-left:520px;
	margin-top:5px;
}

#header {
	margin-bottom: 30px;
}

#commentform textarea, #commentform input, #searchform input{
	background-color: #eefaff;
	color: #000;
	border: 1px solid #bfd6e0;
	font-size: 12px;
}

#copyright {
	color: #888;
}

