/* =RESET WHITESPACE
   ----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,img { 
	margin:0;
	padding:0;
	border:none;
}

body{
	background:top center url(images/body_bg.jpg) no-repeat #005b5f;
	font-family:Arial, Helvetica, sans-serif; }

.wrap {
	width:956px;
	margin:0px auto;
	background:url(images/wrap_bg.gif) repeat-y #FFFFFF; }

.header {
	height:180px;
	background:url(images/header.gif) no-repeat;}

.sidebar {
	float:right;
	width:209px;
	padding:50px 28px 200px 28px;
	background:url(images/sidebar_bg.gif) no-repeat; }
	
	.sidebar h2 {
		font-size:1.2em;
		font-weight:normal;
		color:#FFFFFF;
		margin: 0px 0 6px 0; 
		padding: 0 0 2px 0; 
		border-bottom: 2px solid #9affa6; }
	
	.sidebar li a {
		color:#ffffff;}
	
	.sidebar ul {
		margin-left:1em;
		color:#FFFFFF;
		font-size:.9em;}

.content {
	float:left;
	width:650px;
	padding:20px; }
	
.copyright {
	clear:both;
	width:640px;
	padding:5px 25px;
	font-size:.7em;
	text-align:center; }
	
#countdown{ 
	font-size:18px;
	color:#FFFFFF;
	text-align:center; }
	
	#countdown #cdays{ color:#f3f8d8; }
	#countdown #chours{ color:#f7ffc9; }
	#countdown #cmins{ color:#cdd59d; }
	#countdown #csecs{ color:#aaaf8c; }
	#countdown #chighlight01{ color:#5bc7c6; }
	#countdown #chighlight02{ color:#baebde; }
	
/* ----------- Default Links ------------- */
a, a:visited{
	color:#129699; }
	
a:hover {
	text-decoration:none; }

	
/* ----------- Post ------------- */

.post {
	clear:both;
	overflow:hidden;
	margin-top: 10px; }

	.post-date {
		width: 45px;
		height: 49px;
		float:left;
		background: url(images/date_bg.gif) no-repeat; }
		
	.post-month {
		font-size: 11px;
		text-transform: uppercase;
		color: #FFFFFF;
		text-align: center;
		display:block;
		line-height: 11px;
		padding-top: 2px;
		margin-left: -3px; }
	
	.post-day {
		font-size: 18px;
		text-transform: uppercase;
		color: #999999;
		text-align: center;
		display:block;
		line-height: 18px;
		padding-top: 7px;
		margin-left: -3px; }
		
	.post-entry {
		float:right;
		width: 640px; }
		
		.post-entry p{
			font-size:.9em;
			margin:1em 0px; }
	
		.post-entry h2 { 
			font-size: 1.4em;
			font-weight:normal;
			color:#003739;
			margin: 0 0 6px 0; 
			padding: 0 0 2px 0; 
			border-bottom: 1px solid #9affa6; }
			
		.post-entry h3 { 
			font-size: 1em;
			font-weight:bold;
			color:#10ccd4;
			margin: 0 0 6px 0; 
			padding: 0 0 2px 0; 
			border-bottom: 1px solid #9affa6; }
			
		.post-entry input, .post-entry textarea{
			border:solid 1px #129699; }
			
		.post-entry .postmetadata{
			font-size:.8em;
			margin:2em 0; }
		
		.post-entry h2 a {
			text-decoration: none;
			color:#003739;}
		
		.post-entry h2 a:hover {
			text-decoration:underline; }
			
		.commentlist li {
			border-bottom:1px dotted #999999; }
			
		.navigation {
			float:right; }
