/* @override 
	http://blog.nwf.org/wp-content/themes/nwf/style.css
	http://dev.blog.nwf.org/wp-content/themes/nwf/style.css?ver=2.2.2
*/
@import url(http://www.nwf.org/common/css/main/footer.css);

@font-face {
	font-family: Interstate;
	src: url('http://www.nwf.org/common/fonts/interstate.eot');
	src: url('http://www.nwf.org/common/fonts/interstate.eot?#iefix') format('embedded-opentype'),url('http://www.nwf.org/common/fonts/interstate.woff') format('woff'),
		url('http://www.nwf.org/common/fonts/interstate.ttf') format('truetype'),
		url('http://www.nwf.org/common/fonts/interstate.svg#font') format('svg');
}


/*
Stylesheet for NWF Action Center
Author: Joe Tan (joetan54@gmail.com)
*/
html, body {
	background: #faf9f2;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding-bottom: 30px;
	color: #252525;
}

#print-tools {
	display: none;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft { 
	margin:5px 15px 15px 0;
}
img.alignright { 
	margin:5px 0 15px 15px;
}
img.aligncenter {
	display: block;
	margin: 15px auto;
}

span.more {
	display: inline-block;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	background: #f3f0e4 ;
	border: 1px solid #e3e1d9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.hr {
	border-bottom: 1px dotted #e3e1d9;
	height: 1px;
	margin-bottom: 15px;
}
.hr hr {
	display: none;
}
input.submit {
	cursor: pointera;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #00573d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
a.feed {
	padding-left: 18px;
	background: url(images/icon-feed.gif) no-repeat left;
}
del {
	text-decoration: line-through;
}
h1 {
	margin: 0 0 5px;
	color: #f68120;
	font-size: 30px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 1;
}
h1 a {
	color: #f68120;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0;
	color: #f68120;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	margin: 0;
	font-size: 12px;
	color: #421d08;
}
h3 a {
	color: #421d08;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	padding: 6px 8px;
	margin: 0 0 10px 0;
	background: url(images/bg-diag.gif);
	color: #00573d;
	border-bottom: 2px solid #bbdb76;
}
h5,h6 {
	margin: 0;
}
blockquote, q {
	background: #f6f2e2;
	padding: 6px;
	border-top: 1px dotted #f78520;
}
blockquote.alignright,
blockquote.alignleft {
	width: 50%;
}
th, td {
	border: 1;
	padding: inherit;
}
ul, ol {
	margin: 0 0 1em 5.5em;
}

ol > li { 
	list-style-position: inside; 
	margin-bottom: 8px;
	margin-left: -30px;
}
ul > li {
	margin-bottom: 8px;
}
xmp {
	padding: 5px;
	border: 2px dotted #00930f;
	background: yellow;
}
/* @group Wrapper */

div#wrap {
	position: relative;
	width: 966px;
	margin: 0 auto;
	text-align: left;
	background: white;
}
div#wrap:before {
	position: absolute;
	z-index: 1;
	top: 259px;
	content: ' ';
	display: block;
	width: 100%;
	height: 20px;
	background: #faf9f2;
}
div#wrap2:before {
	position: absolute;
	z-index: 2;
	top: 259px;
	content: ' ';
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 0 0 10px 10px;
	background: white;
}
div#wrap2:after {
	position: absolute;
	z-index: 2;
	top: 269px;
	content: ' ';
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 10px 10px 0 0;
	background: white;
}
div#wrap3 {
	padding: 0 13px;
	background: bottom no-repeat;
}

/* @end */

/* @group Header */

div#header {
	position: relative;
	height: 230px;
	background: url(images/header5.jpg) no-repeat 0 155px;
}

div#header h1 {
	position: absolute;	
	margin: 0;
	padding: 0;
	top: 48px;
	left: 16px;
	z-index: 100;
}
div#header h1 a {
	display: block;
	width: 170px;
	height: 50px;
}
div#header h1 a img {
	border: 0;
	display: none;
}

