/*
Theme Name: Twenty Ten (Massey)
Description: Twenty Ten is stylish, customizable, simple, readable, and now also responsive.
Author: Peter Vullings (p.vullings@massey.ac.nz)
Template: twentyten
Version: 1.0.0
Text Domain: twentyten-massey
*/
*{
	box-sizing: border-box !important;
}
#access,
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width:100% !important;
	max-width:940px;
}
#branding img{
	width:100% !important;
}
#site-title{
	width:70% !important;
}
#site-description{
	width:30% !important;
}
#content{
	margin-right: 30% !important;
}
#primary{
	width:25% !important;
}

@media (max-width:899px){
	#primary{
		float:none !important;
		width:100% !important;
		border-top: 1px solid #e7e7e7;
		margin-top:24px;
		padding-top:24px;
	}
	#primary .widget-container{
		max-width:480px;
	}
	#content{
		margin-right: 20px !important;
	}
}
