BODY {
   background: #FFF;
   color: #000;
}
P {
   text-align: justify;
}
A {
   color: black;
   text-decoration: none;
}
A:hover {
   color: gray;
}
H1 {
   font-size: xxx-large;
   margin-bottom: 15px;
   color: #854159;
}
H2 {
   font-size: x-large;
   margin-bottom: 10px;
}
H3 {
   font-size: medium;
}
.citation{
   text-align: left;
   text-indent: -36pt;
   padding-left: 38pt;
   font-size: large;
}
.media-caption{
   text-align: left;
   text-indent: -36pt;
   padding-left: 38pt;
   margin-bottom: 10ex;
   font-size: large;
}
.media{
   padding-left: 38pt;
   margin-top: 20px;
   margin-bottom: 20px;
}

#sidebar{
   float: left;
   top: 5px;
   left: 8px;
   width: 265px;
   position: fixed;
}
#sidebar-wide{
   float: left;
   width: 460px;
   top: 5px;
   left: 8px;
   padding-left: 10px;
}
#site-menu{
   padding-left: 1em;
   border-style: ridge;
   margin: 1em;
}
#bio{
   text-align: center;
   margin: 3em 1em 1em 1em;
   border-style: ridge;
   padding: 10px;
   background: white;
}

#main{
   margin-left: 285px;
   padding-right: 15px;
   padding-top: 15px;
   height: 500px;
}
#main-with-wide-sidebar{
   margin-left: 480px;
   padding-right: 15px;
}

.writings{
   padding-left: 1em;
   padding-bottom: 40px;
}
.abstract{
   padding-left: 2em;
   margin-bottom: 0;
}
.links{
   padding-left: 2em;
   margin-top: 0;
   font-weight: bold;
}

.links A{
   text-decoration: none;
}
.large-links{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: large;
	font-weight: bold;
}
.large-links A{
	text-decoration: none;
}

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}
