/* stylesheet for mvm */

body {
  /* font-family: georgia, serif; */
  /*background-color: #ffffdd;*/
  background-color: white;
  /*margin:0px;*/

}
p.small {font-size:.9em
}
a, a:visited {
   color:#0000ff;
   text-decoration:none;
   font-weight: bold;
}
a:hover {
   text-decoration: dotted;
   border-bottom: 2px dotted #0000ff;
}
h1.logo {
   font-size: 5em;
   font-style: italic;
   font-weight: normal;
   font-family: "palatino", serif;
   color: #ee0000;
   margin-bottom: 0em;
   margin-top: 0em;
}
.head {
   font-weight: normal;
   font-size: 2.2em;
   letter-spacing:.1em;
   font-family: "palatino", serif;
   border-bottom: 2px dotted #aaaaaa;
   margin-top: 0;
   margin-bottom: 0;

}
a.extl { /* external link */
   font-weight:normal;
}
.sub {
   font-weight: normal;
   color: #666666;
   font-family: "georgia", serif;
}
ul {
   list-style: square; /* disc circle square decimal lower-roman upper-roman*/
   font-size: 1em;
   
}
li {
   padding-bottom: .5em;
}
.box {
   border-left: .2em solid #aaaaaa;
   padding-left: 2em;
   padding-right: 2em;
   width:90ex;
   vertical-align:top;
}
.coll {
   background-color: brown;
   width: 11em;
   font-size: .9em;
   font-family: "arial", "sans serif";
   vertical-align: top;
}
.auth-intro {
   font-family: georgia;
   font-style: italic;
   line-height: 1.3em;
   color: #666666;
}

.mvm {
   border-bottom: .2em dotted #aaaaaa;
   border-left: .2em solid #aaaaaa;
   padding-left: 2em;
}
.grey {
   border-top: .2em dotted #aaaaaa;
   padding: .5em;
}
 .note {
   background-color: #dddddd;
   border: 1px solid #aaaaaa;
   text-align: center;  
}
.email {
   font-size:.9em;
   font-family: arial sans-serif;
   background-color: #eeeeee;
   border: 1px solid #bbbbbb;
   text-align: center; 
   padding:.2em;
   margin-top: 6em; 
}

.foot {
   font-size:.9em;
   font-family: arial sans-serif;
   background-color: #dddddd;
   border: 1px solid #aaaaaa;
   text-align: center; 
   margin: 0em 5em 0em 5em; 
}


/* --- menu --- */

.crumb a, .crumb a:visited {
   color:blue;
   text-decoration: none;
   font-size: small;
}

.menu {
   background-color: brown;
   vertical-align: top;
   height:30em;
}

div.leftMenu {
   font-family: arial, sans-serif; 
   font-weight: bold;
   margin-top:1px;
}

div.leftMenu a, div.leftMenu a:visited {
   padding: 4px 0px 5px 0px;
   color: blue; 
   display:block;  
   margin-bottom:-1px;
   text-decoration: none;
   border-top:1px dotted #aaaaaa; 
   border-bottom:1px dotted #aaaaaa; 
   padding-left: .2em;
   background-color:#ffffcc;
}
            
div.leftMenu a:hover {
   color:#ee0000; 
}


/* --- about --- */

.name {
   font-size:1.4em;
   font-family: palatino, serif;
   font-style: italic;
   color: #ee0000;
}

.line {
   border-top: 1px solid #aaaaaa;
   padding-top:.2em;
   margin-top: 2em;
}


/* ---prices--- */

.prtitle {
   font-weight:normal;
}
table.price td {
   font-size: 1em;
   vertical-align: bottom;
   padding: .2em;
   border-bottom: 1px solid #aaaaaa;
   padding-top: 2em;
}
.red {
   color: #ee0000; /* darker red */
   font-weight: bold;
   font-family: palatino, serif;
   font-style: italic;
   font-size: 1.1em;
}
.tax {
   text-align: center;
   font-weight: bold;
   font-size:.9em;
}
.isbn {
   font-size: 1em;
   #font-weight: bold;
}

.ext_link {
	color:blue;
	font-style:italic;
	font-size:.9em;
}

/* --- PUBLICATIONS -- */

.curriculum td {
   vertical-align: top;
   font-size: 1em;
   border-top: 1px solid #aaaaaa;
   padding-top: .2em;
   padding-bottom: 1.5em;

}
.curriculum td.cleft {
   color: #ee0000; /* darker red */
   font-size: 1.1em;
   font-weight:bold;
   font-family:palatino, serif;
   font-style: italic;
   text-align: right;
   padding-right:1em;
   width:6em;

}
.pubtitle {
   font-weight:normal;
   color: #ee0000; /* darker red */
   font-family: palatino, serif;
   font-size: 3em;
   font-style: italic;
   margin-top: 0em;
   margin-bottom: 0em;
}   

/* --- NEWS --- */

.news-title {
font-family: palatino, serif;
font-weight: normal;
font-style: italic;
border-bottom: 1px solid #aaaaaa;
}

/* for obfuscating email addresses from spammers */
span.rev { unicode-bidi:bidi-override; direction: rtl; }  
span.hide { display:none; } 
