@charset "UTF-8";
/* RF WEB 2013 */

html { min-height:100%; }

body {
    margin: 0px;
    padding: 80px 0px 0px 0px;
    font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color:#000;
    background: url(/files/theme-rf/layout/background-logo_1200.png) no-repeat center center #FFF;
    /*background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;*/
    background-attachment: fixed;
    width: 100%;
    min-height:100%;
}

a { text-decoration: none; }
a:link, a:active, a:visited { color:#4F4F4F; }
a:hover { color:#8D8B8B; }

ul, li { list-style: none; margin: 0px; padding: 0px; }

p { margin:0px 0px 20px 0px; padding: 0px; }

.invisible { display: none; }

.block { overflow: hidden; }

/* HEADINGS */
h1, h2, h3 {
    font-family: 'Holtwood One SC', serif;
    margin: 0px 0px 8px 0px;
    padding: 0px;
    font-weight: normal;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }



.animated {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert-error {
    color: #000;
    background-color: #CC9999;
    border-color: #CC0000;
}

/* CONTAINER DEF */

#header {

}
#header .inside {  }

#main {

}

#main .inside {

}

#main .image_container { margin:0px; }

#footer {
    color:#666666;
    line-height: 25px;
    font-size: 1em;
    text-align: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 25px;
    -moz-box-shadow: 0px 0px 6px #C0BFBF;
    -webkit-box-shadow: 0px 0px 6px #C0BFBF;
    box-shadow: 0px 0px 6px #C0BFBF;
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}
#footer a {
    color:#666666;
}


/* MAINMENU */

.mainmenu {
    /*position: absolute;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 96%;
    height: 50px;
    margin: 0px 2%;
    z-index: 10;
}
.mainmenu ul {
    width: 100%;
    height: 50px;
}
.mainmenu ul li {
    float:left;
}
.mainmenu ul li a {
    margin-right: 15px;
    background-color: #000;
    color:#FFF;
    padding: 5px 8px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-box-shadow: 0px 2px 6px #6f7370;
    -webkit-box-shadow: 0px 2px 6px #6f7370;
    box-shadow: 0px 2px 6px #6f7370;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.mainmenu ul li a:hover {
    padding-bottom: 8px;
    background-color: #333;
}
.mainmenu ul li.active a {
    padding-bottom: 8px;
    background-color: #333;
}

#mobileMenuButton { display:none; }

#mobileMainlogo {
    display:none;
}


/* ARTICLE */

.mod_article {
    position: relative;
    width: 940px;
    margin:0px auto 60px auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.gradient {
    border: 1px solid #DDD;
    background: -moz-linear-gradient(top, #EEE, #FFF);
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -ms-linear-gradient(top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);
    box-shadow: 1px 2px 4px rgba(0,0,0, .2);
    opacity:0.95;
}
body.ie6 .gradient, body.ie7 .gradient, body.ie8 .gradient {
    background:url(/files/theme-rf/layout/white-background-95.png) repeat top left;
}

.box {
    background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)), color-stop(.1,rgba(243, 243, 243)));
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -webkit-border-bottom-right-radius: 6px 50px;
}

.box:before{
    content: '';
    width: 50px;
    height: 100px;
    position:absolute;
    bottom:0; right:0;
    -webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.1);
    z-index:-1;
    -webkit-transform: translate(-35px,-40px)
    skew(0deg,30deg)
    rotate(-25deg);
}

.box:after{
    content: '';
    width: 100px;
    height: 100px;
    top:0; left:0;
    position:absolute;
    display: inline-block;
    z-index:-1;
    -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(2deg)
    translate(20px,25px)
    skew(20deg);
}

/* CONTENT */
.image_container { margin: 0px auto; }
.image_container img { max-width: 100%; height: auto; }

.ce_text ul li {
    margin: 0px 0px 4px 0px;
    list-style-type: disc;
    list-style-position: inside;
}

.ce_form { margin-bottom: 20px; }

.ce_form label {
    display: inline-block;
    width:120px;
}

.ce_form input, .ce_form textarea, .mod_search input {
    width:250px;
    border:1px solid #000;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding:2px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.ce_form textarea {
    height: 80px;
    width: 70%;
}
.ce_form input.submit {
    margin-left: 120px;
    width: auto;
}
.mod_search .submit { width: auto; }

/* PAGINATION */

