/********************FRONT END CSS START***********************/
.smart-post-list-main {
    width: 100%;
}

.smart-post-list-main .smart-post-list-single-container {
	float: left;
}

.smart-post-list-main {
    padding: 10px 0 0;
}

.smart-post-list-main img {
	float: left;
	margin-right: 5px;
	margin-bottom:10px;
}

a.smart-post-list-title,
a.smart-post-list-title:active,
a.smart-post-list-title:visited {
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.smart-post-list-main p {
    margin: 10px 0;
    padding: 0;
}

.smart-post-list-main ,
.smart-post-list-main li {
	list-style: none;
	float: left;
	width: 100%;
}

.smart-post-list-main li {
    margin: 0 0 5px;
}

.smart-post-list-separator li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.smart-post-list-main .image-top-of-excerpt {
	float: left;
	width: 100%;
}

.smart-post-list-main .text-top-of-excerpt {
	float: left;
	width: 100%;
}

.smart-post-list-main .image-left-of-excerpt {
	display: inline;
}

.smart-post-list-main .text-left-of-excerpt {
	display: table-row;
	*display: inline-block; /*IE7 fix*/
}

.smart-post-list-main .image-right-of-excerpt {
	float: right;
	display: inline;
}

.smart-post-list-main .image-right-of-excerpt img {
	margin-right: 0;
	margin-left: 5px;
}

.smart-post-list-main .text-right-of-excerpt {
	display: table-row;
	*display: inline-block; /*IE7 fix*/
}

.smart-post-list-main .image-right-in-excerpt {
	float: right;
}

.smart-post-list-main .image-right-in-excerpt img {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.smart-post-list-main .text-right-in-excerpt {
	float: right;
}

.smart-post-list-main .text-right-in-excerpt h1,
.smart-post-list-main .text-right-in-excerpt h2,
.smart-post-list-main .text-right-in-excerpt h3,
.smart-post-list-main .text-right-in-excerpt h4,
.smart-post-list-main .text-right-in-excerpt h5,
.smart-post-list-main .text-right-in-excerpt h6,
.smart-post-list-main .text-left-in-excerpt h1,
.smart-post-list-main .text-left-in-excerpt h2,
.smart-post-list-main .text-left-in-excerpt h3,
.smart-post-list-main .text-left-in-excerpt h4,
.smart-post-list-main .text-left-in-excerpt h5,
.smart-post-list-main .text-left-in-excerpt h6{
	clear: none;
}

.smart-post-list-main .image-left-in-excerpt {
	float: left;
}

.smart-post-list-main .image-left-in-excerpt img {
	float: left;
	margin-right: 0;
	margin-right: 5px;
}

.smart-post-list-main .text-left-in-excerpt {
}

/*Custom style for the witget's title*/
.smart-post-list h3.widget-title {

}

/*Custom style for single post container in the list of posts*/
.smart-post-list-main .smart-post-list-single-container {

}

/*Custom style for the post's image*/
.smart-post-list-main .smart-post-list-image {
border-top: 1px solid #5bb259;
padding-top: 20px;
}

/*Custom style for post's title*/
a.smart-post-list-title,
a.smart-post-list-title:active,
a.smart-post-list-title:visited {
  color: #339933;
  font-size: 15px;
 /*
 display:block;
  width:170px;
*/
  font-weight:bold;
  text-decoration:none;
}

a.smart-post-list-title:hover {

}



a.smart-post-list-title-small,
a.smart-post-list-title-small:active,
a.smart-post-list-title-small:visited {
  color: #006633;
  font-size: 10px;
   font-weight:normal;
  text-decoration:none;
}

a.smart-post-list-title-small:hover {

}

/*Custom style for post's date*/
.smart-post-list-main .smart-post-list-date {

}

/*Custom style for post's comments*/
.smart-post-list-main .smart-post-list-comments {

}

/*Custom style for post's paragraphs*/
.smart-post-list-main p {

}

/*Custom style for post's delimiter*/
.smart-post-list-separator li {

}
/********************FRONT END CSS END***********************/

/********************ADMIN CSS START***********************/
.checklist {
    border: 1px solid #CCCCCC;
    height: 10em;
    list-style: none outside none;
    overflow: auto;
    width: 20em;
}

.checklist li {
    background: none repeat scroll 0 0;
    padding-left: 0;
}

.checklist label {
    display: block;
    padding: 0 0.2em 0 25px;
    text-indent: -25px;
}

.post-delimiter-container {
	width: 100%;
	float: left;
}
/********************ADMIN CSS END***********************/
