/*
solna.se
handheld.css: Styles for handheld devices
*/

/*
=Reset
*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}
body {
	padding:10px;
	color:#000;
	border:10px solid #f6f4f3;
	background:#fff;
}
html {
	font:76%/1 Arial,sans-serif;
}
body {
	font-size:1.07em;
	line-height:1.308em;
}
address,dl,fieldset,p,pre,ul,ol,table {margin:0 0 1.308em;}
ol ul,ul ol,ul ul,ol ol,td ul,td ol {margin-bottom:0;}
ol li {margin-left:24px;}
blockquote {
	margin:1em 40px;
	font-style:italic;
}
dt {font-weight:bold;}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	background:#f6efec;
}
th,td {
	padding:9px 17px 8px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}
th {
	color:#fff;
	background:#5b513f;
}
caption,th {
	font-weight:bold;
	text-align:left;
}
img {border:none;}
html,body {
/* color, background, and font are defined in global.css */
}
code,
kbd,
pre {font-family:Monaco, Courier, "Courier New", Tahoma;}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	font-weight:bold;
	font-size:1em;
	font-family:Arial, sans-serif;
}
h1 {
	margin:5px 0 7px;
	font-size:1.616em;
	line-height:1.24;
}
h2 {
	margin:0.933em 0 0.2em;
	font-size:1.154em;
}
h4 {
	font-style:italic;
	font-weight:normal;
}
legend {color:#000;}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#000;}
a:focus {color:#000;}
a:active {color:#000;}
/* External link */
a.external .icon {
	padding-right:15px;
	background:url(/i/external.png) no-repeat 100% 1px;
	text-decoration:none;
}
h2 a.external span {text-decoration:none;}
a.external {text-decoration:none;}
a.external span {text-decoration:underline;}


/*
=Modules
*/
.m {margin:17px 0;}
.m-h {background:#5b513f;}
.m-h h1,
.m-h h2,
.m-h h3 {
	margin:0;
	padding:8px 17px 9px;
	color:#fff;
	font-size:1.154em;
	line-height:inherit;
	font-weight:bold;
}
.m-h a:link,
.m-h a:visited {
	color:#fff;
	text-decoration:none;
}
.m-h a:hover,
.m-h a:active,
.m-h a:focus {text-decoration:underline;}
.m .m-c {
	padding:17px 17px 0;
	background:#d2c8c3;
	overflow:hidden;
}
.m h3 {margin:0;}

/*
 * Header
 */
#header ul {list-style:none;}
#photo {display:none;}

/*
 * Sub navigation
 */
#nav-sub ul {list-style:none;}

/*
=Boilerplate
*/
.boilerplate {
	margin:0 0 17px 0;
	padding:17px;
	background:#d2c8c3;
}
.boilerplate h1 {margin:0 0 5px;}
.boilerplate p {margin:0;}
.boilerplate .read-more {font-weight:bold;}
/* Crisis boilerplate */
#body .boilerplate-crisis {
	color:#000;
	background:#ff4200;
}
.boilerplate-crisis h1 {color:#fff;}
.boilerplate-crisis .read-more {
	margin-top:17px;
	text-align:left;
}

/*
=Lists
*/
#content ul li {
	padding-left:20px;
	padding-bottom:5px;
	background:url(/i/list-bullet.png) no-repeat 5px 0.55em;
	list-style:none;
}

/*
 * Hidden elements
 */
.listen {
	display:none;
	visibility:hidden;
}