.pagination {
    margin-bottom: 15px;
    overflow: hidden;
}
.pagination ul {

}
.pagination ul li {
    float:left;
}
.pagination ul li.next a, .pagination ul li.next span {
    border-left:1px solid #CCC;
}
.pagination ul li.previous a, .pagination ul li.previous span {
    border-right:1px solid #CCC;
}
.pagination ul li a, .pagination ul li span {
    display:block;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding: 5px 8px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.pagination ul li a:hover, .pagination ul li span:hover { background-color: #CCC; }
.pagination ul li:first-child a, .pagination ul li:first-child span { border-left: 1px solid #CCC; border-radius: 3px 0px 0px 3px; }
.pagination ul li:last-child a { border-right: 1px solid #CCC; border-radius: 0px 3px 3px 0px; }
.pagination ul li span.current { font-weight: bold; background-color: #CCC; }

/* NEWS LISTING */
.newslistentry { margin-bottom: 5px; }
.newslistentry time { font-style: italic; }
.newslistentry a { margin-left: 5px;}

p.back { margin-top: 20px; font-weight: bold; }

/* GIG LISTING */
.mod_eventlist .event {
    margin-bottom:18px;
    font-weight: bold;
}
.mod_eventlist .header {
    padding: 4px;
    background-color:#FFF;
    margin-bottom: 4px;
}
/* NEWS */

.newslisting .entry {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
}
.newslisting h2 {
    font-family: 'Holtwood One SC', serif;
    font-size: 1.1em;
    margin-bottom: 2px;
}
.newslisting .datum {
    font-style: italic;
}

.historylistentry time, .historyentry time { display: none; }

/* GALLERY */

.ce_gallery {
    float: left;
    width: 250px;
    height: 300px;
    margin-right: 20px;
    overflow: hidden;
}

.ce_gallery .imageList {
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.ce_gallery .imageList li { display: none; }
.ce_gallery .imageList li.row_0.col_0 { display: block; }
.ce_gallery .imageList li.row_0.col_0 img  {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.ce_gallery h1, .ce_gallery h2 {

}

/* SOCIAL */

#rf-search {
    position: absolute;
    top: -30px;
    right: 140px;
    width: 64px;
    height: 64px;
    background: url(/files/theme-rf/layout/icon_search.png) no-repeat top left;
    text-indent: -999px;
    overflow: hidden;
    opacity:0.5;
    z-index: 25;
}

#rf-facebook {
    position: absolute;
    top: -30px;
    right: 5px;
    width: 64px;
    height: 64px;
    background: url(/files/theme-rf/layout/icon-facebook.png) no-repeat top left;
    text-indent: -999px;
    overflow: hidden;
    opacity:0.5;
    z-index: 25;
}

#rf-youtube {
    position: absolute;
    top: -30px;
    right: 70px;
    width: 64px;
    height: 64px;
    background: url(/files/theme-rf/layout/icon-youtube.png) no-repeat top left;
    text-indent: -999px;
    overflow: hidden;
    opacity:0.5;
    z-index: 25;
}
body.mobile #rf-youtube, body.mobile #rf-facebook, body.mobile #rf-search {
    top:5px;
    opacity:1;
}
#rf-youtube:hover, #rf-facebook:hover, #rf-search:hover {
    top:5px;
    opacity:1;
}

/* DOWNLOADS */

.ce_downloads ul li {
    padding: 2px;
    margin-bottom: 2px;
    line-height:1.1em;
}
.ce_downloads ul li a {
    font-size: 1.1em;
    display:inline-block;
    min-width: 360px;
    color:#000;
}
.ce_downloads ul li .info {
    display: inline-block;
    margin-left: 10px;
}
.ce_downloads .size {
    margin-right: 5px;
    font-size: 0.9em;
    display: inline-block;
    width: 100px;
}

.long-names .ce_downloads ul li a { min-width: 500px; }

/* SEARCH */

span.relevance {
    font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
.mod_search h3 { font-size: 0.9em; }

.mod_search div.even { border-bottom: 1px solid #666; }
.mod_search div.first { border-top: 1px solid #333; }
.mod_search div.odd { border-bottom: 1px solid #333; }

@charset "utf-8";
/* css rubberfresh.at, 2013 */



@media only screen and (max-width: 1200px) {
    body {
        background-image: url(/files/theme-rf/layout/background-logo_790.png);
        background-size: auto;
        background-size: auto;
        background-size: auto;
    }
    .mod_article {
        width: 940px;
    }
}

@media only screen and (max-width: 990px) {
    .mod_article {
        width: 740px;
    }
}

@media only screen and (max-width: 790px) {
    body {
        background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-position: center 130px;
        background-attachment: local;
        min-width: 350px;
    }
    .mainmenu {
        overflow: visible;
        top: 0px;
        left: 20%;
        width: 60%;
        right:auto;
        padding: 0px;
        margin:0px;
    }
    .mainmenu ul {
        display:none;
        height: auto;
    }
    .mainmenu ul li { float:none;  }
    .mainmenu ul li a {
        display:block;
        margin:0px 0px 5px 0px;
        padding: 5px;
        font-size: 1.1em;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
    }
    .mainmenu ul li a:hover {
        padding:5px;
        background-color: #333;
    }
    .mainmenu ul li.active a {
        padding:5px;
        background-color: #333;
    }

    #mobileMenuButton {
        display: block;
        position: absolute;
        top: 5px;
        left:4%;
        width: 30px;
        height: 30px;
        background: url(/files/theme-rf/layout/icon-menu.png) no-repeat top left;
        background-size: contain;
        overflow: hidden;
        text-indent: -999px;
        z-index: 30;
    }

    .mainmenu ul {
        margin:0px;
        position: absolute;
        top:-150px;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 500;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 5px;
        -webkit-box-shadow: 0px 0px 5px 1px #9e9e9f;
        box-shadow: 0px 0px 5px 1px #9e9e9f;
    }
    .mod_article {
        position: relative;
        width:92%;
        padding: 1%;
    }
    #rf-search {
        top: 5px;
        right:4%;
        margin-right: 80px;
        width: 32px;
        height: 32px;
        background-size: contain;
    }
    #rf-facebook {
        top: 5px;
        right:4%;
        margin-right: 40px;
        width: 32px;
        height: 32px;
        background-size: contain;
    }
    #rf-youtube {
        top: 5px;
        right: 4%;
        width: 32px;
        height: 32px;
        background-size: contain;
        text-indent: -999px;
    }
    #mobileMainlogo {
        display: block;
        position: absolute;
        top: 5px;
        right: 4%;
        width: 57px;
        height: 32px;
        margin-right: 120px;
        background: url(/files/theme-rf/layout/icon-rubberfresh.png) no-repeat top left;
        background-size: contain;
        overflow: hidden;
    }
}

