/*@CHARSET "UTF-8";

*
*   Zen CSS
*
*   $Id: style.css,v 1.17.2.2 2007/01/17 05:02:52 jjeff Exp $
*/

/**
*   IMPORT EXTERNAL STYLE SHEETS 
*   We have separated out these styles because they are
*   common to the zen template system.

@import "layout.css";
@import "icons.css";
*/
/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/

body {
  font:14px arial,helvetica,clean,sans-serif;
  *font-size:small;
  *font:x-small;
}

table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}

table tr.odd {
  background: #ddd;
}

tr, td {
  padding: .25em;
}

td.icon {
  text-align: center;
}


/**
*   LAYOUT STYLES 
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.  
*   See layout.css for major adjustments.
*/
body {
  margin: 0;
  padding: 0;
  min-width: 700px;      
  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  /*width: 900px;  */             /* page width - optional */
  /*margin: 0 auto;   */          /* center the page - optional */
  /*border-left: 2px solid #AAA;*/
  /*border-right: 2px solid #AAA;*/
}


/**
*  OTHER STYLES
*
*  Styles that are specific to this theme.
*/

/* Common styles */
body.not-logged-in, body.logged-in, body {
  background: #C4CCA6 url(../images/wrpr/background.gif) repeat-x top left;
}

#outerContainer {
text-align:center;
}

#page {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #111;
  line-height:1.2em;
  background-color: #fff;
  padding: 12px;
  text-align:left;
}

#container {
  margin: 0px;
}

#main .node .content {
  color: #333;
}

div.content, div.links {
  font-size: 92%;
}

a, a:link, a:visited {
  color: #EB5200; /* EB5200 */
  text-decoration: none;
}

a:hover, a:focus {
  color: #EB5200; /* EB5200 */
  text-decoration: underline;
}

a:active, a.active { 
  color: #EB5200; 
}
		
h1.title, h1.title a, h1.title a:hover, h1.title_also, h3.objTitle, p.headline {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #409E38;
  font-size: 140%;
  margin:0;
  margin-bottom:10px;
  line-height:normal;
}

h1, h1 a, h1 a:hover, h3 {
  font-size: 140%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  font-size: 110%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
  color: #BB3700; /* 3386DD,409E38 */
}

h3 { 
  font-size: 107%;
  font-weight: bold; 
  font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

p, .book .body {
  padding: 0 0 0.5em 0;
  margin: 0;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px 0px #ccc solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

code {
  font-size: 100%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

img { 
  border: 0; 
}

ol, ul, dl { 
  position: relative; 
}

/* Header styles */
 
#header {
  margin: 0px 0px 30px 0px;
}

body.front #logo-title {
  margin: 10px 0px 0px 0px;
  position: relative;
  background: url(../images/wrpr/animated_header.gif) no-repeat 282px 0px;
  *background: url(../images/wrpr/animated_header.gif) no-repeat 282px 4px;
  display: none;  
  height: 113px;
}

#logo-title {
  margin: 10px 0px 0px 0px;
  position: relative;
  background: url(../images/content/pagebuilder/11195.gif) no-repeat 0px 0px;
  *background: url(../images/content/pagebuilder/11195.gif) no-repeat 0px 0px;
  height: 170px;
}

#logo{
  vertical-align: baseline;
  margin: 0px 0px 0px 0px;
}

#name-and-slogan {
  display: inline;
}

#site-name {
  margin: 0;
  display: inline;
}

#site-name a, #site-name a:hover {
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-weight: normal;
  color: #EB5200;
  font-size: 176%;
  margin: 0;
  padding: 0;
}

#site-slogan {
  color: #aaa;
  margin: 0;
  font-size: 85%;
  margin-left: 20px;
}

#search {
  position: absolute;
  padding: 193px 0px 0px 0px;
  *padding: 193px 0px 0px 0px;
  top: 0;
  right: 0;
}

