/*
Theme Name: RMH
Theme URI: http://rmhmn.org
Description: A theme based on central Org
Author: JMK
/*
/*
main.css
*/
body {
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

a img { border:none; }

a {
	color: #8a0000;
}

a:hover {
	color: #b50202;
}

/* custom image icons */
a[href$='.pdf'], a[href$='.PDF'] {
	display: inline-block;
	padding-right: 17px;
	background: transparent url('images/pdf-icon.gif') center right no-repeat;
	}
a[href^="mailto:"] {
	display: inline-block;
	padding-left: 13px;
	background: transparent url('images/email-icon.gif') bottom left no-repeat;
	}


form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.35em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

hr {
	border: none 0;
	border-top: 1px dashed #C5C5C5;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote {
	margin-left: 20px;
	border-left: 20px solid #eee;
	padding-left: 10px;
	font-size: 0.9em;
	clear: left;
}

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

dt {
	font-weight: bold;
}

dd {
	margin-left: 1.0em;
	font-size: 0.9em;
}

code {
	font-family: Courier New, Courier, Monospace;
	font-size: 1em;
	color: #666666;
}

acronym, abbr {
	cursor: help;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* End Default CSS */



#wrapper {
	min-height: 1120px;
	background: url(images/bg.jpg) repeat-x;
}

#main {
	position: relative;
	width: 930px;
	margin: 0 auto;
/*	background:#fff;      */
}

#main div.body {
	background: url(images/bg-page.gif) repeat-y;
}

#main div.banner {
	border-bottom: 5px solid #febc26;
	height: 132px;
	background-repeat: no-repeat;
	background-color: #082457;
}



/* Header */

#header {
	position: relative;
	width: 930px;
	height: 153px;
	margin: 0 auto;
/*	background: transparent url(images/header/bg-roch.jpg);*/
	background: transparent url(images/header/bg-30.jpg);
}

#header h1 {
	margin: 0;
	padding-left: 22px;
	float: left;
}

#header h1 a {
	display: block;
	width: 305px;
	height: 153px;
	text-indent: -5000px;
	overflow: hidden;
}

#header ul.nav {
    position: absolute;
    top: 103px;
    left: 510px;
	 width: 500px;
	overflow: hidden;
	
}

#header ul.nav li {
	float: left;
}

#header ul.nav li.donate {
	width: 125px;
	margin-right: 15px;
}

#header ul.nav li.news {
	width: 125px;
	margin-right: 15px;
	text-indent: 0px;
}
#header ul.nav li.befriend {
	width: 125px;
  margin-right: 15px;
}

#header ul.nav li a {
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
}

#header ul.nav li.donate a {
	background: url(images/header/button-donate.gif) no-repeat;
}
#header ul.nav li.donate form input {
height: 29px;
}
#header ul.nav li.news a {
	background: url(images/header/button-news.gif) no-repeat;
}

#header ul.nav li.befriend a {
	background: url(images/header/button-befriend.gif) no-repeat;
}

#header ul.nav li a:hover {
	background-position: 0px -29px;
}

/* End Header */

/* Toolbar */

#toolbar {
	position: relative;
	padding: 29px 0px 20px 9px;
	overflow: hidden;
	float: right;
	width: 400px; /*fix for FF2.0*/
}

#toolbar ul.flags {
    padding: 4px 4px 0 0;
	float: right;
}

#toolbar ul.flags li {
	float: left;
}

#toolbar ul.flags li a {
	display: block;
	height: 15px;
	width: 23px;
	text-indent: -5000px;
	overflow: hidden;
	padding-right: 5px;
}

#toolbar ul.flags li.german a {
    background: url(images/header/flags/germany.jpg) no-repeat;
}

#toolbar ul.flags li.english a {
    background: url(images/header/flags/us.jpg) no-repeat;
}

#toolbar ul.flags li.french a {
    background: url(images/header/flags/france.jpg) no-repeat;
}


#toolbar form {
	position: relative;
	width: 232px;
	height: 29px;
	float: right;
	overflow: visible;
/*	background: url(images/header/search.gif) no-repeat;*/
}

#toolbar form input.text {
	position: absolute;
	top: 3px;
	left: 12px;
	width: 150px;
	height: 16px;
	border: 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

