/*
	Table of Contents:
		Typography
		Navigation
		Forms
		Layout
*/

/* TYPOGRAPHY 
---------------------------------------------------------------------------------------------- */
.post-title {
	font-size:1.75em;
	font-weight:bold;
	}
.post-date {
	font-size:.8em;
	font-weight:bold;
	width:100%;
	border-bottom: 2px solid #003a6b;
	}
.post-footer {
	margin:0 0 75px 0;
	}
.post-footer-permaLink {
	float:left;
	}
.post-footer-commentsLink {
	text-align:right;
	float:right;
	}
.link-title {
	font-size:1.25em;
	font-weight:bold;
	}
	
	
/* NAVIGATION 
---------------------------------------------------------------------------------------------- */
a:link 		{color: #000;text-decoration: underline;}
a:visited 	{color: #000;text-decoration: underline;}
a:hover 	{color: #fff;background:#003A6B;text-decoration: none;}
a:active 	{color: #fff;background:#003A6B;text-decoration: none;}


/* FORMS 
---------------------------------------------------------------------------------------------- */
.formButton {
	color:#fff;
	background:#003a6b;
	font-weight:bold;
	font-size:1em;
	}
input {
	font-family: Arial, Verdana, sans-serif;
	background:#F2FFF5;
	}
textarea {
	background:#F2FFF5;
	font-family: Arial, Verdana, sans-serif;
	font-size:1em;
	}
	
/* LAYOUT 
---------------------------------------------------------------------------------------------- */
body {
	text-align:center;
	background:#C0E2DC;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	font-size: .75em;
	line-height:1.3em;
	}
#site-wrapper {
	text-align:left;
	margin: 0 auto;
	width:617px;
	background:#COE2DC;
	}
#main-nav {
	margin:0 0 15px 0;
	}	
#left-column {
	float:left;
	width:395px;
	margin:0 0 0 10px;
	}
#right-column {
 	float:right;
	width:190px;
	margin:0 6px 0 0;
	text-align:center;
	}
#page-nav {
	width:395px;
	text-align:center;
	margin:0 0 15px 0;
	}