body 
{
	margin-left: 0px;
	margin-right: 0px;      
	margin-top: 0px;
	margin-bottom: 0px;     

/*background: transparent url(http://evan.mcnabbs.org/photoalbum/antelopeisland/IMG_0007.JPG-normal.jpg) no-repeat top left;*/
	/*background: #e8ebff;*/

	/*padding-left: 10px; */

        font-family: arial;
	font-size: 90%;
}

.front_page_text
{
	padding-left: 10px;
}

.header
{
	
	padding-top: 13px;
        padding-bottom: 11px;
        padding-left: 70px;

	border-top: 1px solid black;
        
	background: #e2e2e2;
        font-family: arial;
	font-size: 140%;
}

.header_image
{
	position:absolute;
	left:13px;
	top:7px;
}

.header_menu
{
	padding-top: 0px;
        padding-bottom: 11px;
        padding-left: 100px;

	border-bottom: 1px solid black;

	background: #e2e2e2;
        font-family: arial;
	font-size: 110%;
}

.subheader_menu
{
	padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 475px;

	background: #e2e2e2;
        font-family: arial;
	font-size: 80%;
}

.body_text
{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 85%;
}

.blog_box
{
	
	width: 600px;

	font-size: 100%;

	margin-left: 10px;
	margin-right: 0px;      
	margin-top: 0px;
	margin-bottom: 10px;     
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

	border-style: dotted;
	border-width: 1px;
	
	background-color: #eef7ff;	


}

.blog_date_box
{
	/*
	display:inline;
	position:relative;
	top:-10px; left:-15px;
	padding:5px;
	z-index:3;
	*/
	color: #263c63;
	font-size: 110%;
}

.blog_text_box
{

}

.blog_calendar_box
{
	position:absolute;
	left: 650px;
	top: 250px;
	width: 130px;
	text-align: left; 
	border-width: 1px;
	border-style: dotted;
	background: #e2e2e2;
}

.blog_category_box
{
	position:absolute;
	left: 650px;
	top: 120px;
	width: 130px;
	text-align: left; 
	border-width: 1px;
	border-style: dotted;
	background: #e2e2e2;
}

.footer
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
	padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        
	background: #e2e2e2;
        font-family: arial;
	font-size: 80%;
}

/*  Get make those ugly text boxes a little prettier */
input 
{
        font-size: 75%;
}

A
{
	text-decoration: none;
}
/* Make all links the same color */
a:link {color: Blue}     /* unvisited link */
a:visited {color: Blue}  /* visited link */
a:hover {color: Black}   /* mouse over link */
a:active {color: Blue}   /* selected link */

ul
{
	list-style-image: url(http://evan.mcnabbs.org/includes/arrow.gif);
	list-style-type: circle;  /* Included if the image is unavailable */
}

.form_box
{
        font-size: 75%;
        background: #e3e6f9;
        border: 1px black solid;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

	text-align: left;
	width: 70%;

}

code, .code {
  	background :#d2d2d2;
}

code pre,pre code, pre.code {
	margin-left: 30%;
	margin-right: 30%;
	background :#d2d2d2;
	border: 1px solid #DDD;
	margin: 2px;
	padding-left: 5px;
}

hr
{
	height: 1px;
	width: 40%;
	border: 0px;
	background-color: black;
}

div.picture
{
        width: 200px;
        height: 200px;
        padding: 5px;
        border: 1px solid black;

        background: #f2f2f2;

}