div#nav-nwf {
	position: absolute;
	top: 128px;
	right: 0px;
	width: 100%;
	
	text-align: center;
	font-size: 13px;
	font-family: Interstate, Arial, sans-serif;
}
.wf-active div#nav-nwf {
	font-size: 15px;
}
div#nav-nwf ul {
	margin: 0;
	padding: 0;
}
div#nav-nwf ul li {
	list-style: none;
	display: inline;
	margin:0 24px;
}
div#nav-nwf ul li a {
	color: #807963;
	text-transform: uppercase;
	text-decoration: none;
}
div#nav-nwf ul li.selected a,
div#nav-nwf ul li a:hover {
	border-bottom: 2px solid #807963;
}
div#nav-nwf ul li.first {
	margin-left: 0;
}
div#nav-nwf ul li.last {
	margin-right: 0;
}
div#header .ads {
	position: absolute;
	top: 9px;
	right: 3px;
}
div#header .ads a {
	margin-left: 20px;
}
div#header .search {
	position: absolute;
	top: 174px;
	right: 15px;
	padding: 8px 25px 8px 5px;
	background: #f6f2e2 ;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
div#header .search input.query {
	background: #f6f3e3;
	border: 0;
	padding: 4px;
	width: 175px;
}
div#header .search input::-webkit-input-placeholder {
	font-weight: bold;
}
div#header .search input:-moz-placeholder {
	font-weight: bold;
}
div#header .search input.submit {
	position: absolute;
	top: 8px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border: 0;
	background: none;
	color: #603913;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/icon-search2.gif) no-repeat;
	text-indent: -10000px;
	cursor: pointer;
}
#top {
	position: relative;
	display: block;
	height: 117px;
	margin: 0 -13px;
	background: url(images/bg-banner-transparent.png) no-repeat bottom center;
	
}
 #header #top .nwf {
    position: absolute;
    top: 12px;
    left: 228px;
    width: 64px;
    height: 25px;
}

#header #top .adopt {
    position: absolute;
    top: 12px;
    left: 291px;
    width: 78px;
    height: 25px;
}

#header #top .shop {
    position: absolute;
    top: 12px;
    left: 370px;
    width: 70px;
    height: 25px;
}

#header #top .kids {
    position: absolute;
    top: 12px;
    left: 441px;
    width: 66px;
    height: 25px;
}

#header #top .nwf {
	background: url(images/nwf/btn-nwf-transparent.png) top left no-repeat;
}

#header #top .nwf:hover {
	background: url(images/nwf/btn-nwf-transparent-rollover.png) top left no-repeat;
}

#header #top .adopt {
	background: url(images/nwf/btn-adopt-transparent.png) top left no-repeat;
}

#header #top .adopt:hover {
	background: url(images/nwf/btn-adopt-transparent-rollover.png) top left no-repeat;
}

#header #top .shop {
	background: url(images/nwf/btn-shop-transparent.png) top left no-repeat;
}

#header #top .shop:hover {
	background: url(images/nwf/btn-shop-transparent-rollover.png) top left no-repeat;
}

#header #top .kids {
	background: url(images/nwf/btn-kids-transparent.png) top left no-repeat;
}

#header #top .kids:hover {
	background: url(images/nwf/btn-kids-transparent-rollover.png) 1px 1px no-repeat;
}

#top .donate {
position: absolute;
top: 48px;
right: 135px;
width: 97px;
height: 52px;
background: url(images/nwf/btn-donate2.png) top left no-repeat;
}

#top .take-action {
position: absolute;
top: 48px;
right: 9px;
width: 128px;
height: 52px;
background: url(images/nwf/btn-take-action2.png) top left no-repeat;
}

/* @end */
/* @group Main Nav */

div#nav {
	position: relative;
	width: 939px;
	height: 30px;
	margin: 0 0px 30px 0px;
	background: url(images/header4.jpg) no-repeat 0 -75px;
	z-index: 100;
}
div#nav ul {
	display:none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
