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

div.post {
	display : block;
	background-color: #EBEBEB;
	margin-bottom : 13px;
}
div.post div.left {
	margin-left : 215px;
	padding-top : 5px;
}
div.left div.time {
	width :	65%;
	background-color: #E2E2E2;
	margin-bottom : 5px;
}
div.time div.inner {
	font-size : 11px;
	color : #333;
	padding : 5px;
	line-height:1.3em;
	text-align:left;
}
div.time div.inner img {
	vertical-align:baseline;
}
div.time div.inner a {
	font-size : 11px;
	color : #333;
	cursor : pointer;
}
a.quote-click {
	cursor : pointer;
	text-decoration : none;
}
a:hover.quote-click {
	cursor : pointer;
	text-decoration : none;
}
div.time div.inner a:hover {
	font-size : 11px;
	color : #666666;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
div.left div.content { /*content is actually where the post text */
    padding-top : 5px;
 /* width : 99%;  */
    border-left : 1px dotted #ccc;
    padding-left : 5px;
}
div.content div.code {
	color : green;
	background-color : black;
	font-size : 12px;
	font-variant : small-caps;
	font-weight : bolder;
	padding : 14px;
}
div.content a {
	color : #666;
	text-decoration : none;
}
div.content a:hover {
	text-decoration : underline;
}
div.left div.signature {
	bottom : 0px;
	left : 0px;
	text-align : left;
	width : 99%;
	border-top : 1px dotted #999;
	margin-top : 15px;
	padding : 2px 0px 5px 0px;
}
div.signature a {
	color : black;
	font-style : italic;
	text-decoration : none;
}
div.signature a:hover {
	text-decoration : underline;
}
/*Right hand side*/
div.post div.right { /*holds the user data*/
	float : left;
	top : 0%;
	left : 5%;
	width : 200px;
}
div.right div.user-area {
	text-align : left;
	color : #666666;
	float : left;
	width : 205px;
	padding-bottom : 1.5em;
	padding-left : 5px;
	margin-top : 1.5em;
	top : 0%;
}
div.user-area p {
	margin-left : 5px;
	line-height : 1.4em;
}
div.user-area p.avatar {
	padding-bottom : 5px;
}
div.user-area p.usertitle {
	padding-left : 8px;
	font-size:11px;
}
div.user-area p.user-data {
	vertical-align:baseline;
}