/*
 * ==================
 *       HOME
 * ==================
*/

#content {
  font-size: 12px;
}

#content h2 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

#row1, #row2 {
  clear: both;
  overflow: hidden;
}

/* --- home[about] --- */

#about {
  width: 460px;
  height: 222px;
  float: left;
  margin-right: 10px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url('/images/site-assets/about1.png');
  background-repeat: no-repeat;
}

#about .content {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 16px;
  width: 60%;
  line-height: 16px;
  margin-top: 75px;
  text-transform: uppercase;
}

#about a {
  color: #9d0064;
  padding-right: 8px;
}

#about a:hover {
  background-image: url('/images/site-assets/blinky_arrow.gif');
  background-repeat: no-repeat;
  background-position: right 7px;
}

#about .bottom_hook {
  margin-bottom: -7px;
  width: 6px;
  height: 7px;
  background-image: url('/images/site-assets/about_tip.gif');
}

/* --- home[premier] --- */

#premier {
  width: 460px;
  margin-left: 10px;
  float: left;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 222px;
}

#premier .upcoming {
  margin-bottom: 5px;
}

#premier .heading {
  clear: both;
  overflow: hidden;
  height: 55px;
  width: 460px;
  background-image: url('/images/site-assets/event_heading_bg.png');
}

#premier .content {
  display: none;
}

#premier .heading a {
  color: #fff;
}

#premier .heading a:hover {
  color: #f900fb;
}

#premier .heading p {
  margin: 0px;
}

#premier .heading .text {
  float: left;
  padding: 10px;
  width: 306px;
  text-transform: uppercase;
  height: 50px;
}

#premier .heading .label {
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
}

#premier .heading .title {
  font-size: 25px;
  padding-right: 7px;
  background-image: url('/images/site-assets/pink_arrow.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  line-height: 25px;
}

#premier .date {
  text-align: right;
  padding: 15px 10px 20px 10px;
  font-size: 35px;
  float: right;
}

#premier .feature {
  padding: 10px;
}

#premier .feature .heading {
  background: none;
  height: auto;
}

#premier .feature .heading .text {
  padding: 0px;
  height: auto;
}

#premier .feature .heading .title {
  background-image: url('/images/site-assets/pink_arrow_darker_grey.png');
}

#premier .feature .heading .date {
  padding: 0px 20px 0px 0px;
}

#premier .feature .content {
  display: block;
  font-size: 12px;
}

#premier .feature ul {
  margin: 0px 30px;
  line-height: 15px;
}

#premier .feature ul li {
  list-style-type: square;
}

/* --- home[calendar] --- */

#calendar {
  width: 220px;
  float: left;
  margin: 0px 10px;
}

#calendar .period {
  text-transform: uppercase;
}

#calendar h3 {
  color: #999;
  text-transform: uppercase;
  line-height: 1.5em;
}

#calendar h4 {
  font-weight: bold;
}

#calendar .event {
  border-bottom: 1px dotted #999;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#calendar .event .description {
  color: #fdfdd5;
}

/* --- home[twitter] --- */

#twitter {
  width: 220px;
  float: left;
  margin-left: 10px;
}

#twitter .tweet {
  margin-bottom: 1em;
  line-height: 1.5em;
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
}

#twitter .tweet .date {
  color: #999;
}

/* --- home[newsfeed] --- */

#newsfeed {
  width: 460px;
  margin-right: 10px;
  float: left;
}

#newsfeed .date {
  color: #999;
}

#newsfeed h5 {
  font-weight: bold;
}

#newsfeed .article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #999;
  line-height: 1.5em;
}

#newsfeed .article p {
  margin-bottom: .5em;
}

/* --- home[flickr] --- */

#flickr {
  width: 140px;
  margin-left: 10px;
  float: left;
}

#flickr .content {
  margin-top: .5em;
}

#flickr .content a:hover img {
  border: 2px solid #ffd6fa;
}

#flickr .content img {
  border: 2px solid #fff;
}










