/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

#logo p {
    margin: 0;
}

#top-a .wk-slideset-inspire {
    position: relative;
    margin-bottom: -30px;
}

#top-a .wk-slideset-inspire .sets {
    padding: 75px 0 75px 0;
}

#top-a .wk-slideset-inspire .nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.screen {
    width: 460px;
    height: 340px;
    position: relative;
    background: url(/images/yootheme/home_screen.png) 0 0 no-repeat;
}

.screen .wk-slideshow-default {
    position: absolute;
    top: 15px;
    left: 32px;
}

#bottom-a .wk-twitter-single {
    margin-top: 15px;
    padding: 30px 130px 0 200px;
    border-top: 1px solid #e7e7e7;
}

#bottom-a .wk-twitter-single.image {
    background-position: 130px 32px;
}

#block-top-a .module {
    margin: 0;
}


#top-b {
    width: 80%;
    margin: 0 auto;
    padding: 0 25px;
    border-bottom: 1px solid #ccc;
}
.blackyellow #top-b{
    border-bottom: 1px solid #000;
}

.blackyellow #sidebar-a , .blackyellow #sidebar-b {
    box-shadow: 1px 0 0 #000 !important;
}

.sidebar-a-left #sidebar-a , .sidebar-b-left #sidebar-b {
    /*border-width: 0 1px 0 0;*/
    box-shadow: 1px 0 0 #ccc;
}


.blackyellow #sidebar-a, .blackyellow #sidebar-b {
    box-shadow: -1px 0 0 #000 !important;
}
.sidebar-a-right #sidebar-a, .sidebar-b-right #sidebar-b {

    box-shadow: -1px 0 0 #ccc;
}


#sidebar-a, #sidebar-b{
    position: relative;
    margin: 10px 0;
}
.wk-slideshow .slides > li{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}

#bottom-inside{
    padding: 0 0 15px;
}
/*#block-main .wrapper{*/
    /*box-shadow: 0 0 0 2px #ccc;*/
    /*-moz-box-shadow: 0 0 0 2px #ccc;*/
    /*-webkit-box-shadow: 0 0 0 2px #ccc;*/
/*}*/
/**/
/*.blackyellow #block-main .wrapper{*/
    /*box-shadow: 0 0 0 2px #000;*/
    /*-moz-box-shadow: 0 0 0 2px #000;*/
    /*-webkit-box-shadow: 0 0 0 2px #000;*/
/*}*/



/*Tip : changes background colour of eveent calander event hover : remove for transparent*/
.tip {
    background-color: #EEF0EF; !important;
    }




