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


#page #imageContent{
}


/* -- CURRENT IMAGE ALBUM ------------------------- */
#album {
	width: 700px;
	margin-bottom: 10px;
}

#album .header {
	background-image: url( '../_images/header_current_album_h.jpg' );
	background-repeat: no-repeat;
	width: 724px;
	height: 24px;
}
#album .content {
	font-size: 10px;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	padding: 10px;
	padding-bottom: 0px;
	width: 700px;
}
#album .footer {
	width: 724px;
	border-bottom: 2px solid #dbdbdb;
}


#imageThumb {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: thin solid #000000;
	margin: 5px;
}
#audioCount {
	float: left;
	width: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
}
#audioTitle {
	float: left;
	font-size: 11px;
}
#audioTitle #threadDate {
	font-size: 9px;
	font-style: italic;
}



/* -- CURRENT IMAGE -------------------------------- */
#currentImage {
	float: left;
	width: 424px;
	margin-right: 10px;
}

#currentImage .control {
}

#currentImage .control .header {
	background-image: url( '../_images/header_current_picture.jpg' );
	background-repeat: no-repeat;
	width: 724px;
	height: 24px;
}
#currentImage .control .header .imageNav {
	position: absolute;
	width: 724px;
	height: 24px;
}
#currentImage .control .header .imageNav .next {
	position: absolute;
	left: 600px;
}
#currentImage .control .header .imageNav .prev {
	position: absolute;
	left: 650px;
}
#currentImage .control .content {
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	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;
}
#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;
}




