@charset "utf-8";
/* CSS Document */

html {
    background: #FBFBFB url(../images/bg_html.jpg) repeat-x;
    margin: 0;
    padding: 0;
}

body * {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    /*width: 937px;*/
    background: transparent url(../images/bg_body.gif) center 0px no-repeat;
}

img, fieldset {
    border: none;
}

#tooltip {
    width: 400px;
    font-size: 0.65em;
    background-color: #FBFBFB;
    opacity: 0.98;
}

#header {
    position: relative;
    height: 122px;
    width: 937px;
    margin: 0 auto;
}

#header h1 {
    position: absolute;
    top: 41px;
    left: 0;
    margin: 0;
}

#header .banner-top {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
}

#header p.slogan {
    position: absolute;
    top: 45px;
    left: 215px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    color: #888888;
}

#header p.refresh {
    position: absolute;
    top: 45px;
    right: 0;
    font-size: 0.75em;
    text-align: right;
    padding-left: 15px;
    background: url(../images/ico_time.gif) no-repeat 0 1px;
}

#header p.refresh a:link, #header p.refresh a:visited {
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: White;
    background: #F47E20;
    padding: 5px 7px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -ms-border-radius: 8px;
}

#header p.refresh a:hover {
    text-decoration: underline;
}

#navigation {
    width: 937px;
    margin: 0 auto;
}

#navigation ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #A5A5A5;
    border-right: 1px solid #888888;
    list-style: none;
}

#navigation li {
    display: -moz-inline-box;
    display: inline-block;
    background: #888888 url(../images/bg_button.jpg) repeat-x;
    height: 39px;
}

#navigation li a:link, #navigation li a:visited {
    display: block;
    width: 103px;
    height: 26px;
    padding-top: 13px;
    background: transparent;
    text-align: center;
    text-decoration: none;
    font-size: .8em;
    font-weight: bold;
    color: White;
    border-left: 1px solid #888888;
}

#navigation li.current a:link, #navigation li.current a:visited {
    background: #F47E20 url(../images/button_shadow-trans.png) repeat-x;
    border-left: 1px solid #F47E20;
}

#navigation li.popular a:link, #navigation li.popular a:visited {
    padding-left: 20px;
    width: 83px;
    background: url(../images/popular_home_0.png) 7px 14px no-repeat;
    background-color: transparent;
}

#navigation li.active a:link, #navigation li.active a:visited {
    background: url(../images/popular_home_1.png) 7px 14px no-repeat;
}

#navigation li.active a:hover {
    background: url(../images/popular_home_0.png) 7px 14px no-repeat;
}

#navigation li a:hover {
    background: url(../images/button_shadow-trans.png) repeat-x;
    background-color: #F47E20;
}

#navigation li.home a:hover {
    background-color: #F47E20;
}

#navigation li.popular a:hover {
    background: url(../images/popular_home_1.png) 7px 14px no-repeat;
    background-color: transparent;
}

#navigation li.hrvatska a:hover {
    background-color: #EC1C24;
}

#navigation li.svijet a:hover {
    background-color: #141E85;
}

#navigation li.biznis a:hover, #navigation li.gospodarstvo a:hover {
    background-color: #B41E58;
}

#navigation li.sport a:hover {
    background-color: #52A746;
}

#navigation li.kultura a:hover {
    background-color: #B4AA00;
}

#navigation li.showbiz a:hover, #navigation li.zabava a:hover {
    background-color: #FFCC00;
}

#navigation li.funsexy a:hover, #navigation li.zabava a:hover {
    background-color: #FF3C88;
}

#navigation li.tehno a:hover, #navigation li.tehnologija a:hover {
    background-color: #62B3E3;
}

#envelope {
    width: 937px;
    margin: 0 auto;
    padding: 0 10px;
    background: transparent url(../images/bg_footer.gif) bottom repeat-x;
}

#envelope .wrapper {
    background: White;
}

#sidebar {
    float: right;
    width: 300px;
    padding: 5px 13px 0 0;
}

#sidebar p {
    text-align: right;
    font-size: 0.6em;
    margin: 0 0 5px;
}

#sidebar p a:link, #sidebar p a:visited {
    color: #F47E20;
    text-decoration: none;
    font-weight: bold;
}