#mission {
  color: #EB5200;
  font-weight: normal;
  padding: 0px;
  margin: 20px 0px 18px 0px;
  font-size: 160%;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-style: italic;
  font-weight: bold;
  border: solid 0px #B5C9D8;
  text-align: center;
}
 #mission a.hover {
   border-bottom: solid 1px #EB5200;
 }

.breadcrumb {
  margin:0;
  padding:0;
  font-size: 80%;
  font-family: Verdana;
  margin-left: 14px;
}

#admin_block {
  text-align: right;
  line-height: 50%;
}

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

#admin_block li {
  display:inline;
}

#admin_block a {
  font-weight: bold;
  padding: 0px 6px 0px 6px;
}

/* Menu styles */
div.menu {
  margin: 0px 0px 0px 0px;
}

#primary {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  line-height:normal;
  padding:0px 0px 1px 0px;
  border-bottom:0px solid #FFF;
  background:#286523 url(../images/wrpr/tabs_end.gif) repeat-x;
}

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

#primary li {
  display:inline;
}


#primary li li  {
*width:11.8em;
}

#primary li li a {
*width:14.5em;
}

#primary a {
  background:#286523 url(../images/wrpr/tabs.gif) repeat-x;
  color:#FFF;
  font-weight:bold;
  display:block;
  float:left;
  padding:5px 14px 5px 14px;
  margin: 0px 0px 2px 0px;
  border: solid #246720 1px;
  border-width: 1px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}

#primary a {
  background-position:0% 0px;
}

#primary a:hover {
  background-position:0% -42px;
  text-decoration:none;
}

#primary a.active {
  background-position: 0% -84px;
}

#secondary {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding-left: 6px;
  background: #7EAEE0; /* 7EAEE0,F8722A */
  border-bottom: solid #2763A5 1px; /* 2763A5,EB5200 */
}
#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  color: #fff;
  font-size: 85%;
  text-decoration:none;
  padding:0px 8px 1px 8px;
}

#secondary a:hover {
  background:#3D8CDF; /* 3D8CDF,E35001 */
}

#secondary a.active {
  font-weight:bold;
}

/* Link styles */
ul.links {
  text-align:left;
}

ul.links li {
  border-left: 1px solid #9cf;
}

.taxonomy {
  margin:0;
  padding:0;
  display:inline;
}

.taxonomy ul.links li {
  border:none;
  padding:0 .1em 0 .2em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left:0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding:0 .1em 0 .1em;
}

.submitted, .taxonomy { 
  font-size: 85%;
  color: #999; 
  padding: 0px 0px 0px 0px;
}

/* Form styles */	
input, textarea, textfield {
  margin:0;
  color: #000;
  font-family: arial;
  padding:1px;
  font-size: 100%;
}

fieldset {
  border: solid #ccc 1px;
}

input.form-checkbox, input.form-radio {
  border: none;
}

#search .form-text, #user-login-form .form-text {
  color: #444;
  border: 1px solid #446E41;
  padding: 2px;
  margin-top: 10px;
  font-size: 85%;
  width: 96px;
}

.form-submit, .button {
  padding: 1px;
}

#search .button, 
#search .form-submit,
#user-login-form .button,
#user-login-form .form-submit,
#subscribe-button {
  background-color: #AB8429;
  color: #FFF;
  font-weight: bold;
  font-size: 80%;
  font-family: arial;
  width: 54px;
  height: 21px;
  border: 1px solid #000000;
}
#subscribe-button {
  font-size: 90%;
  border: 1px solid #FFFFFF;
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#user-login-form {
  text-align:left;
}

#user-login-form .item-list ul {
  margin-top:10px;
}

/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #ddd;
  background: #eee;
  margin: 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* Footer styles */
#footer-wrapper {
  margin:0;
  margin-top: 60px;
}

#footer {
  background-color: #3D7438;
  border: solid 1px #173B14;
  color:#FFFFFF;
  text-align: center;
  margin:0;
  font-size: 85%;
  font-family: Verdana;
  padding: 6px 0px 2px 0px;
}
  
