@charset "UTF-8";
/* CSS Document for www.clockworkbird.com */
/* Prepared by Heather Smith */
/* TYPOGRAPHY */
/* ----------------------------------------- */


/* ---------- GENERAL ---------- */
body
	{
	font-family: Arial, sans-serif;
	color: #737373;
	font-size: 12px;
	}

p
	{
	margin-bottom: 10px;
	}
	
.italic
	{
	font-style: oblique;
	}

/* ---------- H1 ---------- */
h1
	{
	color: #353F3E;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 20px;
	}

#leftContent h1
	{
	color: #353F3E;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 20px;
	line-height: 30px;
	}
	
/* ---------- H2 ---------- */	
h2
	{
	color: #485655;
	font-size: 16px;
	font-weight: normal;
	}	
	
#rightContent h2
	{	
	color: #485655;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	line-height: 30px;
	}
	
h2.widgettitle 
	{
	font-size: 20px;
	margin-bottom: 10px;
	 padding-top:10px;
	 border-top: 1px solid #aaa;
	}
	
#blog h2
	{
	font-size: 24px;
	margin-top: 7px;
	}
	
.post h2
	{
	font-size: 16px;
	font-weight: bold;
	}
	
.leftContent h2
	{
	font-size: 16px;
	}		
	
/* ---------- H3 ---------- */	
h3#comments
	{
	 padding-top:20px;
	 border-top: 1px solid #aaa;
	 margin-top: 0px;
	}
	
#calendar-3 h2.widgettitle 
	{
	border-top: 1px solid #FFF;
	height:0px;
	}	

#blog h3
	{
	font-size: 14px;
	font-weight: bold;
	}

/* ---------- CUSTOM ---------- */
	
.subsection
	{
	color: #2A8E82;
	font-weight: normal;
	}

	
.frontText
	{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#wp-calendar caption
	{
	margin-top:20px;
	}		
	
#wp-calendar th
	{
	text-align: center;
	}	

.widget_calendar
	{
	margin: 0px;
	position: relative;
	top: -20px;
	}

