/* Wide site style :BEGIN */
body {
    background-color: #fff;
}
.wrap {
    border: none;
    max-width: 98%;
    padding: 0px;
}
/* Wide site style :END */


/* Customize logo :BEGIN */
.headerbar {
    background:#387EB8 url("images/bg_header-own.gif") no-repeat;
    color: #FFFFFF;
}

.site_logo {
    width: 430px;
}
/* Customize logo :END */

.postprofile {
    float: left;
}
.postbody {

}

/* Customize shoutbox :BEGIN */
#shoutbox_scroll {
    max-height: 300px; !important;
}
/* Customize shoutbox :END */

/* Top navigation bar icons */

a.print {
    background-image: url("images/icon_print.gif");
}

a.sendemail {
    background-image: url("images/icon_sendemail.gif");
}

a.fontsize {
    background-image: url("images/icon_fontsize.gif");
}

/* Front page columns */
.sff-index-body:after{
    content:"";
    display: table;
    clear: both;
}

.sff-index-col{

}

.col-left{
    width: 230px;
    float: left;
    margin-right: 10px;
}

.col-right {
    width:100%;
}


@media screen and (max-width: 600px) {
    .sff-index-col {
        width: 100%;
    }
}

/* Weather */
#weather {
    text-align: center;
    margin: 10px 0px;
}

/* Legal */
#legal {
    text-align: center;
    margin: 10px 0px;
}

#legal img {
}

/* Links */

li.slink { padding: 4px 0 }
li.slink a { padding: 4px 4px; font-weight:bold; font-size:1.2em }
