/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height:100%;
    min-height:100%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #ffffff;
	background: #356691;
	font-weight: 300;
	overflow-x: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    		
}

#page-wrapper {
	display:block;
	position:fixed;
    min-width:100%;
    min-height:100%;
    
}

.logo {
		display:block;
		background: url(../images/logo_dayplay.png) no-repeat center center;
		background-size: 170px 60px;
		height:60px;
		width:170px;
	}
	
#weatherContainer {
	clear:both;
	width:100%;
	text-align:center;
}

/*#documentIconImg {
	display: block;
	height:60px;
}*/

#weatherDescriptionHeader {
	float:left;
	width:100%;
	text-align:center;
}
	

a {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */
.main,
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container > header {
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #b14943;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */
.main {
	max-width: 70em;
}



@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}
}


/* CSS for iPhone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.logo {
     background: url (../images/logo_dayplay-50.png);
     background-size: 142px 50px;
     width: 142px;
     height: 50px;
     } 
	
	#pagewrapper {padding:20px;}
	#weatherContainer {
	visibility: hidden;
}
}


/* CSS for iPad 3,4 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 
	
	.logo {
     background: url (../images/logo_dayplay-2x.png);
     background-size: 255px 90px;
     width: 255px;
     height: 90px;
     }
}

.podbar {
    bottom:5px;
    position:fixed;
    text-align:center;
    width:100%;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    height:25px;
    color:#e7e9ed;
}
