html, body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    /*overflow-x: hidden;*/
    font-size: 11pt;
    color: #444;
    /*background-color: #09c;*/
}

a, a:link, a:visited{
    text-decoration: none;
    color: #08f;
    font-family: "Arial";
    font-size: 11pt;
    font-weight: normal;
}
a:hover{
    color: #f80;
}
a:active{
    color: #f00;
}

/* positionin and custom styles*/
#background_top, #background_bottom{
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
    text-align: center;
}
#background_top{
    height: auto;
    background: #f90 url('/style/image/bg_top.png') repeat-x top left;
}
#background_bottom{
    min-height: 450px;
    background: #09c url('/style/image/bg_bottom.png') repeat-x top left;
}
    #wrapper_content, #bottom_content_background{
        margin: 0px auto;
        padding: 0px;
        width: 1000px;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
    }
    #wrapper_content{
        height: 1000px;
        height: auto;
        background: transparent url('/style/image/shadow.png') repeat-y top center;
    }
    #bottom_content_background{
        min-height: 440px;
        background: transparent url('/style/image/bg_bottom_content.png') no-repeat top center;
        padding-top: 10px;
        line-height: 1.4em;
    }
        #creative_commons{
            width: 140px;
            height: 35px;
            position: absolute;
            right: 90px;
            top: 15px;
        }
            a.creative_commons, a:link.creative_commons, a:visited.creative_commons{
                width: 140px;
                height: 35px;
                display: block;
                background: url('/style/image/cc_logo.png') 0px 0px;
            }
            a:hover.creative_commons{
                background: url('/style/image/cc_logo.png') 0px -35px;
            }
        #top10post{
            text-align: left;
            margin-left: 45px;
            list-style-type: disc;
            list-style-position: inside;
            color: #fff;
        }
        #bottom_left_content, #bottom_center_content, #bottom_right_content{
            width: 294px;
            min-height: 150px;
            margin-top: 20px;
            margin-bottom: 15px;
        }
        #bottom_left_content{
            float: left;
            left: 45px;
        }
        #bottom_center_content{
            float: left;
            left: 353px;
        }
        #bottom_right_content{
            float: right;
            right: 45px;
            color: #f00;
        }
            a.bottom_link, a:link.bottom_link, a:visited.bottom_link{
                color: #fff;
                
            }
            a:hover.bottom_link{
                color: #08f;
            }
            h1.bottom_link{
                color: #08f;
                font-size: 18pt;
                text-align: left;
                font-weight: bold;
                margin-bottom: 30px;
            }

        #wrapper_logo{
            margin: 0px auto;
            padding: 0px;
            width: 940px;
            height: 300px;
            position: relative;
            display: block;
            text-align: left;
            background: transparent url('/style/image/bg_logo.png') no-repeat top center;
        }
            #top_menu_container{
                margin: 0px;
                padding: 0px;
                height: auto;
                position: relative;
                display: block;
                text-align: left;
                background-color: transparent;
                left: 420px;
                width: 520px;
                top: 30px;
            }
                #top_menu_container ul{
                    margin: 0px;
                    padding: 0px;
                    line-height: 1em;
                    height: 40px;
                }
                    #top_menu_container ul li{
                        list-style-type: none;
                        display: inline;
                        margin: 0px;
                        float: left;
                    }
                        a.top_menu, a:link.top_menu, a:visited.top_menu{
                            display: block;
                            text-decoration: none;
                            color: #666;
                            font-family: "Arial";
                            font-size: 14pt;
                            margin: 0px;
                            padding: 10px;
                            font-weight: normal;
                            background: url('/style/image/bg_menu_link.png') repeat-x 0px 0px;
                        }
                        a:hover.top_menu{
                            color: #fff;
                            background: url('/style/image/bg_menu_link.png') repeat-x 0px -40px #08f;
                        }
                        a:active.top_menu{
                            color: #cff;
                        }

                #logo{
                    width: 300px;
                    height: 150px;
                    display: block;
                    position: absolute;
                    top: 20px;
                    left: 60px;
                }
                    .logo{
                        width: 300px;
                        height: 150px;
                        display: block;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        background: url('/style/image/logo.svg') no-repeat top center;
                    }
                #search_div{
                    width: 400px;
                    height: 40px;
                    position: absolute;
                    top: 185px;
                    left: 550px;                    
                }
                    /*#search_label{
                        color: #fff;
                        float: left;
                        vertical-align: middle;
                        height: 40px;
                        line-height: 40px;
                        margin-right: 20px;
                    }*/
                    #search_box{
                        width: 160px;
                        height: 40px;
                        display: block;
                        float: left;
                        background: url('/style/image/bg_search.png') no-repeat top center;
                    }
                        .search_field{
                            margin: 5px;
                            width: 145px;
                            height: 25px;
                            display: block;
                            background-color: transparent;
                            border: 0px;
                            padding: 5px;
                            color: #08f;
                            vertical-align: middle;
                        }
                    #serach_button{
                        width: 40px;
                        height: 40px;
                        display: block;
                        float: left;
                    }
                        .search_button{
                            width: 40px;
                            height: 40px;
                            display: block;
                            background: url('/style/image/search_button.png') no-repeat top center;
                            border: 0px;
                            font-size: 8pt;
                            font-weight: bold;
                            color: #fff;
                        }
                        .search_button:hover{
                            color: #fdb;
                        }
            #top_menu_container_2{
                margin: 0px;
                padding: 0px;
                height: 30px;
                position: absolute;
                display: block;
                text-align: left;
                background-color: transparent;
                left: 500px;
                top: 110px;    
            }
                #top_menu_container_2 ul{
                    margin: 0px;
                    padding: 0px;
                    line-height: 1em;
                    height: 30px;
                }
                    #top_menu_container_2 ul li{
                        list-style-type: none;
                        display: inline;
                        margin: 0px 2px 0px 2px;
                        float: left;
                    }
                        #top_menu_container_2 ul li a, #top_menu_container_2 ul li a:link, #top_menu_container_2 ul li a:visited{
                            display: block;
                            margin: 0px;
                            padding: 0px;
                            width: 30px;
                            height: 30px;
                        }
                        a.settings, a:link.settings, a:visited.settings{
                            background: url('/style/image/settings.png') no-repeat 0px 0px;
                        }
                        a:hover.settings{
                            background: url('/style/image/settings.png') repeat-x 0px -30px;
                        }
                        a:active.settings{
                            background: url('/style/image/settings.png') repeat-x 0px -60px;
                        }
                        a.profile, a:link.profile, a:visited.profile{
                            background: url('/style/image/profile.png') no-repeat 0px 0px;
                        }
                        a:hover.profile{
                            background: url('/style/image/profile.png') repeat-x 0px -30px;
                        }
                        a:active.profile{
                            background: url('/style/image/profile.png') repeat-x 0px -60px;
                        }
        #container{
            margin: 0px auto;
            padding: 5px 0px 5px 15px;
            width: 925px;
            text-align: left;
        }
            #content_left, #content_right{
            	margin: 0px;
            	padding: 0px;    
            }
            #content_left{
                width: 560px;
                float: left;
            
            }
            #nextlink, #prevlink{
                font-size: 9pt;
            }
            #nextlink{
                float: right;
            }
            #content_right{
                width: 350px;
                float: right;
            }
                #box_top{
                    width: 350px;
                    height: 35px;
                    margin: 0px;
                    margin-top: -35px;
                    position: absolute;
                    display: block;
                    background: url('/style/image/box.png') no-repeat top center;
                }
                /*.right_panel a, .right_panel p{
                    font-size: 8pt;
                }*/
                .right_panel h1{
                    margin: 0px;
                }
                .right_panel h2{
                    font-size: 14pt;
                }
                .right_panel p{
                    margin: 0px;
                    margin-top: 10px;
                }
                .right_panel{
                    margin-top: 0px;
                    margin-bottom: 10px;
                    padding: 0px;
                }
                hr.feeds{
                    height: 1px;
                    width: 200px;
                    border: 0px;
                    border-bottom: 1px dotted;
                }
                hr.right_panel{
                    height: 1px;
                    border: 0px;
                    border-bottom: 1px dotted;
                    margin-top: 20px; 
                }
                .box_top{
                    width: 350px;
                    height: 35px;
                    display: block;
                    background: url('/style/image/box.png') no-repeat top center;
                }
                .box_content{
                    width: 310px;
                    display:block;
                    background-color: #e5ffff;
                    padding: 0px 20px 0px 20px;
                }
                .box_bottom{
                    width: 350px;
                    height: 35px;
                    display: block;
                    background: url('/style/image/box.png') no-repeat bottom center;
                }
                a.feedheader, a:link.feedheader, a:visited.feedheader{
                    font-size: 14pt;
                    font-weight: bold;
                    color: #f60;
                }
                a:hover.feedheader{
                    text-decoration: underline;
                }
                a.feedlink{
                    font-size: 8pt;
                }
                ul.feeds{
                    list-style-type: none;
                    padding-left: 0;
                    margin-left: 0;
                }
                ul.feeds li{
                    list-style-image: none;
                    background-image: url('/style/image/bullet.png');
                    background-repeat: no-repeat;
                    background-position: left center;
                    line-height: 10pt;
                    margin-left: 10px;
                    padding-left: 15px;
                }
