@import url('/css/reset.css');
@import url('/css/text.css');
@import url('/css/form.css');

.clear { clear: both; }

body { background: #281a0f url('/images/Tile_Wood.jpg') 50% 55px repeat; }

#header-wrap { width: 100%; background: url('/images/Tile_Header.jpg') center repeat-x; }
#header {
  position: relative;
  background: url('/images/Two-Twenty-Events.png') bottom center no-repeat;
  width: 500px; height: 55px;
  margin: 0 auto;
}

.content        { width: 650px; margin: 0 auto; margin-bottom: 30px;}
.content.streaming { width: 934px; margin: 0 auto; margin-bottom: 30px;}
.content-wrap { width: 100%; background-color: #281a0f;}

.col-3-wrap {
  margin-bottom: 35px;
}
.col-3 { 
  float: left;
  width: 210px;
  margin-right: 10px;
}

.col-3.last { margin-right: 0px;}


h1.graphic-header{  
  text-indent: -5000px;
  margin-bottom: 21px;
}

h1.graphic-header.year      { background: url('/images/h1-2011.jpg') center no-repeat;      height: 71px; }
h1.graphic-header.ministers { background: url('/images/h1-ministers.jpg') center no-repeat; height: 23px; padding-top: 15px; }
h1.graphic-header.schedules { background: url('/images/h1-schedules.jpg') center no-repeat; height: 23px; padding-top: 15px; }
h1.graphic-header.faq       { background: url('/images/h1-faq.jpg') center no-repeat; height: 23px; padding-top: 15px; }
h1.graphic-header.stay      { background: url('/images/h1-stay.jpg') center no-repeat; height: 23px; padding-top: 15px; }


/* Event Cards */

.event-card {
  float: left;
  background: no-repeat;
  width: 237px; height: 386px;
  text-indent: -5000px; 
}

.event-card.deluge   { background: url('/images/Card-Deluge.png')   no-repeat; margin-right: 5px; }
.event-card.leaders  { background: url('/images/Card-Leaders.png')  no-repeat; margin-right: 12px;}
.event-card.students { background: url('/images/Card-Students.png') no-repeat; }
.event-card.stream   { background: url('/images/Card-Stream.png') top no-repeat; 
                       width: 650px; height: 575px; 
                       padding-top: 25px;
                       text-indent: 0px; }

 

.event-card.jumbo   { background: url('/images/Jumbo-Card.png')   no-repeat; margin-right: 5px;                        
                      width: 650px; height: 262px;
                      margin: 0; padding: 0;
                      }


/* Ministers section */

.minister-wrap {
  width: 650px;
  margin: 0 auto;
}
.minister-box {
  float: left;
  width: 150px;
  margin-right: 16px;
  margin-bottom: 40px;
}

.minister-box.last {  margin-right: 0px; }

/* Schedules Section */

.schedule-box {
  float: left;
  width: 400px;
  margin-right: 50px;
  margin-bottom: 40px;
}
.schedule-box.last { margin-right: 0px; width: 200px;}

p.image_link a { 
  position: relative;
  display: block;
  width: 237px; height: 64px;
  top: 0px; left: 0px;
}
p.image_link a.deluge-reg:hover   { background: url('/images/Card-Deluge-Over.png') top center no-repeat; }
p.image_link a.leaders-reg:hover  { background: url('/images/Card-Leaders-Over.png') top center no-repeat; }
p.image_link a.students-reg:hover { background: url('/images/Card-Students-Over.png') top center no-repeat; }

p.image_link a.students-jumboreg { 
  position: relative;
  display: block;
  width: 320px; height: 47px;
  top: 197px; left: 305px;
}
p.image_link a.students-jumboreg:hover { background: url('/images/Jumbo_over.jpg') top center no-repeat; }

 
