@charset "utf-8";
/* CSS for small size display*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	min-width:300px;
}

header, section, article, aside, dialog, footer  {
  display:block;
}

#leftlogo {
	margin: auto;
	float: left;
	text-align: center;
	width: 15%;
}

#walker {
	display: none;
}
	
nav	{
	margin: 0;
	width: auto;
}

nav ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

nav a {	
	display: block;
	padding: 3px;
	margin: 0;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;	
	border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #999, 2px 2px 0 #666, 3px 3px 0 #333, 4px 4px 5px rgba(0,0,0,.5);
	color: #000000;
	background-color: #FFFFCC;
	opacity:1.0;
}

nav a:hover, nav a:focus {
	background-color: #666666;
	color: #FFFF00;
	font-weight: bold;	
	font-size: 0.8em;
	padding: 3px;
	border-bottom: 2px solid #000000;
}

.tophead {
	padding-top: 5px;
}

.tophead h1{
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFF;
	color: #FF0000;
	margin-bottom: .5em;
	font-size: 2em;
	text-shadow: 2px 2px 6px #333;
}

.tophead h1:hover {
	color:#FFFF99;
}

.tophead p {
	margin: 0 0 5px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

a:hover, a:focus {
	color: #000000;
	background-color: #FFFF99;
}

.clear {
	clear: both;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}


section {
	background-image: url(sign_pedcross_small.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}


section h2 {
	font-size: 1.5em;
	margin-left: 15px;
	text-align: center;
	text-shadow: 2px 2px 2px #00CC00, 3px 3px 3px #ccc;
}

article {
	clear: both;
	min-height: 110px;
	padding: 5px;
	box-shadow 3px 3px 3px #333;
}

article a:hover, article a:focus {
	color: #FFFFFF;
	background-color: #000000;	
}

figure {
	position: relative;
	padding: 3px;
}

.footerDiv {
	text-align: center;
	font-size: .8em;
	float: left;
	margin-left: 3px;
	width: 28%;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;

}

.goodidea {
	color: #009900;
	background-color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	box-shadow: 3px 3px 3px #999;
}

.bad {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 3px #999;
}

aside {
	clear: all;
	float: none;
	width: 80%;
	padding: 15px;
	border: 2px solid #000000;
	overflow: auto;
}

aside a:visited {
	color: #333333;
	background-color: #FFFFFF;
}

aside a:hover, aside a:focus {
	color: #000000;
	background-color: #FFFFCC;
}