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

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

/* aalto logo 
------------------------------------------------*/
#top {
 	background-color:#eee;
 	border-bottom:1px solid #ccc;
	padding:0px;
	margin:0px;
	height:50px;
	}
#site-logo {
	float:left;
	margin:10px 0px 40px;
	}
	
#site-logo img{
		height:35px;

}
#toplinks {
	float:right;
	height:30px;
	margin:15px 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;
}
#toplinks a:hover{
	color:#0065BD;
}

@media (max-width: 650px) {
	
	
	
	}
	@media (max-width: 450px) {
	
	#top {
		height:80px;
		}
	
	#toplinks {
		float:left;
		width:100%;
		text-align:center;
		}


}
@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;
		}

}