@charset "utf-8";

/* POSTS */
.post {
	text-align: justify;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: ddd;
	/*color: #e8e8e8;*/
	/*text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ddd;*/
}
.post .quotemark {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;*/
	color: #bcbcbc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
.post .source {
	text-align: right;
	width: 100%;
}
.post .info {
	text-align: right;
	width: 100%;
	margin: 5px 0 10px 0;
	color: #bcbcbc;
}


/* Avatars */

.post .avatar-m {
	overflow: visible;
	float: left;
	width: 75px;
	height: 75px;
	padding: 0 21px 10px 0;
}
.post .avatar-m .no-avatar {
	position: relative;
	top: -11px;
	left: -18px;
}
.post .avatar-sm {
	overflow: visible;
	float: left;
	width: 42px;
	height: 42x;
	padding: 0 5px 0 0;
}
.post .avatar-xsm {
	overflow: visible;
	float: left;
	width: 32px;
	height: 32x;
	padding: 0 5px 0 0;
}


/* Rating */

.post ul.rating {
	float: left;
	list-style: none;
	list-style-type: none;
}
.post ul.rating li.title {
	float: left;
	margin-right: 5px;
}
.post ul.rating li.option {
	overflow: visible;
	float: left;
	display: inline;
	width: 20px;
	height: 18px;
}
.post ul.rating li.option .leaf {
	position: absolute;
	top: 1px;
	left: 0;
	width: 25px;
	height: 18px;
	background: transparent url( "../images/post-rate.png" ) no-repeat;
}
.post ul.rating li.option .leaf.unselected {
	top: 0;
	background: transparent url( "../images/post-rate.png" ) -50px 0 no-repeat;
}
.post ul.rating li.option .leaf.unselected:hover {
	top: 1px;
	background: transparent url( "../images/post-rate.png" ) -25px 0 no-repeat;
}


/* Voting */

.vote-container b {
	color: #efefef;
}


/* Comments */

.comments-wrapper {
	margin: 0 0 0 98px;
	width: 480px;
	background: transparent url( "../images/comments-bg.png" ) repeat-y;
}
.comments-top {
	width: 480px;
	height: 55px;
	background: transparent url( "../images/comments.png" ) top left repeat-y;
}
.comments-bottom {
	width: 480px;
	height: 25px;
	background: transparent url( "../images/comments.png" ) bottom left repeat-y;
}
.comments .comment {
	margin: 0 0 0 40px;
	width: 400px;
	color: #5c5c5c;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	/*font-size: 14px;
	font-family: 'DakotaRegular';*/
}
.comments .comment a {
	color: #8f5d69;
}
.comments .comment .footer {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
.comments .comment-divider {
	width: 100%;
	height: 1px;
	margin: 5px 0;
	background: #aaaaaa;
}


/* Comment form */

form.comment-style {
	margin: 0 0 0 40px;
	width: 400px;
}
form.comment-style .form-element-body {
	resize: none;
	width: 384px;
	/*text-shadow: rgb( 0, 0, 0 ) 0px 1px 2px;*/
	height: 15px;
	min-height: 15px;
	padding: 4px 8px;

	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #797979;
	background: #323232 url( "../images/field-bg.png" ) repeat-x;

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #bcbcbc;
}
form.comment-style .form-element-body.hint {
	color: #888;
}
form.comment-style .form-button {
	color: #e8e8e8;
	border: 0;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #000;
	background-color: #282727;
	padding: 3px 7px;
}


/* Footer tray */

.post .tray {
	margin-top: 10px;
	height: 30px;
	border: 0;
	color: #bcbcbc;
	font-size: 13px;
}
.post .tray .tray-left {
	width: 10px;
	height: 30px;
	background: #323232 url( "../images/post-tray.png" ) top left no-repeat;
}
.post .tray .tray-body {
	width: 545px;
	height: 18px;
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #797979;
	background: #323232 url( "../images/field-bg.png" ) repeat-x;
}
.post .tray-body .tray-links {
	float: right;
}
.post .tray .tray-right {
	width: 10px;
	height: 30px;
	background: #323232 url( "../images/post-tray.png" ) top right no-repeat;
}