#footer a {
  color: #fff;
}
  
#footer img.drupal-powered {
  position:relative;
  top:.3em;
}

#footer ul {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}
#footer li {
  padding: 0px 4px 0px 4px;
  display: inline;
  list-style: none;
}

/* Administration styles */
.admin-panel {
  margin:0;
  padding:0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #6191C5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding:10px;
}

.admin-panel h3 {
  margin-bottom:0;
  padding:5px 5px 5px 30px;
  font-family: verdana;
  font-size: 122%;
  color:#fff;
  border-width: 0px 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin:0px 0px 10px 0;
  padding: 10px;
  background: #EBF2F8;
}

.comment  h3.title, .comment  h3.title a {
  font-size: 122%;
  color: #2266AB;
  font-weight:normal;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  margin-bottom:3px;
  margin-top:0;
}

.comment .picture, .node .picture {
  float:left;
  margin-right:15px;
}

.comment-unpublished {
  background: #FCE38E;
}

.comment .new {
  color: #FFC600;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

.comment .links {
  text-align: right;
}

/* Poll styles */
.poll .bar .foreground {
  background: #2763A5;
}

.poll .bar {
  padding:2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* Forum styles */
#forum table {
  width: 100%;
}

/* Pager styles */
.pager {
  text-align:center;
  margin-top: 30px;
  margin-bottom: 50px; /* CAW_CUSTOM: for IE */
}

.pager  a, .pager-current {
  padding:3px 8px 3px 8px;
  margin:0 2px 0 2px;
  color: #2763A5;
  font-weight:bold;
  border: solid 1px #eee;
}

.pager-current {
  color: #fff;
  background-color: #2763A5;  
}

/* Node, Block, Content styles */
.node {
  margin-bottom:0px;
  padding-bottom:0px;
}

.node h2.title {
  margin-bottom:.1em;
}

.node h2.title a {
  color: #BB3700; /* 3386DD,409E38 */
  font-size: 100%;
  font-weight:bold;
  font-family:arial;
  line-height:1.4em;
}

.node .content {
  padding-top:5px;
  padding-bottom:5px;
}

.sticky {
  border-bottom: solid 3px #ddd;
}

.profile {
  clear:none;
}

#sidebar-left .block, #sidebar-right .block {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#sidebar-right div.content p {
  margin: 0px;
  padding: 0px;
}

.block .item-list ul {
  padding-left:0;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
} 
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
} 
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/**
 * CAW_CUSTOM: Custom Styles for Views
 */
 
/** 
 * Italic font style in any IE version will enlarge parent element 
 * horizontally. It?s usually just a few pixels, but it could be nasty 
 * and ugly few pixels. Simple solution is in the following rule.
 *
 * Fixes third column getting pushed out in IE6 by italics in newsletter sidebar
 */
div.column #sidebar-left {
  overflow-x: hidden;
}

#block-views-news_page div.blockinner, #block-views-newsletter_sidebar div.blockinner, #block-views-news_releases div.blockinner {
  width: 210px;
  background: url(../images/wrpr/img/div-bottom.gif) no-repeat bottom left;
  margin-top: 0.5em;
}

#block-views-news_page h2.title, #block-views-newsletter_sidebar h2.title, #block-views-news_releases h2.title {
  color: #927636;
  font-size: 120%;
  border-bottom: 1px solid #E0CFAB;
  background: url(../images/wrpr/img/h3-bg.gif) no-repeat top left;
  padding: 6px 8px 4px 10px;
  margin: 0px;
}
#block-views-news_page a.title, #block-views-newsletter_sidebar a.title, #block-views-news_releases a.title {
  color: #927636;
  font-size: 100%;
  text-decoration: none;
}

.view-header-newsletter-sidebar {
  font-family: Arial, Helvetica, sans-serif;
  color: #777; 
  font-size: 90%;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.view-news-page, .view-newsletter-sidebar, .view-news-releases {
  padding: 0px 8px 6px 8px;
}

.view-news-page ul li, 
.view-newsletter-sidebar ul li, 
.view-news-releases ul li, 
.common-ground-sidebar ul li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 12px 0px;
}

