/* Museums and the Web 2010 - print specific styles */
/* www.archimuse.com */

/*------------- =image ---------------*/

#papers img {
	text-align: center;
	margin: 0px auto;
    display: block;
	border: none;
	}

.first-image {
	margin-bottom: 10px;
	display: block;
	float: right;
	border: 2px solid #999;
	}


/*------------- =navigation ---------------*/

#sidebar, #header, #header-photo, #top-nav {
   display: none;
   }
	
#date {
	display: block;
	} 

#print-title h1 {
	display: block;
   	font-size: 9pt;
 	}  
#print-title h2 {
	display: block;
   	font-size: 8pt;
 	}  
 #print-title h3 {
	display: block;
   	font-size: 8pt;
 	}  
#callout {
	background: url();
	width: 0;
	height: 0;
	visibility: hidden;
	}

#news-container {
	background: url();
	width: 0;
	height: 0;
	visibility: hidden;
	}


/*------------- =typography ---------------*/

body {
   font-size: 9pt;
   margin-left: 10%;
   margin-right: 10%;
   margin-bottom: 10%
   }

#wrapper, #content {
   width: auto;
   padding: 0;
   border: 0;
	float: none !important;
   color: black;
   background: transparent none;
   }

#content {
   margin-left: 10%;
   font-size: 10pt;
   padding-top: 2em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
	color: #3D3F75;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}
	
/* #main-content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   } */
 
h1 {
	font-size:12pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size:10pt;
}

h3.AbstractTitle {
	padding-left: 55px;
	}

.AbstractText {
	text-align: justify;
	padding-left:55px;
	padding-right:55px;
	line-height: 1.3em;
	font-size: .9em; 
	display: block;
	clear: right;
	}
	
.keywords {
	margin-bottom: 20px;
	color: #333;
	text-align: justify;
	padding-left:55px;
	padding-right:55px;
	line-height: 1.3em;
	font-size: .9em; 
	display: block;
	clear: right;
	}
.caption {
	text-align: center;
	font-size: 1em;
	color: #555;
	}

.code {
	font-size: 90%;
	font-family: "Monaco, Courier, monospace";
	line-height: 1em;
}
	
.BlockQuote, blockquote, .blockQuote {
	padding-left: 2em;
	padding-right: 2em;
	}
		
.BlockQuoteAuthor {
	font-style: italic;
	padding-left: 30px;
	}
	
.blockQuoteAuthor {
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	}	
	
.BlockQuoteAuthor {
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	}	
.ReferencesText, .referencesText {
	font-size:95%;
	padding: 0 20px;
	text-indent: -10px;
	overflow:hidden;
	}
.references {
	font-size:95%;
	padding: 0 20px;
	text-indent: -10px;
	overflow:hidden;
	}
.AcknowedgementsText, acknowledgementsText {
	font-size: 95%;
}	

.references dd{
	font-size:95%;
	}
	
#container #main-content #citation {
	border-top: 1px solid #DEDEDE;
	margin-top: 10px;
	font-size:90%;
	}
	
#footer {
	font-size:8pt;
	}	

/*------------- =tables ---------------*/


#main-content table {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	border-spacing: 0px;
	}

#main-content th {
	text-align: center;
	font-weight: bold;
	}
#main-content td {
	border: 0px thin #000000;
	padding: 5px;
/*	border-left: 1px solid #000000;
	border-top: 1px solid #000000;  */
	}
	
	