/*############### COMMENTBOX FORM #####################*/
#commentForm {
	margin-top: 10px;
	padding: 10px 20px 10px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px !important;
}

#commentForm form p {
	clear: both;
	margin: 0;
	padding: 0;
}

#commentForm form p.fw-error, #commentForm form div.fw-error {
	margin-top: 5px;
	padding: 5px 0;
}

.commentErrorBox {
    display: none;
}

.captchaErrorBox {
    display: none;
}

#commentForm form label {
	font-weight: bold;
	text-align: right;
	float: left;
}

#commentForm #fw-profile-publish-external {
	float: right !important;
}

#commentForm #fw-comment-publish-facebook {
	background: url("../../../images/connect_favicon.png") no-repeat scroll left center transparent;
	padding-left: 16px;
	margin: 11px 0 0;
}

#commentForm .commentSignIn {
	float: right;
	font-weight: bold;
}
#commentForm .commentSignOut {
	float: right;
	font-weight: bold;
}
#commentForm #bodyBox {
	width: 100%;
	padding-top: 5px;
}

span.visitorName { font-weight: bold; }

#commentWall h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
}
.opacity-50 {
	filter: alpha(opacity=50);
	opacity: .5;
	width: 100%;
}
.opacity-75 {
	filter: alpha(opacity=75);
	opacity: .75;
	width: 100%;
}
#commentWall #commenterNameContainer, #commentWall #commenterEmailContainer {
	float: left;
	clear: left;
	width: 270px;
	margin-bottom: 10px;
}
#commentWall #commenterEmailContainer label {
}
.commentWallUtility {
	float: right;
	font-size: 12px;
}
.commentWallUtility a:link,
.commentWallUtility a:visited,
.commentWallUtility a:hover,
.commentWallUtility a:active { text-decoration: none; }



/*######## input fields #######*/
#commentForm form input { color: #999; }
#commentForm form #commenterName,
#commentForm form #commenterEmail {
	float: right;
	margin-right: 31px;
	width: 170px;
	height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #444;
	padding: 2px 0 0 5px;
}

#commentForm form textarea {
	height: 75px;
	padding: 2px 0 2px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #444;
}

#commentSubmitBtn { margin: 10px 0 0 63px !important; color: #fff !important; }


/*####### Two main ID's -> #loggedInForm and #anonymousForm #######*/
#loggedInForm { margin-left:7px; }
#anonymousForm #commentTextbox { margin-left: 62px; }
#commentForm #loggedInMemberInfo { margin-left: 58px; }
#commentForm #loggedInMemberInfo p { clear: none; }

#commentForm #loggedInMemberInfo a,.commentItem .commentTitle a { font-weight: bold; }
.commentItem .commentTitle .commentUtility a { font-weight: normal; }

#commentForm div.avatar/* img*/ {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}
#commentForm div.avatar img {
	width: 36px !important;
	height: 36px !important;
	display: block;
	margin: 0;
	padding: 0;
}
#commentForm div.avatar img.fw-profile-pic { border: 2px solid #fff !important; }


/*############### COMMENTS LISTING #####################*/
#commentList { position: relative; }
#commentList .commentListLoadingOverlay {
	background: #fff url('../../../Images/loader.gif') no-repeat scroll center center;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#commentList .commentListLoadingOverlay span {
	margin: 4px 0pt;
	padding: 1px;
	background: #999;
	color: #fff;
}

.hr {
	border: 0 none;
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 3px 0;
}

.commentItem {
	clear: both;
	padding: 10px;
	position: relative;
}

.commentItem.first { padding-top: 10px; }

.commentTitle {
	margin-bottom: 10px;
	margin-left: 55px;
	position: relative;
}

.commentItem div.avatar {
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

.commentItem div.avatar a,
.commentItem div.avatar a:visited {
	padding: 0 !important;
}

.commentItem div.avatar img {
	display: block;
	margin: 0;
	padding: 0;
	width: 36px !important;
	height: 36px !important;
}
.commentItem div.avatar img.fw-profile-pic { border: 2px solid #fff !important; }

.commentTitle .commentUtility {
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;
	vertical-align: middle;
}

.commentTitle .commentUtility * { vertical-align: middle; }

.commentTitle .time {
	font-size: 12px;
	float: left;
}

.commentBody {
	padding: 8px 0 0;
	clear: left;
}

.commentBody p { margin: 0; }

.commentBody blockquote {
	font-style: italic;
	margin-left: 5px;
	border-left: 5px solid #dfdfdf;
	padding-left: 10px;
	font-size: .85em;
	line-height: 1.2em;
}

.commentBody blockquote span { margin-left: 0; }

#captcha {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px;
}



/* ################# FLAGGING STYLES ################ */
.flagging {
	text-align: right;
	font-size: 11px !important;
	margin: 3px 10px -14px 0;
	visibility: hidden;
}

.flagged .showHide { padding: 5px 12px; }

.flagged .commentItem {
	display: none;
	margin: 2px 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.flagged .flagging { margin: 3px 10px -6px 0 !important; }

/* ################# IE6 fixes ##################*/
*html .hr { width: 99%; }
*html .commentItem { clear: both; }
*html .flagged .showHide { clear: both; }

/* forces images in photos app to resize to fit */
*html .fw-photo-frame a img { width: 90% !important; }

/* makes it so that sidebar never overflows because of content */
*html #fw-bigcontain { overflow: hidden; }

/* Fix for IE6 haivng trouble with displaying transparent text w/o a bg color */
*html .opacity-50 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.5);
	*background-color:#e1e1e1;
	*zoom:1;
	*filter:progid:DXImageTransform.Microsoft.Chroma(color=#e1e1e1);
}


/*############### PAGINATION #####################*/
.fw-pagination {
	margin: 5px 0 0;
	-ms-filter: alpha(opacity = 55);
	filter: alpha(opacity = 55);
	zoom: 1;
	opacity: 0.55;
}
.fw-pagination a:link, .fw-pagination a:visited,
.fw-pagination a:hover, .fw-pagination a:active,
.fw-pagination span.current {
	border: 1px solid #424242;
	color: #000;
	background: #fff;
	display: inline-block;
	font-size: 13px;
	margin: 0 3px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	line-height: 20px;
}
.fw-pagination a:hover {
	background: #ccc;
	text-decoration: none;
}
.fw-pagination a.next, .fw-pagination a.next:hover { margin-left: 7px; }
.fw-pagination a.prev, .fw-pagination a.prev:hover { margin-right: 7px; }
.fw-pagination a.next, .fw-pagination a.next:hover,
.fw-pagination a.prev, .fw-pagination a.prev:hover {
	border: 0;
	padding: 0;
	width: auto;
	background: transparent;
}
.fw-pagination span.current {
	background: #000;
	color: #fff;
}