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

body {
	background: #fff url(../images/bg.gif) repeat-y left;
	margin: 0;
	padding: 0;
	}
	
img { border: 0; }
	
h1 {
	margin: 0;
	padding: 0;
	}

a {
	color: #D75427;
}
	
#mainArea {
	width: 720px;
	margin: 50px auto 0px 244px;
	/*font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #617360;
	font-size: 12px;
	}
	
#leftArea {
	width: 500px;
	float: left;
	}
	
#quickNav {
	width: 500px;
	height: 11px;
	margin: 24px 0 0 0;
	}
	
#quickNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#quickNav li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#mainContent {
	width: 500px;
	margin: 40px 0 0 0;
	clear: both;
	line-height: 18px;
}

#mainContent h2 {
	color: #1E649E;
	font-size: 24px;
	margin: 0;
}

#mainContent h2 a {
	color: #1E649E;
}

.archiveTitle {
	margin: 0 0 20px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #8B1B51;
	font-weight: bold;
	}

#mainContent .postDate {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 6px 0 0 0;
}

#mainContent .postFooter {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	margin-bottom: 40px;
}

#mainContent h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #8B1B51;
	font-weight: bold;
	margin-top: 50px;
}
	
#rightArea {
	width: 154px;
	float: right;
	/*margin: 107px 0 0 0;*/
	margin: 209px 0 0 0;
	}
	
#rightArea h2 {
	margin-top: 0;
	}
	
#rightArea ul {
	padding: 0;
	list-style: none;
	}
	
#rightArea li {	
	line-height: 18px;
	}
	
#twitter p {
	margin-top: 0;
}

#twitter .postDate {
	font-weight: bold;
	margin-bottom: 0;
	color: #000;
}

#twitter .follow {
	margin: auto;
	font-size: 10px;
	font-weight: bold;
	}
	
.clearAll {
	clear: both;
	height: 0;
	}
	
.navigation {
	margin: 10px 0 10px 0;
	}
	
#footer {
	clear: both;
	width: 500px;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

#footer p {
margin: 0;
}