#toolbar form input.button {
	position: absolute;
	top: -4px;
	right: 0px;
	width: 39px;
	height: 29px;
	padding: 0;
	float: left;
	background: url(images/header/go-btn.gif) no-repeat;
}

#toolbar form input.button:hover {
	background-position: bottom left;
}

/* End Toolbar */


/* Main Navigation Bar */

#nav-main {
/*	height: 49px; */
	width: 930px;
/*	background: url(images/nav.png) no-repeat; */
}
ul #nav-main {
    list-style: none;
}
#nav-main li {
	float: left;
	position: relative;
	width:20%;
  text-align:center;
}

#nav-main li.last {
	margin: 0;
}

#nav-main li a {
  display: block;
/*	padding: 8px 15px;*/
	height: 49px; 
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	overflow: hidden;
	background: url(images/nav-off.png) repeat-x;
	border-right: 1px dashed #cccccc;
  line-height: 49px;  /* added */

}

#nav-main li a:hover, #nav-main li.current_page_item a, #nav-main li.current_page_ancestor a {
	color: #000000;
	background: url(images/nav-on.png) repeat-x;
}

/* 
All 3 states (normal, hover, and selected) for the 
main nav bar are contained in nav.png. The images 
of the nav buttons are loaded as backgrounds.
 */
/*#nav-main li a {
	display: block;
	height: 49px;
	text-indent: -5000px; 
	overflow: hidden;
	background: url(images/nav.png) no-repeat;
}
*/
#nav-main li a.home {
	width: 153px;
}

#nav-main li a.home:hover {
	background-position: left -49px;
}

#nav-main li.section a.home,
#nav-main li.current a.home {
	background-position: left -98px;
}

#nav-main li a.who-we-are {
	width: 191px;
	background-position: -153px 0px;
}

#nav-main li a.who-we-are:hover {
	background-position: -153px -49px;
}

#nav-main li.section a.who-we-are,
#nav-main li.current a.who-we-are {
	background-position: -153px -98px;
}

#nav-main li a.what-we-do {
	width: 169px;
	background-position: -344px 0px;
}

#nav-main li a.what-we-do:hover {
	background-position: -344px -49px;
}

#nav-main li.section a.what-we-do,
#nav-main li.current a.what-we-do {
	background-position: -344px -98px;
}

#nav-main li a.how-you-can-help {
	width: 211px;
	background-position: -513px 0px;
}

#nav-main li a.how-you-can-help:hover {
	background-position: -513px -49px;
}

#nav-main li.section a.how-you-can-help,
#nav-main li.current a.how-you-can-help {
	background-position: -513px -98px;
}

#nav-main li a.news-and-events {
	width: 206px;
	background-position: -724px 0px;
}

#nav-main li a.news-and-events:hover {
	background-position: -724px -49px;
}

#nav-main li.section a.news-and-events,
#nav-main li.current a.news-and-events {
	background-position: -724px -98px;
}

/* End Main Navigation Bar */


/* Body */

#body {
	overflow: hidden;
	/*background: #fff;*/
	background-color: transparent;
}

#content-wrapper {
  clear:both;
	overflow: hidden;
	padding: 25px 0 10px 0;
	background: #fff; /*url(images/divider.gif) repeat-x bottom left; */  
	height: 1%; /* IE fix */
}
#content-wrapper-home {
  clear:both;
	overflow: hidden;
	padding: 0px 0 10px 0;
	background-color: transparent; /* url(images/divider.gif) repeat-x bottom left;       */
	height: 1%; /* IE fix */
}

#breadcrumbs {
  padding-top:15px;
  font-size: 0.9em;
}

#breadcrumbs a {
	white-space: nowrap;
	/*font-size: 0.9em;*/
	text-decoration: none;
	/*color: #000;*/
}

/* End Body */

/* Sidebar nav */

#sidebarmain {
	float: left;
	width: 199px;
	padding: 34px 18px 0 15px;
	background:#fff;
}

#sidebarmain h2 {
	margin: 0;
	font-weight: normal;
	background: url(images/divider.gif) repeat-x bottom left;
	padding-bottom: 0.5em;
}

#sidebarmain h2 a {
    color: #000;
    text-decoration: none;
}

