body 
{
  margin: 0px; 
  border: 0px; 
  padding: 0px; 
  background-color: #520701;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

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

a:hover
{
color: #007500;
text-decoration: underline;
font-weight: bold
}

img {border: 0;}

/* max-width: 800px;
	 width: expression((document.body.clientWidth > 800 ? '800px' : 'auto'));
*/

/*
    menu-td = 120 width + 2 border = 122
    content = 538 width + 10 padding = 548
    sidebar-td = 160 width = 160
    total: 830
*/
#wholepage {
  background-color: white;
  margin: auto;
  width: 960px;
}

/* prevent that extra space below the image, which is due to leaving space for a font descender */
#banner img {display: inline;}
/*
#banner {
      background-image: url('../images/banner_extend.gif');
      background-repeat: repeat-x;
      background-position: right bottom;
}
*/
/*#banner {background-color: black;}*/

table {
  font-family: Verdana, sans-serif;
}
/*       border: 1px black dashed; */


.layout-table {
      border: 0;
      border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.layout-table tr {
	margin: 0;
	padding: 0;
}
.layout-table td {
      vertical-align: top;
	margin: 0;
	padding: 0;
}

#menu-td {
	 width: 120px;
	 background-color:#FCE468;
	 
}
/*.gradient {
      background-image: url('../images/l_to_r.jpg');
      background-repeat: repeat-y;
      background-position: left top;
      border: 1px solid black;
      border-width: 0 1px 1px 1px;
}*/

#leftcolumn h2 {
	  margin: 10px 5px 3px 5px;
	  padding: 0;
	  line-height: 100%;
	  white-space: nowrap;
	  font-size: 14px;
}

#menu a, .menu a {
      display: block;
/*      text-transform: uppercase;*/
      font-weight: bold;
      font-size: 12px;
      padding: 1px 5px 1px 10px;
      margin: 0;
      text-decoration: none;
/*      color: #003333;*/
	color: #007500;
      white-space: nowrap;
}
.menu .submenu a {
      font-size: 10px;
      font-weight: normal;
      padding: 2px 5px 2px 20px;
	  text-decoration: none;
}

/*
      border-top: 1px transparent;
      border-bottom: 1px transparent;
*/
.menu a.active, .menu a:hover {
	 border-top: 1px solid black;
	 border-bottom: 1px solid black;
       padding-top: 0px;
       padding-bottom: 0px;
	   text-decoration: none;
/*	 margin: -1px 0 -1px 0;*/
}
.menu .submenu a.active, .menu .submenu a:hover {
      padding: 1px 5px 1px 20px;
}
.menu a.active {
	 color: black !important;
}
/*.menu a:hover {
	background-color: #cee4d8;
}*/

#content {
	 padding: 0 10px 0 10px;
	 width: 640px;
}
#sidebar-td {
background-color: #FCE468;
	 width: 180px;
	 border: 1px solid black;
     border-width: 0 1px 1px 1px;
	 padding: 0 10px 0 5px;
	
}
#sidebar {
	 margin: 10px;
	 width: 140px;
}
.box {
/*    background-image: url('../images/r_to_l.jpg');  */
      background-repeat: repeat-y;
      background-position: right top;
}
.box {
     /* background-color: #FAFFBF; */
     margin-bottom: 5px;
     border: 0px solid black;
     padding: 2px;
}
.box a {
     display: block;
     color: #007500;
     font-size: 10px;
     margin-bottom: 5px;
     text-decoration: none;
}
.box a:hover {
	background-color: #fde481;
	text-decoration: none;
}
.box .box-head {
     font-weight: bold;
     font-size: 14px;
     margin: 0px;
	 color: black;
}
.email-list {
	    font-size: 12px;
	    font-weight: bold;
	    margin-top: 5px;
}
.box-list-name {
	    font-size: 10px;
	    font-weight: bold;
		}
.thumb-link {
/*	    float: left;*/
	    width: 200px;
}
.footer {
	background-color: black;
	color: white;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
/****************************************************************/
/*
#content {
	 width: 550px;
}
*/
#content img.main-img {
	 width: 660px;
/*	 display: inline-block;*/
	 margin: 0 auto 0 auto;
}
#content img.side-img {
	  width: 300px;
}
#content img, #content .side-img {
	 padding: 0px;
	 border: 1px solid black;
}

