#fep-new-post .wp-editor-container{
	border: 1px solid #DDD;
}

#fep-new-post #fep-post-title,
#fep-new-post #fep-tags,
#fep-new-post #fep-category{
    clear: both;
    margin: 10px 0;
	font-size: 15px;
    padding: 5px;
	background:#fff;
	border: 1px solid #DDD;
}

#fep-new-post label {
    font-size: 15px;
    margin-bottom: 10px;
}

#fep-new-post #fep-post-title{
	width: 80%;
}

#fep-new-post #fep-category,
#fep-new-post #fep-tags{
	width: 50%;
}

#fep-new-post .wp-editor-area{
	background:#FFF;
}
#fep-new-post #fep-featured-image {
    background: #F6F6F6;
    border: 1px solid #DDD;
    display: table;
    margin: 10px 0;
    padding: 20px;
    text-align: center;
}

#wp-fep-post-content-wrap{
	margin-bottom:10px;
}

img.fep-loading-img{
	display:none;
	box-shadow: none;
	margin-left: 10px;
}

#no-js, #fep-message{
	padding:20px;
	margin-bottom:20px;	
	clear:both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#fep-message{
	display:none;
}

#fep-message.warning{
	background:#FFEBE8;
	border:1px solid #FFA1A1;
}

#fep-message.success {
    background: none repeat scroll 0 0 #DBF9DB;
    border: 1px solid #25A825;
}

.fep-author-bio{
	width:100%;
	clear:both;
	padding: 20px 0;
}

#fep-posts > ul {
    list-style: none outside none;
    margin: 0;
}
#fep-posts li {
    display: table;
    list-style: none outside none;
    margin: 0 5px 0 5px;
    padding: 0;
    float: left;
}
#fep-posts li a {
    background: #F7F7F7;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 10px #EEEEEE inset;
    color: #858585;
    display: table;
    padding: 8px 20px;
    text-decoration: none;
    margin-bottom: -1px;
}
#fep-posts li a.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFF;
	box-shadow: none;
}

#fep-posts .fep-fixed-td{
	width: 40px;
	text-align: center;	
}

#fep-post-table-container {
    border-top: 1px solid #DCDCDC;
    clear: both;
    padding-top: 10px;
}
#fep-posts .fep-nav{
	clear:both;
	display: block;
}
#fep-posts .fep-nav-link.fep-nav-link-left {
    float: left;
}
#fep-posts .fep-nav-link.fep-nav-link-right {
    float: right;
}