body{
    margin:0px;
    /*background:url("../../bench.png");*/
    background-color:black;
    background-size:25%;
    background-repeat:repeat-x;
    font-family:regular;
    font-size:18px;
    line-height:24px;
}
p{
    
    font-family:regular;
    font-size:18px;
    line-height:24px;
}

mark{
    background-color:#E8ACA0;
}

hr{
    color:#FF8332;
    size:1px;
}

.thumbnail{
    height:128px;
    padding:8px;
}

#label{
    color:orange;
}


#galleryimg{
    max-width:100%;
}


#galleryimg2{
    max-height:100vh;
    text-align:center;
}

#sidebar{
    background-color:#F08600;
}

#pagebody{
    background-color:orange;
    margin:auto; 
    width:800px;
    max-width:100%;
    text-align:left; 
    padding:0px;
    min-height:100vh;
}

#menu{
    border:none;
    width:100%;
    height:auto; 
    margin:auto; 
    padding: 0px; 
    /*background-image:url("myicons/title.png");*/
    background-color:black;
    background-position:center;
    background-size:cover;
}

#newsfeed{
    width:100%;
}

#navicons{
    height:42px;
}

#question{
    height:44px;
}

a{
    text-decoration:none;
    background-color:#FF777C;/*#FF585B;*/
    color:#00540E;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:active{
    text-decoration:none;
    color:black;
}

#abc{
    text-decoration:none;
}

#feedcontents{
    background-color:#FF777C;/*#FF585B;*/
    margin:0px;
    width:100%;
}
#subcontents{
    background-color:#FF777C;/*#FF585B;*/
    margin:16px;
    margin-right:0px;
    margin-left:auto;
    text-align:right;
    border-left:8vw solid;
    border-top:0vw solid;
    word-break:break-word;
    width:96%;
}
#noncontents{
    background-color:#F08600;
    margin:16px;
    margin-right:0px;
    margin-left:auto;
    margin-bottom:160px;
    width:96%;
    height:100vh;
}

#footer{
    background-color:#F08600;
    /*margin-left:24vw;*/
    width:35vw;
    bottom:0;
    position:fixed;
}

#title {
    margin:80px;
}

#chatlog {
    height:400px;
    overflow:auto;
    background-color:#FFCB5B;
    word-break:break-word;
}

#chatbox{
    background-color:#F08600; 
    width:100%;
}

input:focus{
    outline:none;
    background-color:#FF777C;
}
textarea:focus{
    outline:none;
    background-color:#FF777C;
}

#logoff{
    background-color:#FFCB5B;
}


input{
    background-color:orange;
}
input:disabled{
    background-color:#F8C380;
}

textarea{
    background-color:orange;
}
textarea:disabled{
    background-color:#F8C380;
}

#autumnhead{
    background:url(../../stepps.png);
    background-color:orange;
}

#springhead{
    background:url(../../gatees.png);
    background-color:orange;
}

#summerhead{
    background:url(../../foot.png);
    background-color:orange;
}

#winterhead{
    background:url(../../wall.png);
    background-color:orange;
}
#springhead:active{
    background:none;
}
#autumnhead:active{
    background:none;
}
#summerhead:active{
    background:none;
}
#winterhead:active{
    background:none;
}
#fourhead{
    background-color:orange;/*#F08600;*/
    height:60px;
}
#fourhead:hover{
    background-color:black;
}

#menuheader {
    width:100%;
    height:140px;
    margin:0px;
    padding:0px;
    padding-top:20px;
    background-color:black;
}

@font-face {
    font-family: 'regular';
    src: url('../../norfonttakethreetwo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}