#sidebarmain ul.nav {
	margin: 15px 0 0 0;
	/*width: 192px;*/
}

/*#sidebar ul.nav li a {
	color: #000;
	text-decoration: none;
}  */

#sidebarmain ul li a {
	color: #000;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 10px;
	border-bottom: 1px dotted #cccccc;
}
#sidebarmain ul li a:hover, #sidebarmain ul li.current_page_item a {
  color:#8a0000;
	background: url(images/sidebar/list-arrow.gif) no-repeat 0px 6px;
}
/* sub-subpage formatting */
#sidebarmain ul li.current_page_item ul li.page_item a {
    color:#000;
    background-image:none;
    margin-left:10px;
}
/* sub subpage formatting when not active */
#sidebarmain ul li.page_item ul li.page_item  {
 /* display:none;  */
}

#sidebarmain ul.nav li a.current,
#sidebarmain ul.nav li a.section,
#sidebarmain ul.nav li a:hover {
	color: #8a0000;
}

#sidebarmain ul.nav li.level-1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

#sidebarmain ul.nav li.level-1 ul {
	margin: 0.5em 0;
}

#sidebarmain ul.nav li.level-1 ul li.level-2
{
	padding-left: 10px;
	background: url(images/sidebar/list-arrow.gif) no-repeat 0px 2px;
}

#sidebarmain ul.nav li.level-1 {
	background: url(images/divider.gif) repeat-x bottom left;
}

/* End sidebar */

/* Content area */

#content {
	float: left;
	width: 688px;
	padding-right: 6px;
	background:#fff;
}

#content h3 {
	margin: 0.7em 0 0.3em 0;
	font-size: 2.4em;
	color: #000;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom: 0.2em;
	background: url(images/divider.gif) repeat-x bottom left;
}

#content.story h3,
#content.donate h3 {
    background: none;
    padding-bottom: 0.1em;
    margin-bottom: 0;
}

#content.event h3 {
    font-size: 2em;
    background: none;
    padding-bottom: 0.1em;
    margin: 0.4em 0 0 0;
}

#content p.story-date {
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
}

#content div.top {
	height: 1%; /* IE Fix */
	padding-bottom: 3px;
}

#content div.top-has-border {
	background: url(images/divider.gif) repeat-x bottom left;
}

#content div.top div.bg {
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 0.5em;
}

#content div.main-content {
    width: 489px;
    float: left;
    overflow: hidden;
}

#content div.sidebar-statement {
    width: 186px;
    padding-left: 13px;
    float: left;
    overflow: hidden;
}

#content div.headline-img {
    margin-bottom: 14px;
}

#content.event div.headline-img {
    margin-top: 25px;
}

#content div.intro {
	font-size: 1.8em;
	/*padding: 0 16px 0 0;*/
	margin-bottom: 0.5em;
}

#content div.intro p {
	margin: 0;
}

#content div.quote {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#content div.quote p {
    text-align: center;
    margin: 0;
}

#content div.quote p.quoted {
    text-align: right;
    margin-right: 40px;
}

#content div.copy {
	padding: 0 16px 0 0;
	margin-bottom: 1em;
}

#content div.copy p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#content div.copy h4 {
	font-size: 1.0em;
	color: #000;
	margin: 1em 0 0.2em 0;
}

#content div.copy h4:first-child {
	margin-top: 0;
}

/* End Content area */

/* Gray emphasized box */

#content div.box-gray {
	background: #fffcfa url(images/box-bg.png) repeat-x;
	overflow: hidden;
	padding-bottom: 1em;
}

#content div.box-gray div.section
{
    border-top: 1px dotted #000;
    padding: 20px;
}

#content div.box-gray h4 {
	color: #000;
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
}

#content div.box-gray h4:first-child {
	margin-top: 0;
}

#content div.box-gray p {
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	clear: both;
}

#content div.box-gray ul.horizontal-list {
    list-style: none;
    margin-left: 0;
}

#content div.box-gray ul.horizontal-list li {
    float: left;
    padding-right: 10px;
}

#content div.copy ul,
#content div.box-gray ul {
	list-style-type: disc;
	margin: 1em 0 1em 1.5em;
}

