/*********************************************** 
  Last Updated: Feb 2010
  Updated By: jmc
  Created by: www.jimmycahill.com
  Created on: Jan 2010
***********************************************/
/* RESET DEFAULTS
body {
  background: #fff url("../uig/body_bg.jpg") no-repeat left top; 
  color: #3a1d07;
  font: 13px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }
div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, input, form, img, p {
  border: none;
  margin: 0;
  padding: 0;
  }

a:link, a:visited {
  color: #000;
  text-decoration: underline;
  }
a:hover, a:active {
  background: #f3ef83;
  }
*/




/******************************************************************************/
#frame {
  width: 930px; /* 930px - left/right, margin + padding + border */
  margin: 0 0 50px 50px;
  padding: 0 0 1px 0; /* fix collapsing box model with one pixel of bottom padding */
  background: url("../uig/header.gif") no-repeat 50px top;
  }
#frame hr {
  display: none;
  }

#frame h2 {
  color: #333;
}








/******************************************************************************/
#content .post {
  margin: 10px 0 50px;
  clear: both;
}
#content .post h2 {
  font-weight: bold;
  margin: 10px 0 5px;
}
#content .post p {
  margin: 10px 16px 10px 0;
  line-height: 20px;
}
#content .post img {
  border: 1px solid #f0e0e0;
  padding: 1px;
  margin-right: 10px;
}

#content .post img.more {
  border: none;
  padding: 0;
}





/******************************************************************************/
#basePageRight .donated {
  background: url("../uig/donatedtodate.png") no-repeat;
  color: #5d371a;
  width:181px;
  height:120px;
  font-family: Arial, Helvetica, sans-serif;
  }
#basePageRight .donated div {
  padding: 41px 3px 0 17px;
  }
#basePageRight .donated div a:link, #basePageRight .donated div a:visited {
  color: #f9c21c;
  color: #FC3;
  word-spacing: -5px;
  font-size: 30px;
  letter-spacing: 5px;
  text-decoration: none;
  }
  
#basePageRight .donated div a:link, #basePageRight .donated div a:visited {
  color: #f9c21c;
  color: #FC3;
  word-spacing: -5px;
  font-size: 30px;
  letter-spacing: 5px;
  text-decoration: none;
  }
#basePageRight .donated div a:hover, #basePageRight .donated div a:active {
  color: #5d371a;
  color: #fff;
  }
#basePageRight .donated p {
  padding: 0 0 0 17px;
  }
  
#basePageRight .donated span {
  color: #eee6d8;
  width: 10px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
  /* FIX IE 6 */
* html #basePageRight .donated span {
  letter-spacing: 2px;
  padding: 1px;
  }


  /* FIX IE 7 */
*:first-child+html #basePageRight .donated span {
  letter-spacing: 2px;
  padding: 1px;
}


/******************************************************************************/
#basePageSponsors ul {
  list-style: none;
  color: #783c00;
  background: url("../uig/sponsors_bg.png") no-repeat left top;
  padding: 55px 25px 0 20px;
  margin: 40px 0 0 0;
}
#basePageSponsors ul li {
  text-align: center;
  padding: 2px 0 7px;
  line-height: 13px;
}
#basePageSponsors ul li a {
  color: #783c00;
  font: bold 11.25px/13px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#basePageSponsors ul li.more {
  margin-left: 30px;
}
#basePageSponsors ul li.more a {
  background: url("../uig/fulllist_btn.png") no-repeat right top;
  text-indent: -9999px;
  display: block;
  width: 96px;
  height: 31px;
  outline-style: none;
}

#baseVolunteerSpotlight
{
    position: relative;
    background:url("../uig/volunteer_spotlight.png") no-repeat left top;
	width:186px;
	height:209px;
}





/******************************************************************************/
#footer {
  background: url("../uig/footer_bg.png") no-repeat;
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  margin: 90px 0 10px 180px;
  text-transform: lowercase;
  text-align: center;
  width:597px;
  height:81px;
  clear:both;
  }
  /* FIX IE 6 */
* html #footer {
  margin-top: 25px;
  }
  /* FIX IE 7 */
*:first-child+html #footer {
  margin-top: 150px;
}


#footer h2 {
  display: none;
  }
#footer ul {
  list-style: none;
  margin: 0;
  padding: 12px 65px 0;
  }
@media screen and (-webkit-min-device-pixel-ratio:0){ #footer ul { padding-left: 65px; padding-right: 65px;} }

#footer ul li {
  border-left: 1px solid #462834;
  margin: 4px 4px 5px 0;
  padding: 0 0 0 6px;
  display: inline;
  }
  /* FIX IE 6 */
* html #footer ul li {
  margin-top: 6px;
  }
  /* FIX IE 7 */
*:first-child+html #footer ul li {
  margin-top: 8px;
}

#footer ul li.link01, #footer ul li.link08 {
  border-left: none;
  }
#footer ul li.copyright {
  clear:both;
  border-left: none;
  text-transform: none;
  margin-top: 5px;
  display: block;
  }
#footer ul li a:link, #footer ul li a:visited {
  color: #000;
  text-decoration: none;
  }
#footer ul li a:hover, #footer ul li a:active {

  }
#footer ul li a.selected {
  font-weight: bold;
  }
  






