/**
 * @author              Steven Palmer and Bradley Silk
 * @author url          http://coalaweb.com
 * @author email        support@coalaweb.com
 * @version             Version 0.0.1 January 2013
 * @copyright           Copyright (c) 2013 Steven Palmer and Bradley Silk All rights reserved.
 */

@import url(../warp/css/layout.css);

/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#breadcrumbs,
#content
 { margin: 0px; }

#menu .module { margin: 10px 5px; }

#footer {
     padding: 25px 20px;
 }

#footer .module { 
    margin: 10px; 
}

#footer .module h6 { 
    font-size: 14px;
    height: 14px; 
}

/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#block-toolbar {
    display: none;
    border-bottom:1px solid #b2b2b2;
    color: #efefef;
    font-size: 80%;
    height: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

#block-toolbar-inner  {
    background: url("../images/noise.png") 50% 0 repeat;
    padding: 2px;
}

#toolbar .menu-line li a {
    color: #efefef;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

#toolbar .menu-line li a:hover {
    color: #444;
}

/* Header */
#block-header {
    height: auto;
    padding: 10px 10px 15px 10px;
    position: relative;
}

.header-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -1px 8px rgba(0,0,0,0.3) inset, 0 1px 8px rgba(0,0,0,0.5) inset;
}

#headerbar {
    min-height: 145px;
    overflow: hidden;
}

#headerbar .module {
        float: right;
        padding: 15px 0 0 0;
        text-align: right;
        font-family: helvetica, arial, sans-serif;
        max-width: 400px;
}

#headerbar .module a:hover{
    color: #fff;
}

/* Style specific for the bubble theme on Widgetkit Twitter */
#headerbar .wk-twitter-bubbles .content {
    color: #666;
}

#logo{
	position:absolute;
	z-index: 8;
}


/* Main */
#block-main {
    background: #dbdcde;
    padding-top: 50px;
}

#block-bottom {
    background: #dbdcde;
    padding-top: 20px;
}

/* Footer */
#block-footer {
    border-top: 15px solid #43803c;
    background: #182329;
    min-height: 100px;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;   
}

#footer {
    color: #ccc;
    line-height: 140%;
    text-align: left;
}

#footer ul {
	list-style: none;
}

#footer ul li{
	margin-left: -20px;
}

#block-footer-inner  {
    /* background: url("../images/noise.png") 50% 0 repeat; */
}

#footer a, #footer span.separator {
    color: #efefef;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

#footer a:hover {
    color: #444;
}

/* Sets colour for any space underneath the footer */
html {
    background: url("../images/noise.png") 50% 0 repeat #7e8689;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
	top: 20px;
}

.email{
    display: none;
}

.print{
    display: none;
}

.meta{
    display: none;
}

.edit{
    display: none;
}

.page-nav{
    display: none;
}