@charset "utf-8";
/* CSS Document to fix Opera. Cuntbrowser. */

#description{font-family:Georgia, "Times New Roman", Times, serif; font-size:24px;}

#content .title h1{font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; top:-5px;}
#content .title h2{font-family:Georgia, "Times New Roman", Times, serif; font-size:32px;}
#content .title h3{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}

#content h1{font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
#content h2{font-family:Georgia, "Times New Roman", Times, serif; font-size:16px;}
#content h3, #content legend{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}

#content blockquote{font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
#content blockquote:before, #content blockquote:after{font-size:32px;;}
#content blockquote p{font-size:18px; line-height:normal;}

#content .comments h1{font-family:Georgia, "Times New Roman", Times, serif; font-size:16px;}
#content .comment_content h2{font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:14px; height:20px; overflow:hidden;}
#content .comment_content h3{font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:32px;}
#content .comment_meta{margin-bottom:40px;}

#content .pagelist a{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:normal; padding-bottom:5px; padding-top:5px;}
#content .pagelist{padding-bottom:20px;}

#bottombar_handlers a, #searchbox a{font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; padding-top:7px;}

#bottombar_content h1{font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:16px; padding-bottom:15px;}

#searchbox a{padding:5px; padding-left:20px; padding-top:7px; height:22px; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; width:30px;}

#navigation a{font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; height:34px;}



/*  Lightbox */

#lightbox {
	position:absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	/*background-color: #fff;*/
	background-image:url(images/lightbox_bg.png);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;	
	-moz-border-radius-topright: 5px;	
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;	
	-webkit-border-top-left-radius: 5px;	
	-webkit-border-top-right-radius: 5px;	
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 45%;
	height: 100%;
	margin-top:10px;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
	margin-left:10px;
	cursor:pointer;
}
#nextLink {
	right: 0;
	float: right;
	margin-right:10px;
	cursor:pointer;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/lightbox_prev.png) left no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/lightbox_next.png) right no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	/*background-color: #fff;*/
	background-image:url(images/lightbox_bg.png);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomright: 5px;	
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-webkit-border-bottom-left-radius: 5px;	
	-webkit-border-bottom-right-radius: 5px;	
	border-radius: 3px;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	cursor:pointer;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


/* to satisfy wordpress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
