/**
 * Stylesheet
 * 
 * @author      Lex van der Woude <lex@bizhub.co.nz>
 * @copyright   Copyright (c) 2006-2012 BizHub Ltd.
 * @link        http://bizhub.co.nz
 */

/*
 * Resets
 */
body, html {
    width: 100%;
    height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*------------------------------------------------------------------*/

/*
 * Styles
 */
body {
    background: url(../images/maintenance/bg.jpg) center 186px no-repeat;
    
    color: #006330;
    font-family: Helvetica, Georgia, Arial, sans-serif;
    font-size: 16px;
}

a {
    color: #29ABE2;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2em; /* 32px */
    font-weight: bold;
}
h2 {
    font-size: 1.5em; /* 24px */
    font-weight: bold;
}
h3 {
    font-size: 1.125em; /* 18px */
    font-weight: bold;
}
h4 {
    font-size: 1.0625em; /* 17px */
    font-weight: bold;
}
h5 {
    line-height: 1.75em;
    font-size: 1em; /* 16px */
}

p {
    font-size: 0.875em; /* 14px */
}
p.lrg {
    font-size: 1.125em; /* 18px */
}

/*
 * Basic's
 */
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.relative {
    position: relative;
}
.show {
    display: block;
}
.hide {
    display: none;
}

/*
 * Printing styles
 */
@media print {
    .noprint { display: none; }
}

/*
 * Clear fix
 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/*-------------------------------------------------------------------*/

/*
 * Containers
 */
.container {
    width: 920px;
    height: inherit;
    min-height: inherit;
    padding: 0 20px;
    margin: 0 auto;
}

/*-------------------------------------------------------------------*/

/**
 * Top block
 */
#top {
    height: 186px;
    background: #FFF;
}
#top .container {
    position: relative;
}

#top .logo {
    position: absolute;
    left: 20px; top: 64px;
}
#top .banner {
    position: absolute;
    right: 0; top: 0;
}

/*-------------------------------------------------------------------*/

/**
 * Full slideshow
 */
#slideshow {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0;
}

@media only screen and (max-width: 1250px) {
    #slideshow {
        width: 960px;
    }
    #slideshow img {
        left: -120px !important;
    }
}

/*-------------------------------------------------------------------*/

/**
 * Body block
 */
#body .container {
    padding-top: 40px;
    background: #FFF;
}
#body a {
    font-weight: bold;
}

#body .top {
    border-bottom: #CCE6AA solid 1px;
    margin-bottom: 20px;
}
#body .left {
    width: 460px;
    height: 305px;
    margin-right: 20px;
}
#body .right {
    width: 440px;
    height: 315px;
}

/* Custom modification */
#kauripak img {
    margin-bottom: 18px;
}
#kauripak h4 {
    /* margin-bottom: 54px; */
}

#contacts h3 {
    padding-top: 15px;
    color: #91C83F;
}

#team-avocado {
    color: #A3A410;
}
#avo-pic {
    color: #006330;
}
#team-avocado img,
#avo-pic img {
    margin-bottom: 14px;
}
#team-avocado p.lrg,
#avo-pic p.lrg {
    margin-bottom: 24px;
}


/*-------------------------------------------------------------------*/

/**
 * Footer block
 */
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -259px; /* = footer_height */
}
.push {
    clear: both;
    height: 280px; /* padding = footer_height + X */
}

#footer {
    height: 258px;
    border-top: #CCE6AA solid 1px;
    background: #8AC53E;
    
    font-size: 12px;
}
#footer .top {
    height: 55px;
    line-height: 55px;
    background: #FFF;
}

#footer a {
    color: #006330;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}