/*------------------------------------------------------------------------------
 * Title: 		CSS file for handheld media
 * Author:      Aki Karkkainen
 * URL:         http://reseau-pwdr.be/
 * Version: 	14-01-2010
 * Notes: 		rules for handheld devices
------------------------------------------------------------------------------*/

body {margin:0;padding:0;color:#333;background:#fff;}
img {display:none;}
img	{max-width:100%;}
ul li {float:none;}
#content {float:none;width:auto;}
h1, h2, h3, h4, h5, h6	{line-height:1em;margin-top:1.3em;}
form {font-size:0.9em;}

#header {background:none;width:auto;height:auto;}
#header h1 img, #header span#logo img {position:static;display:block;}
#header h1, #header span#logo {position:static;height:auto;}
#main h1 {margin:0 !important;}

body, #wrap {min-width:100%;}
#page, #wrap, #intranet {background:#fff;}
#intranet {height:auto;}
#wrap, #leftcol, .nav, #navtop ul, #content, #aside, #footer {width:auto !important;float:none !important;}

/* =navtop*/
#navtop {border-top:none;height:auto;margin-left:0;padding-left:0;top:0;width:auto;}
#navtop ul {float:none;margin:10px;}
#navtop li {width:auto;float:none;border-right:none;}
#navtop li a {display:block;float:none;width:100%;color:#988c61;font-weight:bold;font-size:1.2em;padding:2px 0;text-align:left;}
#navtop li a:hover {color:#000;background:#fff;text-decoration:underline;}
#navtop li.selected a {color:#000;background:#fff;text-decoration:underline;}

#accessibility a {position:static;width:auto;height:auto;display:block;margin:0 auto;padding:5px;top:auto;width:885px;color:#999;}

