@charset "utf-8";
/* CSS Document */

.fullscreen-button {
	position: absolute;
	bottom: -10px;
	right: -10px;
	background-image: url( '../_images/fullscreen_button.png' );
	background-repeat: no-repeat;
	width: 79px;
	height: 24px;
	cursor: pointer;
}

#fullscreen-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000000;
}


#page #imageContent{
	margin-left: 12px;
}


#imageThumbs .thumb-button {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #000000;
	margin: 3px;
	cursor: pointer;
}
#imageThumbs .thumb-active {
	border: 2px solid #db0005;
	margin: 1px;
}
#imageThumbs img {
	max-width: 70px;
	max-height: 70px;
	min-width: 50px;
	min-height: 50px;
}
.thumb-drop-marker {
	float: left;
	background-image: url( '../_images/thumb_drop_marker.png' );
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	display: none;
}




/* -- CURRENT IMAGE -------------------------------- */
#currentImage {
	position: relative;
}

#currentImage .control {
	position: relative;
}

#currentImage .control .imageNav {
	position: absolute;
	width: 724px;
	height: 24px;
	top: 25px;
}
#currentImage .control .imageNav .image-nav-button {
	position: absolute;
	width: 33px;
	cursor: pointer;
}
#currentImage .control .imageNav .prev {
	left: 0px;
}
#currentImage .control .imageNav .next {
	right: 0px;
}
#currentImage .control .content {
	position: relative;
	padding: 10px;
	padding-bottom: 5px;
	width: 700px;
	text-align: center;
}

#imageTitle .title {
	font-size: 22px; 
	font-weight: bold;
	font-style: italic;
}
#imageTitle .date {
	font-size:13px; 
	color:#666666;	
	margin-bottom: 10px;
}

#imageMedium {
	position: relative;
}
#imageMedium .image-container img {
	max-width: 700px;
}



#imageSocial {
	margin-top: 10px;
}
#imageSocial .numComments {
}
#imageSocial .addComment {
	margin-left: 40px;
}
#imageSocial .fbShare {
	margin-left: 40px;
}
#imageSocial .twitterShare {
	margin-left: 40px;
	width: 100px;
}
#imageSocial .twitterFollow {
	margin-left: 40px;
	width: 100px;
}

#currentImage .control .footer {
	width: 724px;
	border-bottom: 2px solid #dbdbdb;
}


/* -- COMMENTS ------------------------- */
#currentImage .social {
	margin-top: 20px;
	width: 424px;
}
#currentImage .social .header {
	background-image: url( '../_images/header_comments.jpg' );
	background-repeat: no-repeat;
	width: 424px;
	height: 24px;
}
#currentImage .social .content {
	font-size: 11px;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	padding: 10px;
	padding-bottom: 40px;
	width: 400px;
}
#currentImage .social .footer {
	width: 424px;
	border-bottom: 2px solid #dbdbdb;
}





