body
{
	font-family: sans-serif;
	/*background: url(images/background.jpg) #7aa4c0 repeat-x;*/
	background-color: #F1F6F8;
}

#page
{
	margin: auto;
	max-width: 60em;
}

#menu
{
	position: absolute;
	top: 			210px;
	width:		220px;
	padding: 5px;
	line-height: 0;
}

#logo
{
	float:left; 
	margin-left: 5px;
}

#codepilots
{
   background: url(images/headbg.jpg);
	/*background-color: #BED4E0; */
	border-left: 		230px;
	border: 				2px solid black;
	padding:				5px 39px 5px 5px; 
	margin-top:			40px;
	text-align: 		right; 
	font-size:			42pt;

}

#menu a
{
	display: block;
	color: Blue;
	text-decoration: none;
	line-height: normal;
}

#menu a:hover, a:hover
{
	color: red;
}

#menu h1
{
	text-align: center;
	border-bottom: 1px dashed #7aa4c0;
	line-height: .7em;
	font-size:	medium;
}

#menu h2
{
	text-align: left;
	border-bottom: 1px dashed #7aa4c0;
	line-height: .7em;
	font-size:	medium;
}

#menu p
{
	line-height: normal;
}

#menu p a
{
	display: inline;
}

#cp-content h1
{
	text-align: center;
	
	border-bottom: 2px dashed #7aa4c0;
	line-height: .7em;
}

#cp-content
{
	margin-left:  		250px;
	margin-right: 		40px;
	text-align:    	justify;
	background-color: #E0EAF0;
	padding: 			5px 5px 5px 10px;

}

#foot
{
	margin-left:  		250px;
	margin-right: 		40px;
	margin-top: 		20px;
	text-align:    	justify;
	background-color: #E0EAF0;
	padding: 			5px 5px 5px 10px;
	font-size: 			xx-small;

}

#content h2
{
	margin-top: 0px; 
	border-bottom: 2px solid #7aa4c0;
	line-height: .7em;
}

.hidden
{
	visibility: hidden;
	overflow: hidden;
	height: 0;
	width: 0;
}

h2 a
{
	text-decoration: none;
	color: Black;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
	.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.post
	{
		clear: both;
		padding-top: 10px;
	}