div#nav ul.level-1 {
	display: block;
	height: 30px;
	margin-left: 13px;
	border-left: 1px solid #fff;
}
div#nav ul li.level-1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #fff;
}
div#nav > ul > li > a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 90%;
	font-weight: normal;
	font-family: Interstate, sans-serif;
	color: #00573d;
	text-decoration: none;
	text-transform: uppercase;
}

div#nav ul li.level-1 a.level-1:hover {
	background-color: #00573d;
	color: white;
}
div#nav ul li.subscribe a.level-1 {
	padding-left: 23px;
	background: url(images/icon-feed.gif) no-repeat 5px 8px;
}


div#nav ul li.selected a.level-1,
div#nav ul li.selected a.level-1:hover,
div#nav ul li.front.selected a.level-1,
div#nav ul li.front a.level-1:hover {
	background-color: #fff;
	color: #00573d;
}

div#nav ul.level-2 {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 160px;
	background: white;
	border-bottom: 6px solid #9f3d22;
	z-index: 100;
}
div#nav ul.level-2 li {
	list-style: none;
	padding: 7px 0 7px 5px;
	margin: 0;
	border-bottom: 1px solid #9f3d22;
	color: #9f3d22;
}
div#nav ul.level-2 li a {
	display: block;
	padding: 0 5px 0 0;
	text-decoration: none;
	color: #9f3d22;
}
div#nav ul.level-2 li a:hover {
	text-decoration: underline;
}

div#nav ul.level-2 ul {
	display: block;
	margin: 0px 0 -7px 10px;
}
div#nav ul.level-2 ul li.last {
	border-bottom: 0;
}

div#nav .search {
	display: block;
	position: absolute;
	top: 10px;
	right: 58px;
	padding-left: 25px;
	background: url(images/search.gif) no-repeat left center;
}
div#nav .search .query {
	background: #f2e8cf;
	color: #464646;
	border: 1px solid white;
	padding: 4px;
}
div#nav .search .submit {
	xdisplay: inline-block;
	background: url(images/go.gif) no-repeat;
	border: 0;
	width: 33px;
	height: 16px;
	text-indent: -10000px;
	xfont-size: 1px;
	xline-height: 1px;
	color: #f2e8cf;
}
/* @end */


/* @group Blog Posts */

#blogposts {
	clear: both;
	margin: 0 -13px -2px -13px;
	padding: 15px 0 30px 15px;
	background: #f6f3e3;
}
#blogposts .col {
	float: left;
	width: 220px;
	margin-right: 17px;
}
#blogposts .col ul {
	margin: 0 0 0 2.3em;
	padding: 0;
}
#blogposts .col ul li {
	margin: 0;
	padding: 0;
	color: #00573d;
}
#blogposts .col ul li a {
	color: #00573d;
	text-decoration: none;
}
#blogposts .col ul li a:hover {
	text-decoration: underline;
}
#blogposts .col ul li em {
	color: #555;
	font-style: normal;
}
#blogposts ul.posts {
	margin: 0 0 0 1em;
}
#blogposts ul.posts li {
	list-style: none;
	margin: 0 0 5px;
}
#blogposts ul.tags,
#blogposts ul.wp-tag-cloud {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#blogposts ul.tags li,
#blogposts ul.wp-tag-cloud li {
	display: inline;
	list-style: none;
	line-height: 18px;
}
#blogposts ul.tags li.large {
	font-size: 180%;
}
#blogposts ul.tags li.medium {
	font-size: 150%;
}
#blogposts ul.tags li.small {
	font-size: 125%;
}
/* @end */

/* @group Bottom Nav */

#nav2 {
	position: relative;
	margin: 0 -13px;
	padding: 4px 13px 8px 13px;
	height: 30px;
	width: auto;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	zoom:1;
	background: #807962;
}
#nav2 a {
	color: white;
	text-decoration: none;
	margin: 0 5px;
}
#nav2 a:hover {
	text-decoration: underline;
}