.slogan {
	font-weight: bold;
	text-align: center;
/*	text-transform: uppercase;*/
}

/* see
    http://www.spartanicus.utvinternet.ie/centered_image_gallery_with_captions.htm
    http://www.cs.tut.fi/~jkorpela/www/captions.html
 */

/* this is applied to a surrounding table */
.img-with-caption {
	  border: 1px solid #CCC;
	  padding: 3px;
/*	  width: 450px;*/
/*	  width: auto;*/
/*
	  display: inline-table;
	  display: inline-block;
*/
}
table.side-img {
	  width: 300px;
	  float: right;
	  margin-left: 5px;
}
table.main-img {
	 margin-left: auto;
	 margin-right: auto;
}

.caption {
	 font-size: 10px;
	 font-weight: bold;
}
.dateline, .section {
/*	 color: #FFFF00;*/
     color: #CEE4D8; 
	 background-color: #003333;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
.section {
	 margin: 0;
	 padding: 1px;
	 text-transform: capitalize;
	 text-align: center;
}

.tagline {
	 border-top: 1px solid black;
	font-style: italic;
	font-size: 9px;
}
.byline {
	font-style: italic;
	text-align: left;
}
.when-cell {white-space: nowrap;}
.excerpt {font-size: 9px; padding-left: 20px;}

#title-image {
	     display:block;
	     margin-left: auto;
	     margin-right: auto;
}
h1, .subtitle {
    margin: 0;
    padding: 0;
     text-align: center;
     background-color: #CEE4D8; 
     color: black;
/*    font-family: Georgia, Times New Roman, Times, serif;*/
}
h1 {
    font-size: 24px;
    line-height: 28px;
}
/*h3 {white-space: nowrap;}*/
.subtitle {
	  font-size: 16px;
	  font-weight: bold;
	  line-height: 19px;
	  padding: 0 50px 0 50px;
}

/* .copy > p:first-child */
.deck {
      font-weight: bold;
}
.content-body {
      margin-top: 5px;
}

.first-child {
	margin-top:0px;
}

.teasers {
	   padding: 5px;
	   border-bottom: 1px solid black;
}
.teaser {
		clear: both;
}
h3.teaser-title {white-space: normal;}
h4 {margin: 0; padding: 0; margin-top: 10px;}
.teaser-section {
		   font-weight: bold;
		   font-size: 12px;
	      text-decoration: underline;
	      float: right;
	text-align: right;
	margin: 0px 0px 5px 5px;
     background-color: #CEE4D8; 
     color: black;
}
.teaser-all-link {
		 color: black;
/*
		    display: inline-block;
		    float:right;
*/
}
.teaser-title {
		 font-weight: bold;
		 font-size: 14px;
		 margin: 0;
		 padding: 0;
		 clear: both;
}
.teaser-image {
		 float: left;
		 margin-right: 5px !important;
		 width: 100px !important;
}
/* see http://www.positioniseverything.net/easyclearing.html */
.clearer {
	 clear: both;
	 height: 1px;
	 font-size: 1px;
}

.box form {font-size: 12px;}
.box form input {font-size: 10px;}

.event {
       white-space: nowrap;
       font-size: 10px;
}
.teaser-summary {
/*		   clear: both;*/
}
.teaser-link {
/*
		display: inline-block;
		float: left;
*/
/*
	text-align: left;
*/
	color: white;
	white-space: nowrap;
	float: right;
}

.label-cell {width: 200px; text-align: right;}
.label-cell-left {width: 200px; text-align: left;}
.input-cell {width: 300px;}
.formtext, textarea {
	 border: 1px solid black;
	 margin: 1px;
}
.formindent {
	    padding-left: 50px;
}
.formhelp {
	 font-size: 10px;
	 font-style: italic;
}

.label {
      font-size: 11px;
      font-weight: bold;
}

.caption {
	font-size: 7pt;
	font-weight: bold;
}
/****************************************************************/
.feed-table td {
    padding: 0px 3px 0px 3px;
}

.entry {
	margin-top: 6px;
	display: list-item;
	margin-left: 15px;
	
}
	
.entry-bullets {
	margin-top: 6px;
	
	
}

