/* Supplemental stylesheet for Rocky Mtn 1200 site main page.
 *
 * Author: Doug Latornell
 * Start Date: 2007/10/16
 */

/* This file assumes that it is applied along with the styles defined
 * in base.css.
 */

/* Add a height specification to the generic content container div
 * because it contains a background image.
 */
div#page {
    height: 997px;
    background-repeat: no-repeat;
    overflow: hidden;}

/* Event logo image */
div#logo {
    position: relative;
      top: 30px;
      left: 225px;
    width: 300px;
    text-align: center;
}

/* 2012 event dates announement */
p#coming-soon {
    background-color: #b81f19;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 150%;
}

/* Event page link buttons */
div#eventbuttons {
    position: relative;
      top: 265px;
      left: 25px;
    float: left;
    display: inline;}

div#eventbuttonsRow2 {
    position: relative;
      top: 265px;
      left: 260px;
      float: left;
    display: inline;}


/* Archival page link buttons */
div#archivebuttons {
    width: 200px;
    position: relative;
      top: 285px;
      left: 35px;
    clear: both;}

/* Contact info bubbles */
div#contactbubbles {
    text-align: center;
    position: relative;
      top: 300px;
      left: 0px;}

/* Credits bubbles */
div#creditbubbles {
    text-align: center;
    position: relative;
      top: 310px;
      left: 0px;}

