/* CSS Document */

#storyGallery {
	width: 320px;
	padding: 5px;
	margin: 9px 0px 9px 0px;
	background: white;
	text-align: center;
	float: left;
	border: 1px solid #666;
}

#storyGallery .andersA {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #AAAAAA;	
}
#storyGallery .highlight {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#storyGallery .viewed {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
#storyGallery .storyThumbs {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background: #e4e4e4;
	color: gray;	
	margin: 10px;
}

#storyGallery .picture {
	max-width:300;
	margin: 0px;
	padding: 0px;
	background: white;
	float: none;
	text-align: center;
	border: 1px solid black;
}

#storyGallery .galtitle {

	text-align:center;
	font-weight:bold;
	font-size:.95em;

}

#storyGallery .caption {
	margin: 5px auto 0px auto;
	padding: 0px 9px 0px 9px;
	text-align: left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;	

}
#storyGallery .title {
	padding: 0px 9px 0px 9px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#storyGallery .byline {
	padding: 0px 9px 0px 9px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: gray;
	text-align: right;
}

#storyGallery .hideme {
	display: none;
}
