#new-post-form{
	padding:20px 0;
}

#new-post-form #post_title,
#new-post-form #post_tags,
#new-post-form #post_category,
#new-post-form #about_the_author{
    clear: both;
    margin: 20px 0;
    padding: 10px;
	border-radius:10px;
	background:#fff;
	border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}


#post-form > label {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

#new-post-form #post_title,
#new-post-form #post_tags{
	width: 400px;
}

#new-post-form #post_category{
	width: 420px;
}

#new-post-form #about_the_author{
	width:96.5%;
}

#new-post-form #post_title {
	font-size: 30px;
}

#new-post-form .wp-editor-area{
	background:#FFF;
}

#wp-post_content-wrap{
	margin-bottom:20px;
}

#new-post-form #submitarticle,
#registration-form #submit{
	background:#e7e7e7;
	padding:10px;
	border: 1px solid #b7b7b7;
	cursor:pointer;
}

#registration-form .registration-field{
	margin: 10px 0;
}

#loading,
.loading{
	display:none;
	float:right;
}

button#submit{
padding: 10px 20px;
border-radius:25px;
text-decoration:none;
}

button#submit:hover{
	text-decoration:none;
}

button.active-btn{
border:1px solid #1E5799;
text-shadow: 1px 1px #1E5799;
color:#FFF;
cursor:pointer;
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #2989d8 33%, #207cca 52%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(33%,#2989d8), color-stop(52%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#2989d8 33%,#207cca 52%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#2989d8 33%,#207cca 52%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#2989d8 33%,#207cca 52%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#2989d8 33%,#207cca 52%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

button.active-btn:hover{
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}

button.active-btn:active{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 48%, #2989d8 67%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(48%,#207cca), color-stop(67%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 48%,#2989d8 67%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#207cca 48%,#2989d8 67%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 48%,#2989d8 67%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#207cca 48%,#2989d8 67%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

button.passive-btn,
button.passive-btn:active,
button.passive-btn:hover{
	background:#e7e7e7;
	border:1px solid #b7b7b7;
	cursor:default;
	color:#a7a7a7;
}

#no-js,#message{
	padding:20px;
	margin-bottom:20px;	
	clear:both;
	border-radius:5px;
}

#message{
	display:none;
}

.warning{
	background:#FFEBE8;
	border:1px solid #FFA1A1;
}

.success {
    background: none repeat scroll 0 0 #DBF9DB;
    border: 1px solid #25A825;
}

#tabs td.post-title {
    width: 70%;
}

#tabs td.post-edit, 
#tabs td.post-delete {
    text-align: center;
}

/*
/* Tabs */
*/
#tabs{font-size:90%;margin:20px 0;}
#tabs ul{float:left;padding-top:4px; margin:0;}
#tabs li{margin-right:8px;list-style:none;}
* html #tabs li{display:inline;}
#tabs li,#tabs li a{float:left;}
#tabs ul li.active{border-top:2px #FFFF66 solid;background:#FFFFCC;}
#tabs ul li.active a{color:#333333;}
#tabs div{clear:both; padding:20px 0;}
#tabs div h3{margin-bottom:12px;}
#tabs div p{line-height:150%;}
#tabs ul li a{text-decoration:none;padding:8px 20px;color:#000;font-weight:bold;}
.thumbs{float:left;border:#000 solid 1px;margin-bottom:20px;margin-right:20px;}
#tabs table, #tabs table tbody{width:100%;}

#tabs div table {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 2px 2px 2px 2px;
    font-size: 13px;
    padding: 0;
	background: #FBFBFB;
}

#tabs tbody tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}

#tabs table th + th,
#tabs table td + td {
    border-left: 1px solid #DDDDDD;
}

#tabs table td {
    vertical-align: top;
}

#tabs table th, 
#tabs table td {
    line-height: 18px;
    padding: 10px 10px 9px;
    text-align: left;
}

#tabs th, 
#tabs td, 
#tabs caption {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

#tabs table tr + tr td {
    border-top: 1px solid #DDDDDD;
}

.fep-author-bio{
	width:100%;
	clear:both;
	padding: 20px 0;
}