/*

Code by A to M.
Author: Mike Fallows, 2006-2007
No biting.


Just for Handhelds!

*/


/* MAIN TAGS */

* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	color: #888;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center; /* IE */
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	background: #eee;
}

a:hover {
	background: #ff0;
}

h1, h2, h3, h4 h5 {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid;
}

p, h3 {
	line-height: 100%;
	padding-top: 1em;
}

ul { list-style-type: none; }

.details { line-height: 140%; }

/* ID'S */

#wrapper {
	text-align: left; /* reset */
	margin: 0 auto;
	width: 95%;
/*	max-width: 1200px;
	min-width: 850px; No need for that */
	font-size: 1.1em;
	line-height: 1.2em;
}

#header {
	height: 10em;
	background: url('/img/AtoMlogo_bw-58x58.gif') no-repeat left center;
}

#header h1 {
	display: none;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
}

#sidebar {
	margin-left: 2px;
/*	width: 25%; No width for this bad boy, fill up yo' screen son! */
	float: left;
}

#sidebar ul {
	padding: 1em 0;
}

#sidebar ul li {
	border-bottom: 1px solid;
}

#sidebar ul li a {
	display: block;
}

#media {
	float: left;
	display: none; /* get it out the way! */
}

img.portImg {
	margin-left: 3em;
	}

#footer {
	float: left;
	width: 100%;
	margin: 1em 0;
}