/* Start of CMSMS style sheet 'rt_entry_css' */
/*****************
Ritualtheater Entry Page
******************/

/*****************
General
*****************/


* {
margin:0;
padding:0;
}

img {
   border: 0;
}


/*****************
Link styles
******************/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #000; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #000;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #inherit;
   color: #000;
}




/*****************
basic layout 
*****************/
body {
   background-color: #FFF;
   color: #000;
   margin:1em; /* gives some air for the pagewrapper */
   font-size: 100.01%;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}
#rt_entry_wrapper {
  position: absolute;
  width: 57em;
  height: 13em;
  margin-top: -6.5em;
  margin-left: -28.5em;
  top: 50%;
  left: 50%;
  text-align: center;
/* border: 2px dotted #4444BF; */
}

#rt_entry_content {
  position: absolute;
  width: 57em;
  top: 75%;
  left: 50%;
  margin-left: -28.5em;
  text-align: center;
/* border: 2px dotted #4444BF; */
}


/*****************
layout of #rt_entry_wrapper
*****************/
#rt_entry_title {
  position: absolute;
  width: 57em;
  height: 2.4em;
  top: 0em;
  left: 50%;
  font-size: 1.5em;
  margin-top: -1.2em;
  margin-left: -28.5em;
}

#rt_entry_imagerow {
  position: absolute;
  width: 57em;
  height: 5.06em;
  top: 40%;
  left: 50%;
  margin-top: -2.56em;
  margin-left: -28.5em;
}



#rt_entry_menu {
  position: absolute;
  width: 57em;
  height: 1.75em;
  left: 50%;
  bottom: 0%;
  font-size: 0.8em;
  margin-top: -0.88em;
  margin-left: -28.5em;
}






/* End of 'rt_entry_css' */

