/**
 * Front Page CSS
 * @version $Revision: 20 $
 * @copyright Copyright (c), Datrix Training Limited
 */

h1 {
   margin:10px 0 10px 15px;
}

#banner {
   border:1px solid #333333;
   margin:0px 0 0 0px;
   padding:3px;
}

div#event-filter {
   float:right;
   margin:0 10px 0 10px;
   width:270px;
   background-color:#333333;
   padding:3px 10px 3px 10px;
}

div#event-filter img.title {
   display:block;
   clear:both;
}

div#event-filter h2 {
   color:#ffffff;
   margin:0 0 10px 3px;
}

div#event-filter label {
   color:#ffffff;
   font-size:80%;
   display:block;
   width:100%;
   padding:2px 0 2px 0;
   vertical-align:middle;
}

div#event-filter select {
   font-size:98%;
   margin:0;
   display:block;
   vertical-align:middle;
   float:right;
}

div#event-filter a.blue-button {
}

/* setup events viewport/slide in  */
#viewport {
   width:870px;
   height:400px;
   overflow:hidden;
   position:relative;
}

#events {
   position:relative;
   overflow:hidden;
   height:400px;
   width:9999px;
   list-style:none;
   margin:0;
   padding:0;
}


#events li {
   overflow:hidden;
   float:left;
   height:400px;
   width:870px;
   margin:10px 0 0 0px;
}

div.event {
   margin:0;
   width:255px;
   height:180px;
   background:url(/images/front-page-offer.png) 0% 0% no-repeat;
   float:left;
   padding:10px 15px 10px 17px;
   position:relative;
}


div.event div.duration {
   position:absolute;
   top:5px;
   left:0;
   color:#ffffff;
   text-align:center;
   font-weight:bold;
   font-size:180%;
   width:40px;
}

div.event div.duration div {
   font-size:50%;
   position:relative;
   top:-6px;
}


div.event p.date {
   margin:0;
   font-size:85%;
}


div.event h2, div.event h3, div.event p {
   text-align:center;
}

div.event h2 {
   position:relative;
   top:5px; /* IE7 workaround */
   color:#107910;
   margin:0 20px 0 30px;
}

div.event h3 {
   color:#333333;
   margin:10px 0 0 0;
}

div.event p.booking {
   margin:0;
   font-size:80%;
   font-weight:bold;
   position:absolute;
   bottom:50px;
   width:255px;
}

div.event p.pricing {
   font-size:120%;
   font-weight:bold;
   text-align:center;
   position:absolute;
   margin:0;
   bottom:70px;
   width:255px;
}

div.event p.pricing span.old-price {
   margin-right:10px;
   text-decoration:line-through;
}

div.event p.pricing span.new-price {
   color:#FF0033 !important;
}

div.event p.pricing span.price {
   color:#107910;
}

div.event div.actions {
   position:absolute;
   bottom:15px;
   padding:0 0 0 35px;
}

div#logos {
   text-align:center;
   padding-bottom:10px;
}


div#logos img {
   vertical-align:middle;
}
