@charset "utf-8";

body
{
	color: black;
	font: 16px Georgia, "Times New Roman", Times, serif;
	background-color: black;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
}

a:link {
	color: #821D00;
}
a:visited {
	color: #821D00;
}
a:hover {
	color: #A98F01;
}
a:active {
	color: #821D00;
}

img
{
	border: 0px;
}

#mainad
{
	width: 1037px;
	height: 60px;
	margin: auto;
	text-align: center;
	text-indent: 35px;
	background-color: #10335b;
}

#mainad td
{
	background-color: #10335b;
}

#main
{
	width: 1037px;
	height: 100%;
	margin: auto;
	background-color: black;
}

#main_left
{
	width: 76px;
	height: 1300px;
	display: block;
	float: left;
}

#main_center
{
	width: 885px;
	height: 100%;
	display: block;
	float: left;
	background-color: white;	
}

#main_right
{
	width: 76px;
	height: 1300px;
	display: block;
	float: left;
}

#nav
{
	width: 183px;
	height: 100%;
	float: left;
	display: block;	
}

	#nav_left
	{
		margin: 0;
		padding: 0;
		width: 93px;
		height: 302px;
		float: left;
		display: block;
	}
	
	#nav_right
	{
		width: 90px;
		height: 302px;
		float: left;
		display: block;	
	}

#nav_bottom
{
	width: 183px;
	height: 1300px;
	display: block;
	padding-left: 10px;
}

#comic
{
	width: 702px;
	height: 100%;
	float: left;
	display: block;
	background-color: white;
}

#footer
{
	font-size: 0.9em;
	width: 1037px;
	margin: auto;	
	color: white;
	background-color: black;
	text-align: center;
}	

#footer a:link {
	color: #FFCF9F;
}
#footer a:visited {
	color: #FFCF9F;
}
#footer a:hover {
	color: #FFF2C1;
}
#footer a:active {
	color: #FFCF9F;
}

#footer p {
	padding: 0px;
	margin: 0px;
	background-color: black;
}

#breadcrumbcontainer {
	clear: left;
	display: block;
	text-align: left;
}

#breadcrumbcontainer ul {
	list-style: none;
	padding-top: 10px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}

/* @group Photo Album */

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

.album-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}

.album-description {
	margin-bottom: 80px;
	text-align: center;
}

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

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

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	background: #ffffff;
	text-align: center;
}

.photo-navigation {
	height: 100px;
	margin-bottom: 37px;
}

.photo-links {
	text-align: center;
	padding: 5px;
	display: block;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame {
	background: #808080;
	padding: 5px;
}

.photo-title {
	text-align: center;
	font-size: 20px;
	margin: 0 0 5px;
	padding-top: 15px;
	font-weight: bold;
}

.photo-caption {
	text-align: center;
	margin: 0 0 27px;
	font-weight: bold;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	padding: 5px;
}

.exif-data p {
	margin: 0 0 5px 0;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

/* @end */

/* @end */
	
/* @end */