/*
Theme Name: Aalto Twenty Eleven
Description: Aalto Child theme based on Wordpress Twenty Eleven theme 
Author: Esa Salmio / Aalto Learning Services
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* aalto logo 
------------------------------------------------*/
#page {
		margin: 0 auto;
		}
#top {
 	background-color:#FFF;
 	border-bottom:1px solid #000;
	padding:15px 0px 0px 20px;
	margin:0px;
	height:60px;
	}
#site-logo {
	float:left;
	margin:0px;
	}
#toplinks {
	float:right;
	height:1em;
	margin:10px 20px 0 0;
	font-family:Arial, helvetica, sans-serif;
	color:#ccc;
	}
	
#toplinks a	{
	font-size:0.8em;
	font-family:Arial, helvetica, sans-serif;
	color:#000;
}
#branding{
	border-top: 0px solid #fff;
}

@media (max-width: 650px) {
	
	#top {
		height:120px;
		}
	
	#toplinks {
		float:left;
		}
	body {
		padding: 0;
		}	
	}
	@media (max-width: 450px) {
	
	#top {
		height:100px;
		}
	
	#toplinks {
		float:left;
		width:100%;
		text-align:center;
		}
		
	#page{
		margin-top:0px;
		}
		
	body {
		padding: 0;
		}
	}



@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
	
	#top {
		height:150px;
		}
	
	#toplinks {
		float:left;
		}

}