/*********************
  Main Styles
*********************/
html, body
	{
	margin: 0;
	padding: 0;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	}
body
	{
	text-align: center;
	color: #695238;
	background-color: #c7cdbf;
	}
h1
	{	
	font: 2.55em Georgia, Arial, sans-serif;
	color: #695238;
	}
a
	{
		color: #695238;
	}
#container
	{
	margin: 0 auto;
	width: 993px;
	text-align: left;
	}

/*********************
  general items
*********************/
a img
	{
	border: 0;
	}
.hidden
	{
	display: block;
	position: absolute;
	visibility: hidden;
	font-size: 1px;
	}

/*********************
  header & footer
*********************/
#header
	{
	position: relative;
	border-top: 1px solid #c7cdbf;
	}
#header #action_nav
	{
	margin: 0;
	padding: 0 40px 0 0;
	list-style-type: none;
	font: 1.2em/2.3em Arial, Helvetica, sans-serif;
	text-align: right;
	color: #5b6849;
	background-color: #c7cdbf;
	}
#header #action_nav li
	{
	display: inline;
	margin: 0;
	padding: 0 7px 0 10px;
	border-left: 1px solid #5b6849;
	}
#header #action_nav li.first
	{
	border-left-width: 0;
	}
#header #action_nav a
	{
	color: #5b6849;
	background-color: #c7cdbf;
	}
#header div#inner
	{
	position: relative;
	border: solid #fff;
	border-width:  0 15px 0;
	}
#header img
	{
	display: block;
	border: solid #fff;
	border-width: 15px 0 0;
	}
#header form#search_site
	{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 687px;
	top: 165px;
	}
#header form#search_site fieldset
	{
	margin: 0;
	padding: 0;
	border-width: 0;
	}
#header form#search_site label
	{
	display: block;
	float: left;
	width: 121px;
	height: 21px;
	text-indent: -9999px;
	background: url(images/frm_srch_label_bgr.gif);
	}
#header form#search_site input#s
	{
	float: left;
	margin: 0;
	padding: 2px 3px;
	width: 110px;
	height: 17px;
	font-size: 1.3em;
	border: 0;
	background: url(images/frm_srch_input_bgr.jpg);
	}
#header form#search_site input#btn_search
	{
	float: left;
	position: relative;
	top: -5px;
	}

#footer
	{
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: 0.9em;
	}
#footer ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer li
	{
	display: inline;
	margin: 0;
	padding: 0 6px 0 10px;
	border-left: 1px solid #695238;
	}
#footer li.first
	{
	border-left-width: 0;
	padding: 0 6px 0 6px;
	}
#footer p
	{
	margin: 5px 0 0;
	}
#footer a
	{
	color: #695238;
	}
/*********************
  navigation
*********************/
#nav
	{
	margin: 0;
	padding: 10px 0 14px;
	width: 963px;
	height: 24px;
	list-style-type: none;
	background: url(images/nav_ul_bgr.jpg);
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	display: block;
	float: left;
	height: 24px;
	text-indent: -9999px;
	background: url(images/nav.gif);
	}

#nav li#action {
	margin-right: -3px;
}
#nav li#about      a, #nav li#about      a:visited { width: 120px; background-position:    0   0; }
#nav li#news       a, #nav li#news       a:visited { width: 147px; background-position: -120px 0; }
#nav li#threats    a, #nav li#threats    a:visited { width: 100px; background-position: -267px 0; }
#nav li#lake       a, #nav li#lake       a:visited { width: 155px; background-position: -367px 0; }
#nav li#activities a, #nav li#activities a:visited { width: 114px; background-position: -522px 0; }
#nav li#policy     a, #nav li#policy     a:visited { width:  92px; background-position: -636px 0; }
#nav li#stories    a, #nav li#stories    a:visited { width: 101px; background-position: -728px 0; }
#nav li#action     a, #nav li#action     a:visited { width: 134px; background-position: -829px 0; }

#nav li#about      a:hover { background-position:    0px -24px; }
#nav li#news       a:hover { background-position: -120px -24px; }
#nav li#threats    a:hover { background-position: -267px -24px; }
#nav li#lake       a:hover { background-position: -367px -24px; }
#nav li#activities a:hover { background-position: -522px -24px; }
#nav li#policy     a:hover { background-position: -636px -24px; }
#nav li#stories    a:hover { background-position: -728px -24px; }
#nav li#action     a:hover { background-position: -829px -24px; }

/*********************
  main content items
*********************/
#content
	{
	float: left;
	border: solid #fff;
	border-width: 0 15px;
	background: #fff url(images/content_bgr.jpg) repeat-y;
	}
#left_col
	{
	float: left;
	width: 195px;
	color: #695238;
	}
#main
	{
	position: relative;
	z-index: 2;
	float: left;
	margin: 0 -11px 0 -31px;
	padding: 0 24px 0 44px;
	width: 549px;
	background: url(images/main_bgr.png) repeat-y;
	}
#right_col
	{
	float: left;
	width: 193px;
	color: #695238;
	}

#left_col h2,
#right_col h2
	{
	margin: 15px 0 5px;
	padding: 3px 12px;
	border: solid #ded8d0;
	border-width: 5px 0;
	font: bold 1.20em Georgia, Arial, sans-serif;
	background: #aaa49c;
	}
