/*
	Screen CSS
	Copyright (c) 2013 by SPOILED MILK
	http://www.spoiledmilk.com
*/

/* NORMALIZE ............................................ */
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
height: 100%;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object {
margin: 0;
padding: 0;
}
:focus {
outline: 0
}
:link, :visited {
text-decoration: none
}
/* clearfix */
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
/* HTML ELEMENTS....................................... */

/* Main ................ */
main {
margin: 20px auto;
max-width: 1170px;
}
/* aside */
aside {
float: left;

}
.inside {
background-color: #f4f4f4;
padding: 10px;
}
#sidebar.sticky {
float: none;
position:fixed;
top:20px;
z-index: 6;
left: auto;
}
/* main content */
.main_content {
float: left;

}
/* Footer .............. */

footer{
	padding:0px 0px;
	float:left;
	width:100%;
}
