.forum
{
	
}

.contentBlock1
{
	width				:	auto;
	min-height			:	100px;
	position			:	relative;
	padding				:	0px;
	margin				:	10px 0px;
}

.post
{
	min-height			:	80px;
	border				:	1px solid black;
	background-color	:	#cecece;
	margin-bottom		:	15px;
	padding				:	10px;
}

.subpost
{
	margin-left			:	50px;
}


 .react
{
	font-weight			:	bold;
}

.contentBlock1 .start
{
	/*
	height				:	15px;
	position			:	absolute;	 
	top					:	0px;
	left				:	0px;
	width				:	auto;
	margin-right		:	11px;
	*/
}
.contentBlock1 .end
{
	/*
	height				:	15px;
	position			:	absolute;	 
	bottom				:	0px;
	right				:	0px;
	width				:	auto;
	margin-left			:	11px;
	background-color	:	#c8b46e;
	*/
}
.contentBlock1 .start .corner
{
	/*
	height				:	15px;
	position			:	absolute;	
	top					:	0px;
	right				:	-11px;
	width				:	11px;
	*/
}

.contentBlock1 .end .corner
{
	/*
	height				:	15px;
	position			:	absolute;	
	bottom					:	0px;
	left				:	-11px;
	width				:	11px;
	*/
}
.contentBlock1 .wrap
{

	/*
	padding				:	1px 15px;
	width				:	auto; 
	min-height			:	100px;
	position			:	relative;
	background-color		:	#C8B46E;
	*/
}

.contentBlock1 .avatar
{
	float				:	left;

	height				:	100px;
	margin				:	0px 10px 0px 0px;
	
}

.contentBlock1 .poster
{
	float				:	left;
	width				:	78%;
	/*
	padding				:	0px 5px;
	*/
}

.contentBlock1 .body
{
	float				:	left;
	width				:	79%;
	padding				:	10px;
	background-color	:	#ffffff;
	border				:	1px solid #e5e5e5;
}
/*
.subpost .poster
{
	width				:	78% !important;
}

.subpost .body
{
	width				:	78% !important;
}
*/

.contentBlock1 .body p
{
	margin				:	0px;
}

.contentBlock1 .date
{
}
.contentBlock1 .time
{
	font-style:italic;
}

.react {
	
	display				:	block;
	width				:	130px;
	height				:	30px;
	text-align			:	center;
	line-height			:	30px;
	font-weight			:	normal;
	text-decoration		:	none;
}

.contentBlock1 .react
{
/*	position			:	absolute;
	right				:	15px;
	bottom				:	10px; */
	float				:	right;
	margin				:	5px 20px 0px;
	
}

.addForum label
{
	display				:	block;
	width				:	100px;
}

.addForum input,
.addForum textarea
{
	width				:	300px;
	margin-bottom		:	5px;
}

.addForum input[type=submit]
{
	width				:	auto;
	margin-top			:	10px;
}

.react
{
	cursor	:	pointer;
}

.newpost,
.reactpost
{
	display		:	none;
	padding-left: 0px;
}


.contentBlock1 .body img
{
	vertical-align	:	middle;
}

.reactpost, .newpost
{
	
	padding-left		:	50px;
}

.fakeh4 {
	font-weight:bold;
}

.addPost {
	margin-right: 20px;
}

.addPost label {
	font-weight:bold;
}

.addPost textarea {
	width:100% !important;
}

.addPost input {
	height:30px;
	width: 130px;
	cursor:pointer;
}