.clear_float{
    float: none;
    clear: both;
    height: 0px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.post_container{
    margin-bottom: 50px;
    width: 100%;
}
    h1{
        font-size: 18pt;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #f60;
    }
    
    h2{
        font-size: 14pt;
        font-weight: bold;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 15px;
    }
    
    h3{
        font-size: 14pt;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #f60;
    }

    #socialplugins{
        list-style-type: none;
        margin-left: 50px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
        #socialplugins li{
            display: inline-block;
            line-height: 20px;
            max-height: 25px;
            overflow: hidden;
        }
            #socialplugins li img{
                margin: 0px 5px;
                margin-bottom: 5px;
                margin-left: 15px;
                vertical-align: middle;
            }
            /*#plusone-list{
                margin-left: 15px;
            }*/
            #socialplugins a{
                margin: 0px;
                font-size: 8pt;
                font-weight: bold;
                text-transform: uppercase;
            }
        .socialplugins li{
            float: left;
            margin: 0px 5px;
        }
        .socialplugins li:first-child{
            margin-left: 365px;
        }
    
    span.commentwarning{
        font-size: 12pt;
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #f60;
    }
    
    p{
        text-indent: 15px;
        line-height: 1.5em;
        margin-bottom: 1em;
    }
        ul.postlist{
            list-style-type: disc;
            margin: 15px 0px;
        }
            ul.postlist li{
                margin-left: 45px;
            }
    p img{
        box-shadow: 5px 5px 7px #888;
        margin: 5px;
        padding: 0px;
        /*border: #ccc 1px solid;*/
        text-indent: 0px;
    }
    /*p img:after{
        content: attr(title);
        text-align: center;
        display: block;
        padding: 0px;
        border-top: #ccc 10px solid;
    }*/
    img.centerimage{
        margin: 0px auto;
        padding: 0px;
        display: block;
        border: none;
    }
    img.leftimage{
        margin: 0px 5px 0px 5px;
        padding: 0px;
        display: block;
        border: none;
        float: left;
    }
    img.rightimage{
        margin: 0px 5px 0px 5px;
        padding: 0px;
        display: block;
        border: none;
        float: right;
    }
    
    img.avatar{
        float: left;
        margin-left: -65px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 4px;
        box-shadow: 3px 3px 4px #888;
    }
    #comments{
        width: 495px;
        padding-left: 65px;
    }

    div.commenthead{
        display: block;
        height: 60px;
        width: 495px;
        border: solid #888;
        border-width: 0px;
        border-bottom-width: 4px;
        padding-bottom: 0px;
        margin-top: 30px;
        margin-bottom: 10px;
        
    }
    a.delcomment, a:link.delcomment, a:visited.delcomment, a:active.delcomment{
        color: #f00;
        font-size: 14pt;
        font-weight: bold;
    }
    a:hover.delcomment{
        color: #f80;
    }
    a.warning, a:link.warning, a:visited.warning, a:active.warning{
        color: #f00;
        font-weight: bold;
    }
    a:hover.warning{
        color: #f80;
    }
    #comments hr{
        height: 1px;
        border: 0px;
        border-bottom: 1px dotted;
        margin: 20px 65px 0px 65px; 
    }
    div.commenthead a.commentname{
        font-size: 16pt;
        font-weight: bold;
        text-shadow: 2px 1px 2px #888;
    }
    p.reply{
        text-align: right;
    }
    span.commentdate{
        font-size: 8pt;
        font-style: italic;
        line-height: 2.5em;
    }
    #comments p{
        text-indent: 0px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
    span.postinfo, a.postinfo, a:link.postinfo, a:visited.postinfo{
        font-size: 8pt;
    }
    div.header_line{
        height: 0px;
        width: 550px;
        margin: 5px 0px 15px 0px;
        border: #6c6 dotted 0px;
        border-bottom-width: 1px;
    }
    a.article_read, a:link.article_read, a:visited.article_read{
        margin-top: 20px;
        margin-left: 300px;
        display: block;
        font-size: 10pt;
    }
    a.posttitle_link, a:link.posttitle_link, a:visited.posttitle_link{
        font-size: 18pt;
        font-weight: bold;
        color: #f60;
    }
    a:hover.posttitle_link{
        text-decoration: underline;
    }

