<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	background: #f0f0f0;
	border: none;
	color: #333;
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}

h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	font-weight: normal;
	padding-bottom: 22px;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
    background-color::#111;
	text-decoration: underline;
    
}

a:active {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}
/* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      background: transparent url(down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(up.gif) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }
#mast h1 {
	padding: 30px 0 20px 40px;
}
nav#multicolumn{
    padding: 10px 0;
	position: absolute;
    -moz-column-count:2;
    -mox-column-gap:10px;
    -webkit-column-count:2;
    -webkit-column-gap:10px;
    column-count:2;
    column-gap:10px;
 }
 
nav#global {
	padding: 10px 0;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

nav#global ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 40px;
}

nav#global ul li a {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #444;
	color: #FF9900;
	text-decoration: none;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: #FF9900;
}


navsmall#global {
	position: absolute;
	left: 0;
	width: 100%;

}

navsmall#global ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

navsmall#global ul li {
	display: inline;
	list-style: none;
	padding-left: 1px;
}

navsmall#global ul li a {
	color: #777;
	font: normal bold 12px/44px Arial, Helvetica, sans-serif;
	margin-right: 10px;
	text-align: center;
}

navsmall#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	
	color: #FF9900;
	text-decoration: none;
}

navsmall#global ul li a.selected {
	color: #fff;
}

navsmall#global ul li a.selected:hover {
	color: #FF9900;
}
#pub {
	background-color: #ccc;
	margin-top: 50px;
	padding: 10px;
}

#pub header h2 {
	font-weight: normal;
	line-height: 2px;
	padding: 0 0 3px 0;
	width: 320px;
}

#pub p {
 	width: 800px;
}

#pub a {
	color: #fff;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	text-align: center;
}

#pub a:hover {
	color: #FF9900;
	background-color: transparent;
	text-decoration: none;
}
#pubintro {
	background-color: #ccc;
	margin-top: 2px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pubintro a {
	color: #000;
	font: normal bold 16px/44px Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
}
#intro {
	background-color: #ccc;
	margin-top: 50px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 320px;
}

#intro p {
 	width: 320px;
}

#intro a {
	color: #fff;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#intro a:hover {
	color: #FF9900;
	background-color: #222;
	text-decoration: none;
}

#intro #photo {
	background-color: #fff;
	float: right;
	margin-top: -170px;
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 200px;
	height: 170px;
}

#photo div {
	background-color: #333;
	margin: 10px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 190px;
	height: 150px;
	text-align: center;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 15px 0 0 0;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y top right;
	border: none;
}

#main #papers {
	float: left;
	margin-left: 1px;
	width: 855px;
	border: none;
}

#main #articles {
	float: left;
	margin-left: 20px;
	width: 300px;
	border: none;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 5px 0;
}

article:last-child {
	border-bottom: none;
}

pubaside {
	float: right;
    margin-left:380px;
    position:fixed;
    width:100%
}

pubaside section {
	background-color: #F5F5F5;
	padding: 5px 10px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

pubaside h3 {
	padding: 0 0 11px 0;
}

aside {
	float: right;
    margin-left:870px;
    position:fixed;
    }

aside section {
	background-color: #F5F5F5;
	padding: 5px 10px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

aside h3 {
	padding: 0 0 11px 0;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #777;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}

footer div section h3 {
	color: #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	color: #777;
	list-style: disc;
	margin-left: 15px;
}

footer #about {
	margin-right: 60px;
	width: 330px;
}
.scrollup {
    width: 92px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    display: none;
    text-indent: -9999px;
    background: url('../images/back-to-top.gif') no-repeat;
    background-color: #000;
}
.yearrow{
padding-top:1px;
background-color:#E6E6E6;
font-style:oblique;
line-height:34px;
border-bottom:1px solid #E3E3E3;
border-bottom-style:dotted;
 }
ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:0;
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 20px 0 5px;
}
ul.enlarge img{
background-color:#eae9d4;
padding: 3px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#eae9d4;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center; 
color: #495a62; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge span img{
padding:2px;
background:#ccc;
}
ul.enlarge li:hover span{ 
top: -100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 100px; /*distance from the left of the thumbnail to the left of the popup image*/
/*right:auto;*/

}
ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}</pre></body></html>