/*////////////////////////////////////////
//					//
//    CSS for RitaDarcangelo.com	//
//					//
//					//
// Last Edit:  03 January, 2009		//
// contact:    joelbrennan@gmail.com	//
//					//
//					//
////////////////////////////////////////*/

body {
  font-size: 12pt;
  height: 100%;
  color: #3D536B;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #B0C0D0;
}	

/*--------------------------------------*/
					
div#title {
  color: #EAEAEA;
  background-color: #B0C0D0;
  font-weight: 400;
  font-size: 42px;
  font-family: Garamond, Times, serif;
  margin-left: 15px;
  margin-bottom: 5px;
  font-variant:  none;
}

/*--------------------------------------*/

div.introbox {	
  height: 152px;	
  width: 450px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  text-align: justify;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

p#introtext {
  text-indent: 10px;
  margin-left: 5px; 
  margin-top: 5px; 
  margin-right: 5px; 
  margin-bottom: 5px; 
}

/*--------------------------------------*/

div.infobox {
  height: 252px;	
  width: 450px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

div.bigbox {	
  width: 500px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  text-align: justify;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

div.verybigbox {	
  width: 500px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

.heading {
  font-weight: bold;
}

/*--------------------------------------*/

.cap {
  font-weight: bold;
  font-size: larger;
}

/*--------------------------------------*/

.menuitem {
  font-size: 13pt; 
  margin-left: 20px;

}

.menu {
  width: auto
}

/*--------------------------------------*/

.footer {
  text-decoration: none; 
  font-family: 'Garamond', 'Times', serif;
  color: #3D536B;
  font-size: 10pt;
}

/*--------------------------------------*/

a {
  font-family: Garamond, Times, serif;
  font-weight: bold;
  font-variant: none; #small-caps;
  color: #EAEAEA;
  background-color: #B0C0D0;
  text-decoration: none;
}

a:hover, a:active {
  color: #3D536B;
  background-color: #B0C0D0;

}
/*--------------------------------------*/

.menu a:link, .menu a:visited {
  font-variant: small-caps;
  font-weight: bold;
  color: #EAEAEA;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

.menu a:hover, .menu a:active {
  font-variant: small-caps;
  font-weight: bold;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------

a, a:link,  a:visited, a:hover, a:active {
  font-family: Times, serif;
  font-variant: normal;
  text-align: center;
  color: #EAEAEA;
  background-color: #B0C0D0;
  font-weight: normal;
}
*/
/*--------------------------------------*/

.sublinks a, .sublinks a:link, .sublinks a:visited, .sublinks a:hover, .sublinks a:active {

  font-family: Times, serif;
  font-variant: normal;
  text-align: center;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

.initiallyhidden {
  visibility: hidden;
  display: none;
  height: 0pt;
  margin-top: 0px;
}
/*--------------------------------------*/

.initiallyshown {
  visibility: visible;
  display: block;
  height: auto;
  margin-top: 0px;
}

/*--------------------------------------*/

.borderpic {
  padding:  5px;
  border:  2px solid #7793B1;
}

/*--------------------------------------*/

#languages div {
       float: left;
       display:table-cell;
       width: 25%;
}

/*--------------------------------------*/

#languages div, #languages div a:link, #languages div a:visited, #languages div a:active {

  font-family: 'Garamond', Times, serif;
  font-variant: normal;
  text-align: center;
  color: #3D536B;
  background-color: #B0C0D0;
  font-size: 1.2em;
}

/*--------------------------------------*/

.normal a:link, .normal a:visited {

  font-family: 'Garamond', Times, serif;
  font-variant: normal;
  text-align: center;
  color: blue;
  background-color: transparent;
  font-weight: normal;
}

.normal a:hover {
  color: white;
}

/*--------------------------------------*/

#languages div a:hover {
  font-family: 'Garamond', Times, serif;
  font-variant: normal;
  text-align: center;
  color: white;
  background-color: #B0C0D0;
  font-size: 1.2em;
}

/*--------------------------------------*/

.subheading {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

/*--------------------------------------*/

.link_title {
  font-weight: bold;
  margin-left: 15px;
}

/*--------------------------------------*/

.link {
  margin-left: 35px;
}

/*--------------------------------------*/
.past {
  margin-top: 10px;
}
/*--------------------------------------*/

      #events, #add {
        float: left;
        border: 1px solid black;
        padding: 5px;
        margin: 5px;
        width: 45%;
      }
          
        .events td {
          padding-left: 10px;
        }

        .events th {
         vertical-align: top;
         text-align: left;
       }
