/* $Id: style.css,v 1.7 2005/03/05 14:34:39 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin:0px auto;
  padding: 0;
  color: #000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:center;
  background-color:#F3F6ED;
  padding-top:5px;
}

tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #990000;
}

a:visited {
  color: #990000;
}

a:hover {
  color: #B30000;
  text-decoration:underline;
}

a.read-more {
  color:#003D6B;
  font-size:10px;
}
fieldset {
  border: 1px solid #ccc;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}


.form-item label {
  color: #222;
}
.item-list .title { 
  color: #222;
}

.links {
  margin-bottom: 0em;
  margin-top:-10px;
}
.comment .links {
  margin-bottom: 0em;
}

.node ul {
list-style-type:square;
}

#stayintouch_submit {
font-size:12px;
}

#stayintouch_input {
font-size:11px;
}

/*
** Page layout blocks / IDs
*/

#wrap {
background:#bbb url('/images/rap.jpg') center repeat-y;
width:790px;
height:100%;
margin:0 auto;
text-align:center;	
}

#header, #content {
  width:787px;
  text-align:left;
  margin:auto;
  background-color:#fff;
  border:solid 1px #000;
}

#header {
  background-color: #fff;
}
#logo {
  vertical-align: middle;
  border:0;
  width:120px;
}

#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}

#header #menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
  width:150px;
}

#primary {
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
  display:none;
}

#primary a {
  font-weight: bold;
  color: #fff;
}

#secondary {
  padding: 0 1em 0.5em 0;
  color: #9cf;
  display:none;
}

#secondary a {
  font-weight: bold;
  color: #9cf;
}

#search {
width:150px;
height:0px;
}

#search form {display:block;}

#search .form-text, #search .form-submit {
  border: 1px solid #000;
  font-size:11px;
  float:left;
  display:block;
}

#search .form-text {
  width:100px;
  height:19px;
  padding:0 5px;
  margin:0 0 5px 0;
}

#search .form-submit {
	width:23px;
	height:19px;
	position:relative;
	top:-6px;
	margin-left:5px;
}

/*Styling of Search Results Page */
.search-info {display:none;}

.search-results .title {
	margin-bottom:0px;
	padding-bottom:0px;
	}

.search-results .title a {
text-decoration:none;
color:#990000;
}

.search-results .title a:hover {
text-decoration:underline;
color:#990000;
}



#mission {
  font-size:10px;
  padding:13px 0 10px 0px;
}

.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
}

.site-name a:link, .site-name a:visited {
  color: #000;
}

.site-name a:hover {
  color: #000;
  text-decoration: none;
}

.site-slogan {
  color: #990;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
  display:none;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}

#mission, .node .content, .comment .content {
  line-height: 1.4;
}

#help {
  margin-bottom: 1em;
}

.breadcrumb {
  margin-bottom: .5em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
/*  background-color:#A0C2B6; blue*/
/*  background-color:#B6C2A0; green*/
  background-color:#D9D0C1; /*brown*/
  width:170px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding:10px;
  vertical-align: top;
}

#sidebar-left {
border-right:solid 1px #000;
}

#sidebar-right {
border-left:solid 1px #000;
}

#sidebar-left hr, #sidebar-right hr {
	display:none;
}

#img-rotater {
	font:10px arial,helvetica,sans-serif;
	width:150px;
	border:1px solid #000;
	background-color:#fff;
	padding:5px;
	padding-bottom:8px;
	line-height:130%;
}
#img-rotater .supporter {
	margin-bottom:5px;
}
#footer {
  background-color: #7D6741;
  padding:10px;
  color: #fff;
  font-weight:bold;
  margin:0px auto;
  border-top:solid 1px #000;
  text-align:center;
  }
  
 #hotline-info {
  background-color: #7D6741;
  padding:5px 10px;
  text-align:center;
  letter-spacing:0.2ex;
  color: #fff;
  font:bold 16px arial,verdana,sans-serif;
  border-bottom:none;
  border-top:solid 1px #000;
 }
  
a.booklink {text-decoration:none;}

#icaseal {
width:100%;
text-align:center;
}

#charity-navigator {
width:100%;
text-align:center;
margin-bottom:10px;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/

#main .title  { /*** the titles of all pages ***/
  font-weight: bold;
  font-size:18px;
  color:#003D6B;
  margin-bottom:13px;
}

#main #announcement {
	width:400px;
	margin:auto;
	margin-bottom:20px;
	background-color:#DED97E;
	border:1px dashed #555;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font:bold 18px "trebuchet ms",verdana,sans-serif;
}

#main h1.title {
	font-family:arial,"trebuchet ms",sans-serif;
	}

.title, .title a {
  font-weight: bold;
  font-size:12px;
  color: #000;
  margin:0 auto;  /* decrease default margins for h<x>.title */
  text-decoration:none;
}

.node h2.title, .node h2.title a { /* The homepage titles */
margin-bottom:0px;
display:inline;
font-size:14px;
font-family:arial,verdana,sans-serif;
color:#003D6B;
line-height:1.5ex;
}

.node h2.title a:hover {
text-decoration:underline;
}

.node  {
margin-bottom:3px;
}

#main .node {
padding-bottom:20px;
background:url('/images/divider.gif') no-repeat bottom;
}

.block > h2.title {
	font-family:trebuchet ms;
	font-weight:bold;
	font-size:15px;
}

/** The left nav styles **/
li.leaf, li.collapsed, li.expanded {
color:#695E4D;
font-family:arial,verdana,sans-serif;
}

.menu li a {
color:#695E4D;
}

.menu li a:hover {
color:#555;
text-decoration:underline;
}

.menu li a.active {
color:#000;
}

.menu li a.active:after {
  content:"\00A0 \00BB";
}

.submitted {
  color: #999;
  font-size: 0.8em;
  display:none;
}
.links {
  color: #666;
}
.block, .box {
  padding: 0 0 1.5em 0;
}

.block {
  padding-bottom: 4px;
  padding-left:4px;
  margin-bottom: 1.5em;
}

.block .title {
  margin-bottom: .25em;
  color:#000;
  border-bottom:solid 1px #000;
}


.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  background-color: #fff;
 }
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
  display:none;
}

.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/* Content Image Styles */
div.content-image-left, div.content-image-right {
	background-color:#ccc;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #333;
	text-align:center;
}

div.content-image-left {
	float:left;
	margin-right:10px;
}

div.content-image-right {
	float:right;
	margin-left:10px;
}

img.img-right {
	float:right;
	border:1px solid #000;
	margin-left:5px;
	margin-bottom:5px;
}

span.content-image-caption {
	font:bold 12px arial;
	text-align:center;
	padding:5px;
	display:block;
} 

hr.thin {
	clear:both;
	border:0px;
	height:0px;
	border-top:1px solid #ccc;
}
ul.spaced {
	margin-left:15px;
	padding-left:0px;
}

ul.spaced li {
	margin-bottom:16px;
}

h3 {
	font:14px;
	font-weight:bold;
}
p.hang {
	margin-left:10px;
	text-indent:-10px;
}
/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
