@charset "utf-8";
/* CSS Document */

/**************** LAYOUT BOXES ******************/
#cripubs {
	float:left;
	width:60%;
	margin-right:2%;
	padding-top:1%;
	}
#otherpubs {
	width:35%;
	margin-top:4em;
	float:left;
	border:1px solid #006666;
	background-color:#E7F0EF;
	padding:1%;
	}
	#cripubs>*:first-child, #otherpubs>*:first-child {margin-top:0;}
	
	

/***************** CLASSES WITHIN THE BOXES ************/
.cripub {
	margin-bottom:10px;
	position:relative;
	padding-left:110px;
	padding-bottom:.8em;
	clear:left;
	}
.cripub + .cripub {	border-top:medium dotted #9999FF;}
.cripub p {
	margin-top:0;
	font-size:85%;
	}
.cripub h3, .cripub h4, .cripub h5, .cripub h6 {margin:0 0 .3em 0;}
img.pubthumb {
	position:absolute;
	left:0;
	top:.3em;
	border:1px solid #9999FF; 
	}
.pubdate {}
.pubauthor {display:block; font-style:italic;}
.button {
	background-color:#996699;
	border:2px solid;
	border-top-color:#CC66FF;
	border-right-color:#CC66FF;
	border-bottom-color:#9900FF;
	border-left-color:#9900FF;
	padding:5px;
	font-size:smaller;
	color:#000; 
	text-decoration:none;
	}
.button:hover {background-color:#774477;}
a.button {color:#FFFFFF;}
#cripubs li {
	margin-top:1ex;
	font-size:85%;}
#cripubs .pubname {	
	color:#006666;
	font-size:120%;
	font-weight:bold;
	}
#otherpubs p {
	font-size:85%;
	margin-bottom:2em;}
#otherpubs .pubname {
	color:#006666;
	font-weight:bold;
	font-size:110%;
	}
	
