/*
Theme Name: Sustainable
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
        text-decoration: none;
    }
    del {
        text-decoration: line-through;
    }

    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }


    body {
    font-family: Arial, Helvetica, sans-serif;
    }

    p {
    line-height: 1.4em;
    }

    #main {
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
	height: 768px;
    }

    #main a {
    color: #229edb;
    }

    .navbar {
    background-color:#008fd5;
    margin-bottom: 1.0em;
    height: 50px;
    }

    .text h1, .text h2 {
        color: #6aa844;
    }

    .text h1 {
        font-size: 1.4em;       
        font-style: italic;
        margin-bottom: 0.4em;
    }

    .text h2 {
        font-size: 1.0em;       
        margin-bottom: 0.4em;
    }

    .text p, .text ul {
    font-size: 0.9em;
    margin-bottom: 1.4em;
    }

    #content, #header, #main, .sub-main {
    margin-left: auto;
    margin-right: auto;
    }

    #header {
        height: 113px;
    }

    .navbar {
    color: #fff;
    }

    .navbar ul {
    }

    .navlist {
    position: relative;
    top: 10px;
    }

    .navbar ul, .navbar li {
    display: inline;
    }

    .navbar li {
    font-size: 1.2em;
    padding: 6px;
    }

    #header {
    position: relative;
    left: 1px;
    }

    .sidebar {
    text-align: right;      
    }

    .newsbox h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #fff;
    }
    .newsbox p {
    color: #fff;
    font-size: 0.8em;
    }

    .sub-main {
    /* background-image: url('images/bg-white.png'); */
    }

    .sidebar, .sidebar p, .sidebar ul {
        line-height: 1.5em;
        font-size: 0.9em;
    }

    .sidebar ul {
        padding-left: 20px;
        list-style-type: disc;
    }

    .sidebar li {
        margin-bottom: 10px;
    }

    .sidebar hr {
        margin-bottom: 10px;
        background-color: #008fd5;
        color: #008fd5;
        height: 5px;
        border: none;
    }

    .sidebar, .sidebar a {
        color: #fff !important;
    }

    .sidebar a {
        font-weight: bold;
        text-decoration: none;
    }

    .sidebar a:hover {
        text-decoration: underline;
    }

    .sidebar-header {
        margin-bottom: 8px;
        margin-left: 4px;
    }

    .text ul {
        margin-left: 17px;
        line-height: 1.8em;
        list-style-type: disc;		
    }

    .text ul li  a {
        color: #229edb;
    }

	.what-you-can-do-table td {
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.3em;
		font-size: 0.7em;
	}
	
	.footer {
		font-size: 0.7em;
	}
	
	.sub-sidebar img {
		margin-bottom: 10px;
	}
	
	.sub-sidebar {
		text-align: left;
		color: #000;
		font-size: 0.9em;
	}
	
	.sub-sidebar a {
		color: #229edb !important;
	}
	
	.sub-sidebar p {
		font-size: 0.9em;
		margin-bottom: 10px;
		color: #666;
	}
	
	.navigation {
		font-size: 0.8em;
		margin-bottom: 20px;
	}
	
	.gallery-item {
  margin-right: 1px !important;

}

.gallery-item img {
border: 1px solid #ccc !important;
}
