/****
Random-Anime Posts CSS Sheet

Purpose: Post and sub-post styles are defined here.
****/


/* Standard Posts */
.post-wrapper{
	border: #f8b809 2px solid;
	width: 800px;
	margin-bottom: 5px;
	background-color: #fff5db;
}
.post-title {
	background: #f8b809;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
}
.post-title img {
	cursor: pointer;
}

.post-image {
	float: left;
	width: 230px;
	text-align: center;
	padding-bottom: 10px;
	overflow: hidden;
}

.post-text {
	float: left;
	width: 550px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.post-title-right {
	float: right;
	padding-right: 10px;
	font-size: 12px;
}

/* Sub Posts */
.sub-post-wrapper {
	width: 740px;
	border: #ffdf89 2px solid;
	margin-bottom: 5px;
	background-color: #fff5db;
	margin-left: 60px;
}

.sub-post-title {
	background: #ffdf89;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.sub-post-image {
	float: left;
	width: 230px;
	text-align: center;
	padding-bottom: 10px;
}
.sub-post-text {
	float: left;
	width: 490px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.sub-post-title-right {
	float: right;
	padding-right: 10px;
}

/* Sub Posts with no images */
.sub-post-noimage-wrapper {
	width: 740px;
	border: #ffdf89 2px solid;
	margin-bottom: 5px;
	background-color: #fff5db;
	margin-left: 60px;
}

.sub-post-noimage-text {
	float: left;
	width: 710px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

/* Post mouse-over effects */
.post-wrapper:hover {
	background-color: #ffeec1;
}

.sub-post-wrapper:hover {
	background-color: #ffeec1;
}

/* Image Details */
.post-image-details {
	font-size: 10px;
	color: #f21b2f;
	margin-bottom: 3px;
	font-weight: bold;
}

/* IP/Ban display */

.post-banwrapper {
	float: left;
}

.post-ban {
	margin-left: 50px;
	margin-bottom: 5px;
	color: #f21b2f;
	font-size: 90%;
}

/* Thread Info */
.post-info {
	font-size: 10px;
	color: #f21b2f;
	margin-bottom: 3px;
	font-weight: bold;
	padding-right: 8px;
	float: right;
}

/* Qoute Styles */
.quote-wrapper {
	font-style: normal;
	border: 1px #8ac2ec solid;
	width: 99%;
	margin: 2px;
	color: #666666;
}

.quote-wrapper:hover {
	border: 1px #7ab5e2 solid;
}
.quote-info {
	font-style: normal;
	background: #8ac2ec;
	padding: 2px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.quote-text {
	font-style: italic;
	padding: 2px;
	display: none;
	background: #d1e6f6;
}

/* Spoiler Styles */
.spoiler-wrapper {
	font-style: normal;
	border: 1px #ece23f solid;
	width: 99%;
	margin: 2px;
	color: #666666;
}

.spoiler-wrapper:hover {
	color: #000;
	border: 1px e6db30 solid;
}
.spoiler-info {
	font-style: normal;
	background: #ece23e;
	padding: 2px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.spoiler-text {
	font-style: italic;
	padding: 2px;
	display: none;
	background: #f9f7b1;
}

/* Tripcode Style */
.tripcode {
	color: #ea1428;
}