.view-news-page ul, 
.view-newsletter-sidebar ul, 
.view-content-newsletter-organization ul, 
.view-news-releases ul, 
.common-ground-sidebar ul {
  padding: 0px 0px 0px 0px;
}

div.common-ground-sidebar {
  background: #AB8429 url(../images/wrpr/button_common_ground.gif) no-repeat;
  height: 300px;
  padding: 50px 8px 0px 8px;
  font-size: 90%;
  line-height: 150%;
}
#sidebar-right div.common-ground-sidebar p {
  padding: 0px 0px 12px 0px;
}
#sidebar-right .common-ground-sidebar a, 
#sidebar-right .common-ground-sidebar a.hover, 
#sidebar-right .common-ground-sidebar a.visited, 
#sidebar-right .common-ground-sidebar a.focus, 
#sidebar-right .common-ground-sidebar a.active {
  color: #FFFFFF;
}

/** Do not display date on newline for Views module views **/
.view-data-node-created {
  display: inline;
  color: #777;
  font-size: 80%;
}
.view-data-node-title {
  display: inline;
  margin-right: 8px;
}

.button-sidebar {
  color:#FFFFFF;
  background-color: #A3BDA1;
  border: 1px solid #21541D;
  padding: 4px 0px 4px 0px;
  font-size: 115%;
  text-align: center;
  font-weight: bold;
}

.node {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.current_page {
  color: #777777;
}

a.small {
  font-family: Arial;
  font-size: 60%;
  font-weight: normal;
}

.sidebar-blue {
  width: 160px; 
  background: url(../images/wrpr/sidebar_blue_bottom.gif) no-repeat bottom left;
}

.sidebar-blue h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #06478E;
  border-bottom: 1px solid #2763A5;
  background: url(../images/wrpr/sidebar_blue_top.gif) no-repeat top left;
}

#sidebar-right div.sidebar-blue p {
  margin: 0;

  padding: 14px 10px 14px 10px;
  list-style: none;
}

.sidebar-orange {
  width: 160px; 
  background: url(../images/wrpr/sidebar_orange_onesy.gif) no-repeat bottom left;
  float: right;
}

.sidebar-orange h3 {
  margin: 0;
  padding: 0px;
  height: 6px;
  background: url(../images/wrpr/sidebar_orange_onesy.gif) no-repeat top left;
}

.sidebar-orange p {
  margin: 0;
  padding: 0px 10px 14px 10px;
}

.sidebar-green {
  width: 160px; 
  background: url(../images/wrpr/sidebar_green_bottom.gif) no-repeat bottom left;
}

.sidebar-green h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;

  color: #0F4A0A;
  border-bottom: 1px solid #286523;
  background: url(../images/wrpr/sidebar_green_top.gif) no-repeat top left;
}

#sidebar-right div.sidebar-green p {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
}

