html, body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
	color: #444;
	font: 14px 'Lucida Grande', Helvetica, sans-serif;
}

img { border: 0; }


/* Headers *********************************************/

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font: 40px 'Myriad Pro', 'Lucida Grande', Helvetica, sans-serif;
	line-height: 40px;
	margin: 0 auto 18px auto;
}

h2 {
	font: 30px 'Myriad Pro', 'Lucida Grande', Helvetica, sans-serif;
	line-height: 30px;
	margin: 0 auto;
}

h3 {
	font: 24px 'Myriad Pro', 'Lucida Grande', Helvetica, sans-serif;
	line-height: 24px;
	margin: 10px auto 0 auto;
}

h4 {
	font: bold 18px 'Myriad Pro', 'Lucida Grande', Helvetica, sans-serif;
	line-height: 18px;
	margin: 18px auto 0 auto;
}

h1 a, h2 a, h3 a, h4 a {
  color: #444;
  text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li a {
 color: #6B9201;  
}

.smaller_text {
	font-size: 11px;
}


div.strip {
	width: 100%;
	display: inline-block;
	margin: 0;
	text-align: center;
}

div.inner {
	width: 862px;
	margin: 18px auto 0 auto;
	text-align: left;
}

div.inner:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html div.inner { height: 1%; }
div.inner { display: block; }


#header {
	height: 113px;
	background-color: #9EC42D;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
}

#header .inner {
	position: relative;
	margin-top: 0;
}

#search_form {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#search_form form {
	margin: 0;
	padding: 0;
}

#search_term {
	width: 202px;
	padding: 4px;
}

#search_form_submit {
	margin-bottom: 4px;
	vertical-align: bottom;
}

#main {
	background-color: #FFF;
	background-image: url(images/bg_main_gradient.gif);
	background-repeat: repeat-x;
	padding: 18px 0 18px 0;
}

#page_fold {
	background-color: #F5F5F5;
	border-top: 6px solid #D1D1D1;
	padding-bottom: 20px;
	clear: both;
}

#page_fold:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html #page_fold { height: 1%; }
#page_fold { display: block; }

#side_bar {
	width: 276px;
	float: right;
}

#wide_column {
	width: 569px;
	float: left;
}

div.grid_row {
	clear: left;
}

div.referenced_post {
	width: 276px;
	float: left;
	margin-right: 17px;
	margin-bottom: 18px;
}

div.referenced_post_body {
	font-size: 12px;
	line-height: 14px;
}

div.referenced_post.last_in_row {
	margin-right: 0;
}

div.more_in_category {
	width: 276px;
	float: left;
	background-color: #E9E9E9;
}

div.more_in_category h2 {
  margin: 10px;
}

div.more_in_category ul {
	margin: 0 10px 10px 10px;
}


/* Article/Post ****************************************/

div.article {
	position: relative;
}

div.article:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html div.article { height: 1%; }
div.article { display: block; }

div.article h1.article_date {
	position: absolute;
	top: 0;
	right: 580px;
	margin: 0;
	width: 80px;
	text-align: right;
	color: #6B9201;
}

div.article_body img {
  float: left;
  margin: 0 18px 18px 0;
}

div.article_body span.no_margin img {
  margin-right: none;
}

div.article_body a {
  color: #6B9201;
  text-decoration: none;
  border-bottom: 1px dotted #6B9201;
}

div.article_body a:visited {
  color: #39480E;
  border-bottom: 1px dotted #39480E;
}

div.article_body a:hover {
  border-bottom-style: solid;
}

div#headlines h1 {
  margin: 0;
  color: #6B9201;
}

div#headlines h4 {
  margin: 0;
}

div#headlines ul {
  margin-bottom: 18px;
}

ul.link_list li {
	margin: 0 0 4px 0;
}

ul.link_list li a {
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dotted #6B9201;
}

ul.link_list li a:hover {
	border-bottom: 1px solid #6B9201;
}

ul#results_list li {
  border-top: 1px dotted grey;
  margin-bottom: 10px;
  padding-top: 10px;
}

ul#results_list a {
  font: 18px Arial, sans-serif;
  text-decoration: none;
}

/* Footer **********************************************/

#footer {
	border-top: 6px solid #D1D1D1;
	margin: 0;
	background-color: #F5F5F5;
	clear: both;
	color: #8A8A8A;
}

#footer a {
	text-decoration: none;
	color: #8A8A8A;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	border-left: 1px solid #8A8A8A;
	padding-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
}

#footer ul li.first_in_list {
	border-left: none;
	padding-left: 0;
}

ul#footer_nav a {
	color: #404040;
}

#credits {
	clear: left;
	margin: 10px auto 0 auto;
}

#credits,
#terms {
  font-size: 12px;
}

#footer span.podium {
	color: #C9470B;
}


/* sIFR ************************************************/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}