/*
handheld.css
by Orjan Hansson, ohwada.se

Cascading style sheet for mobile phones at kundaliniyoga.se
Appropriate for modifying styles in art.css, which must have been loaded first

Version 1.0, 2010-08-13
*/

body {
/*	text-align: left;*/
	font-size: larger;
}
#container {
/*	width: 500px;*/
	width: auto;
/*	width: 100%;*/
	float: none !important;
}
#header {
	height: 130px;
	margin: 0;
/*	background: #fff url(/design/img/YogaBannerNy_svart2.jpg) top center no-repeat;*/
}
#header, #sideText, #rightColumn {
	display: none;
}
#leftColumn {
	width: auto;
	float: none !important;
	padding: 30px 15px 0 15px;
	background: #fff url(/design/img/remsa_tunn.jpg) top center no-repeat;
}
#footer {
	display: block;
	padding: 15px;
	background: #fff url(/design/img/remsa_tunn.jpg) top center no-repeat;
	text-align: left;
	line-height: 2.5em;
}
.startHidden
{
	display: block;
}

