/*  
Theme Name: ToJeDárek
Theme URI: http://www.tojedarek.cz
Description: Templates for ToJeDarek.cz
Date: 7.2.2009
Version: 2.5.1
Author: Jakub Musil
Author URI: http://www.jakubmusil.com/
Tags: Right Sidebar, 2 Column, Red, Featured Post
*/

/*-------------------------------------------------------------------------------------------------------------------*/
#transl_sign {
    display: none;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: white url(images/bg.jpg) repeat top left;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
    text-align: center;
    line-height: 1.6em;
}

a {
    color: #b63d13;
}

a:hover {
    text-decoration: none;
    color: black;
}

a img {
    border: 0;
}

p {
    padding: 0 0 1.4em;
}   
h1 {
   display: none;
}
h2 {
     padding-bottom: 1em;
     text-transform: uppercase;
     font-size: 19px;
     font-weight: 600;
     color: #b63d13;
}

h2.pagetitle {
    color: black;
}

h2 a {
    text-decoration: none;

}

h3 {
     padding-bottom: 1.5em;
     padding-top: 1.3em;
     font-size: 17px;
     color: #b63d13;

}

#wrapper {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

#header {
    position: relative;
    width: 950px;
    height: 160px;
}
#logo {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 320px;
    height: 90px; 
}
#button_banner_1 {
    position: absolute;
    right: 440px;
    top: 20px;
    width: 125px;
    height: 125px;
}

#button_banner_2 {
    position: absolute;
    right: 295px;
    top: 20px;
    width: 125px;
    height: 125px;
}

#button_banner_3 {
    position: absolute;
    right: 150px;
    top: 20px;
    width: 125px;
    height: 125px;
}

#button_banner_4 {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 125px;
    height: 125px;
}

#menu {
    width: 950px;
    height: 74px;
    background: url(images/menu_bg.png) no-repeat top center;
}
#menu menu {
    padding-top: 13px;
    margin-left: 20px;
    margin-right: 20px;
    list-style: none;
    width: 910px;
    height: 61px;
}
#menu menu li {
    float:left;
    height: 61px;
    width: 140px;
}
#menu menu li.mezera {
    padding-left: 15px;
}
#menu menu li.pravy {
    float: right;
}

#content {
    margin-top: 40px;
    width: 950px;
}

#left-col {
    width: 600px;
    float: left;
}

#right-col {
    width: 300px;
    float: right;
}

#ads_300x250 {
    width: 301px;
    height: 251px;
    background: url(images/blank_banner_300x250.png) no-repeat top center;
}

#right-col ul {
    list-style: none; 
}

#right-col ul li ul, #right-col ul li div {
    border: 1px solid #d7d7d7;
    background-color: white;
    padding: 1em;
    margin-bottom: 1.5em;
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);

}

#right-col ul li ul li {
    margin-bottom: 0.3em;
}

h2.widgettitle {
    padding-bottom: 0em;
    padding-top: 1em;
    font-size: 16px;
    color: gray;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

#footer {
    background: url(images/footer_bg.png) no-repeat top center;
    margin-top: 60px;
    margin-bottom: 20px;
    height: 75px;
    width: 950px;
    line-height: 75px;
    vertical-align: middle;
}

#footer span {
    font-size: 12px;
    color: white;
    position: absolute;
    right: 20px;
}

#footer div {
    font-size: 12px;
    color: white;
    position: absolute;
    left: 20px;
}

#footer span a,#footer div a {
    color: white;
}

.post {
    border: 1px solid #d7d7d7;
    background-color: white;
    padding: 1em;
    margin-bottom: 1.5em;
    position: relative;

-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);

}
.post p {
    text-align: justify;
}
.metadata {
    padding-top: 0.5em;
    padding-bottom: 0em;
    margin-top: 0.5em;
    border-top: 1px solid #d7d7d7;
    clear: both;
}

.cely_clanek {
    position: absolute;
    right: 10px;
}

hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border: 0;
    border-top: 1px solid #d7d7d7;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

input, textarea {
   border: 1px solid gray;
   background: white url(images/input_text_bg.png) repeat-x top left;
   padding: 0.4em;
   font-size: 13px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
behavior:url(border-radius.htc);

}

input#searchsubmit {
   width: 30px;
   height: 30px;
   border: 0;
   background: url(images/input_search_bg.png) no-repeat top center;
   padding: 0;
   
}

div.navigation {
   margin-top: 40px;
   width: 600px;
   font-size: 18px;
}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}