body {
    background-color: white;
}

#contents {
    width: 71%;
    margin: 20px auto;
    font-family:  'PT Sans', sans-serif;
    font-size: 12pt;
    line-height: 15pt;
}


ul { 
    list-style-type: none;
    
}

li { line-height: 16pt; }

div#name.box {
    background-color: lightgray;
}

.box {
    margin: 30px 0;
    padding: 20px;
    background-color: white;
    border-radius: 7px;
    position: relative;
}

.boxtitle {
    text-align: left;
    padding-right: 0px;
}

div#news.box {
    margin 20px 0;
    padding 10px;
    padding-left: 25px;
}

div#sidebar {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-left: 25px;
    width: 10%;
    top: 20%;
    left: 10px;
}

div#sidebarcontent {
    width: 6%;
}

div#news .boxtitle {
    text-align: left;
}

.project {
    margin: 30px 0;
    padding: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}

.projecttitle {
    text-align: right;
    font: 130% 'Nobile';
    font-family: 'Nobile' serif;    
}

.projectdesc {
    text-align: justify;
}

h2.subproject {
    font: 100% 'Nobile';
    font-weight: bold;
    font-family: 'Nobile' serif;    
}

ul { padding-left: 1em; }
li { margin-bottom: 0.5ex; }
img.validator { border: none; }
.clear { clear: both; }
.pub .title { font-style: italic; color: black; }
.right { float: right;	 
         width: 200px;
	 margin-top: -10px;
       }
#photo { text-align: right; }
#nameright { text-align: right; }

h1#topname {
    margin: 0px;
    font: 200% 'Paprika';
    font-family: 'Paprika' serif;
    text-align: left;
}

h1 {
    margin: 0px;
    font: 140% 'Nobile';
    font-family: 'Nobile' serif;
}

img.new {
    position: relative;
    left: -38px;
    top: -1px;
    vertical-align: middle;
    margin-right: -38px;
    padding-right: 0px;
}

.bibtex {
    display: none;
    border: dotted 1px lightgray;
    padding: 5px;
}

.refType {
    font-weight: bold;
    font-size: 90%;
    color: gray;
}


a:link { color : #0000FF; text-decoration : none; }



a:visited { color : #0000FF; text-decoration : none; }

a.refType {
    font-weight: bold;
    color: gray;
}

a:hover { color : #FF0000; text-decoration : none; }
a:active { color : #FF0000; text-decoration : none; }

 #sidebar a  { color : black; text-decoration : none; }

@media (max-width: 900px) {
    #contents {
        width: 95%;
        margin: 10px auto;
    }

    div#sidebar {
        display: none;
    }
}
