/*
Theme Name: Sprava Pocitacov
Theme URI: http://www.spravapocitacov.sk/
Description: Tema pre spravapocitacov.sk
Version: 1.0
Author: Elite Solutions
Author URI: http://www.elitesolutions.sk/
Tags:
Colors: #f0865e; #faf4a9; #86d4f3; #b6d86d; #bee3f8; #ef846d; #f2a7ab;
*/
html, body {
    background: #cdcdcd url('./images/bg.png');
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

body {
    text-align: center;
}

img {
    border: none;
}

a:link, a:visited {
    color: #f0865e;
    text-decoration: underline;
}
a:hover {
    color: #86d4f3;
    text-decoration: none;
}

h1, h2, h3, h4, 
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
    color: #b6d86d;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #f2a7ab;
}


.wrap {
    width: 988px;
    margin: 0 auto 0 auto;
    text-align: left;
    line-height:1.3em;
    font-size:12px;
    text-align: justify;
}

.shadow1 {
    background: url('./images/shadow1.png') top left no-repeat;
    width: 30px;
    height: 760px;
    margin: 40px 0 0 -30px;
    position: absolute;
}
.shadow2 {
    background: url('./images/shadow2.png') top left no-repeat;
    width: 30px;
    height: 760px;
    margin: 40px 0 0 988px;
    position: absolute;
}

.header {
    background: url('./images/bg-header.jpg') top left no-repeat;
    height: 144px;
}
.header .logo {
    margin: 0;
    display: block;
    float: right;
}
.header .contact {
    margin: 60px 10px 0 0;
    /*margin: 5px 0px;*/
    display: block;
    float: right;
}

.header .contact img {
    /*height:120px;*/
}

.content {
    clear: both;
}

.menu {
    background: url('./images/menu.png') top left no-repeat;
    width: 193px;
    height: 463px;
    padding: 20px 20px 10px 20px;
    margin: 0;
    list-style: none;
    float: left;
    font-weight: bold;
    font-size: 13px;
}
.menu li {
    list-style: none;
    margin: 5px 0 15px 0;
}
.menu li a:link, .menu li a:visited {
    color: #fff;
    text-decoration: none;
}
.menu li a:hover {
    color: #bee3f8;
    text-decoration: none;
    
}

.menu .current_page_item a:visited,.menu .current_page_item a:link{
    color: #F0865E;
    text-decoration: none;
}

.content-text {
    background: #fff url('./images/abstract.png') top left no-repeat;
    background-position: ;
    width: 485px;
    height: 468px;
    border-bottom: 5px #fff solid;
    float: left;
    margin: 0 0 0 30px;
    padding: 10px 10px 10px 230px;
    overflow-y: auto;
}

.mosaic {
    height: 149px;
    background: url('./images/beforefooter.jpg') top center no-repeat;
    clear: both;
}

.footer {
    clear: both;
    text-align: right;
    font-size: 10px;
    color: #888787;
    margin: 5px 3px 0 0;
}
.footer a {
    color: #888787;
}

.entry ul li{
    margin: 12px 3px 0 0;
}

.frontpage-buttons {
display: block;
list-style-type: none;
padding: 0;
margin: 0;
}

.frontpage-buttons li, .frontpage-buttons a, .frontpage-buttons a:hover {
width: 446px;
height: 137px; 
border: 0px solid black;
margin: 0 0 15px 0;
display: block;
overflow: hidden;
font-family: Verdana;
color: #797979;
text-decoration: none;
}

.frontpage-buttons a, .frontpage-buttons a:hover {
padding-left: 130px;
padding-top: 40px;
}

.frontpage-buttons a strong, .frontpage-buttons a:hover strong {
font-size: 25px;
font-weight: normal;
display: block;
}

#btn-sluzby a {
background: #ffffff url('./images/btn-sluzby.gif') no-repeat 0 0;
}

#btn-sluzby a:hover {
background: #ffffff url('./images/btn-sluzby-hover.gif') no-repeat 0 0;
}

#btn-kontakt a {
background: #ffffff url('./images/btn-kontakt.gif') no-repeat 0 0;
}

#btn-kontakt a:hover {
background: #ffffff url('./images/btn-kontakt-hover.gif') no-repeat 0 0;
}

#btn-preco-it a {
background: #ffffff url('./images/btn-preco-vlastne-riesit-it.gif') no-repeat 0 0;
}

#btn-preco-it a:hover {
background: #ffffff url('./images/btn-preco-vlastne-riesit-it-hover.gif') no-repeat 0 0;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}