/*  
Theme Name: Fostermeadow 
Description: The default theme for Foster Meadow's website.
Version: 0.1
Author: Damon Timm
Author URI: http://www.damontimm.com/

dark-green: #154e26
yellow: #f9ed3c
light-green: #33ba5b

*/

* { margin: 0px; padding: 0px; }
img { border: none; margin: 10px }

a  { text-decoration: none; color: #154e26; }
a:hover { border-bottom: 2px dotted #f9ed3c; }

/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white url('images/sidebar.gif') repeat-y;
	color: #154e26;
	}
	
#header {
	height: 175px;
	background: left bottom url('images/logo_PONGED.png') no-repeat;
}

#header h1, #header h2 { display: none; }

#main { margin: 35px 0; width: 850px;}

#content { 
	float: left;
	width: 550px;
	
 }

#sidebar { 
	width: 180px;
	float: left;
	margin: 0 12px;
}

#sidebar * { color: white; font-size: 14px; }
#footer * { color: white; font-size: 11px; }

#sidebar ul { list-style-type: none; }
#sidebar ul li { margin-bottom: 5px; }
#sidebar h4 { margin: 20px 0 5px 0; }


.post {}

.post p { margin: 10px 0px; 	font-weight: strong;}

div.dt_calendar { 
	float: right; 
	padding: 10px;
	margin: 5px 0px;
	text-align: center; 
	background: #aed47d; 
	border: 1px solid #154e26;
	font-size: 12px;  }

div.dt_calendar h4 { font-size: 14px; }

	
#footer { width: 180px; position: absolute; bottom: 0px; }

.float-right { float: right; }
.float-left { float: left; }

