/* home.css
-------------------------------------------------------------- */
/* content background */
.home {
  background: transparent url("/public/images/interface/background_home.jpg") no-repeat center -150px;
}

#sidebar { height: 285px; }

#main_content { height: 450px; }

.special_announcement {
  margin: 0 60px 10px 0;
}

.special_announcement h2 {
  font-size: 1.04em;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
}

.special_announcement a { color: #900000; font-weight: bold; }
.special_announcement a:hover { text-decoration: underline; }

.special_announcement img {
  display: block;
  float: right;
  margin-left: 5px;
  width: 150px;
}

h3.subhead {
  color: #000;
  font-size: 1.75em;
  line-height: 1.25em;
  font-style: italic;
  margin-bottom: 0.5em;
}

/* right content */
#content_right a { color: #900000; }
#content_right a:hover { text-decoration: underline; }

#content_right ul.recent_posts {
  list-style: none;
  padding-left: 0;
}

#content_right ul.recent_posts li {
  margin-bottom: 0.4em;
  line-height: 1.2em;
}

/*#content_right ul.recent_posts li span.tag {
  display: block;
  float: left;
  width: auto;
}*/

#content_right ul.recent_posts li a { 
  font-size: 0.95em; 
  font-weight: bold;
/*  display: block;*/
/*  float: left;*/
/*  width: auto;*/
}

/* tooltips */
#tooltip_popups { height: 500px; text-align: center; }

.home #tooltip_popups #quote_1 {
  top: 75px;
  left: 130px;
}
.home #tooltip_popups #quote_2 {
  top: 100px;
  left: 390px;
}
.home #tooltip_popups #quote_3 {
  top: 200px;
  right: 340px;
}
.home #tooltip_popups #quote_4 {
  top: 125px;
  right: 125px;
}