/*

Theme Name: Schools Week

Author URI: http://www.heavylightdesign.com

Description: HLDesign for FE Week.

Author: http://www.heavylightdesign.com

Version: 2.0

License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

Copyright: (c) 2011 Heavylight

*/

body {
	height:auto !important;
}

.logo-shield {
    position: relative;
    top: 0;
    text-align: center;
    z-index: 100;
}

.logo {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display:block !important;
}

.logo-feweek {
    position: relative;
    margin: -35px 0 15px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px dashed #ccc;
    padding: 50px 0 15px;
    z-index: 99;
}

.header-tagline {
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 5%;
}

.header-date {
    /*position: absolute;
    top: 0px;
    right: 0;
    margin-top: 5%;
    font-family: 'Enriqueta', serif;
    font-weight: 700;
    font-size: 0.750em;
    text-transform: uppercase;
    z-index: 103;*/
}

.sub-sticker {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 104;
    display: none;
}

@media screen and (max-width: 460px){
	.footer-twitter a {
    		float: left !important;
	}
}