#nav2 .addthis_button {
	position: absolute;
	right: 0;
	background: url(images/icon-share.gif) no-repeat 0 7px;
	padding: 0 0 0 20px;
	line-height: 30px;
}
#nav2 .stbuttontext {
	line-height: 30px;
}
/* @end */


/* @group Cols */
#content {
	position: relative;
	width: 670px;
	padding: 0 15px;
	float: left;
}
#sidebar {
	width: 222px;
	float: right;
}
.no-sidebar #content {
	float: none;
	width: auto;
}
.no-sidebar #sidebar {
	display: none;
}
/* @end */

/* @group Content Area */


.meta-head {
	margin: 0 0 10px;
	color: #555;
}
.meta-head a {
	color: #555;
}
.meta-head .date-author {
	font-size: 90%;
}
.meta-head a.category {
	padding: 2px 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: white;
	background: #e7b403;
}
.meta-head-top {
	position: absolute;
	top: -20px;
	
}
.meta-head .category {
	xwhite-space: nowrap;
}
.meta-head a.cat-conservation 		{ background: #a3c749;  }
.meta-head a.cat-gardening 			{ background: #e7b403; }
.meta-head a.cat-global-warming 	{ background: #aba000;  }
.meta-head a.cat-habitat-protection { background: #84a65f; }
.meta-head a.cat-kids-and-nature 	{ background: #fd866d;  }
.meta-head a.cat-outdoor-adventures { background: #807963; }
.meta-head a.cat-sustainable-living { background: #702222; }
.meta-head a.cat-wildlife 			{ background: #b58c41; }
.meta-head a.cat-friends-of-wildlife 			{ background: #e29112; }
.meta-head a.cat-get-involved 			{ background: #376948; }


#content {
	margin: 40px 0 0 0;
	line-height: 1.4;
}
#content .meta {
	font-size: 90%;
	margin: 2px 0 0px 0;
	color: #515151;
}
#content .meta .comments-count {
	position: relative;
	display: inline-block;
	padding: 0 4px;
	height: 25px;
	line-height: 20px;
	color: white;
	background: url(images/comment-bubble2.gif) no-repeat bottom right;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
}
.post {
	margin: 0 0 25px 0;
}
.post .meta {
	margin: 0;
}
.post h1 {
	font-weight: bold;
	font-size: 110%;
	font-family: inherit;
	color: #363636;
}

.post h1 a {
	color: #363636;
	text-decoration: none;;
}
.post h1 a:hover {
	text-decoration: underline;
}
.post .more {
	white-space: nowrap;
}
.topic {
	position: relative;
	margin: 0 0 40px 0;
	width: 48%;
	float: left;
	clear: left;
}
.topic-even {
	float: right;
	clear: right;
}

.section {
	position: relative;
	font-size: 30px;
	height: 40px;
	padding: 4px 0 0px 60px;
	margin: 0 0 5px 0;
	background:no-repeat;
	border-bottom: 1px dotted #edee6a;
}
.section a {
	text-decoration: none;
}
.section#conservation 	  {color:#a3c749; background-image: url(images/icon-conservation.gif);}
.section#gardening 		  {color:#e7b403; background-image: url(images/icon-gardening.gif);}
.section#global-warming 	  {color:#aba000; background-image: url(images/icon-globalwarming.gif);}
.section#habitat-protection  {color:#84a65f; background-image: url(images/icon-habitatprotection.gif);}
.section#kids-and-nature 	  {color:#fd866d; background-image: url(images/icon-kidsandnature.gif);}
.section#outdoor-activities,
.section#outdoor-adventures  {color:#807963; background-image: url(images/icon-outdooradventure.gif);}
.section#sustainable-living  {color:#702222; background-image: url(images/icon-sustainableliving.gif);}
.section#wildlife			  {color:#b58c41; background-image: url(images/icon-wildlife.gif);}
.section#friends-of-wildlife			  {color:#e29112; background-image: url(images/icon-friends-of-wildlife.gif);}
.section#get-involved			  {color:#376948; background-image: url(images/icon-get-involved.gif);}

.section#conservation a	  {color:#a3c749; }
.section#gardening a		  {color:#e7b403; }
.section#global-warming a	  {color:#aba000; }
.section#habitat-protection a {color:#84a65f; }
.section#kids-and-nature a	  {color:#fd866d; }
.section#outdoor-activities a,
.section#outdoor-adventures a {color:#807963; }
.section#sustainable-living a {color:#702222; }
.section#wildlife a			  {color:#b58c41; }
.section#friends-of-wildlife a			  {color: #e29112; }
.section#get-involved a			  {color: #376948; }

h1 a.feed {
	display: block;
	position: absolute;
	top: 22px;
	right: 8px;
	height: 13px;
	line-height: 13px;
	padding: 0 0 0 16px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #00573d !important;
}


.section#author {
	padding-left: 100px;
	padding-right: 130px;
	height: 90px;
	line-height: 1.1;
}
.section#author .avatar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
	height: 70px;
	overflow: hidden;
	background:#eee url(images/avatar-default.jpg) no-repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.topic .all {
	font-weight: bold;
	text-decoration: none;
}
.topic .all:hover {
	text-decoration: underline;
}
.topic .feed {
	position: absolute;
	right: 0;
	font-weight: bold;
	text-decoration: none;
}
.topic .feed:hover {
	text-decoration: underline;
}
.meta {
	min-height: 40px;
	line-height: normal;
}
.topic .meta {
	min-height: 20px;
}
.post-excerpt .meta {
	min-height:10px;
}
.post-excerpt.first h1 {
	font-size: 180%;
}
.post-excerpt.first p {
	font-size: 120%;
}
.meta a {
	color: #515151;
	text-decoration: underline;
}
.meta a:hover {
	text-decoration: none;
}
.meta span.topics-single {
	position: absolute;
	margin:4px 0 0 2.2em;
	width: 400px;
	text-indent: -1.5em;
}
.meta span.topics a {
	color: #00573d;
}
h3#archivefromblog {
	margin: 0 0 25px 0;
}
.attachment-single-post-thumbnail-large {
	float: left;
	margin: 0 15px 15px 0;
}

.section-description {
	margin: 0 0 30px 0;
	font-size: 120%;
}


.hentry.has-thumbnail {
	position: relative;
	padding-left: 100px;
	min-height: 70px;
}
.hentry.has-thumbnail.first {
	padding-left: 175px;
	min-height: 125px;
}
.hentry.has-thumbnail .thumb {
	position: absolute;
	top: 0;
	left: 0;
}
.hentry.has-thumbnail .thumb img {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 90px;
	max-height: 70px;
}
.hentry.has-thumbnail .thumb img.attachment-single-post-thumbnail-medium {
	max-width: 165px;
	max-height: 125px;
}
/* @end */

/* @group Social Bar */

#socialbar {
	clear: both;
	padding: 40px 0 0 0;
}
.social-buttons {
	position:absolute;
	width: 265px;
}
.social-buttons .button-share {
	position: absolute;
	display: block;
	width: 60px;
	height: 70px;
	background: url(images/button-share.gif) no-repeat top center;
	text-indent: -10000px;
}
.social-buttons .button-twitter {
	position: absolute;
	width: 60px;
	height: 70px;
	left: 45px;
}
.social-buttons .button-facebook {
	position: absolute;
	width: 60px;
	height: 70px;
	left: 150px;
}
#author-bio {
	position: relative;
	margin:20px 0 20px 0px;
	padding: 10px 0 10px 120px;
	min-height: 50px;
	background: #f6f2e2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#author-bio .avatar {
	position: absolute;
	left: 0;
	top: 0px;
	margin: 0 15px 15px 0;
	width: 90px;
	height: 100%;
	overflow: hidden;
	background: url(images/avatar-default.gif) no-repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


/* @end */

/* @group Paging */
.posts-nav {
	margin: 0 0 20px 0;
}
.posts-nav ul {
	margin: 0;
	padding: 10px 0;
}
.posts-nav ul li {
	display: inline;
	margin: 0;
	padding: 4px;
	list-style: none;
	border: 1px solid #fff;
	font-weight: bold;
}
.posts-nav ul li a {
	text-decoration: none;
	color: #363636;
}
.posts-nav ul li.page_info {
	margin-right: 30px;
	font-weight: bold;
}
.posts-nav ul li.active_page {
	border: 1px solid #dd882c;
	background: #f6f3e3;
	color: #dd882c;
}
.posts-nav ul li.active_page a {
	color: #dd882c;
}

/* @end */

/* @group Comments */

.comments #respond {
	position: relative;
	background: #f6f3e3;
	padding: 10px;
	margin: 0 0 20px 0;
}
.comments #respond h3 {
	display: inline;
	margin: 0 0 10px 0;
}
.comments #respond .instructions {
	margin-top: 10px;
}
.comments #respond form input {
	width: 200px;
	border: 2px solid #c4c3be;
	padding: 3px;
}
.comments #respond form textarea {
	width: 640px;
	border: 2px solid #c4c3be;
	padding: 3px;
}
.comments #respond form #submit {
	width: auto;
	background: #dd882c url(images/input-submit2.gif) no-repeat left center;
	border: 0;
	color: white;
	font-weight: bold;
	padding: 3px 15px 3px 30px;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright:  5px;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius:  5px;

}
.comments #respond .cancel-comment-reply {
	display: inline;
	margin-left: 20px;
}
.comments #respond .cancel-comment-reply a {
	background: #ddd;
	color: #555;
	text-decoration: none;
	padding: 3px;
	text-transform: lowercase;
}
.comments #respond .cancel-comment-reply a:hover {
	background: #555;
	color: #ddd;
}
.comments #comments {
	margin: 0 0 10px 0;
}
.comments ol.commentlist {
	margin: 0 0 30px 0;	
	padding: 0;
}
.comments ol.commentlist li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments ol.commentlist li .comment-body{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 30px 10px 0;
	list-style: none;
	border-bottom: 1px dashed #f78520;
}
.comments ol.commentlist li img.avatar {
	float: left;
	margin: 0 5px 5px 0;
}
.comments ol.commentlist li .comment-author,
.comments ol.commentlist li .comment-author cite {
	display: inline;
	font-weight: bold;
}
.comments ol.commentlist li .comment-meta {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 20px;;
	font-weight: bold;
}
.comments ol.commentlist li .comment-meta a {
	color: #363636;
	text-decoration: none;
}
.comments ol.commentlist li .reply {
	position: absolute;
	top: 20px;
	right: 0;
}
.comments ol.commentlist li .reply a {
	color: #555;
	text-decoration: none;
	text-transform: lowercase;
}
.comments ol.commentlist li .reply a:hover {
	text-decoration: underline;
}
.comments ol.commentlist ul.children {
	margin: 0 0 0 50px;
}
/* @end */