#sidebar iframe {
    margin: 10px 0 0;
}

#sidebar form.search fieldset {
    background: #F47E20;
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 7px 7px 10px 10px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 20px;
}

#sidebar form.search label {
    display: block;
    color: White;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 3px;
}

#sidebar form.search input {
    font-size: 0.8em;
    padding: 2px;
    border: none;
    width: 245px;
}

#sidebar form.search button {
    width: 22px;
    height: 22px;
    background: url(../images/search_arrow-trans.png) 0 2px no-repeat;
    border: none;
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

#sidebar .calendar {
    background: #CCCCCC url(../images/bg_quickfilter.gif) no-repeat;
    margin: 15px 0 0;
    padding: 5px 12px 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
}

#sidebar .calendar h3 {
    color: #888888;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 10px 0;
    padding: 0;
}

#sidebar .calendar p {
    color: #F47E20;
    text-align: left;
}

#sidebar .calendar form {
    margin-top: 10px;
}

#sidebar .calendar form p {
    font-size: 0.9em;
}

#sidebar .calendar form label {
    font-size: 0.8em;
    color: #888888;
    text-transform: lowercase;
}

#sidebar .calendar form input {
    margin: 0;
    padding: 3px;
    font-size: 0.7em;
    color: #888888;
    width: 130px;
}

#sidebar .calendar form img {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#sidebar .calendar form button {
    display: block;
    background: #F47E20;
    border: none;
    color: White;
    text-transform: lowercase;
    text-align: center;
    vertical-align: middle;
    padding: 1px 15px;
    margin: 15px auto 5px;
    font-size: 0.7em;
    font-weight: bold;
    cursor: pointer;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -ms-border-radius: 6px;
}

#sidebar .calendar form button.ui-datepicker-trigger {
    background: none;
    border: none;
    margin: 0 0 1px 3px;
    padding: 0;
    vertical-align: bottom;
    display: inline;
}

#sidebar .banner-side {
    margin-top: 10px;
}

#sidebar .weather {
    margin: 15px 0 0;
    padding: 0;
    width: 298px;
}

#sidebar .weather h3 {
    display: block;
    margin: 0;
    background: #F47E20;
    padding: 12px 15px;
    font-size: 0.8em;
    color: White;
}

#sidebar .weather .current {
    margin: 0;
    padding: 0;
    height: 55px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}

#sidebar .weather .current img {
    position: absolute;
    top: 8px;
    left: 89px;
}

#sidebar .weather .current .temperature {
    position: absolute;
    top: 8px;
    left: 155px;
    font-size: 1.8em;
    font-weight: bold;
}

#sidebar .weather .current .temperature sup {
    font-size: 0.7em;
    font-weight: normal;
    vertical-align: top;
}

#sidebar .weather h4 {
    font-size: 0.7em;
    color: #F47E20;
    text-transform: lowercase;
    text-align: center;
    margin: 10px;
}

#sidebar .weather ul {
    margin: 0;
    padding: 0 0 15px;
}

#sidebar .weather ul li {
    list-style: none;
    font-size: 0.7em;
    margin: 0 0 2px;
    padding: 0;
}

#sidebar .weather ul li span {
    float: left;
    width: 144px;
    text-align: right;
    margin-right: 10px;
    color: #888888;
}

#sidebar .tvbox {
    /*border: 1px solid #888888;*/
    margin: 15px 0 0;
    padding: 0;
    width: 298px;
    position: relative;
    /*background: url(../images/bg_weather.gif) no-repeat;*/
}

#sidebar .tvbox iframe {
    margin: 0;
}

#sidebar .tvbox h3 {
    display: block;
    margin: 0;
    background: #F47E20;
    color: White;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 0.8em;
}

#sidebar .quickfilter {
    background: #CCCCCC url(../images/bg_quickfilter.gif) no-repeat;
    margin: 15px 0 0;
    padding: 5px 12px 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
}

#sidebar .quickfilter h3 {
    color: #888888;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 10px 0;
    padding: 0;
}

#sidebar .quickfilter p {
    text-align: justify;
    color: #F47E20;
}

#sidebar .quickfilter form {
    margin-top: 15px;
}

