/*
Atommo CSS
Author: Joel Steudler
Website: http://www.joelsteudler.com
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background: #000000;
	}

/* LAYOUT */

#titlebar {	
	height: 136px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #000000 url(images/titlebar_Atommo_tile_001.gif) center top repeat-x;
	}

#container {
	width: 90%;
	margin: 10px auto;
	}

#navbar {
	margin: 0 0 10px 0;
	}

#main {
	text-align: left;
	padding: 0 10px 0 10px;
	margin-left: 210px;
	margin-right: 210px;
	min-height: 600px;
	background: url(images/main_atom_bg_001.gif) center top no-repeat;
	}

#leftbar {
	float: left;
	min-height: 400px;
	height: 400px;
	width: 200px;
	margin: 0;
	padding: 220px 0px 0px 0px;
	background: url(images/image_Atommo_head_S.jpg) center top;
	background-repeat: no-repeat;
	}

#rightbar {
	float: right;
	min-height: 400px;
	height: 400px;
	width: 200px;
	margin: 0;
	padding: 0;
	}
	
#footer {
	clear:both;
	margin: 10px auto;
	font-size: .75em;
	}
	


/* LINKS */

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


/* TEXT STYLING */

h2 {
	font-size: 1.45em;
	padding: 3px 9px;
	margin: 0 -9px;
	border-bottom: 1px dotted #CCCCCC;
	}

.quote {
	font: Georgia, "Georgia";
	font-size: 1.5em;
	font-weight: bold;
	font-style:italic;
	margin: 0px;
	}

.quotegiver {
	margin: 5px 0px 20px 0px;
	}
	
/* IMAGES */

.newsicon {
	float: left;
	margin: 3px;
	}
	
.screen {
	padding: 5px;
	margin: 5px;
	border: solid 1px #CCCCCC;
	background-color: #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