.caption, div.framed p, div.framed-right p {
  font-family: arial;
  font-size: 85%;
  line-height: 95%;
  text-align: center;
  padding: 2px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  color: #999999;
}
.caption-tall, div.framed-tall p, div.framed-right-tall p {
  font-family: arial;
  font-size: 85%;
  line-height: 110%;
  text-align: center;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  color: #999999;
}
.caption-cg {
  font-family: arial;
  font-size: 85%;
  line-height: 110%;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
div.caption , div.caption-tall {
  text-decoration: none;
}

div.framed, div.framed-tall {
  float: left;
  margin: 5px 12px 4px 0px;
}
.front div.field-type-image, div.field-type-image {
  float: right;
  margin: 5px 0px 4px 12px;
}
div.framed-right, div.framed-right-tall {
  float: right;
  margin: 5px 0px 4px 12px;
}

div.field-type-image img, div.view-data-node-data-field-image-field-image-fid img, img.field-type-image, div.common-ground-sidebar img, div.framed img, div.framed-right img, div.framed-tall img, div.framed-right-tall img, .common_ground img {
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  margin: 0px;
}

div.view-item-newsletter-sidebar div.view-data-node-data-field-newsletter-article-type-field-newsletter-article-type-value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #777; 
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

div.field-field-news-source {
  font-size: 120%;
  color: #999;
  padding: 0px 0px 4px 8px;
  margin: 0px;
}
div.field-field-author {
  font-size: 110%;
  color: #999;
  padding: 0px 0px 0px 8px;
}
div.field-field-published-date {
  font-size: 90%;
  color: #999;
  margin: 0px;
  padding: 0px 0px 4px 8px;
}
div.ntype-news-clip .submitted, div.ntype-newsletter-article .submitted {
  display: none;
}
div.view-data-node-data-field-published-date-field-published-date-value { 
  display: inline;
  margin: 0px;
  font-size: 85%;
  color: #999; 
  padding: 0px 0px 0px 0px;
}
div.field-field-subtitle {
  font-size: 90%;
  color: #999;
  padding: 0px 0px 0px 0px;
}

ul.view-news-page {
  list-style-type: square;
}

/* Increase paragraph spacing */
#squeeze .content p {
  padding: 6px 0px 6px 0px;
}

/* Increase spacing between nodes in listings */
.node {
  padding-bottom: 12px;
}

ul.links {
  padding-left: 8px;
}

#sidebar-left div.block-views {
  padding-bottom: 8px;
}

