.forum {
    width: 100%;
    margin: 0 0;
    float: right;
}

#postsPager {
    width: 500px;
    float: left;
    text-align: left;
    padding: 0 0 0 0;
    margin: 10px 0 0 1px;
}

.forum_head {
    height: 28px;
    float: right;
    width: 100%;
    background: #70cdc7;
}

.forumADD {
    width: 98%;
    padding: 8px 0;
    float: right;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.activeComment .post_body {
    display: block !important;
}

.onlyRegistered {
    color: #fff;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px dotted #fff;
    float: right;
}

.forumADD span {
    color: #666!important;
    border-right: 1px solid #444;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    *padding: 0 0 0 10px;
    font-size: 17px;
}

.onlyRegistered + span {
    float: right;
}

.spanFields {
    float: left;
    width: 217px;
}

ul.forum_posts {
    margin: 0 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 100%;
}

li.post_row {
    width: 100%;
    float: right;
    color: #666;
    line-height: 30px;
    background: #DEDEDE;
    position: relative;
    border-top: 5px solid #FFFFFF;
}

.post_head {
    cursor: pointer;
    float: right;
    width: 100%;
    position: relative;
    z-index: 2;
}

li.post_row.even {
    background: #f5f5f5;
}

.post_items {
    float: right;
    width: 100%;
}

.forum_orderby {
    float: left;
    width: 190px;
    padding: 6px 0 0 0;
    font-weight: bold;
    display: none;
}

.forum_orderby a {
    font-weight: normal;
}

.forumBtn {
    background: #893fd3;
	border: 1px solid #893fd3;
	display: inline-block;
	vertical-align: middle;
    font-size: 17px;
    text-decoration: none;
    line-height: 25px;
    padding: 5px 15px;
    color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.forumBtn:hover {
	background: #A777D9;
}
.forumBtn.active {
	background: #fff;
	color: #893fd3;
}
.post_body {
    background: transparent;
    float: right;
    width: 99%;
    padding: 5px 1%;
    color: #000;
    border-top: 2px solid #FFFFFF;
}

#addPostForm,
.IDaddPostForm {
    float: right;
    width: 96%;
    padding: 2%;
    background: #eeeeee;
}

.commentsText {
    float: right;
    width: 100%;
}

.no_comments {
    color: red;
    font-size: 12px;
}

.addComment {
    float: left;
    font-size: 15px;
    background: #70CDC7;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
    line-height: 25px;
    color: #fff !important;
    margin: 0 0 7px 7px;
    border-radius: 25px;
}

.addComment:hover {
    text-decoration: none;
    background: #80aa46;
}

.closeComment {
    float: left;
    font-size: 15px;
    background: #70CDC7;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
    line-height: 25px;
    color: #fff !important;
    margin: 0 0 7px 7px;
    border-radius: 25px;
}

.closeComment:hover {
    text-decoration: none;
    background: #80aa46;
}
.forum .in,
.forum .post_items,
.forum_add_form {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forum ul .post_body {
    width: 98%;
    padding: 5px 1%;
}

.forum_header {
    line-height: 30px;
    font-weight: normal;
    color: #FFF!important;
}

.post_title {
    float: right;
    width: 58%;
    padding: 0 1%;
    color: #666;
    min-height: 1px;
}

.post_author {
    float: right;
    width: 18%;
    padding: 0 1%;
    color: #666;
    min-height: 1px;
}

.post_date {
    float: right;
    width: 18%;
    padding: 0 1%;
    color: #666;
    min-height: 1px;
}

.forum_add_form {
    width: 300px;
    max-width: 96%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.forum_add_form li {
    float: right;
    width: 100%;
    margin: 5px 0;
}

.form_add_input {
    width: 217px;
    float: left;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: maorregular, Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #999999;
    font-weight: normal;
    height: 30px;
    border-radius: 17px;
    background: #fff;
    border: none;
    padding: 0 18px 0 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
}
.form_add_input + label.error{
	float:left;
	width:217px;
	padding:10px 0 0 0;
	clear:both;
}
textarea.form_add_input {
    height: 150px;
}
.captcha_container input{
    width: 177px;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: maorregular, Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    height: 30px;
    border-radius: 17px;
    background: #fff;
    border: none;
    padding: 0 18px 0 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;   
}
.forum_add_form input[type='submit']{
        float: left;
    font-family: maorregular, Tahoma, Geneva, sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-weight: normal;
    height: 30px;
    border-radius: 17px;
    background: url(/content/images/arrow1.png) no-repeat 18px center #70cdc7;
    border: none;
    padding: 0 19px 0 55px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.forum_add_form input[type='submit']:hover{
    background: #ffffff url(/content/images/arrow2.png) no-repeat 10px center;
    color: #70cdc7;
}
.captcha_container img{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
}
.sub_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.captcha {
    float: left;
    width: 180px;
}

.captcha img {
    margin: 0 0 10px 0;
}

ul.in .post_arrow {
    padding: 0 15px 0 0;
}

ul.in ul.in .post_arrow {
    padding: 0 30px 0 0;
}

ul.in ul.in ul.in .post_arrow {
    padding: 0 45px 0 0;
}

ul.in ul.in ul.in ul.in .post_arrow {
    padding: 0 60px 0 0;
}

ul.in ul.in ul.in ul.in ul.in .post_arrow {
    padding: 0 75px 0 0;
}

ul.in ul.in ul.in ul.in ul.in ul.in .post_arrow {
    padding: 0 90px 0 0;
}

ul.in ul.in ul.in ul.in ul.in ul.in ul.in .post_arrow {
    padding: 0 105px 0 0;
}

ul.in ul.in ul.in ul.in ul.in ul.in ul.in ul.in .post_arrow {
    padding: 0 120px 0 0;
}
