/* CSS Document - SPRAVY */

/*layout*/
#wrap{padding:20px 0}
#left-bar{float:left;width:670px;padding:20px 25px;border-right:2px solid #ddd}
#right-bar{float:left;width:250px}

h2#nazov{color:#555;font-weight:normal;margin:0;margin-left:20px}
#left-bar h2, #right-bar h2{color:#555;font-size:1.3em}

/*komentre-form*/
#send-comments{border:1px solid #999;border-width:1px 0}
#send-comments form{padding:0 15px 15px}
#send-comments p{margin:.7em 0;padding:0}

/*user-comments*/
#user-comments strong{display:block;color:#999;margin-bottom:5px}
#user-comments img{float:left;margin-right:5px}
#user-comments .comment-wrap{margin-left:15px}
#user-comments .comment-outer{margin-left:55px;width:280px;background:url(img/bubble-top.gif) top no-repeat;padding-top:5px;margin-bottom:20px}
#user-comments .comment-outer div.comment-inner{background:url(img/bubble-btm.gif) bottom no-repeat;padding-bottom:5px}
#user-comments .comment-outer p{padding:0 10px 0 15px;background:url(img/bubble-bg.gif) top left;margin:5px 0}

/*blog-info*/
#right-bar p, #right-bar h2{text-align:center}
#right-bar p em{display:block;margin-top:15px}
#bloginfo li{list-style:none;}
#bloginfo li a{margin-left:0px;line-height:30px;font-size:1.1em;text-decoration:none}
#bloginfo li a:hover{color:#555}
#bloginfo li a:before{content:"- "}


/*TYPOGRAFIA*/
#article p{text-indent:2em;line-height:1.5em;text-align:justify;font-size:10pt;margin:1.5em 0;padding:0}
#article h2{color:#555;font-size:1.3em}
#article h3{color:#555;font-size:1.2em}
#article h4{color:#555;font-size:1.1em}
#article h5{color:#555;font-size:1.0em}
#article h6{color:#555;font-size:0.9em}
#article p:first-child{font-weight:bolder;font-size:8pt;color:#999}
#article ul{list-style:square}
#article ol{list-style:decimal}
#article li{line-height:1.5em}
