/* $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{} #container,#nav,#footer,#wrapper{width:900px;margin:auto;} #site-information {display:none;} #left{width:300px;float:left;} #right{width:300px;float:left;} #content{width:900px;float:left;} .left-sidebar #content {width:600px;} .right-sidebar #content {width:600px;} .both-sidebars #content {} .no-sidebars #content {width:900px;} #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{} #comments .indented{margin-left:0;padding-left:10px;} #comments .comment{margin-bottom:2em;} #comments .comment .new{float:left;line-height:1em;margin-right:1em;padding:.25em;color:red;} #extra-information{clear:both;position:relative;}