body { font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #d0d0d0; 
	font-size: 12px; 
	}

p { font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #d0d0d0; 
	font-size: 12px; 
	}

h1, h2 { font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #d0d0d0; 
	background-color: transparent; 
	}

h3 { font-weight: bold; 
	font-size: 14px; 
	}

p1 { font-weight: bold; 
	font-size: 12px; 
	}

h4 { font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff9000; 
	}

h5 { font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: white; 
	font-size: 11px; 
	}

h6 { font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #d0d0d0; 
	font-size: 11px; 
	}


a { font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff9000;
	text-decoration: none; 
	}

a:link { color: #ff9000; 
	text-decoration: none; 
	background-color: transparent; 
	}

a:hover { color: #d0d0d0; 
	background: transparent; 
	text-decoration: underline; 
	}

a:active { color: #d0d0d0; 
	background: transparent; 
	}

a:visited { color: #cc6600; 
	} /* was color: #cc6600; */

#topnav { color: white; 
    font-weight: bold; 
    font-size: 10px; 
    line-height: 14px; 
    background-color: transparent; 
    text-decoration: none; 
    }

#topnav a { color: #ffffff; 
	text-decoration: none; 
	}

#topnav a:hover { color: #d0d0d0; 
    text-decoration: underline; 
    }

#topnav a:active { color: #d0d0d0; 
	text-decoration: none; 
	}

#topnav a:visited { color: #ffffff; }

#topnav a.current { color: #ffffff; 
	text-decoration: underline; 
	}

.tsmall { font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff9000; 
	text-decoration: none; 
	background-color: transparent; 
	}

a:link.tsmall { color: #ff9000; 
	text-decoration: none; 
	background-color: transparent; 
	}

a:hover.tsmall { color: #d0d0d0; 
	background: transparent; 
	text-decoration: underline; 
	}

a:active.tsmall { color: #d0d0d0; 
	background: transparent; 
	}
a:visited.tsmall { color: #c60; }
.tbig { font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff9000; 
	text-decoration: none; 
	background-color: transparent; 
	}

a:link.tbig { color: #ff9000; 
	text-decoration: none; 
	background-color: transparent; 
	}

a:hover.tbig { color: #d0d0d0; 
	background: transparent; 
	text-decoration: underline; 
	}

a:active.tbig { color: #d0d0d0; 
	background: transparent; 
	}
a:visited.tbig { color: #c60; }

.clearer {
	clear: both;
}

#contentContainer {
	float: left;
}

#contentContainer #content {
	padding: 70px 0 30px;
}

/* @group Index Page (Thumbnail view) */

.album-title {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
}

.album-description {
	margin-bottom: 75px;
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame a img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: -4px 0 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 10px 0 0;
	background: url(images/photo_reflection_treason.png) repeat-x left top;
	text-align: center;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 0;
	padding: 0;
}

.photo-navigation {
	margin: 15px 0 0;
	background: #999999;
	padding: 0;
} /* WAS background: #99CC66 */

.photo-links {
	border-top: 2px solid #FFFFFF;
	margin: 0 0 30px;
	padding: 10px 15px 0;
	height: 26px;
	background: url(images/menu_bg_treason.png) repeat-x left bottom;
	color: #666666;
} /* WAS border-top: 1px solid #475353 */
/* WAS color: #A5A5A5 */

.photo-navigation a:link,
.photo-navigation a:visited {
	margin: 0 10px;
}

.photo-navigation a:hover {
	background: transparent;
	color: #336633;
}

.photo-frame {
	border: 3px solid #FFFFFF;
	padding: 1px;
} /* WAS border: 3px solid #192321 */

.photo-title {
	margin: 0;
	padding: 0 15px;
	font-size: 1.5em;
	font-weight: normal;
	font-size: 2.2em;
}

.photo-caption {
	margin: 0 0 15px;
	padding: 0 15px;
}
