h1, h2, h3, h4 {
    font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
}


body { 
 font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
    margin: 0; 
    padding: 100px 0 0 0;
    background-color:white; 
/*    background-image : url(blackbar.png);
    background-position : top left;
    background-repeat : repeat-y; */
}

#bdy {
    width: 50em;
    padding: 2em;
}

.center_image {
	text-align: center;
}

#wrapper {
    position : absolute;
    top : 0;
    left : 0; 
    z-index: 0;
    width: 100%;

}

#sidebar
{
    width: 350px;
    height:100px;
    position : absolute;
    top : 0;
    left : 0; 
    background-color : white;
    background-image : url(/media/images/rickwagner_logo.png);
    background-position : top left;
    background-repeat : no-repeat;
/*    padding: 300px 0 0 0 ; */
    color: white;
    margin: 0;
}

#right_sidebar{
    margin: 2em;
    float: right;
}

#content
{
    margin: 10px 20px 20px 10px;
}

#footer
{
    width: 80%;
    border-top: thin black solid;
    text-align : center;
    margin: 10px 20px 20px 0px;
}

.logo img {
    border: none;
}

#logos
{
    width: 80%;
    text-align : center;
    margin: 10px 20px 20px 140px;
}

#headshot {
    float: left;
    /* margin: 0 20px 0 0; */
}

#bio_txt {
    /* float: right; */
       margin: 0 0 0 208px;
}

#sdsclogo {
    position: relative;
    left: -60px;
}

#lcalogo {
    position: relative;
    left: 60px;
}

#ucsdlogo {
    position: relative;
    left: 0px;
}

.legalese {
    font-size: tiny;
    color: #aaa;
}
.legalese a:link {
    font-size: tiny;
    color: #aaa;

    text-decoration: none;}

.legalese a:visited {text-decoration: none;
    font-size: tiny;
    color: #aaa;
}

.legalese a:active {text-decoration: none;
    font-size: tiny;
    color: #aaa;
}
.legalese a:hover {text-decoration: underline; 
    font-size: tiny;
    color: #aaa;
}


#navcontainer {
    text-transform: lowercase;
    margin-top: 0px;
    margin-bottom: 2em;
    padding-top: 0px;

    width: 80%;
    background-color: #ccc;
    text-align: left;
}

#navlist ul {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0;
	white-space: nowrap;

}

#navlist li {
    display: inline;
    margin-right : 20px;
    list-style-type: none;
}

#navlist a {
    padding: 5px 10px;
    color: white;
    background-color: #999;
    text-decoration: none;
    border: 2px solid black; 
    font-weight: normal;
     margin: 1px; 

}

#navlist a:hover {
    color: #000;
    background-color: #eee;
    text-decoration: none;
    font-weight: normal;
}

#navlist a:active, 
#navlist a.selected {
    padding: 5px 10px;
    color: #000;
    background-color: white;
    text-decoration: none;
    font-weight: normal;
}

#help_link {
    margin-top: -2em;
     text-align: right;   
}

.member_list td {
    padding-right : 2em;
}

.member_list th {
    text-align : left;
    border-bottom: thin black solid;
}

.file {
    color:  #006400;
     font-weight: bold;
}

pre.file {
    width: 75%;
    margin: 0.5em;
    padding: 0.5em;
    background-color: #ddd ;
    border: thin #666 solid;
}

.shell {
    color: black;
    font-weight: heavy;
    background-color: #eee;
#    width: 75%;
    margin: 0.5em;
    padding: 0.5em;
    border: thin #666 solid;
}

.def {
    margin: 1em;
}


.def dt {
    border-top: thin black solid;
    font-weight: bold;
/*    color: #006400; */
    background-color: #ddd ;
/*    font-family: 'Courier New', courier,monospace; */
    margin: 0.25em;
}

.def dd {
    padding-bottom: 0.5em;
}

.filedef {
    margin: 1em;
}


.filedef dt {
    border-top: thin black solid;
    font-weight: bold;
    color: #006400; 
    background-color: #ddd ;
    font-family: 'Courier New', courier,monospace; 
    margin: 0.25em;
}

.filedef dd {
    padding-bottom: 0.5em;
}

.aviso {
    width: 75%;
    border: thin red solid;
    padding: 1em;
}

.img-shadow {
    text-align: center;
}


