/* Start of CMSMS style sheet 'rt_imagerow_css' */
/*****************
Ritualtheater Image Row CSS
******************/

/*****************
rt imager row layout 
*****************/


img.rt_image {
  width: 7.5em;
  height: 5.06em;
}

#rt_image1 {
  position:absolute;
  left: 0em;
}

#rt_image2 {
  position:absolute;
  left: 8.25em;
}

#rt_image3 {
  position:absolute;
  left: 16.5em;
}

#rt_image4 {
  position:absolute;
  left: 24.75em;
}

#rt_image5 {
  position:absolute;
  left: 33em;
}

#rt_image6 {
  position:absolute;
  left: 41.25em;
}

#rt_image7 {
  position:absolute;
  left: 49.5em;
}

/*****************
rt service row layout 
*****************/
p.rt_service {
   font-size: 0.8em;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 1.1em;
   margin-bottom: 0.29em;
}


#rt_service_contact {
  position:absolute;
  left: 0em;
  width: 15em;
  height: 2.19em;
  text-align: left;
}


/* the links, that is each list item */
div#rt_service_contact a {
   margin: 0; 
   text-decoration: none; 
   display: inline; /* IE has problems with this, fixed above */
}



#rt_service_date {
  position:absolute;
  left: 49.5em;
  width: 7.5em;
  height: 2.19em;
  text-align: right;
}

#rt_service_menu1 {
  position:absolute;
  left: 41.3em;
  width: 7.5em;
  height: 2.19em;
  text-align: left;
}


div#rt_service_menu1 a {
   margin: 0; 
   text-decoration: none; 
   display: inline; /* IE has problems with this, fixed above */
}



/* End of 'rt_imagerow_css' */

