#col1 {
	float: left;
	width: 170px;
	margin-right: 10px;
}

.section {
	background-color: #fff;
	border: #dedbd1 1px solid;
	padding: 1px 1px 10px 1px;
	position: relative;
	margin-bottom: 15px;
}

#section1 {
		height: 540px;
		position: relative;
}

#section1 #sec-header {
	background: #fff url('../images/post.gif') repeat-x 0 0;
	padding: 10px 30px 0 0;
	position: relative;
}

.section #sec-header .msection-top {
	position: absolute;
	top: 10px;
	right: 30px;
}

#section1 #sec-header img{
	float: left;
	padding-left: 0px;
}

#section1 #sec-body {
	margin-top: 30px;
	padding: 10px;
	position: relative;
}

#section1 #sec-body ul {
	list-style-image: url('../images/star.gif');
	padding-right: 10px;
}

#section1 #sec-body ul li {
	padding-bottom: 10px;
}
#section1 #sec-body div {
	float:right;
	}

#section2, #section3 {
	height: 80px;
}

#maincol {
	float: left;
	width: 740px;
	display:inline;
}


#post {
	background-color: #fff;
	border: #dedbd1 1px solid;
	padding: 1px 1px 0 1px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#post-header {
	background: #fff url('../images/post.gif') repeat-x 0 0;

	padding: 20px 20px 20px 5px;
/*	width: 548px; */
}

#post #title {
	display:inline;
	float: right;
	border-bottom: 1px solid #dedbd1;
	width: 630px;
}
#post h5 {
	color: #ff7800;
	display:inline;
}
#post ht5 {
	color: #ff7800;
	display:inline;
	float: center;
}
#post-date {
	color: #6a6969;
	font-size: 13px;
	float: left;
	display:inline;
	padding-top: 13px;
}

#post-icons {
	display:inline;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#post-icons img {
	display:inline;
	padding-right: 3px;
}

#post p {
	
	text-justify: kashida;
	padding: 5px 20px 0 20px;
	line-height: 1.2;
	font-family:"Simplified Arabic";
	font-size: 15px;
	 font-weight: bold;
}

#post p.writer {
	color: #0000ff;
	padding-top: 20px;
}
 #post-body table.Maint {
	float: left;
	padding: 30px 20px 10px 20px;
	display:inline;
} 
 #post-body table {
	float: left;
} 
#post-body img {
	float: left;
	padding: 30px 20px 10px 20px;
	display:inline;
}

#post-footer {
	padding-top: 10px;
	padding-right: 20px;
}

#bookmark-icons {
	display:inline;
}

#bookmark-icons img {
	padding: 5px;
}

#bookmark-icons ul {
	display: inline;
	float: right;
}

#bookmark-icons ul li{
	display:inline;
	float: right;
}
#no-comments {
	position: relative;
	display: inline;
	float: left;
	padding-left: 23px;
	padding-top: 10px;
	color: #6a6969;
	font-size:9px;
}

#no-comments img {
	display:inline;
}

#comment {
	margin-top: 21px;
	border: #dedbd1 1px solid;
	padding: 15px;
	background-color: #fff;
}

#comment .comment-header {
	padding-bottom: 10px;
	color: #6a6969;
}

#comment p {
	text-align: justify;
	line-height: 1.2;
}

#post-form {
	margin-top: 21px;
}

#post-form input {
	border: 1px solid #dedbd1;
	padding: 3px;
	margin-bottom: 10px;
}


#textarea {
	float: left;
	display:inline;
}

#input {
	margin-top: 20px;
	float: right;
	width: 290px;
}

#input input {
	padding: 5px;
}

