/* $Id:screen-layout.css,v 1.1 2009/04/06 21:11:21 zarabadoo Exp $ */
/**
* This stylesheet contains styles that set up the layout for the various 
* regions of the site. It is not the place for any sort of color or font 
* information,only that which applies to the layout of the regions.
*/
/**
* Basic layout styles
*/
body{margin:0;padding:0;}
#page{position:relative;}
#messages{padding:1em;}
#wrapper{position:relative;}
#container{width:950px;margin:auto}
#left{width:310px;float:left;}
#right{width:310px;float:left;}
#content{width:640px;float:left;}

#page-title{}
#breadcrumb,
#pre-content,
#content-content,
#post-content,
#wide-below {}
#wide-above {}
#breadcrumb a{text-decoration:none;}
#breadcrumb a:hover{text-decoration:underline;}
#comments{padding:1em;}
#comments .indented{margin-left:0;padding-left:10px;}
#comments .comment{margin-bottom:2em;padding:1em;}
#comments .comment .new{float:left;line-height:1em;margin-right:1em;padding:.25em;}
#site-navigation{}
#site-information{position:relative;}
#extra-information{clear:both;position:relative;}

