/*
 Small Stylesheet
 Kantonese Students' Association
 Style by Kent Rasmussen
*/

/*
 This stylesheet is just for elements that are displayed differently on smaller screens.
 If styles are for larger screens, view style_normal.css
 If styles are for all, view style.css
*/
body {
	background-position:0 49px, 0 0;
}
#logo {
	height:50px;
	width:50px;
}
#top {
	height:48px;
}
#title {
	font-size:21px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	letter-spacing:-2px;
	padding:0 0 0 65px;
}
#title img {
	display:none;
}
#navigation {
	font-size:10px;
	height:13px;
	line-height:13px;
	padding:0 0 0 60px;
}
#navigation a {
	border:0;
}
#content {
	font-size:10px;
	padding:2px;
}