﻿
/* Basics */

html, body { height: 100%; }
html>body #everything-container { height: auto; }

div#everything-container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

div#header-container,
div#content-container,
div#footer-container {
    width: 100%;
    clear: both;
}

div#header,
div#content,
div#footer {
    width: 100%;
}

/* Footer section */
div#footer {
    overflow: hidden;
    padding: 1em 0 1em 0; }
    
div#footer div.grid_4 {
    padding: 0 3em 0 1em; }
div#footer div.grid_4 img {
    float: left;
    padding: 0 1em 1em 0; }
div#footer div.grid_4 ul#contact-info {
    float: left; }
div#footer div.grid_4 ul#copyright-info {
    float: left;
    clear: right; }



div#content div.content-padding {
    padding: 0 0 0 16px;
}

div#content.column {
    float: left;
    width: 70%;
    margin-right: 0.5%;
}
div#content-right.column {
    float: right;
    width: 29%;
    margin-left: 0.5%;
}


div#banner {
    width: 728px; margin: 0 auto 1em auto;
}

div#header div {
    width: 100%;
    clear: both;
    overflow: hidden;
}

h1#page-header {
    float: left;
    padding: 0 16px;
}

b#slogan {
    float: right;
    padding: 1.25em 16px 0 16px;
    text-align: right;
}



/* Feed Elements */

div.section {
    position: relative;
    margin: 0 0 1.5em 0;
}

div.section h2 {
    padding: 0 16px;
    line-height: 250%;    
}

div.section ul {
    padding: 0.5em 0 1.5em 0; 
}

div.section p.empty {
    padding: 8px 16px;
}
div.section p { line-height: 125%; }

div.section ul li.entry h2 {}

div.section ul li.entry {
    /*padding: 0.25em 0 0.25em 0.5em;
    margin: 0.5em 0 0 0;*/
    margin: 8px 16px;
    padding: 0.25em 0 0.25em 0.5em;
}

div.section ul li.entry a {}

div.section ul li.entry span {
    float: right;
    margin: 0 0 0 0.25em;
}
div.section ul li.entry span span.date {
    float: left;
}

div.section ul li.entry span.overview-category {
    display: none;
}

div.section ul li.entry span.admin {
    float: right;
    margin: 0 0 0 0.5em;
}

div.section ul li.entry span.admin a {
    font-weight: normal !important;
}




/*
 *  Login classes
 */
.AspNet-Login {
    padding: 1em;
}

.login-header {
    width: 310px; height: 42px;
    margin: 2em 0 0 1em;
    background: transparent url('../images/login-header.png') no-repeat scroll top left;
}

.login-title {
    display: none;
}

.login-text {
}

.login-label {
    font: bold 1em/100% "Helvetica" sans-serif;
}
    .login-label em {
        font-style: normal;
    }

.login-textbox {
    display: block;
    margin: 0.5em 0;
    padding: 0.4em;
    background: #eee;
    border: solid 1px #ccc;
    font: normal 1.5em/100% "Helvetica" sans-serif;
}

.login-checkbox {
}

.login-link {
}

.login-button {
    display: block;
    text-decoration: none;
    width: 62px; height: 25px;
    background: red url('../images/btnLogin.png') no-repeat scroll top left;
}
.login-button:hover {
    background: transparent url('../images/btnLogin.png') no-repeat scroll left bottom;
}

.login-failure {}

.login-validator {}


/* Classes */
.clear {
    clear: both;
}
