.picture{
position: relative;
}
.picture:hover{
background-color: transparent;
z-index:1;
border: 0;
}
.picture span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
}
.picture:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
z-index:1;
/*position where enlarged image should offset horizontally */
top: -120px;
left: 140px;

/*original positions, when pictures were on bottom of page*/
/*top: -400px;
left: 0px;*/ 
}

#leftcol {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	padding: 10px;
	margin: 5px;
	width: 35%;
	float:left;
}
#storylist {
	background-color: #FFFFFF;
	padding: 10px;
/*	width: 95%;
*/	border: none;
}
.story {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #EBAE75;
	display: block;
	margin: 4px;
	padding: 8px;
	height: 80px;
	color: #333333;
}
.subject {
  margin:0 0 0 81px;
  }
.fullstory {
  font-weight:bold;
  }
.date {
	display: block;
	margin: 0, 0, 0, 81px;
}

/*sidebars within individual story pages*/
.sidebar_left {
	background-color: #F5F5F1;
	margin: 20px 20px 20px 4px;
	padding: 2px;
	float: left;
	border: thin solid #336699;
	width: 400px;
	display: block;
	text-align:left;
}
.sidebar_right {
	background-color: #F5F5F1;
	margin: 20px 4px 20px 20px;
	padding: 2px;
	float: right;
	border: thin solid #336699;
	width: 400px;
	display: block;
	text-align:left;	
}

.caption_image_left {
    margin: 2px;
	padding: 6px 12px 6px 2px;
	float: left;
	width: 400px;
	text-align:left;
}	
.caption_image_right {
    margin: 2px;
	padding: 6px 2px 6px 12px;
	float: right;
	width: 400px;
	text-align:left;
}	
.floatLeftClear{
	float:left;
	clear:left;
	margin: 2px;
	padding: 6px 12px 6px 2px;
	width: 400px;
	text-align:left;
}
h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #04549a;
	padding: 8 0 8 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996633;
	border-bottom-color: #996633;
}
.caption{
	font-size:.9em;
	}
	
/*special link treatment*/
	a.history:link
{
	color:#04549a;
	font-size:1.1em;
	text-decoration: none;
}

a.history:visited
{
	color: #0091cc;
	font-size:1.1em;
	text-decoration: none;
}

a.history:active
{
	color:#0091cc;
	text-decoration: underline;
}

a.history:hover { text-decoration: underline; }
.right_image {
	margin: 2px;
	padding: 2px;
	float: right;
}

