/*!
Theme Name: Catered4
Theme URI: http://www.catered4.com.au
Author: Cater For
Author URI: http://www.catered4.com.au
Description: Catered4 Customisable theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cateredfor
Domain Path: /lang/
Tags: 
*/

@import url(css/style.css);

.categories-placeholder .categories {
    list-style-type: none;
}
.categories-placeholder {
    padding-bottom: 20px;
}

#site-aside.fixed {
    position: fixed !important;
    right: 0px;
    top: -60px;
    z-index: -10;
}

.static-content-page {
    padding: 0 0 15px 0;
}
.container-content-bg {
    background-color: #fbfbfb;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.page-content .about-content-text {
    padding: 10px;
    margin: 0 10px;
    font-size: 14px;
    min-height: 200px;
}

.static-content-page .posts-image-container {
    max-height: 200px;
    overflow: hidden;
    min-height: 180px;
}

.static-content-page .posts-image-container {
    float: left;
    width: 35%;
    padding: 2px 10px 5px 10px;
}
.static-content-page .posts-content-container {
    /*float: left;*/
    width: 100%;
    padding: 5px 10px;
}
.posts-content-container header h1 {
    font-size: 24px;
}
.posts-content-container header {
    padding-bottom: 10px;
}
.posts-content-container header h1 a {
    color: #97af01 !important;
}
