/*--------------------------------------------------------------------------------
+  CSS Document for Tim's HP and Tim's Fly Fishing pages
+
+  Web-design by DharmaWorks Consulting
+
+------------------------------------------------------------------------------*/

/* 
   CORE FORMATTING STYLES

*/
body
{
	margin: 8px;
	padding: 0px;
	font-family: Papyrus;
	font-size: 11pt;
	background: url(../images/paper.jpg) fixed;
}

h1
{
	font: bold 18pt Papyrus;
	color: #444444;
}

h2
{
	font: bold 14pt Papyrus;
	color: #444444;
}

h3
{
	font: bold 12pt Papyrus;
	color: #444444;
}

a
{
	color: #666666;
	text-decoration: underline;
}

a img
{
	border: none;
}


/*----------------------*/
/*   MENU STYLES

*/

.menuimage
{
	position: absolute;
	left: 0; 
	top: 5;
	z-index: 3;
}

.menutitle
{
	position: absolute;
	left: 140px;
	top: 10px;
	width: 750;
	height: 40px;
	font: bold 24pt Papyrus;
	color: #000000;
	z-index: 2;	
}

.menu
{
	position: absolute;
	z-index: 1;
	margin: 0px;
	left: 115px;
	top: 55px;
	width: 785px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	width:auto;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Papyrus
	border-top:1px solid #919191;
}
.menu ul li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
.menu ul li a{
	display:block;
	float:left;
	color:#444444;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
.menu ul li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;	
	}



/*--------------------------------------------------------------------------------------*/
/*
  LAYOUT STYLES
  
  We have a pretty basic layout with a header, a menu on the left, and 
  a main content area.  The main content area has a few layouts -
  the home page, the fly page, and the document-like page. 
  
/*
   1-column
*/
#center-column
{
	position: absolute;
	top: 150px;
	left: 5px;
	width: 900px;
	text-align: center;
	padding-left: 10px;
}

#left-column
{
	position: absolute;
	top: 150px;
	left: 10px;
	width: 890px;
	text-align: left;
	padding-left: 10px;
}

#navtrail
{
	position: absolute;
	left: 10px;
	top: 105px;
	height: 15px;
	text-align: left;
	font: 10pt Papyrus;
	color: 444444; 
}

a#navtrail
{
	text-decoration: underline;
}


/*
|   Image Gallery
|
*/

.1col-center
{
	position: relative;
	left: 0px
	right: 0px;
	width: 900px;
	text-align:center;
}

.2col-left
{
	float: left;
	width: 440px;
	text-align:center;
}

.2col-right
{
	float: right;
	width: 440px;
    text-align:center;
}

div.image
{
	border: 0;
	display: block;
	float: left;
}

div.image img
{
	margin: 10px;		
}

div.image li caption
{
	font: 7pt Papyrus
	text-align:center;
}

div.image ul
{
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
	list-style-type:none;
}

div.image li
{
	float: left;
	list-style: none;
	text-align: center;
	position: relative;
}


div.image li a
{
	text-decoration:underline;
}

div.image ul li a img
{
	z-index: 1;
	display: block;
}
 
 
div.image .thumbnail:hover
{
	background-color: transparent;
}


/*CSS for enlarged image*/
div.image .thumbnail span
{ 
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 2px gray;
	visibility: hidden;
	display: none;
	color: black;
	text-decoration: none;
}

/*CSS for enlarged image*/
div.image .thumbnail span img
{ 
	border-width: 0;
	padding: 2px;
}

/*CSS for enlarged image*/
div.image .thumbnail:hover span
{ 
	visibility: visible;
	display: block;
	top: -380;   
	left: 50px; /*200 position where enlarged image should offset horizontally */
	z-index: 1000;
}


.caption
{
	font: 9pt Papyrus;
}

.cabstract
{
	font: 10pt Papyrus;
	text-align:left;
	padding-left: 50px;
	padding-right: 50px;
}

.labstract
{
	font: 10pt Papyrus;
	text-align:left;
	padding-top: 20px;
	padding-left: 50px;
}

.rabstract
{
	font: 10pt Papyrus;
	text-align:left;
	padding-top: 20px;
	padding-right: 50px;
}


.newsection
{
	clear: all;
}