/*@charset "UTF-8";*/
/* CSS Document */

.post	{
	position:relative;
	float:left;
  display: block;
}

.post .rounder {
  height: 1px;
  margin: 0 1px;
}

.post .left	{
  float: left;
  z-index: 25;
  position: relative;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
  padding: 3px;
  padding-right: 4px;
  margin-right: -5px;
  border: 1px solid;
  border-right: none;
}


.post .right	{
  float: left;
  width: 476px;
  z-index: 20;
  position: relative;
  display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
  padding: 5px;
  border: 1px solid;
}



.post .text	{
  margin: 8px;
  margin-bottom: 4px;
  line-height: 1.5em;
}

.post .text .inner	{
	padding:10px 12px;
	}
	
.post .edit	{
	display:none;
	}

.post .attachment	{
	display: block;
	margin: 14px auto 8px auto;
	}
	
	
.post textarea	{
	color: var(--color1);
	font-family:verdana,helvetica,sens-serif;
	font-size:12px;
	background: var(--color4);
	width: 448px;
	height: 100px;
	border: 1px solid var(--color3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	resize: vertical;
	}
	
.post .post_id	{
	visibility:hidden;
	height: 0;
	}
	
form button	{
	//float:right;
	border: 2px solid var(--color5);
	}

form button:hover {
	cursor: pointer;
}
	
	
.firkiBox	{
	position:absolute;
	right:0px;
	top:20px;
	display:none;
	padding-left:10px;
	z-index:5;
	}
