/*** Redefinitions of regular tags ***/
body {
    padding: 0 300px 0 300px;
    margin: 0;
    text-align: center;
    font-size: small;
    background: #eee;
}

dl { margin-bottom: 2em; }
dt { font-weight: bold; width: 9em; text-align: right;}
dd { margin: -1em 0em 0.5em 10em; }

pre { padding: 1em; }
code { font-size: smaller; }

table { border: 1px solid #000; }
th
{
    font-weight: bolder;
    border-bottom: 1px solid #000;
}
td
{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

/*** WRAPPER HACKS ***/
#wrapper {
    text-align: center;
    margin: 3em auto 3em auto;
    width: 600px;
    border: 1px solid #959595; 
}
      
#sizer {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 44%;
    max-width: 300px;  /* version for IE is at the bottom of this style block */
}

#expander {
    margin: 0 -300px 0 -300px;
    min-width: 600px; /* Critical Safari fix! */
    position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 
/*** TODO: Add more hacks to get variable sizes ***/
/*** END OF WRAPPER HACKS ***/


#header {
    margin: 0em auto 0em auto;
    background: #73a0c5;
    padding: 1em 0em 1em 0em;
    font-size: 200%;
    font-weight: bold;
    border-bottom: 2px solid #444;
}
#header a { color: #fff; text-decoration: none; display: block; }


/*** MENU ***/
#menu { text-align: center; margin: auto; background: #ddd; border-bottom: 1px solid #959595; }
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { display: inline; padding: 0em 0.5em 0em 0.5em; }
#menu a { font-weight: bold; text-decoration: none; color: #000; }
#menu a:hover { text-decoration: underline; }
#topmenu { text-transform: uppercase; font-size: 110%; }
#submenu { }
/*** END OF MENU ***/


#content {
    background: #fff;
    margin: auto;
    text-align: left;
    padding: 1em 2em 1em 2em;
    color: #333;
    /*display: table;*/
}
#content a:visited { color: #73a0c5; }

#footer {
    margin: 0em auto 0em auto;
    background: #73a0c5;
    padding: 1em;
    font-size: xx-small;
    border-top: 1px solid #959595;
}

.Statement { color: #ffff00; }
.Special { color: #ff40ff; }
.Constant { color: #ff6060; }
.Comment { color: #8080ff; }
.Identifier { color: #00ffff; }
.PreProc { color: #ff40ff; }
.Type { color: #00ff00; }

div.photo {
    display: inline;
    float: left;
    margin: 1em;
    width: 240px;
    text-align: center;
}
div.photo p:first-child {
}
div.photo img {
    border: 2px solid black;
    border-bottom: 6px solid black;
}
div.photo p:last-child {
    margin: 0em;
}