/* @group Disqus Comments */

/* disqus comment customizations */
#dsq-content .dsq-comment-header {
	background: #f9f5e5 !important;
}
#dsq-content .dsq-comment-header cite {
	font-family: "Times New Roman",Times,serif;
	font-size: 16px !important;
}
#dsq-content .dsq-comment-header cite a {
	color: #726e5e;
	text-decoration: none;
	
}

#dsq-content .dsq-comment-message {
	font-family: "Times New Roman",Times,serif;
}

#dsq-content #dsq-new-post h3 {
	color: #f68120;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;

}
#dsq-content #dsq-comments-title h3 {
	font-family: "Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
}
#dsq-content .dsq-options a {
	color: #BD5C0F;
	font-family: "Times New Roman",Times,serif;
	text-decoration: none;
}

.dsq-brlink {
	display: none;
}

/* @end */





/* @group Users */

.users {
	margin: 20px 0 0 0;
	padding: 0;
}
.users li {
	clear: left;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0px 0 0 100px;
	list-style: none;
	min-height: 85px;
}
.users li div.avatar {
	position: absolute;
	left: 0;
	top: 2px;
	margin: 0 15px 15px 0;
	width: 90px;
	height: 70px;
	overflow: hidden;
	background: url(images/avatar-default.gif) no-repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.users li div.avatar img {
	max-width: 90px;
	max-height: 90px;
}

/* @end */



/* @group Sidebar */

#sidebar {
	position: relative;
}
#sidebar form {
	margin: 0 0 15px 0;
}
#sidebar form.signup {
	margin: 0 0 2px 0;
	padding: 15px 10px 10px 10px; 
	background: url(images/bg-diag.gif);	border-top-left-radius: 5pxpx;
	border-radius: 5px 5px 0 0;

}
#sidebar form.signup strong {
	display: block;
	margin: 0 0 5px 0;
	color: #00573d;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	font-family: Interstate, sans-serif;
	font-weight: normal;
}
#sidebar form.signup input.text {
	padding: 3px;
	border: none;
	background: none;
	width: 159px;
	height: 19px;
}
#sidebar form.signup .input {
	padding: 4px;
	background: white;
	border-radius: 5px;
}
#sidebar form.signup .input:after {
	content: ' ';
	display: block;
	clear: both;
}
#sidebar form.signup button {
	float: right;
	position: relative;
	border: 0;
	color: white;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #00573d;
	line-height: 25px;
	cursor: pointer;
}
#sidebar form.signup button span {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
}
#sidebar form.signup .feed {
	display: block;
	color: white;
	padding: 5px 0 5px 30px;
	margin: 10px -10px -10px -10px;
	background: #7e7a63 url(images/icon-feed.gif) no-repeat 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;

	border-bottom-left-radius:  5px;
	-moz-border-radius-bottomleft:  5px;
	-webkit-border-bottom-left-radius:  5px;

}
#sidebar .join-nwf {
	padding: 15px 0 10px;
	margin: 0 0 15px 0;
	background: url(images/bg-diag.gif);
	border-radius: 0 0 5px 5px;
	text-align: center;
}
#sidebar .join-nwf h5 {
	display: block;
	color: #00573d;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: normal;
	font-family: Interstate, sans-serif;
	font-weight: normal;
}
#sidebar .join-nwf a {
	font-size: 30px;
	text-decoration: none;
}
#sidebar .join-nwf a:hover {
}
#sidebar .ad {
	margin-bottom: 15px;
}