blockquote{
    font-style: italic;
    margin: 10px 50px;
    border: none;
    overflow: hidden;
    color: #888;
}

blockquote p:first-child:before, blockquote div:first-child:before, blockquote ul:first-child:before{
    content: "„";
}
blockquote p:last-child:after, blockquote div:last-child:after, blockquote ul:last-child:after{
    content: "”";
}

pre.trucks{
    font-size: 5pt;
    line-height: 5pt;
}
pre{
    background: #e5ffff;
    border: 2px #08f solid;
    border-radius: 5px 30px 5px 30px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}
pre:before{
    content: 'Preformatted';
    border: none;
    border-radius: 5px 5px 0px 0px;
    background: #08f;
    color: #fff;
    padding: 2px 10px;
    margin-top: -38px;
    position: absolute;
    font-weight: bold;
}
pre.trucks:before{
    font-size: 11pt;
    line-height: 1.2em;
}
pre.code:before{
    content: "Code";
}
pre code{
    background-color: #fff;
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: #08f solid 1px;
    /*overflow: hidden;*/
    color: #007700;
    overflow: auto;
}
pre span.codeheader{
    color: #fff;
    margin-left: 10px;
    border: none;
    border-radius: 5px 5px 0px 0px;
    background: #f80;
    padding: 2px 10px;
    display: inline-block;
    font-weight: bold;
    font-family: Arial;
}
.formlist{
    margin-top: 10px;
}
.formlist li{
    line-height: 20px;
    height: 25px;
}
fieldset{
    border: 1px solid #08f;
    width: 460px;
    background-color: #eff;
    margin-left: 50px; 
    margin-top: 10px;
}
legend{
    font-size: 18pt;
    color: #f60;
    font-weight: bold;
    margin: 0px 10px;
    padding: 0px 5px;
}
label, .textinput{
    width: 150px;
    float: left;
    line-height: 20px;
    height: 20px;
    margin: 0px;
    color: #666;
}
.textinput{
    width: 148px;
    border: 1px solid #08f;
    padding: 0px;
    color: #08f;
}
label{
    margin-left: 5px;
}
#search_label{
    color: #fff;
    float: left;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    width: auto;
}
.requiredtext{
    height: 20px;
    width: 145px;
    float: right;
    margin: 0px 0px 0px 5px;
    font-size: 8pt;
    color: #00f;
}
p.formtext{
    margin-left: 5px;
    color: #00f;
}
dl{
    margin-left: 50px;
}
dt{
    margin-top: 15px;
}
dd{
    margin-left: 15px;
    font-weight: bold;
}
.editor{
    margin-left: 0px;
    padding-top: 10px;
    width: 100%;
    border: 1px dotted #aaa;
    background-color: transparent;
}
.editor legend{
    color: #444;
    font-size: 16pt;
}
.editor li{
    margin-top: 15px;
}
.editor label{
    margin-bottom: 5px;
    width: 500px;
}
.editorinput{
    width: 500px;
    margin-left: 30px;
}
.editor input[checkbox]{
    float: left;
}
/**ROTChat**/
#ROTChat{
    position: fixed;
    bottom: 0px;
    right: 10px;
}
#ROTChatminmax{
    width: 19px;
    height: 19px;
    border-top: 1px solid #08f;
    border-bottom: 1px solid #08f;
    margin: 0px;
    padding: 0px;
    border: none;
    background: #48f;
    color: #fff;
}
#ROTChatwindow{
    width: 300px;
    height: 0px;
    display: block;
    padding: 5px;
    background-color: #cef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #08f;
    overflow: auto;
    border-bottom: none;
    font-size: 9pt;
}
#ROTChatwindow a{
    font-size: 9pt;
}
#ROTChatbox{
    width: 271px;
    padding: 0px 10px;
    border: 1px solid #08f;
    height: 17px;
}
.ROTChattext{
    width: 95%;
    margin: 0px auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: #adf;
    color: #048;
}
.ROTChatavatar{
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}
.ROTChatname{
    color: #08f;
}
.ROTChatdate{
    font-size: 7pt;
    float: right;
}
.adminlist{
    margin: 0px 30px;
}
.adminlist li{
    margin: 0px;
    padding: 5px;
    border-radius: 5px;
}
.adminlist li:nth-child(even){
    background-color: #e5ffff;
}
