/* this is the external markup file for noctilio.com  	*/
/* filename is noctilio_stylesheet.css 			*/




body {
		min-width: 550px;			/* 2* left width + center width */
		margin: 0px;
		background: #9E9E9E;				/* #736E55 colour of background */
		font: 20 courier;		/* default font */
	}



a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}




#header		{height: 165px; background: black; font-size: 0;}

#container	{padding-left: 150px; padding-right: 50px;}
#container .column {	position: relative; float: left;}
#footer {position: relative; clear: both;}

#center		{width: 100%;}
#left 		{width: 150px; right: 150px; margin-left: -100%; }
#right		{width: 50px; margin-right: -50px;}



h1 {	/* this is the font for the big word noctilio at the top */
		margin: 0px 0px 0px 0px;
		color: white;
		font: 40/350% Helvetica Neue;
		font-weight: lighter;
	}	

h2{		/* this is the font for the bullets on the left */
		text-align: center;
		color: white;
		font: 15/120% Helvetica Neue;
	}

h3{		/* this is the font for headers in the main page */
		color: white;
		font-size: 18;
		font-family: Helvetica Neue,  Helvetica, "Lucida Sans", Arial, sans-serif;
		font-weight: lighter;
	}
	
h4{		/* this is the font for "previous," "next," and headers along the left side on photo pages */
		color: white;
		text-align: center;
		font-size: 18;
		font-family: Helvetica Neue,  Helvetica, "Lucida Sans", Arial, sans-serif;
		font-weight: lighter;
	}


p{
		display: inline;
		color: black;
		font-size: 15;
		font-family: Helvetica Neue,  Helvetica, "Lucida Sans", Arial, sans-serif;
		font-weight: lighter;
	}

.currentpage{
		background: black;
	}

.typicalparagraph{
		margin: 0px 0px 30px 50px;
	}

.listofpapers{
		margin: 0px 0px 15px 115px;
		min-height: 110;
	}

.listofphotos{
		margin: 0px 0px 0px 0px;
		font-size: 0px;
	}

.listofmovies{
		margin: 20px 0px 0px 0px;
		font-size: 0px;
		min-height: 110px;
	}
	
	
.photo_thumbnail{
    	/*float: left;*/
		width: 100px;
		height: 100px;
		border: solid;
		border-width: 3px;
		margin: 2px;
	}
	
.mini_thumbnail{
	/*float: left;*/
	width: 20px;
	height: 20px;
	border: solid;
	border-width: 1px;
}
	
.movie_thumbnail{
    	float: left;
		height: 100px;
		border: solid;
		border-width: 3px;
		margin: 2px 2px 2px 52px;
	}

.batlogo{ 
    	float: left;
		height: 128;
		margin: 15px 0px 0px 15px;
	}

.square_image{ 
    	float: left;
		width: 100px;
		height: 100px;
		margin-left: -115;
		border: solid;
		border-width: 3px;
	}

.photo_large{
		align: left;
		border: solid;
		border-width: 3px;
		max-width: 610px;
		max-height: 610px;
	}

.pdficon{ 
    		vertical-align: text-top;
			width: 20;
			height: 20;
			border: none;
	}


.myname{
		font-weight: bold;
		color: #000000;
	}


.journalname{
		font-style: italic;
		color: #5E3729; /* #B1B1B1*/
	}

.genusspecies{
		font-style: italic;
		color: #5E3729;
	}

.issue{
		/*font-weight: bold;     commented out*/
		color: black;
	}

.photopage{
		width: 616px;
		margin-left: 50;
		
		min-height: 110;
		color: white;
	}
	
	
	
	
	
	
	