#left_col h2.first,
#right_col h2.first
	{
	margin-top: 30px;
	}
#left_col h3,
#right_col h3
	{
	margin: 15px 15px 0;
	font-size: 1.2em;
	}
#left_col a,
#right_col a
	{
	text-decoration: none;
	color: #695238;
	}
#left_col a.hover,
#right_col a.hover
	{
	text-decoration: underline;
	}
#left_col p,
#right_col p
	{
	margin: 0 15px 15px;
	}
#left_col a.tagline,
#right_col a.tagline
	{
	display: block;
	margin: 10px 15px 0;
	font-weight: bold;
	}
#left_col ul,
#right_col ul
	{
	clear: both;
	margin: 0 15px 15px;
	padding: 0;
	list-style-type: none;
	}
#left_col li
	{
	margin: 0;
	padding: 0 0 0 6px;
	background: url(images/bullet_sidebar_ul.gif) no-repeat 0 .5em;
	}
#right_col li
	{
	margin: 15px 0;
	padding: 0;
	}
#left_col img,
#right_col img
	{
	margin: -5px 0 0;
	padding: 0;
	}
#right_col span.date
	{
	display: block;
	font-weight: bold;
	}
#right_col li a
	{
	display: block;
	font-weight: bold;
	text-decoration: none;
	}
#left_col a:hover,
#right_col a:hover
	{
	text-decoration: underline;
	}

#main p
	{
	margin: 11px 0 0;
         color: #695238;
	}
#main h1
	{	
	font: 2.55em Georgia, Arial, sans-serif;
	color: #695238;
	}
#main ul
	{
	margin: 15px 0 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 0.9em;
	color: #695238;
	}
#introduction
	{
	color: #999;
	}
#photo
    {
    float: left;
    position: relative;
    top: 0;
    left: -32px;
    z-index: 3;
    margin: 0 -25px 0 0;
    width: 261px;
    height: 261px;
    background: url(images/rowing.png);
}    
#introduction h1
	{
	margin: 0 0 5px;
	padding-top: 25px;
	font: 2.55em Georgia, Arial, sans-serif;
	color: #695238;
	}
#introduction a
	{
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91ad6c;
	}
#introduction a.tagline
	{
	font-size: 1.3em;
	color: #91ad6c;
	}
#introduction ul
	{
	float: left;
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	}
#introduction li
	{
	margin: 0;
	padding: 5px 0 0 7px;
	background: url(images/bullet_greetings_ul.gif) no-repeat 0 1em;
	}
.main_feature
	{
	clear: both;
	color: #999;
	background: url(images/post_bgr.gif) repeat-x top;
	}
.cat_page
	{
	clear: both;
	padding: 15px 23px 0;
	color: #999;
	background: url(images/post_bgr.gif) repeat-x top;
	}
.cat_page h2
	{
	margin: 0 0 5px;
	font: bold 1.35em Arial, Helvetica, sans-serif;
	color: #695238;
	}
.cat_page a
	{
	color: #695238;
	}
.cat_page a.full_article
	{
	font-weight: bold;
	}
.cat_page li
	{
	color: #999;
	margin: 0 0 0 20px;
	padding: 0 0 0 6px;
	/* border-left: 1px solid #695238; */
	background: url(images/bullet_sidebar_ul.gif) no-repeat 0 .5em;
	}

.post_footer li
	{
	margin-left: 0px;
	padding-left: 0px;
	background:none;
	overflow:hidden;
	}

.post_footer ul li
	{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background:none;
	overflow:hidden;
	}

.post
	{
	clear: both;
	padding: 15px 23px 0;
	color: #999;
	background: url(images/post_bgr.gif) repeat-x top;
	}
.post h2
	{
	margin: 0 0 5px;
	font: bold 1.35em Arial, Helvetica, sans-serif;
	color: #695238;
	}
.post a
	{
	color: #695238;
	}
.post a.full_article
	{
	font-weight: bold;
	}
.post ul
	{
	margin: 15px 0 0;
	padding: 10px 0;
	border-top: 1px dotted #999;
	list-style-type: none;
	font-size: 0.9em;
	color: #695238;
	}
.post li
	{
	display: inline;
	margin: 0;
	padding: 0 5px 0 7px;
	border-left: 1px solid #695238;
	}
.post li.first
	{
	padding: 0 5px 0 0;
	border-width: 0;
	}
div.hr
	{
	margin: 0 23px;
	border-top: 1px dotted #999;
	}
#logos
	{
	float: left;
	display: inline;
	margin: 0 -24px;
	padding: 5px 30px 29px;
	width: 537px;
	background: url(images/logos_bgr.gif) no-repeat bottom center;
	}
#logos img
	{
	float: left;
	margin: 0 35px 0 10px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
.main_list {
	margin-top: 0px;
}

.main_list_item {
	margin-left: 20px;
	list-style-type: disc;
}

.main_list_item_text {
	font: 1em Verdana, Arial, Helvetica, sans-serif;color: #999;
}


#content #main ul.post_footer li {
	margin: 10px 0;
}

#content #main ul.post_footer li#similar-posts ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#content #main ul.post_footer li#similar-posts ul li {
	margin: 0 0 0 20px;
}