#content div.copy ul li,
#content div.box-gray ul li {
	margin-bottom: 0.3em;
}

#content div.box-gray ul.section-list
{
    list-style-type: none;
}

#content div.box-gray ul.section-list li
{
    /*background: url(images/divider.gif) repeat-x;*/
}

/* Red sidebar boxes */
#content div.sidebar-statement
{
    margin-top: 55px;
}

#content.story div.sidebar-statement
{
    margin-top: 86px;
}

#content.event div.sidebar-statement
{
    margin-top: 25px;
}

#content.donate div.sidebar-statement
{
    margin-top: 25px;
}

#content div.sidebar-statement div.geo-trust
{
    margin-bottom: 20px;
}

#content div.colored-box {
	background-repeat: no-repeat;
	/*width: 216px;*/
	color: #fff;
	/*margin-bottom: 1em;*/
	padding: 16px 16px 1em 16px;
}

#content div.colored-box div.section {
    
    padding: 0;
    margin: 0;
}

#content div.colored-box a {
	color: #fff;
	text-decoration: none;
}

#content div.colored-box a:hover {
	color: #ffcc00;
}

#content div.colored-box h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	background: url(images/box/red-divider.gif) repeat-x bottom left;
}

#content div.colored-box p {
    line-height: 1.5em;
	padding: 0 0 1em 0;
	color: #fff;
	background: url(images/box/red-divider.gif) repeat-x bottom left;
	margin: 1em 0;
}

#content div.box-red {
	background-color: #8b0202;
}

/* Quick links */

#content div.quick-links {
	clear: both;
	background: url(images/divider.gif) repeat-x;
	margin: 0 0 30px 0;
}

#content div.quick-links h3 {
	background: none;
	font-size: 1.8em;
	padding: 15px 0;
	margin: 0;
}

#content div.quick-links ul {
	overflow: hidden;
}

#content div.quick-links ul li {
	float: left;
	/*padding-right: 18px;*/
	margin-right: 7px;
}

#content div.quick-links ul li.last {
	margin: 0;
	padding: 0;
	/*background: none;*/
}

#content div.quick-links ul li a {
	display: block;
	padding: 124px 5px 0 5px;
	text-align: center;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	width: 156px;
}

#content div.quick-links ul li a.donate {
    background: url(images/quick-links/donate-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.involved {
    background: url(images/quick-links/involved-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.volunteer {
    background: url(images/quick-links/volunteer-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.newsletter {
    background: url(images/quick-links/newsletter-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.current,
#content div.quick-links ul li a:hover {
	background-position: -166px 0px;
	color: #8a0000;
	font-weight: bold;
}

/* End Quick Links */

/* Donate Table */

#content table.donate
{
    width: 100%;
    padding-top: 20px;
    font-size: 0.9em;
}

#content table.donate td
{
    width: 40%;
    padding: 5px 0;
    vertical-align: top;
}

#content table.donate td.desc
{
    text-align: right;
    padding-right: 10px;
}

#content table.donate input.text
{
    width: 220px;
}

#content table.donate input.medium
{
    width: 100px;
}

#content table.donate input.short
{
    width: 50px;
}

#content table.donate input.phone3
{
    width: 85px;
}

/* End Donate Table */

/* Footer */

#footer {
  clear:both;
	color: #000;
	font-size: 0.9em;
	padding: 22px 10px;
	overflow: hidden;
	margin: 0 0px 0 0px;
	background-color: #fff;

}
#footer-home #footer {
  clear:both;
	color: #000;
	font-size: 0.9em;
	padding: 22px 10px;
	overflow: hidden;
	margin: 0 0px 0 0px;
	background-color: transparent;

}

#footer div.left {
	width: 60%;
	float: left;
}

#footer div.right {
	width: 30%;
	float: right;
	text-align: right;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #B50202;
}

#footer p {
	margin: 0;
}

#footer div.right a.bbb {
	margin-left: 10px;
}

#footer div.left p.copyright {
	font-size: 1.4em;
	margin-top: 0.5em;
}

#footer div.left p.copyright-desc {
	font-size: 1.0em;
	margin-top: 0.5em;
	width: 520px;
}

#footer ul.links {
	float: right;
}

