#col1 {
	float: left;
	width: 172px;
}

.section {
	background-color: #fff;
	border: #dedbd1 1px solid;
	padding: 1px 1px 10px 1px;
	position: relative;
	margin-bottom: 15px;
}

#section1 #sec-header {
	background: #fff url('../images/post.jpg') repeat-x 0 0;
	padding: 10px 30px 0 0;
	position: relative;
}

#section1 #sec-body {
	margin-top: 10px;
	padding: 5px;
	position: relative;
}

#section1 #sec-body ul {
	list-style-image: url('../images/star.png');
	padding-right: 20px;
}

#section1 #sec-body ul li {
	padding-bottom: 10px;
}

#section2, #section3 {
	height: 80px;
}

#maincol {
	float: right;
	margin-left: 5px;
	width: 750px;
}

#post {
	background-color: #fff;
	border: #dedbd1 1px solid;
	padding: 1px 1px 0 1px;
	position: relative;
	overflow: hidden;
	width:100%;
	width: 746px;
}

#post-header {
	background: #fff url('../images/post.jpg') 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-date {
	color: #6a6969;
	font-size: 9px;
	float: left;
	display:inline;
	padding-top: 13px;
	float: left;
}

#post-icons {
	display:inline;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#post-icons img {
	display:inline;
	padding-right: 3px;
}

#post p {
	text-align: justify;
	padding: 5px 20px 0 20px;
	line-height: 1.2;
	font-size: 12px;
}

#post p.writer {
	padding-top: 20px;
}

#post-body img {
	float: left;
	padding: 30px 20px 10px 20px;
}

#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;*/
}

#textarea {
	float: left;
}

#input {
	margin-top: 20px;
	float: right;
	width: 290px;
}

#input input {
	padding: 5px;
}

#footer {
	height: 52px;
	background: #f5f5f5 url('../images/footer.jpg') repeat-x 0 0;
	text-align:right;
	margin-top: 30px;
	color: #6A6969;
}

#footer p {
	padding: 20px 58px 0 0;
}

.clear {
	clear: both;
}

