/* ----------------
   comments section 
   ---------------- */

#comment-container {
	background: #f7f7f7;
	border: 2px solid #ccc;
	height: auto;
	margin: 10px 0px;
	padding: 10px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#comment-container a {
	text-decoration: none;
	cursor: pointer;
}

#comment-container .leftBox {
	float: left;
	margin: 10px 0px;
}

#comment-container .rightBox {
	float: right;
	margin: 10px 0px;
}

#comment-container.show-comment-box #post-image-header,
#comment-container.show-comment-box #post-image-container {
	display: none;
}

#comment-container.show-image-box #post-comment-header,
#comment-container.show-image-box #post-comment-container {
	display: none;
}

#post-comment-header #comment-title,
#post-image-header #post-image-title {
	float: left;
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}

#post-comment-header #share-your-shot,
#post-image-header #return-to-comment {
	float: right;
	font-size: 14px;
}

#post-comment-header #share-your-shot a,
#post-image-header #return-to-comment a  {
	cursor: pointer;
	color: #f93;
	font-weight: bold;
	text-decoration: underline;
}

.help-button {
	display: block;
	height: 24px;
	width: 24px;
	background: url('/images/help-button.png') top left no-repeat;
}

#post-image-header #share-your-shot-help {
	margin: -4px 0px 0px 8px;
	float: left;
}

#comment-inner {
	margin: 5px 0px 0px;
	padding: 2px;
}

#post-comment-container .rightBox,
#post-image-container .rightBox {
	width: 90px;
}

#post-comment-container #comment-text,
#post-image-container #yugantcom {
	height: 50px;
	width: 440px;
	color: #666;
	font-size: 11px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

#post-comment-container #comment-character-limit,
#post-image-container #image-character-limit {
	display: block;
	height: 13px;
	width: 40px;
	margin: 0px auto;
	border: none;
	background-color: #F7F7F7;
	color: #8b8b8b;
	font-weight: bold;
	text-align: center;
}

#post-comment-container #post-comment-button,
#post-image-container #post-image-button {
	display: block;
	height: 23px;
	width: 65px;
	margin: 10px auto;
}

#post-image-container {
	color: #f60;
	font-size: 14px;
	font-weight: bold;
}

#post-image-container #image-upload-form {
	margin-top: 10px;
}

#post-image-container #image-url,
#post-image-container #image-title,
#post-image-container #upload-image {
	width: 360px;
	font-size: 14px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#post-image-container #upload-image {
	font-size: 12px;
}

#post-image-container #image-url input,
#post-image-container #image-title input {
	float: right;
	width: 250px;
	height: 14px;
	margin: 2px 0px 12px;
}

#post-image-container #upload-image {
	height: 28px;
	color: #333;
	font-size: 12px;
}

#post-image-container .file-input-container {
	position: relative;
	height: 24px;
	width: 78px;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

#post-image-container .file-input-container .file-input {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 200px;
	font-size: 3em;
	cursor: pointer;
	-moz-opacity: 0;
	opacity: 0;
	/* IE-specific opacity filters */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: 2;
}

#post-image-container .file-input-background {
	height: 100%;
	width: 100%;
	background: url('/images/browse.gif') transparent no-repeat top left;
	cursor: pointer;
	z-index: 1;
}

#post-image-container #upload-image-preview-container {
	width: 360px;
	padding-bottom: 10px;
}

#post-image-container #upload-image-preview {
	color: #333;
}

#post-image-container #upload-image-preview img {
	margin-bottom: -3px;
}

.error-message {
	color: #f00;
	font-size: 11px;
	font-weight: bold;
}

.error-message a {
	color: #06c;
	text-decoration: none;
	cursor: pointer;
}

#upload_area {
	color: #333;
}

#upload_area img {
	padding-top: 5px;
}

/* -----------------------------------
   posted comments and replies section 
   ----------------------------------- */

.comment {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.comment a {
	cursor: pointer;
	text-decoration: none;
}

.user-image {
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
}

.user-image img {
	height: 60px;
	width: 60px;
}

.comment-header {
	margin-left: 74px;
	color: #888;
}

.user-link,
.user-name {
	color: #06c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.user-link:hover {
	color: #f30;
}

.comment-content {
	padding: 2px 0px;
	margin-left: 74px;
	font-size: 13px;
}

.comment-image-title {
	padding-bottom: 5px;
}

.comment-image {
	width: 490px;
	padding: 1px;
	border: 1px solid #ccc;
}

.comment-image-description {
	padding: 5px 0px;
}

.comment-footer {
	color: #888;
	font-size: 11px;
	margin-left: 74px;
	margin-bottom: 5px;
}


.comment-replies {
	margin: 0px 0px 3px 70px;
}

.comment-replies-top {
	display: block;
	background: #eee url('/images/box_top.gif') top left no-repeat;
	height: 17px;
	width: 497px;
	margin: 0px;
}

.reply {
	background: #f5f5f5;
	margin-bottom: 3px;
	padding: 6px;
}

.reply.overflow.hidden {
	display: none;
}

.reply .user-image {
	margin-right: 10px;
}

.reply .user-image.default-image {
	border: 0px;
	padding: 2px;
}

.reply .user-image img {
	height: 32px;
	width: 32px;
}

.reply-footer {
	color: #888;
	padding-top: 5px;
}

.show-hide-comments {
	background: #f5f5f5;
	padding: 3px;
	margin-bottom: 3px;
}

.show-hide-comments img {
	margin-right: 5px;
	float: left;
}

.show-hide-comments a {
	display: block;
	margin-top: 4px;
}

.reply-to-comment {
	background: #f5f5f5;
	margin-left: 70px;
	margin-bottom: 5px;
	padding: 6px;
}

.reply-to-comment .leftBox {
	float: left;
}

.reply-to-comment .rightBox {
	float: right
}

.reply-to-comment .reply-box {
	height: 25px;
	width: 410px;
	color: #999;
	border: 1px solid #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.reply-to-comment .reply-char-count {
	display: block;
	margin: 0px auto;
	background: none transparent;
	color: #8b8b8b;
	border: 0px;
	font-weight: bold;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;	
}

.reply-to-comment .reply-button {
	height: auto;
	width: auto;
	border: 0px;
}
