@charset "utf-8";
/* CSS Document */

html
{

}

body
{
background-color: #2a044a;
	margin: 0;
	padding: 0;
}

#wrapper
{
	
	background-image: url(images/bg.gif);
	background-image-repeat: repeat-y;
	background-x-position: center;
	background-y-position: top;
	background-attachment: scroll;
	overflow: auto;
	width: 889px;  	
	position:relative;
	margin:0 auto; 


}

#innerWrapper
{
	width:800px;
	padding: 0 35px 0 45px;
	
}



#header
{
	width: 889px;
	height: 146px;
}




h1, h1 a
{
	color: #0d6759;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

h1 a:hover
{

	text-decoration: underline;

}

h2, h2 a
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: lighter;
	color: #0063a2;
	text-decoration:none;
}

h2 a:hover
{
	text-decoration: underline;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6e6e;
	font-size: 12px;
}
.formattedText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6e6e;
	font-size: 12px;
}

a{color: #0b2e59; text-decoration: none;}

a:hover{text-decoration: underline;}


.calendar
{
	background-image:url("images/calendar.jpg");
	width:31px;
	height:33px;
	float:left;
	margin:8px 10px 10px 5px;
	
	}

.month
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-left: 4px;
	position: relative;
	top:1px;
}

.date
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:8px;
	position: relative;
	top: 3px;
	font-weight: bold;

}

.sideSection
{
	width: 175px;
	float: left;
	padding-bottom: 15px;
}

#blogContainer
{
	float:left;
	width: 400px;
	padding: 0 15px 15px 15px;
}

#leftColumn
{
	float: left;
	width: 175px;

}

#rightColumn
{
	float: right;
	width: 175px;

}

.entryContainer
{
	width: 400px;
	float: left;
}

.entryBody
{
	width: 400px;
	float: left;
	padding: 10px;
}

.entryFooter
{
	background: url(images/entryFooter.gif);
	background-repeat: repeat-x;
	background-y-position: bottom;
	background-x-position: left;
	min-height: 48px;
	_height:48px;
	width: 400px;
	float: left;
	padding: 0 10px 10px 10px;
}

.readMore
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0b2e59;
	font-size: 12px;
	float: right;

}


.entryCategories, .entryCategories ul, .entryCategories li
{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}


.categories
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0b2e59;
	font-size: 12px;

}

.categories ul
{
	margin: 0;
	padding: 10px 0 0 15px;
	list-style-type: none;
}

.categories li
{
	padding-bottom: 10px;
}


.comments
{
	margin-top: 10px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/* Styles for Category Listings */

#listingContainer
{

	width: 720px;
	float: left;
	margin-left: 15px;
	display: inline;
}



.entryBodyListing
{
	width: 720px;
	float: left;

}

.entryFooterListing
{
	background: url(images/postGradient.gif);
	background-repeat: repeat-x;
	height: 76px;
	width: 720px;
	float: left;

}


#footer
{
	background: url(images/footer.gif);
	width:889px;
	height: 34px;
	float:left;
}

