/* Global Styles
----------------------------------------- */

html { height: 100%; margin-bottom: 1px; }
body { text-align: left; background: #E8D8BE; font-family: arial, helvetica, sans-serif; color: #333; }
body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, dt, address, input { margin: 0; padding: 0; }
ul, li { list-style: none; }
img { border: none; }
p { margin: 1em 0; line-height: 1.3; }
a { color: #B85A18; }
a:visited { color: #C37138; }
a:hover { text-decoration: none; }

h1{  color:#000000;  font-family:arial;  font-size:14pt;  font-weight:bold;  text-align:left;}
h2 {  color:#844418;  font-size:12pt;  font-weight:bold;  text-align:left;}
h3 {  color:#000000;  font-family:arial;  font-size:10pt;  font-weight:bold;  text-align:left;}
h4 {  color:#7B695A;  font-family:arial;  font-size:10pt;  font-weight:bold;  text-align:left;}

.required { font-size: 85%; color: #666; font-style: italic; }
.bold { font-weight: bold; }
.text_right { text-align: right; }
.text_center { text-align: center; }


/* #outer-wrapper
----------------------------------------- */

#outer-wrapper { font-size: 12px; }

/* #wrapper
----------------------------------------- */

#wrapper { text-align: left; width: 834px; margin: 0 auto; position: relative; background: url(../images/2007redesign/bkgd_body.gif) repeat-y 0 0; }


/* #content
----------------------------------------- */

/* left padding altered at customer request */
#content { padding: 0 20px 10px 20px;  }


/* -- elements within #content -- */

#content .feature_box,
.feature_box
{
	width: 298px;
	margin: 1em 0;
}

/* added for clarity in preview */

.feature_box {
	clear: both;
	overflow: hidden;
}

/* shorter selector added for preview */
#content .feature_box div,
.feature_box div
{
	background: #e5eeda;
	border: 1px solid #d3c0b0;
	border-top: 0;
	padding: 5px 10px;
}

/* shorter selector added for preview */
#content .feature_box h2,
.feature_box h2
{
	background: #604b3b url(../images/2007redesign/bkgd_box_top.gif) no-repeat 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	font-size: 110%;
	padding: 5px 10px;
	width:auto;
}

#content .feature_box h2 a { color: #FFF; text-decoration: none; }
#content .feature_box .img { float: left; border: 3px solid #d3c0b0; }
/* disabled at customer request
#content .feature_box .button { float: right; margin: .5em 0; } */
#content .feature_box p { margin: 0 0 0 85px; }

/* START: ph 2007-06-15: copied from main css 
 * - changed #column2 to #content
 */
#content .feature { width: 298px; margin: 1em 0; }
#content .feature h2 { color: #604b3b; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 110%; margin: 0 0 .5em 0; text-transform: none; }
#content .feature h2 a { color: #604b3b; text-decoration: none; }
#content .feature h3 { font-family: arial, sans-serif; font-size: 14pt; color:#844418; font-weight: bold; margin: 0 0 0 85px; }
#content .feature h3 a { text-decoration: none; color: #000; }
#content .feature h3 a:hover { text-decoration: underline; }
#content .feature p { margin: 0 0 0 85px; }
#content .feature img { float: left; }


#content h1 {
  color:#000000;
  font-family:arial;
  font-size:14pt;
  font-weight:bold;
}

#content h2 {
  color:#844418;
  font-size:12pt;
  font-weight:bold;
}

#content h3,
.feature_box h3 {
  color:#000000;
  font-family:arial;
  font-size:10pt;
  font-weight:bold;
}

#content h4,
.feature_box h4 {
  color:#7B695A;
  font-family:arial;
  font-size:10pt;
  font-weight:bold;
}

/* override previous wrapper's settings for preview */
.feature_box h1,
.feature_box h2,
.feature_box h3,
.feature_box h4 {
	margin: 0px;
  float: none;
}
/* ----------shoffman 030508
changed from #content ul to #wrapper div.convio_body  or appArea
-------------------------------------------*/
/*#wrapper div.convio_body ul {
  list-style-type: disc;
  list-style:disc;
  }
#wrapper div.convio_body ul li {
  list-style-type: disc;
  list-style-position:outside;
  list-style:disc;
  margin-left: 10px;
  padding-bottom: 10px;
  }

#wrapper div.convio_body ol {
  list-style-type: decimal;
}

#wrapper div.convio_body ol li {
  list-style-type: decimal;
  list-style-position:outside;
  margin-left: 25px;
  padding-bottom: 10px;
  }*/
  
#content div.appArea li.bulleted
{
  list-style-image: url(../images/2007redesign/bullets/li.gif);
  list-style-type: square;
  list-style-position: inside;
}
#content div.appArea li.bulleted li
{
  list-style-image: url();
  list-style-type: circle;
}
#content div.appArea li.bulleted li li
{
  list-style-image: url(../images/2007redesign/bullets/lilili.gif);
  list-style-type: circle;
}  
  
  /* ----- END shoffman 030508 -----*/


/* bulleted lists
----------------------------------------- */
li.bulleted
{
  list-style-image: url(../images/2007redesign/bullets/li.gif);
  list-style-type: square;
  list-style-position: inside;
}
li.bulleted li
{
  list-style-image: url();
  list-style-type: circle;
}
li.bulleted li li
{
  list-style-image: url(../images/2007redesign/bullets/lilili.gif);
  list-style-type: circle;
}

/* -- #int_content #content -- */

#content p { margin: 0 0 1em 0; }
#content p.intro_text {  }
#content p.intro_text span { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }

/* START: KKitchens 5-01-2007:  Reformatted Lists. Please replace previous CSS*/
/* AMENDED: ph@littletype.com 2007-06-06:
    changed list styles to 'none' & commented out other list-style defs 
    reduced #content ul li -> margin-left from 25px to 10px */
/* Styles for Lists within #content */

/*---------- commented out on 2/25/2008 by shoffman
 these styles break stuff in the convio wysiwyg
#content ul {
  list-style-type: disc; 
  list-style: none;
  }
#content ul li {
  list-style-type: disc;
  list-style-position:outside; 
  list-style: none;
  margin-left: 10px;
  padding-bottom: 10px;
  }----   end shoffman*/
#content ol {
  list-style-type: decimal;
}

#content ol li {
  list-style-type: decimal;
  list-style-position:outside;
  margin-left: 25px;
  padding-bottom: 10px;
  }
/*END Kkitchens 5-01-2007 */

/* END: ph 2007-06-15: copied from main css  */



/* #footer
----------------------------------------- */

#footer { color: #666; width: 834px; margin: 0 auto; font-size: 85%; text-align: left; position: relative; background: url(../images/2007redesign/bkgd_footer.gif) no-repeat 0 0; padding: 1em 0; }
#footer a { color: #666; text-decoration: none; }
#footer a:hover { color: #333; text-decoration: underline; }
#footer ul { float: left; margin-left: 31px; display: inline; }
#footer li { display: inline; border-right: 1px solid #666; padding: 0 7px 0 5px; }
#footer li.last { border: 0; }
#footer .copyright { display: inline; float: right; margin: 0; text-align: right; margin-right: 100px; }
#footer .seal { position: absolute; top: 1em; right: 28px; }


#wrapper:after,
#nav:after,
#content:after,
#int_content:after,
#top_items:after,
.feature_box div:after,
#footer_nav:after,
#footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Self Cleared Floats */


#wrapper div.convio_header
{
  width: 832px;
  height: 106px;
  margin: 0px;
  padding: 0px
  position: relative;
}
#wrapper div.convio_header div.nav_bar
{
	position: absolute;
	top: 79px;
	left: 133px;
}
#wrapper div.convio_header div.nav_bar_action_ctr
{
	position: absolute;
	top: 79px;
	left: 134px;
}

#wrapper div.convio_header div.nav_bar a,
#wrapper div.convio_header div.nav_bar_action_ctr a
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#wrapper div.convio_body
{
  margin: 0px 20px 0px 12px;
  width: 800px;
  padding: 0px;
  background-color: white;
}

#wrapper div.convio_body div#content
{
	margin: 0px;
	padding: 4px 24px;
	background-color: white;
}

/* shorter selector added for preview */
#wrapper div.convio_body div#content div.feature_box.convio,
div.feature_box.convio
{
	width: 624px;
	margin: 0px 10px 32px 10px;
}

/* shorter selector added for preview */
#wrapper div.convio_body div#content div.feature_box.convio h2,
div.feature_box.convio h2
{
  background-image: url('../images/2007redesign/feature_box_h_bg.jpg');
  background-color: #534741;
  font-size: 12pt;
}

/* override previous wrapper's settings for preview */
div.feature_box.convio h2
{
  margin-bottom: 0px;
  margin-top: 0px;
}

/* shorter selector added for preview */
#wrapper div.convio_body div#content div.feature_box.convio div,
div.feature_box.convio div
{
  width: 614px;
  margin: 0px;
  padding: 4px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: white;
}

/* shorter selector added for preview */
#wrapper div.convio_body div#content div.feature_box.convio div p,
div.feature_box.convio div p
{
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
		
/*CONVIO STYLES*/

/*This is a general page title. It is also used
wherever multiple pages edit the same object. Mind you, that doesn't happen a lot on the user side.*/
.ObjTitle {
  	color:#844418;
  	font-size:14pt;
	font-weight:bold;
	margin: 0px 0px 6px;
	padding: 0px;
}
h3.ObjTitle {
  	color:#844418;
  	font-size:14pt;
	font-weight:bold;
	margin: 0px 0px 6px;
	padding: 0px;
}

.Headline {
  	color:#844418;
  	font-size:12pt;
	font-weight:bold;
	margin: 0px 0px 6px;
	padding: 0px;
}

H2.actionFormHead {
	width: auto;
	font-family: "arial narrow";
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:0px;}

.actionFormHead {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight:bold;
	line-height:15px;
}

/* added to override convio baseline styles */

.AdvocacyNSFix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p,
p.ListHeadings,
input.Button,
input,Advocacy,
input,
select,Advocacy,
select,
option,
textarea,Advocacy,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input.Button {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: none;
}

.AutoOptInWarningMessage  {
color:#000;
font-size:8pt;
}

/*DISCUSSION GROUP STYLES*/
.ddb_nav_pane_container { 
border: 1px solid #CCCCCC;
background-color: #EAE5DC;
padding: 5px;
vertical-align: top; }

td.ddb_content_pane tr.ddb_post td.ddb_post { 
vertical-align: top; 
padding:2px; }

a {
color:#B85A18;
}

a.ddb_nav_item a.ddb_nav_pane_container
{
color: #B85A18;
text-decoration: underline;
font-weight: bold;
}

div.feature_box.convio div {
background-color:white;
}

/* START shoffman@defenders.org 12/2/2008 - donation styles */
#don_donate div.appArea {width:750px;}
#don_donate h1 {color:#844418; font-size:12pt; font-weight:bold; margin-bottom:10px;}

#don_float_right { float:right; width: 230px; margin:0 10px 10px 0; }
#don_float_right p { font-size:8pt; font-style:italic; }
