
/* stuff for a list of papers formatting */
.paper {vertical-align: top; border-right: 3px solid #332; border-bottom: 3px solid #332; }
.paper {margin-right: 15%; margin-left: 5%; padding-bottom: 0.5em;}
.paper {background-color: #FDEBCF; line-height: 1.2;}

/* todo - figure out how to make these SUB to paper class? */

.title {padding-left: 1em; background-color: #FDB7A1; color: #55F; font-size: 150%; border-bottom: 1px solid #554; }
.date  {color: #B87; font-size: 100%; margin-left: 0.5em;}
.desc  {padding-left: 1em; font-size: 120%; float: left; width: 85%;}
.file {font-size: 100%; font-weight: bold; float: right; width:12%;}
.published {font-size: 120%; clear: both; width: 80%; padding-left: 1em; padding-top: 0.5em}

.title:first-letter { font-weight: bold; }
.desc:first-letter { font-weight: bold; }
.published:first-letter { font-weight: bold; }

/* end of file */