#sidebar #from-the-president h4 {
	border:0;
	padding-bottom:94px;
	background: #f77008 url(images/lschweiger2.jpg) no-repeat bottom left;

}
#sidebar #from-the-president .date-author {
	float: none;
	margin:9px 0 0 0;
}

/*
#sidebar .ad .pds-box {
	border: 0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#sidebar .ad .pds-box-outer {
	padding: 0;
}
#sidebar .ad .pds-box,
#sidebar .ad .pds-input-label {
	width: auto;
}

#sidebar .ad .pds-question-top {
	padding: 6px 8px;
	background: url(images/header-bg.gif);
	border-bottom: 2px solid #7e7a63;
	line-height: normal;
	font-size: 100%;
	color: white;
}
*/

#sidebar ul.posts {
	margin: 0 5px 15px 12px;
}
#sidebar ul.posts li {
	margin: 0 0 10px 0;
	list-style: none;
}
#sidebar ul.posts li a {
	text-decoration: none;
}

#mad { /* make a difference */
	display: none !important;
	position: relative;
	margin: 20px 0;
	width: 219px;
}
#mad a {
	text-decoration: none;
}
#mad #bg-mad-header{
	width: 219px;
	height: 68px;
	background: url('http://www.nwf.org/~/media/Design/Backgrounds/bg-mad.ashx');
}
#mad .btn-mad {
	width: 219px;
	height: 29px;
	background: url('http://www.nwf.org/~/media/Design/Buttons/btn-mad.ashx');
	cursor: pointer;
	z-index: 9;
}
#mad .btn-mad:hover {
	width: 219px;
	height: 29px;
	background: #f3ebca;
}
#mad .btn-mad-text {
	position: relative;
	width: 140px;
	top: 7px;
	left: 50px;
	font-size: 15px;
	color: #00573d;
	z-index: 10;
}


