/* Heile sida bortsett frå sidefelt */
.mainContainer {
    background-color: white;
    padding: 1% 1% 1% 1%;
    width: 60%;
    min-width: 741px;
    float: left;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #7ac043;
}

.menuContainer {
    width: 100px;
    float: left;
    margin: auto 10px auto 10px;
    background: #525252;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Standard er å gøyme mobilmenyen, fordi denne berre skal erstatte den store på små einingar */
.mobilemenuContainer {
    display: none;
    height: 0;
    width: 0;
}
/* Tilpassa meny for mobilen som skal ta mindre plass */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .menuContainer {
        display: none;
    }
    .mobilemenuContainer {
        width: 100%;
        height: auto;
        visibility: visible;
        display: block;
        position: relative;
        float: left;
        color: white;
        background: #525252;
    }
    .mobilemenuContainer * > input, .mobilemenuContainer * > select  {
        color: black;
    }
}

/* Wrapper for heile sida  -- skal ha padding like mykje som søkefelt */
.pageWrapper {
    width: 98%;
    min-height: 100%;
    min-width: 1300px;
    position: relative;
    padding-top: 50px;
}

/* Ingen top-padding på mobil */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .pageWrapper {
        padding-top: 0;
        min-width: 100%;
    }
}

/* Søkefeltet -- øvst og i ro  */
.searchbarContainer {
    z-index: 100;
    position: fixed;
    min-width: 1100px;
    min-height: 20px;
    max-height: 30px;
    width: 100%;
        overflow: hidden;
    background-color: #525252;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.searchbarContainer * > input, .searchbarContainer * > select {
    color: black;
}

/* Gøym søkefeltet på mobil */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .searchbarContainer {
        visibility: hidden;
        clear: both;
        display: none;
        height: 0;
        width: 0;
        position: relative;
    }
}

/* Gøym linkane for mobil som standard */
.mobileLinks {
    display: none;
}


@media screen and (min-width: 0px) and (max-width: 800px) {
    .mobileLinks {
        display: block;
        min-height: 10px;
        width: 100%;
        background-color: #525252;
        color: white;
    }
}





/* Botntekst for heile sida */
.pageFooter {
    width: 98%;
    background-color: #525252;
    color: white;

    text-align: center;
    clear: both;
    position: relative;
    padding: 1%;
    height: 10px;
}

/* Innhald / notis  etter resten av hovudinnhald, men inne i hovudcontainer */
.contentAfter {
    padding: 1%;
    margin-top: 1%;
    border-top: 1px solid #7ac043;

}

/* Skrive elle svare på innlegg */
.replyContainer {
    min-width: 740px;
    width: 100%;
    /* width: 100%; */
}

/* Informasjon om forumet på framsida */
.introContainer {
    padding: 1% 1% 1% 1%;
    background-color: white;

}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .introContainer {
       display: none;
        font-size: smaller;
    }

}

/* Lesing av innlegg */
.readpostContainer {
    padding: 1% 1% 1% 1%;
    background: white;
}

.postBody {
    padding-bottom: 1%;
    line-height: 130%;
    max-width: 400px;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .postBody {
        max-width: 300px;
    }
}


@media screen and (min-width: 0px) and (max-width: 300px) {
    .postBody {
        max-width: 200px;
    }
}


/* Header over diverse forum-delar */
.postsectionHeader {
    font-weight: bold;
    color: white;
    background: #7ac043;
    width: 100%;
    padding: 0 5px 0 5px;
}

/* Søk */
.searchContainer {

    padding: 1% 1% 1% 1%;
    margin: 10px 5% 10px 10px;
    float: right;
    background: white;
    border-left: 1px solid #7ac043;
    /* border-left: 1px solid #CC3333;*/

}

/* Liste med siste innlegg */
.newpostsContainer {
    min-width: 200px;
    max-width: 300px;
    padding: 1% 1% 1% 1%;
    margin: 1px 1% 20px 1px;
    float: left;
    background: white;
    border-left: 1px solid #7ac043;
    /* border-left: 1px solid #CC3333;*/
}

/* Denne bør først visast når jquery får tid til å gjere det, før å unngå "flikring"  */
.bottom {
    display: none;
}


/* Vis nye postar med full breidde på mobil */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .newpostsContainer {
        width: 100%;
        max-width: 800px;
    }
}

.newpostsHeading {
    background: #7ac043;
    color: white;
    font-weight: bold;
    padding: 1%;
}

.newpostItem {
    padding: 0 5px;
}

/* Teikn/symbol før kvart element */
.newpostItem:before {
    content: "\25b6 ";
    color: #426824;
    font-size: smaller;
}

/* Generell innleggslinksamling, f.eks på profilside  */
.postlinkContainer {
    padding: 1%;
    border-left: 1px solid #7ac043;
}

.postlinkHeader {
    background: #7ac043;
    color: white;
}

/* "Flat" innleggsvisning */
.collapsedContainer {
}

.collapsedPost {
    border-bottom: 1px solid #7ac043;
    padding-bottom: 10px;
}

.collapsedPost > h1 {
    margin-bottom: 0;
}

.collapsedPostMetainfo {
    font-size: smaller;
    padding-bottom: 10%;
}

.abuseItem {
}

/* Delingsknappar */
.share-buttons img {
    width: 25px;
    padding: 0;
    border: 0;
    box-shadow: 0;
    vertical-align: baseline;
    height: 100%;

}