/* == Flexible Two Column (liquid) - BLUEBERRY - icerabbit - 20060925a == */

@import "Common.css";

#container {
	width: 90%;
	margin: 0px auto;
	padding: 0px;   
	text-align: left; /* this overrides body centering*/
	background:#E0F1F3;
	}

#header {
	color:#cccccc;  
	font-size:large;
	font-weight:normal;
    padding:0px;
	text-transform:none;
	letter-spacing: .2em;
	background: #0D3360;
	font-family:arial;
	}
	
#content {
	margin: 0px;
	padding: 0px;
	}

#blogentries {
	color:#000000;
	padding: 2px;
	margin: 0 200px 0 0;
	}

#primarySidebar {
	color:#000080;	
	float:right;
	width:200px;
	top: 0px;
	padding: 2px;
	font-weight:normal;
	line-height:140%;
	background: #C5D7D9;
	}

#secondarySidebar {
	display:none;
	}
	
#footer {
	color: #BFE2F9;
	clear: both;
	height: 15px;
	text-align: center;
	font-size:x-small;
	border-top:1px solid #CCC;
	border-bottom:0px solid #CCC;		
	background: #3774B1;
	}