#sidebar .quickfilter form button {
    display: block;
    background: #F47E20;
    border: none;
    color: White;
    text-transform: lowercase;
    text-align: center;
    vertical-align: middle;
    padding: 1px 15px;
    margin: 15px auto 5px;
    font-size: 0.7em;
    font-weight: bold;
    cursor: pointer;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -ms-border-radius: 6px;
}

#sidebar .quickfilter form select {
    display: inline;
    margin: 0 0 7px;
    /*padding: 3px;*/
    font-size: 0.7em;
    color: #888888;
    width: 135px;
}

#sidebar .quickfilter hr {
    clear: both;
    visibility: hidden;
    display: block;
    height: 1px;
}

#contents {
    background: White url(../images/bg_contents.jpg) repeat-x;
    padding: 15px 345px 0 24px;
}

#contents .subtitle {
    background: url(../images/bg-subtitle.gif) repeat-x;
    background-position: 0 15px;
    margin: 10px 0 20px;
    position: relative;
}

#contents h2 {
    margin: 0;
    padding: 0 20px 10px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    font-weight: normal;
    color: #888888;
    background: White;
}

#contents h2 a {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#contents .subtitle h2 {
    float: left;
    padding-bottom: 0;
}

#contents .subtitle div {
    padding: 3px 0 0 20px;
    background: White;
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
}

#contents .subtitle div a:link, #contents .subtitle div a:visited {
    color: #F47E20;
    background: transparent;
    padding: 5px 8px;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}

#contents .subtitle div a:hover {
    text-decoration: underline;
}

#contents .subtitle div a.active:link, #contents .subtitle div a.active:visited {
    color: White;
    background: #F47E20;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -ms-border-radius: 6px;
}

#contents .subtitle div a.active:hover {
    text-decoration: none;
}

#contents .subtitle p.section {
    display: block;
    clear: left;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 2px;
}

#contents h3 {
    font-size: 0.7em;
    margin: 10px 0 5px;
    color: #888888;
}

#contents p {
    font-size: 0.7em;
    margin-bottom: 5px;
    color: #888888;
}

#contents p.impressum {
    font-size: 0.8em;
    margin-bottom: 10px;    
}

#contents p.smallprint {
    font-size: 0.6em;
    padding-bottom: 25px;    
}

#contents dl {
    margin: 0 0 15px 0;
    clear: left;
}

#contents dt {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
}

#contents dt a:link, #contents dt a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: Black;
    text-decoration: none;
}

#contents dd {
    margin: 2px 10px 12px 0;
    padding-bottom: 5px;
    font-size: 0.85em;
    border-bottom: 1px solid #a5a5a5;
    position: relative;
}

#contents dd.has-image {
    padding-left: 0;
    min-height: 65px;
}

#contents dd.has-image p br {
    display: none;
}

#contents dd a:link, #contents dd a:visited {
    color: #F47E20;
    text-decoration: none;
}

#contents dd a:hover {
    text-decoration: underline;
}

#contents dd a.image:link, #contents dd a.image:visited {
    display: block;
    float: left;
    border: 2px solid #F47E20;
    margin: 3px 10px 0 0;
}

#contents dd a.readon:link, #contents dd a.readon:visited {
    font-size: 0.8em;
}

#contents dd a.image:visited {
    text-decoration: none;
}

#contents dd p {
    margin: 0;
    font-size: 0.8em;
    line-height: 150%;
    color: Black;
}

#contents dd hr {
    clear: left;
    height: 1px;
    color: White;
    background-color: White;
    visibility: hidden;
}

#contents dd p.newsbody img {
    display: block;
    width: 78px;
    border: 2px solid #F47E20;
    float: left;
    margin: 0 10px 0 0;
}

#contents dd ul {
    margin: 0 0 8px;
    padding: 0;
}

#contents dd ul li {
    list-style: none;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 14px;
    background: transparent;
    font-size: 0.8em;
    height: 14px;
    background: url(../images/ico_source.gif) no-repeat;
}

#contents dd ul li.time {
    background: url(../images/ico_time.gif) no-repeat;
}

#contents dd ul li.category {
    background: url(../images/ico_category.gif) no-repeat;
    padding-left: 16px;
    font-weight: bold;
}

