/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.main {width:950px; margin: 0 auto; position: relative;}



/* MAIN NAVIGATION
--------------------------------------------------------- */
/* hide menu button by default */
#ja-menu-button {display: none; position: relative;}
#ja-mainnav #ja-menu-button:nth-child(2) { display: none; }

/* MODULES
--------------------------------------------------------- */
#ja-botsl .ja-masonry{width:205px; margin:0 15px; float:left;} /*module width on ja-botsl block*/
.masonry .custom{width:auto;}

/* suffix */
.masonry .full{width:280px;} /*use this suffix (" full") for non-blocks sidebar module*/
.masonry .block .full{width:273px;} /*use this suffix (" block full") for non-blocks sidebar module*/

/* gk Slideshow */
.gkIsWrapper-gk_coffe .gkIsText {
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    height: auto;
    color: #FFFFFF;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 9;
    font-size: 18px;
}

/* mini frontpage */
#ja-right .minifrontpage-default .mfp-table-cell:hover p {
    background: #eee;
}
/* chrono forms */
.ccms_form_element {
    padding: 0;
}


#ja-right .ja-r1 .ja-col {
    overflow: visible;
}

/* Social Links */
#ja-container .social a:hover {
    text-decoration: none;
}


/* Sidebar */
.search:before {
    color: #666666;
    content: "7";
    font-family: 'fontello-e5ee43a5';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 8px;
}
#ja-container #ja-right .ja-col > .greybox {
    background: #f5f5f5;
    background: -webkit-linear-gradient(center top , #F8F8F8 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top , #F8F8F8 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top , #F8F8F8 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(center top , #F8F8F8 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top , #F8F8F8 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #f6f6f6;
    padding: 5px 12px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
#ja-container #ja-right .ja-col > .greybox h3 {
    background: none;
    border-bottom: 1px solid #DDDDDD;
    font-size: 160%;
    padding-bottom: 2px;
}

/* Share links */
.sharelinks {
    margin: 0 !important;
    position: absolute !important;
    right: -3px;
    top: 6px;
    width: 70px;
}

/* Form styles */
.cfdiv_header, .category-list h2 {
    border-bottom: 1px dashed #DDDDDD;
    font-size: 28px;
    margin-bottom: 25px !important;
    padding: 10px 0 10px 5px;
}
/* temporarily hide link */
.chronoform a {
    display: none;
}
#ja-right label {
    padding-right: 10px;
}
.newssub input {
    width: 200px;
    float: right;
}
.newssub input[type="submit"] {
    width: auto;
    margin-top: 10px;
}

/* Categories */
.category-list .jcat-children {display: none;}

/* bottom */
#ja-content-bottom h4 {
    font-size: 14px;
     margin-bottom: 0;
}