body {
		width:100%;
		margin: 0;
		margin-top:10px;
		padding: 0;
		text-align: center;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 12px;
		line-height: 1.45em;
		color: #6B706B;
		}



	/*structure styles*/
	

	
	#content-w {
		display: block;
		width: 960px;
		margin: 0 auto;
		text-align: left;
		}
	#header-w {
		display: block;
		width: 960px;
		margin: 0 auto;
		margin-bottom: 10px;
		padding:0;
		text-align: right;
		}
	#column-l {
		display: block;
		float: left;
		width: 470px;
		margin:0;
		padding-right: 10px;
	}
	#column-r {
		display: block;
		float: left;
		width: 480px;
		margin: 0;
		padding: 0;
		}
	#most-recent-tweet {
		display: block;
		float: right;
		width: 360px;
		border: 1px solid #9CAFAF;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		margin-right: 110px;
		padding:10px;
		text-align: left;
		margin-bottom: -1px;
		padding-bottom:0;
		background: url(../images/tweet_bg.png) transparent repeat-y;
	}	
	#masthead-w {
		display: block;
		clear: both;
		position: relative;
		width: 960px;
		height: 58px;
		background: url(../images/global/tweety_bg.png) transparent no-repeat 811px 0;
		text-align: left;
		}
	#nav-w {
		display: block;
		clear: both;
		width: 960px;
		height:41px;
		margin:0;
		padding: 0;
		background: url(../images/global/main_nav_bg.png) no-repeat;
	}
	#footer-w {
		display: block;
		clear: both;
		height: 40px;
		width: 470px;
		text-align: left;
	}
	
	.clearfloat {
		clear: both;
		}
	.article-wrapper {
		display: block;
		padding-bottom: 5px;
		border-bottom: 1px solid #9CAFAF;
		margin-bottom: 10px;
		}

.hide {display:none;}
#content-w img {margin-bottom: 20px;}

.summary-wrapper {display: block; width: 360px; margin-bottom: 0; 	border-bottom: 1px solid #9CAFAF; padding:0 0 0.5em 0;}
.summary-wrapper p {margin:0;}
.summary-wrapper h3 {margin-top:0;}
	
/*nav styles*/

#nav-w ul {
	display: block;
	margin: 0;
	padding-left:20px;
	list-style-type: none;
	}

#nav li a{
	position: relative;
	display: block;
	float: left;
	border: 0;
	margin:0;
	padding: 10px 0;
	overflow: hidden;
	margin-right: 20px;
	font-size:18px;
	color: #fff;
	}

li.active a{color: #89B946 !important;}
/*text styles*/

h1, h2, h3 {font-weight: normal; margin-bottom: 0; color:#528600;}
h1 {font-size: 3.23em; letter-spacing: -.03em;}
h2 {font-size: 2em; letter-spacing: -.02em;}
h3 {font-size: 1.5em; padding-top: .5em;}

.serif {
		font-family: Georgia, serif;
		line-height: 1.65em;
		}
.sans {font-family: Trebuchet MS, sans-serif !important;}
.italic {font-style: italic;}
.green {color:#528600; }
.no-margin-top {margin-top: 0;}

.hl {
		display: block;
		width: 360px;
		height: 26px;
		margin: .5em 0 0 0;
		padding: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #9CAFAF;
}

#hl-recent-posts, #hl-recent-tweets {margin-top: 1em;}

#hl-recent-tweets {
display: block;
	height: 47px;
	background: url(../images/h2.twitter_bg.png) no-repeat;
	border: none;
clear: both;
padding-left: 38px;
}

.boilerplate {
font-size: .85em;
}

.link-to-all, .read-more {
	display: block;
	float: left;
	font-size:1.25em;
	margin: 10px 0 1em 0;
	}
	

.draqm {
display: block;
	font-size: 1.25em;
	float: left;
	color: #528600;
	font-size: 1.25em;
margin-top: 7px;
margin-left: 5px;
}

#column-l .draqm {margin-top: -3px;}


#column-l .read-more {margin-top: 0;}

.tweetdate {display: block; font-style: italic;}
#most-recent-tweet h3{margin: 0; padding:0 0 0 .25em; color:#528600; }
#most-recent-tweet .tweetdate {display: none;}

/*ditto styles */

.ditto_pageTitle {margin-bottom:0;}
.ditto_item {
	list-style-type: none;
	display: block;
	width: 360px;
	margin: 0;
	padding: 0 0 .5em .25em;
	}

/*list styles*/

 ul#recent-tweets{
	list-style-type: none;
	display: block;
	width: 360px;
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	}

#recent-tweets li {
	display: block;
	margin:0;
	padding:0 0 .5em .25em;
	border-bottom: 1px solid #CBCBCB;
	}


#most-recent-tweet #recent-tweets li {
	border-bottom: 0;
	}
#recent-tweets {margin-top: -10px; margin-bottom:0;}


/*link styles*/

a {
	color:#528600;
	text-decoration: none;
	}
	
a:hover {color: #8ABB48;}
a img {border: 0;}

/*form styles*/
/*misc styles*/

#qmEditor {background: rgba(24, 40, 45, .85) url(assets/plugins/qm/res/tinylogo.png) no-repeat scroll -2px 6px !important;
opacity:.95 !important;}
