/* 	Nickology.com - Perpetual Discovery
	File:		comments.css
	Purpose:	This CSS file contains the styling information to render the comments section of the blogs (Web version)
	Date:		July 4, 2009
	
	The design of Nickology.com is Copyright Nicolas Jouannem and may not be reproduced without explicit written permission.
	
	For questions or inquiries, please contact webmaster@nickology.com.
	
	Social Site Icons:
	http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/
	
*/


.comments_list {
	/* width: 498px; */
	width: 598px;
	margin: auto;
	border: 1px solid gray;
	border-top: 0px;
	border-bottom: 0px;
	text-align: center;
	
}

.comments_list_separator {
	background-image: url(../site_images/bg/comments_stripe.png);
	/* width: 498; */
	width: 598px;
	height: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.comment_entry_one {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #000000;
	
}

.comment_entry_two {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #121212;
	
}

.comment_header {

	/* width: 498px; */
	width: 598px;
	margin: auto;
	padding: 0px;
}

.comment_header_pic {
	margin: 0px;
	border: 0px solid gray;
	height: 50px;
	width: 50px;
	background-position: -4 -4;
	background-repeat: no-repeat;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.comment_header_date {
	padding-left: 5px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	width: 100%;
}

.comment_header_name {
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	width: 100%;
	text-align: right;
}

.comment_body {
	font-size: 12px;
	padding-right: 45px;
	padding-left: 35px;
	padding-top: 5px;
	text-align: left;
}

.comment_social_sites {
	padding-left: 10px;
	width: 100%;
}
.social_site_icons {
	height: 32px;
	position: absolute;
	z-index: 0;
	width: 110px;
	margin-left: 10px;
	margin-top: -17px;
	vertical-align: middle;
	padding-top: 6px;
}

.bluearrow_one {
	height: 32px;
	position: absolute;
	z-index: 1;
	width: 100px;
	background-color: #000000;
	margin-left: 10px;
	margin-top: -17px;
}
.bluearrow_two {
	height: 32px;
	position: absolute;
	z-index: 1;
	width: 100px;
	background-color: #121212;
	margin-left: 10px;
	margin-top: -17px;
}

.bluearrow_rotate_shrink {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.bluearrow_rotate_expand {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}
.comment_leave {
	width: 400px;
	margin: auto;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	font-size: 12px;
	text-align: left;
}
.comment_leave_header {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.comment_leave table {
	font-size: 12px;
	text-align: left;
}
.comment_leave input {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #121212;
	opacity: 0.75;
	filter:alpha(opacity=75);
	padding-left: 10px;
}
.comment_field_header {
	float: left;
	width: 70px;
}


/*
.bluearrow_rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.bluearrow_rotate_back {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
*/

/*
.comment_table {
	border: 0px;
}

.comment_avatar {
	width: 100%;
	height: 100%;
	border: 1px solid gray;
	border-right: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 0px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
}

.comment_header {
	width: 100%;
	height: 100%;
	border: 1px solid gray;
	border-left: 0px;
	border-bottom: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.comment_below_avatar {

	width: 100%;
	height: 100%;
	min-height: 50px;
	
}

.comments_midrow_left {
	
	width: 10px;
	height: 100%;
	
	border: 1px solid gray;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-right-width: 1px;
	border-bottom: 0px;
	border-left: 0px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
}

.comments_midrow_right {
	width: 100%;
	height: 100%;
	border-right: 1px solid gray;
}

.comment_main_container {

	width: 100%;
	height: 100%;

	border: 1px solid gray;
	border-top: 0px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
*/
/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg) scale(1.25, 0.5);
*/