/*
Theme Name: Caboolture 4WD Club
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: c4d
*/


.navbar
{
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.60);
    border-radius: 5px;
    color: #ffffff;
    background-image: url('assets/images/menu.png');
}

maincon
{
    margin: 0;
    padding: 0;
}

.body
{
    background-color: #DBD7D1;
    background: #DBD7D1;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: grey;
    border-radius: 10px;
}

.dropshadow
{
    -webkit-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 28px -2px rgba(0,0,0,0.75);
}

.slider
{
    margin-top: -50px;
}

.slimcol
{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.main
{
    background-image: url('assets/images/header-background.jpg');
    background-repeat: repeat;
}

.thumbnailbody
{
    margin-top: 20;
}