#footer ul.links li {
	float: left;
	padding: 0.5em 1em;
	margin-top: 34px;
}

#footer ul.links li.report {
	border: 0;
}

#footer ul.links li.bbb {
	padding: 0 0 0 0.5em;
	margin: 0;
}

#footer ul.links li.bbb a {
	display: block;
	width: 37px;
	height: 55px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/bbb.gif) no-repeat;
}

#footer li {
  list-style:none;

}

/* Utility */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#content-widget {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
/* home.css */

#content-wrapper
{
    padding-top: 0;
   /* background-color: #ffffff;           */
    /*background-color:#ffffff;*/
    /*color: #4d4a4a;*/
}
#content-home {
  width:100%;
  padding:0px;
  background:#ffffff;
}
/*
#home-top {
  background: #fff;
}

#home-top-content {
  float:left;
  clear:none;
  width:420px;
  padding:0px;
  }
  
  */
  
#home-top-image {
  float:left:
  width:465px;
  height:450px;
}  

#home-top-image img {
 /* border:1px solid #333333;*/
}
#content-home-left {
  float:left;
  width:465px;
  height:450px;
  overflow:hidden;
  background:#ffffff;
}
#content-home-right {
  float:right;
  width:440px;
  padding:0px 10px 0px 15px;
  background:#ffffff;
  height:450px;
  overflow:hidden;
}

#content-home-right li {
  list-style:none;
}

#content-top
{
    background: #fff;
    margin-bottom: 0 0 10px 0;
    height: 1%; /* IE fix */
}

#content-top img
{
    display: block;
    width: 488px;
    float: left;
}

#content-top div.site-intro
{
    width: 402px;
    float: left;
    padding: 20px 20px 0 20px;
}

#content-top div.site-intro h2
{
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.2em 0;
    color: #424241;
}

#content-top div.site-intro p
{
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}

#content-bottom
{
    margin: 10px 0 0 0;
    height: 1%;
    background:transparent;      
}

#content-top {
  /*background: #fff;            */
}
#content-bottom div.promo-left
{
    width: 482px;
    padding: 6px;
    background: #fff;
    float: left;
}

#content-bottom div.promo-left h4
{
    font-size: 1.4em;
    margin: 0.5em 0 0.2em 0;
}

#content-bottom div.promo-left p
{
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-left h4,
#content-bottom div.promo-left p
{
    padding-left: 10px;
}

#content-bottom div.promo-right
{
    width: 427px;
    float: right;
    
}

#content-bottom div.promo-right div.block
{
    margin-bottom: 8px;
    padding: 5px;
    background: #fff;
    height: 1%; /* IE fix */
}

#content-bottom div.promo-right img
{
    display: block;
    float: left;
    width: 141px;
    height: 111px;
}

#content-bottom div.promo-right h4
{             
    font-size: 1.3em;
    font-weight: normal;
    margin: 0.1em 0 0.2em 0;
}

#content-bottom div.promo-right p
{
    font-size: 1.0em;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-right div.block-text
{
    float: left;
    width: auto;
    padding: 0px 10px 0px 25px;
}

.clear {
    clear: both;
}
/**** WordPress Specific ****/
#content.narrowcolumn {
/*  width:648px; */
  padding:20px;
}

#sidebar {
  clear:left;
  margin-top:25px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.centered { display: block; margin-left: auto; margin-right: auto; }


.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black } 

.grouphead {
  font-weight:bold;
  margin-left:-10px;
}

/* wordpress specific */

.hentry h2 a {
  color:#000;
  text-decoration: none;
  font-size:large;
}

.entry ul {
  list-style-type:circle;
  margin-left:25px;
}

.homeside {
  width: 425px;
  float:left;
  clear:none;
  padding:0px 10px 0px 10px;
  margin:0px 15px 10px 0px;
  background-color: #fff;
}

.full-clear {
  width:100%;
  float:left;
  clear:both;
  margin:20px auto;

}

/**** DONATION BOX STYLING ****/

.paypalbox {
  padding:5px 10px 10px 10px;
  margin: 10px 20px 10px 0px;
  float:left;
  clear:none;
  width:250px;
  height:150px;  
  background-color: #ccc;
  border:1px solid #999999;
}