/* @end */


/* @group Footer */
#footer {
	margin: 0 auto;
	width: 975px;
	text-align: left;
}
#footer-bottom {
	background: none;
}
#footer-ad {
	margin: 20px 0 0 0;
	width: 240px;
	float: left;
}
/*
#footer {
	position: relative;
	margin: 10px auto 0px auto;
	padding: 5px 0px 12px 0px;
	width: 925px;
	text-align: left;
	font-size: 9px;
	zoom:1;
}
#footer .ad {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 250px;
	height: 100px;
	overflow: hidden;
}
#footer .links {
	margin: 0 auto;
	padding: 0 0 0 260px;
	line-height:1.4;
}
#footer .links a {
	text-decoration: none;
	color: #252525;
}
#footer .links a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 24px 0 0 0;
	text-align: left;
	color: #362f2d;
}
#copyright p {
	display: block;
	margin: 0;
}
#copyright a{
	color: #362f2d;
	text-decoration: underline;
}
*/
#switcher {
	position: absolute;
	right: 0;
	font-size: 90%;
	font-weight: normal;
}
/* @end */

/* @group Share Tools */

#share-tools {
	position: absolute;
	top: 400px;
	left: -100px;
	width: 100px;
	padding: 0px 0px 0 0;
	text-align: center;
	z-index: 100;
	background: none;
}
.share-tools-fixed #share-tools {
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -583px;
}
.share-tools-bottom #share-tools {
	position: absolute;
	top: auto;
	bottom: 600px;
}
#share-tools > a {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #bd5c0f;
	text-decoration: none;
}
#share-tools .email {
	padding: 0 0 0 24px;
	background: url(images/icon-email.gif) no-repeat 0px 0px;
}
#share-tools .addthis_button {
	background: url(images/icon-share.gif) no-repeat 0px 0px !important;
	padding: 1px 0 2px 20px;
}
#share-tools > span {
	display: block;
	margin: 0 auto 20px auto;
}
#share-tools > span > span {
	margin: 0 auto;
	display: block;
}
#share-tools .print {
	padding: 0 0 0 20px;
	background: url(images/icon-print.gif) no-repeat 0px 0px;
}

