/* SIMPLE STYLESHEET
This is the simple stylesheet for all browsers
Version 4 browsers don't support all the positioning elements used in ca-complex.css
but will see everything in this sheet.*/

html, body
{
  height:100%;
}

BODY 
{
	background-color : #eeeeee;
	margin: 0px auto;
}


.links {color: #AA0033;}





/************************ the logo bar**************/
#topbar {
	position:absolute;
	top:0px;
	left:0px;
	background : url(images/toplogobg.gif) repeat-x;
	width : 100%;
	background-color : #eeeeee;
}
#topbar .text {
	float : right;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 0.7em;
	font-weight:bold;
	color : #999999;
		padding-right : 1em;
	letter-spacing: 1px;
	}

#topbar h1 {
	padding: 0px;
	margin:0px;
}


div#simplepagetext
{
	padding-left:0.3em;
	padding-right:0.3em;
	padding-top:0.5em;
	background-color:#eeeeee;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}


div#simplepagetext H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:center;
	margin-bottom:0em;
}




/* formats the bar in includes/bottombar.php 
which shows on all pages but the home page.*/ 
.bottombar {
	font-size:1em;
	height:60px;
	width:100%;
	color: #777777;
	font-weight:bold;
			position: relative;
			top: 5px;
			}
	

	
.bottombar img {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	
}

/* makes the columns on the project detail pages
First make each entry a separate row, and clear both sides.  
Z-index is just in case there's an unexpected overlap
 in small screen resolutions*/
div.row {
  clear: both;
  z-index : 1;
  }
/* now float the image*/
div.row img.box
{
	float: right;
	margin-bottom: 20px;
	margin-right: 30px;
	clear:left;
}

hr.spacer {
	width: 150px;
	color: #888888;
	background-color: #cccccc;
	height: 3px;
	}

.center {
	text-align: center;
}

.bonus {
	background-color: #ffbbcc;
	color:#000000;
	font-weight:bold;
	border:1px solid #AA0033;
	
}
.bigbox {
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding:15px;

}