/*

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

*/


/* 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;
	outline: none; /* firefox */
}

a:visited {
	background: #eee;
}

h2 a:visited {
	background: transparent;
	}

a:hover, h2 a:hover {
	background: #cc3;
}

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;
	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%;
	float: left;
}

#sidebar ul {
	padding: 1em 0;
}

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

#sidebar ul li a {
	display: block;
}

#loader {
	background:  url('/img/666-loader.gif') no-repeat center center;
	min-height: 12em;
	}

#media {
	float: left;
}

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

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