#share-tools .st_twitter_hcount {
}
#share-tools .st_fblike_hcount {
}

/* @end */

/* @group Captioned Image */

.wp-caption {
	position: relative;
	background: #f6f2e2;
	padding-top: 5px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption-text {
	margin: 0;
	padding: 0 0 4px;
	font-size: 10px;
}
.wp-caption.alignleft {	margin: 0 15px 15px 0; }
.wp-caption.alignright { margin: 0 0 15px 15px; }
.wp-caption.aligncenter { margin: 15px auto 15px auto; }
/* @end */

/* @group Attachments */
#content > .attachment {
	padding: 20px;
	margin: 0 0 20px 0;
	background: #f6f2e2;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#content > .attachment img {
	display: block;
	margin: 0 auto;
}
#content .FotomotoToolbarClass ul.FotomotoBar {
	text-align: center;
}
#content .FotomotoToolbarClass ul.FotomotoBar li {
	float: none !important;
}
/* @end */




/* @group Poll Daddy Polls */

.PDS_Poll .pds-question-top{
	background:url(images/header-bg.gif) repeat scroll 0 0 transparent !important;
	border-bottom:2px solid #7E7A63 !important;
	color:white;
	margin:0 0 10px;
	padding:3px 8px !important;
}
.PDS_Poll .pds-links {
	margin: 0 0 0 20px!important;
	padding: 0 !important ;
	
}
/* @end */