/****************************************************************/
.ev {
    padding-top: 10px;
}
.ev-title {
	  font-weight: bold;
}
.ev-when, .ev-summary, .ev-where {
	 padding-left: 20px;
}
.ev-when {
	 font-style: italic;
}
/****************************************************************/
/* tabs using tabber.js */
ul.tabbernav li a:link { color: black; }
ul.tabbernav li a:visited { color: black; }
ul.tabbernav li a {background: #CEE4D8; }
ul.tabbernav li a:hover {background: #85ADA4; }

/****************************************************************/
/* tabs using YUI tabView */
.yui-nav a {
  text-decoration: none;
  color: black;
  background-color: #CEE4D8;
  padding: 2px 4px;
}
.yui-nav li.selected a {
  background-color: white;
}
.yui-nav a:hover {
  background: #85ADA4;
}

/****************************************************************/
.newsitem {border: 1px solid black; margin: 10px; padding: 3px;}
.newslink {font-weight: bold; font-size: 14px; display: block;}
.newsby {font-style: italic;}

#menu-td {
  border-right: 1px solid black;
}
.leftmenu-wrap {
  padding: 5px;
  margin-right: 5px;
}
.leftmenu {
     padding: 0;
     margin: 0;
    list-style: none;
    color: green;
}
.leftmenu ul {
    padding: 0;
    list-style: none;
}
.leftmenu li {
   padding-bottom: 5px;
}
.leftmenu ul li {
   padding-left: 10px;
}
.leftmenu ul li a {
   font-weight: normal;
}
.leftmenu a {
   text-decoration: none;   
}

.leftmenu a:hover {
   color: #993333;  
}

.leftmenu a.current-item {
  color: #993333;
}

.section-title {
  text-align: left;
  background-color: white;
  padding: 0px 5px;
  font-size: 12px;
  border-bottom: thin solid black;
  color: #474747;
  font-weight: normal;
}

.feed-test {
  line-height: 14pt;
  }

/* Pie Store */
.help {
  font-style: italic;
}
.field {
  clear: both;
}
.help, .field {
  margin: 8px 5px;
}
.grouped-fields {
  margin-left: 25px;
}
.grouped-fields .field {
  margin: 0px 5px;
}
.grouped-fields .field label {
  width: 175px;
}
.field label {
  font-weight: normal;
  width: 200px;
  float: left;
  font-size: 12px;
}
.field select, .field input {
}
.field textarea {
  display: block;
}
.product {
  margin-top: 10px;
  float: left;
  width: 165px;
}
.product-image, .product-name, .product-price {
  display: block;
  margin: auto;
  text-align: center;
} 
.product .field {
  margin: auto;
  text-align: center;
}
.indent {
  margin-left: 25px;
}
.product .field label {
  float: none;
}

.video-title {
	font-weight: bold;
	font-size: 14px;
}

.button img {
	border:none;
}
#uhuruseal {
  text-align: center;
  margin: auto;
  background-color: #520701 !important;
}

.feedTitle {
	color:#6600CC;
	font-size:16px;
	font-weight:bold;
}

.feedburnerFeedBlock {
	width:630px;
}

#UhuruSolidaritylgj20j1gq6ukuk8r8bhqi4oitc {
	width:630px;
}

.ariah_fundraise td {
	padding: 0 10px 10px 0;
	vertical-align:top;
}

.ariah_fundraise td img {
	margin: 0 10px 10px 0;
}

.ariah_blog img {
	border:none;
}

table.event-times td {
  padding-bottom: 10px;
}


/* USM Member Newsletter */

#newsletter {
	background-color:#fff;
	margin:auto;
	width:650px;
}

.newsletter_headline {
	font-size:16px;
	font-weight:bold;
}

.newsletter_subhead {
	font-weight:bold;
}

.newsletter_bottomnav {
	text-align:center;
	margin:auto;
}

.newsletter_index {
	margin:10px 0 0 10px;
}

.newsletter_index td {
	vertical-align:top;
}

.newsletter_index .newsletter_headline {
	margin-top:0;
}

.newsletter_caption {
	font-size: 90%;
	font-style:italic;
}

.newsletter_body {
	width:630px;
}

.newsletter_body td	{
	padding: 0 15px 0 15px;
}