
ul.comments 
{
	list-style:none;
	padding:0;
	margin:0;
}

ul.comments li
{
	border:1px solid #639AAF;
	padding:0 10px 10px 10px;
	margin:0;
}


div.threeColumns
	{
	color:#393033;
	font-family:"Trebuchet ms" arial;
	margin-top:32px;
	background:url('../imgs/bg3Columns.gif') repeat-y top center;
	}
div.leftColumn
	{
	float:left;
	width:221px;
	}
div.rightColumn
	{
	float:right; width:224px;
	}
div.centerColumn
	{
	width:480px; margin:0 auto;
	}
div.blogImage
	{
	float:left;margin:0px 10px 10px 0px;
	}
div.blogInfo
	{
	font-size:12px;
	border-bottom:1px solid #c6c2bf;
	margin-bottom:12px;
	
	height: auto !important; height: 100px; min-height:100px;
	}
span.clear
	{
	display:block; height:1px; clear:both;
	}
div.postContent
	{
	font-size:12px; text-align:justify;
	}
div.blogInfo h1
	{
	color:#38302e;
	font-size:15px;
	margin-bottom:5px;
	}
div.threeColumns a
	{
	color:#005a89;
	}

h2
	{
	color:#025a8a;
	font-size:15px;
	margin:0;
	}
div.postInfo
	{
	font-size:11px;
	}
	
h3,h4
	{
	color:#025a8a;
	font-size:15px;
	}
h4
	{
	}
	
ul.comments
	
	{
	display:block;
	margin:0; padding:0;
	}
ul.comments li
	{
	display:block;
	margin:0 0 5px 0; padding:10px; border:0;
	background-color:#e5e7e6;
	font-size:11px;
	}
ul.comments strong
	{
	color:#025a8a; font-weight:normal;
	}
ul.comments em
	{
	font-weight:bold; font-style: normal;
	}
ul.comments div.content
	{
	margin-top:5px;
	}
	
div.toolbox
	{
	margin-top:15px;
	text-align:right;
	font-size:12px;
	line-height:22px;
	}
div.toolbox a
	{
	color:#689e2f;
	}
div.toolbox a.addComment
	{
	padding:2px 30px 2px 0px;	
	background:url('../imgs/bluePlusIcon.gif') no-repeat right center;
	}
	
.comment_form
	{
	padding:10px;
	background-color:#e5e7e6;
	font-size:11px;
	margin-bottom:15px;
	}
.comment_form p span
	{
	display:block; float:left; clear:left;
	margin-bottom:5px;
	width:100px;
	}
.comment_form p.btn_area
	{
	margin-left:100px;
	}
.comment_form p.btn_area input
	{
	
	}
ul.errors
	{
	font-size:12px;
	}

hr
	{
	background-color:#c6c2bf;
	color:#c6c2bf;
	}

	
	
	
/***************posts*********************/

div.border_post
{
	padding:10px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
	border-left:2px dotted #B5BCBD;
	border-right:2px dotted #B5BCBD;
	width:750px;
}
div.post
{
	width:680px;
	border:1px solid #CFCBC8;
	margin:0 auto;
	font-family:tahoma;

}
div.post table.properties
{
	width:80%;
	margin:0 auto;
	margin-top:30px;
	
}

div.post div.title
{
	background:url(../imgs/title_profile.gif) repeat-x;
	height:27px;
	width:680px;
	color:#005A8A;
	font-weight:bold;
	line-height:27px;
	text-indent:20px;

}
div.post table.properties td.prop_name
{
	font-size:12px;
	color:#8D8987;
}
div.post input,div.post textarea
{
	background:#F2F2F3;
	border-top:1px solid #B4AFAA;
	border-left:1px solid #B4AFAA;
	width:384px;
	#width:374px;
	border-right:none;
	border-bottom:none;
}
div.post table.properties td.submit_button
{
	direction:rtl;
	
}
div.post input.create
{
	background:url(../imgs/buttons/green_big.gif) no-repeat;
	cursor:hand;
	cursor:pointer;
	width:134px;
	height:30px;
	border:none;
	display:block;
	text-align:right;
	
	color:white;
	font-family:tahoma;
	font-weight:bold;
	text-align:center
}
	