h2.section {
  color: #409E38; /* 225F9F,409E38 */
  font-size: 140%;
  font-weight:bold;
  font-family:arial;
  font-style:italic;
  line-height:1.4em;
  padding-top: 8px;
  padding-bottom: 2px;
  background: url(http://leaveitwild.org/sites/all/themes/custom/caw/images/h2_background.gif) no-repeat bottom left;
}

.copyright {
  font-size: 80%;
}

h3.subsection {
  color: #218119;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}

.state_campaign dl {
	float: left;
}	
.state_campaign dt {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	font-weight: normal;
	color: #777777;
	font-size: 110%;
	float: left;
}
.state_campaign dd {
	margin: 0px 0px 12px 114px;
	padding: 0px;
}

.report_page dl {
	float: left;
}	
.report_page dt {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	font-weight: normal;
	color: #777777;
	font-size: 110%;
	float: left;
}
.report_page dd {
	margin: 0px 0px 6px 114px;
	padding: 0px;
}

.staff_page dl {
	float: left;
	padding: 0px 0px 8px 0px;
}	
.staff_page dt {
	margin: 0px 0px 0px 26px;
	padding: 0px;
	font-weight: normal;
	color: #777777;
	font-size: 110%;
	text-align: right;
	width: 150px;
	float: left;
}
.staff_page dd {
	margin: 0px 0px 14px 200px;
	padding: 0px;
}

ul.basic_list {
  padding: 12px 0px 0px 0px;
  margin: 0px;
}
ul.basic_list li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 8px 12px;
}

ul.bullet_list {
  padding: 0px 0px 10px 24px;
  margin: 0px;
  list-style-position: outside;
}
ul.bullet_list li {
  list-style: disc;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}

ul.compact_list {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
ul.compact_list li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 12px;
}

.common_ground {
  width: 584px;
  height: 320px;
  padding: 0px 8px 0px 8px;
  background: #AB8429 url(../images/wrpr/common_ground_background.gif) no-repeat;
}
.common_ground div.ad {
  float: left;
  width: 194px;
  padding: 80px 0px 6px 0px;
  margin: 0px;
  font-size: 85%;
  line-height: 110%;
  text-align: center;
}	
.common_ground a, .common_ground a:active, .common_ground a:visited, .common_ground a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.common_ground p a:hover, div.common_ground_caption:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.common_ground p {
  margin: 0px, 0px, 0px, 0px;
  padding: 50px, 0px, 0px, 0px;
}
.common_ground_caption {
}

.float {
  float: left;
}
.float-right {
  float: right;
}

.newsletter_header {
  width: 506px;
  padding: 6px 270px 6px 24px;
  margin: 0px 0px 12px 0px;
  color: #FFFFFF;
  background: #286523 url(../images/wrpr/newsletter_header.gif) no-repeat;
}
.newsletter_header h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 4px 0px;;
  font-weight: bold;
  font-style: italic;
  font-size: 140%;
  color: #FFFFFF;
}
.view-content-newsletter-organization ul li, 
.view-content-newsletter-moreinfo ul li,
.view-content-newsletter-intro ul li,
.view-content-newsletter-wilderness ul li,
.view-content-newsletter-update ul li,
.view-content-newsletter-action ul li,
.view-content-newsletter-hero ul li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
#newsletter_page div.column div.blockinner > h2.title,
.view-newsletter-intro div.view-data-node-data-field-newsletter-article-type-field-newsletter-article-type-value,
.view-newsletter-update div.view-data-node-data-field-newsletter-article-type-field-newsletter-article-type-value,
.view-newsletter-moreinfo div.view-data-node-data-field-newsletter-article-type-field-newsletter-article-type-value {
/*  background: #EB5200 url(../images/wrpr/newsletter_title_background.gif) no-repeat; */
  color: #409E38;
  display: block;
  font-size: 100%;
  font-weight:bold;
  font-family:arial;
  margin: 0px;
  padding: 2px 0px 0px 0px;
}
#newsletter_page div.column #squeeze div.blockinner > h2.title,
#newsletter_page div.column #squeeze div.view-data-node-data-field-newsletter-article-type-field-newsletter-article-type-value {
  color: #409E38;
  display: block;
  /*float: right;*/
  font-size: 100%;
  font-weight:bold;
  font-family:arial;
  padding: 0px;
  text-align: left;
  /*width: 260px;*/
}
#newsletter_page #main div.block-views {
  float: left;
  width: 382px;
}
#newsletter_page #main div.view-data-node-data-field-image-field-image-fid,
div.empty_image_placeholder {
  /*float: left;*/
  width: 114px;
  height: 90px;
}
#newsletter_page #main div.view-data-node-title {
  /*float: right;*/
  /*width: 260px;*/
  margin-right: 0px;
  display: block;
}
div.field-field-newsletter-article-type {
  display: none;
}
#newsletter_article_type {
  padding: 0px 0px 0px 8px;
  color: #777;
  font-size: 110%;
  font-weight: bold;
}
#newsletter_TOC_link {
  padding: 4px 0px 8px 8px;
  font-size: 110%;
  font-weight: bold;
}

h2.big, h2.big a {
  font-size: 130%;
  padding: 18px 0px 4px 0px;
  margin: 0px 0px 0px 0px;
}

.subtle {
  font-style: italic;
  font-size: 80%;
  color: #777;
}

.view-item-news-page a, .view-item-news-page a:link, .view-item-news-page a:visited, .view-news-page div.more-link a {
  color: #2F5A00;
  font-size: 90%;
  text-decoration: none;
}

.view-item-news-page a:hover, .view-item-news-page a:focus, .view-news-page div.more-link a:hover, .view-news-page div.more-link a:focus {

  color: #2F5A00;
  font-size: 90%;
  text-decoration: underline;
}

.view-item-newsletter-sidebar a, .view-item-newsletter-sidebar a:link, .view-item-newsletter-sidebar a:visited {
  color: #2F5A00;
  font-size: 90%;
  font-style: italic;
  text-decoration: none;
}

.view-item-newsletter-sidebar a:hover, .view-item-newsletter-sidebar a:focus {
  color: #2F5A00;
  font-size: 90%;
  font-style: italic;
  text-decoration: underline;
}

div.block-div { 
  float: left;
}

div.float-clear { 
  clear: both;
  visibility: hidden;
  height: 0px;
}

#main #squeeze {
  *width:600px;
  width:600px;  
}

div.appArea {
  *width:550px; 
  width:550px;
}

