/* Museums and the Web 2006 - Paper specific styles */
/* www.archimuse.com */


/*------------- =layout ---------------*/

#papers p{
		}
	
#papers img{
	overflow:visble;
	background: #fff;
	padding: 10px;
	}

#papers #abstract {
	display: block;
	clear: right;
}

#keyword {
	margin-bottom: 20px;
}

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

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

#title h1{
	margin: 10px 0 0 15px;
}

h2 {
font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
	color: #666;
}

h4 {
	color: #666;
	margin-top: 8px;
	font-style: italic;
	font-size: 1.2em;
}	

h5 {
	font-size: 1em;
	color: #030303;
	padding: 0px;
	margin-bottom: 0px;
}


h6 {
	color: #030303;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

blockquote {
	padding: 10px 30px;
	}

#abstract p{
	color: #333;
	text-align: justify;
	padding: 2px 55px;
	line-height: 1.3em;
	font-size: .9em; 
}

.caption {
	text-align: center;
	font-size: 1em;
	color: #555;
}

.references{
	font-size:95%;
	padding: 0 20px;
	text-indent: -10px;
	overflow:hidden;
	}
	
.references dd{
	font-size:95%;
}

#short-title, #small-title{
	padding: 10px 0 0 0;
	}

/*------------- =links ---------------

h2 a:link, h4 a:link, { color: #535F48; }
h2 a:visted, h4 a,:visited { color: #6d9c71; }
h2 a:hover, h4 a,:hover { color: #6C002B; }
h2 a:active, h4 a,:active { }

h3 a:link { color: #666; }
h3 a:visited { color: #333; }
h3 a:hover { color: #6C002B; }
h3 a:active {color: #666; }

*/

/*------------- =lists ---------------*/

ul, ol {}

li {}

.block {
	display: block;
}

#abstract li{
	margin: 2px 35px 2px 75px;
	line-height: 1.3em;
	font-size: .9em;
	color: #333;
}

/*------------- =forms ---------------*/

input #searchbox{
width: 131px;
}


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

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

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

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

table {
	margin: 10px 0px;
	padding: 0px 10px;
	border-collapse: separate;
	border-spacing: 0px;
	
}

th {
	margin-right: 2px;
	color: #fff;
	font-size: 1em;
	border: 1px solid #fff;
	background-color: #740e27;
}

tr { background-color: #e3e3e3;}

td { padding: 2px 7px; border: 1px solid #fff; }

/*------------- =ie hackery ---------------*/

.fix{
	background: pink;
	color: green;
	}