#contents dd ul li.source {
}

#contents dd ul li a:link, #contents dd ul li a:visited {
    background: transparent;
}

#contents .daily {
    margin-left: 0;
}

#contents .daily h3 {
    color: #888888;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 10px 55px;
    padding: 0 0 0 17px;
    background: url(../images/icon_checkmark.png) 0 2px no-repeat;
}

#contents .daily ul {
    margin: 0;
    padding: 0;
}

#contents .daily ul li {
    margin: 0;
    padding: 0 0 6px;
    list-style: none;
    font-size: 0.7em;
    display: block;
    white-space: nowrap;
}

#contents .daily .category {
    float: left;
    width: 45px;
    text-align: right;
    margin: 1px 10px 0 0;
    font-size: 0.8em;
    font-weight: bold;
}

#contents .daily .source {
    float: right;
    font-size: 0.8em;
    color: #888888;
    margin: 1px 0 0;
    text-transform: lowercase;
}

#contents .daily .time {
    font-size: 0.8em;
    margin: 1px 0 0 5px;
    color: #F47E20;
    text-transform: lowercase;
}

#contents .daily a:link, #contents .daily a:visited {
    color: Black;
    text-decoration: none;
}

#contents .daily a:link.category, #contents .daily a:visited.category, #contents .daily a:link.source, #contents .daily a:visited.source {
    color: #888888;
}

#contents .daily a:hover {
    text-decoration: underline;
}

#contents .daily .more {
    margin: 10px 0 0 70px;
    padding-left: 20px;
}

#contents .daily .more a:link, #contents .daily .more a:visited {
    font-size: .6em;
    font-weight: bold;
    color: #F47E20;
    text-decoration: none;
}

#contents .daily .more a:hover {
    text-decoration: underline;
}

#contents form.contact label {
    display: block;
    width: 130px;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-top: 4px;
}

#contents form.contact input, #contents form.contact textarea {
    display: block;
    margin-left: 140px;
    width: 300px;
    padding: 3px;
    font-size: 1em;
    color: #888888;
}

#contents form.contact button {
    background: #F47E20;
    margin-left: 140px;
    font-size: 1em;
    font-weight: bold;
    color: White;
    border: none;
    padding: 5px;
    cursor: pointer;
}

#footer {
    width: 937px;
    margin: 0 auto;
    padding: 23px 0 0;
    background: #EFEFEF url(../images/bg_footer_top.gif) 0 -15px repeat-x;
    font-size: 0.6em;
    border-bottom: 12px solid #F47E20;
    clear: both;
}

#footer .about {
    display: -moz-inline-box;
    display: inline-block;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 400px;
    height: 80px;
    background: url(../images/bg_footer_bottom.gif) bottom repeat-x;
}

#footer .about a {
    float: left;
    margin-top: 2px;
}

#footer .about p {
    padding: 0;
    margin: 0 0 0 92px;
    width: 295px;
}

#footer .about p.copyright {
    margin-top: 28px;
    color: #A5A5A5;
}

#footer .links {
    display: -moz-inline-box;
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-left: none;
    vertical-align: top;
    margin: 0;
    padding: 10px 0;
    width: 102px;
    height: 80px;
    background: url(../images/bg_footer_bottom.gif) bottom repeat-x;
    list-style: 0;
}

#footer .links li {
    list-style: none;
    margin: 0;
    padding: 0 5px 3px 10px;
}

#footer .links a:link, #footer .links a:visited {
    text-decoration: none;
    color: #888888;
    margin: 0;
    padding: 0;
}

#footer .links a.rss:link, #footer .links a.rss:visited {
    padding-left: 17px;
    background-image: url(../images/rss_home.png);
    background-repeat: no-repeat;
}

#footer .links a.rss-home:link, #footer .links a.rss-home:visited {
    padding-left: 17px;
    background-image: url(../images/rss_home.png);
    background-repeat: no-repeat;
}

#footer .links a.twttr:link, #footer .links a.twttr:visited {
    padding-left: 17px;
    background-image: url(../images/icon_twttr.png);
    background-repeat: no-repeat;
}

#footer .links a:hover {
    text-decoration: underline;
}