/* CSS for front page only, to be used in addition to the normal cv.css */


/* styles for boxes of topic and links on right and left of Gayle's photo */

/* what both boxes have in common */
div.leftwords, div.rightwords  { 
  font-weight:bold; 
  font-size:20px;  
  color:#E8FFFF;
  /*line-height:103%;*/
  margin:5px 5px 5px 5px; /*.1em;*/
  font-style:italic;
  /*background:#FFD4EB;*/ background:#206;
  /* background-image:url(gradB.png);*/
  background-repeat:repeat-x; 
  padding:8px 4px 8px 4px;
}

div.leftwords{
  text-align:center;
}

div.rightwords  { 
  text-align:center;
}


div.leftwords a, div.rightwords a { 
   color:#DCD068; 
   font-style:italic;  /* normal; */
   font-family:sans-serif;
   font-size:inherit;
   margin:inherit;
   text-decoration:underline;
}


div.leftwords div.service, 
div.rightwords div.service  {
	margin-top:0.35em;
	margin-bottom:0.35em;
}



span.extrawords {
  /*color:#990044;  pink, for before the blue-pink switch*/
  color:#E6FFFF;
  font-style:italic;
  font-size:14px;
  font-weight:normal;
  /*margin-top:0.25em;*/
  margin-bottom:.6em;
  padding-bottom:.5em;
}
span.extrawords a {
 color:inherit;
 text-decoration:underline;
 font-style:italic;
 font-family:serif;
}


/* read bkg gradient - solid bkg #f7d5c7 + upper image to darker top */
div.areyouready {
  line-height:normal; /*dont use :normal; */  /*1.45em;*/
  font-size:22px;
  text-align:left; /*center;*/
  color:#E6FFFF; 
  margin: 0;
  padding: .6em .6em .4em .6em;
  font-weight:bold;
  padding-top:.6em;
  background:#206; /* #FFD4EB;  */
  /*background-image:url(gradB.png);*/
  background-repeat:repeat-x; 
}
div.areyouready p.headline i { 
  color:/*#DCD068;*//*gold*/ #FE88CF;/*pink*/ /*#CDE*/; 
  font-size:25px; line-height: /*dont use :normal; */  1.55em;}
div.areyouready p.headline  { margin-top:.18em; margin-bottom:.21em; color:#AFF;}
div.areyouready span.dowhatcame  { font-size:18px; text-align:left; line-height:normal; }
div.areyouready ul { margin-top:.12em; margin-bottom:.1em; padding-top:0px; }
div.areyouready ul li { margin:2px; margin-bottom:0em; margin-top:0px; padding:0px;  }


