@import url("../../2005/10/w3cdoc.css");

.baseline {
  font-size:0.8em;
}

p.firstelement, table, address { margin-top: 0.7em; }

/* from TPAC 2007 */
.toc {border-bottom: 1px solid #E2EDFE;
   margin:1em 0 0 1em;}
.toc ul, .toc li, .toc p {
    font-size: .95em;
    margin: 0 0 0 0; 
    padding: 0;
    display: inline;
    text-align: left;}

dl { padding-left:1em;}
dt {
   font-weight: bold;
   padding-bottom:0.5em;}
dd {
   margin-left:1em;
   padding-bottom:0.5em;
}
ul li {
  padding-bottom:0.2em;
}

/* right menu for navigation; redefining original to float right
   and let us put the menu first
*/
ul#Navigate {
     float:right;
     width:100%;
     border-left: 1px solid gray;
     border-right: none;
 }

ul#Navigate li a
{
	color: #00e;
}

#footer {
margin-top: 1em; 
}

.link {
font-size: 0.8em;
 }

p.description {
border: thin #ccc solid;
background-color: #c8e3ea;
font-size: 0.9em;
padding: 0.5em; }

img.photo {
border: thin #ccc solid;
float:left;
margin:0em 1em 1em 1em }


/* Styles for sidebar (right) are in the Blog custom one */