html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body{
    font-family:  "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    background-color: #31343c;
}

.clear{
    clear: both;
}

.right{
    text-align: right;
}

.center{
    text-align: center;
}


#container{
    width: 100%;
    max-width: 780px;
    margin: auto;
    border-bottom: 1px solid #febb09;
}

header{
    position: relative;
}

header img{
    position: relative;
    z-index: 10;
    max-width: 100%;
}

header i{
    background-image: url("/_img/top.png?v2");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 60px;
    position: absolute;
    z-index: 1;
    margin-top: -50px;
    box-shadow: 0 2px 1px 0 #00000073;
}

#menu{
    position: relative;
    z-index: 11;
    display: block;
    height: 30px;
    margin-top: -20px;
    text-align: right;
    margin-right: 20px;
}

#menu a{
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    height: 25px;
    background-image: url("/_img/button_fill.png");
    background-repeat: repeat-x;
    padding: 4px 10px 0 10px ;
    position: relative;
}

#menu a:before{
    content: '';
    position: absolute;
    background-image: url("/_img/button_left.png");
    height: 25px;
    width: 6px;
    top: 0;
    left: 0;
}

#menu a:after{
    content: '';
    position: absolute;
    background-image: url("/_img/button_right.png");
    height: 25px;
    width: 6px;
    top: 0;
    right: 0;
}

#menu a._active,
#menu a:hover{
    background-image: url("/_img/button_fill_active.png");
}
#menu a._active:before,
#menu a:hover:before{
    background-image: url("/_img/button_left_active.png");
}
#menu a._active:after,
#menu a:hover:after{
    background-image: url("/_img/button_right_active.png");
}

#articles{
    background-image: url("/_img/back_lighter.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 10px 30px 30px 120px;
    border-left: 1px solid #595e67;
    border-right: 1px solid #202228;
    border-bottom: 1px solid #fed309;
    color: #ccc;
    position: relative;
    z-index: 0;
    line-height: 135%;
}

#articles td{
    color: #ccc;
    font-size: 13px;
    line-height: 135%;
}

#articles > i.line{
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 105px;
    background-color: #2c2f37;
    border-right: 1px solid #4b4f57;
}

h2{
    font-family: 'Maven Pro',sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: white;
}

h3{
    font-size: 18px;
    font-family: 'Maven Pro',sans-serif;
    font-weight: normal;
}

h3 a{
    text-decoration: none;
}

a.readmore{
    background-image: url("/_img/readmore.gif");
    background-repeat: no-repeat;
    height: 18px;
    width: 54px;
    display: block;
    color: transparent;
    font-size: 6px;
    margin-top: 16px;
}

a.readmore:hover{
    color: transparent;
}

article{
    position: relative;
    margin-bottom: 38px;
}

article .icon{
    width: 100px;
    top: 0;
    bottom: 0;
    left: -117px;
    position: absolute;
    background-repeat: no-repeat;
    background-position:  center top;
}

#articles .page{
    position: relative;
}

#articles .page .icon{
    width: 100px;
    top: 0;
    bottom: 0;
    left: -117px;
    position: absolute;
    background-repeat: no-repeat;
    background-position:  center top;
}



.linedivider{
    position: absolute;
    height: 38px;
    margin-top: -38px;
    left: 0;
    right: 0;
    background-image: url("/_img/line_yellow_38.gif");
}

.linedivider:before{
    content: '';
    display: block;
    height: 38px;
    width: 106px;
    background-position: center center;
    background-repeat: no-repeat;
}

.linedivider.boing:before{
    background-image: url("/_img/sidebaricons/small/boing.gif");
}

.linedivider:last-of-type{
    display:none;
}

footer{
    font-size: 11px;
    color: #ccc;
    text-align: center;
    margin: 30px;
    line-height: 150%;
}

footer a{
    color: white;
}

footer .panel{
    padding: 6px 16px;
    display: inline-block;
    background-color: #3E434D;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.47);
}

footer h4{
    margin: 0;
    padding: 4px;
    font-size: 12px;
}

img{
    max-width: 100%;
    height: auto;
}

a{
    color: white;
}
a:hover{
    color: #FFD40C;
}

.listitem{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.47);
    margin: 10px 0 10px 0;
    padding-left: 20%;
    position: relative;
}

.listitem .content{
    padding: 6px 10px;
    line-height: 150%;
}

.listitem p{
    padding: 0;
    margin: 0;
}

.listitem h3{
    padding: 5px 0 4px 10px;
    font-size: 18px;
    background-color: #3a3e48;
    text-shadow: 1px 1px 3px black;
    margin: 0;
}

.listitem h4{

padding: 5px 0 0 0;
    font-size: 15px;
    text-shadow: 1px 1px 3px black;
    margin: 8px 0 2px 0;
    font-weight: normal;
    border-bottom: 1px solid #676363;
}


.listitem .image{
    position: absolute;
    width: 20%;
    left: 0;
    top:0;
    bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
    border-right: 1px solid #353943;
}

.listitem .image.contain{
   background-size: contain;
}




.listitem .launch{
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    height: 25px;
    background-image: url("/_img/button_fill_active.png");
    background-repeat: repeat-x;
    padding: 4px 10px 0 33px ;
    position: relative;
    margin: 20px 0 4px 0;
}

.listitem .launch:before{
    content: '';
    position: absolute;
    background-image: url("/_img/button_left_active.png");
    height: 25px;
    width: 6px;
    top: 0;
    left: 0;
}

.listitem .launch:after{
    content: '';
    position: absolute;
    background-image: url("/_img/button_right_active.png");
    height: 25px;
    width: 6px;
    top: 0;
    right: 0;
}

.listitem .launch i{
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url("/_img/icons/rocket.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -26px;
    margin-top: -7px;
    transition: all 0.5s ease-in-out;
}

.listitem .launch:hover i{
    width: 52px;
    height: 57px;
    margin-left: -26px;
    margin-top: -40px;
}

.listitem img.attachment{
    margin: 0 4px 4px 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 1px 1px 2px black;
}

.listitem img.attachment:hover{
    margin: 0 4px 4px 0;
    border: 1px solid white;
    box-shadow: 1px 1px 2px black;
}

.blog{
    line-height: 130%;
}

.blogorder{
    padding: 10px;
    font-size: 12px;
    background-color: #484e5a;
}

a.permalink{
    text-decoration: none;
}
a.permalink h3{
    border-bottom: 1px dashed #484d57;
    padding-bottom: 4px;
}

.article .author{
    text-align: right;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 2px 6px;
    font-size: 11px;
    color: #b6b6b6;
    float: right;
    margin-top: -20px;
}

.blog .author{
    text-align: right;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 4px 10px;
    font-size: 13px;
    color: #ccc;
}



.fb{
    width: 80%;
    margin: 10px auto 15px auto;
    border: 1px solid #4b4f57;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    background-color: #1a202d;
}


.fb img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.fb .content{
    padding: 8px;
    color: #b6b9bf;
    line-height: 150%;
}

.fb .bar{
    background-color: #1F3565;
    padding: 4px 8px;
}

.fb .bar a{
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
}

.fb .bar a:hover{
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
}

.fb .bar .author{
    margin-top: 0;
    text-align: right;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 2px 6px;
    font-size: 11px;
    color: #b6b6b6;
    float: right;
}

.fb .bar .author a{
    font-size: 11px;
    text-decoration: underline;
}


.fb a.sharedlink{
	display: block;
	padding: 10px;
	background-color: #2c3445;
	color: #aeaeae;
	margin-top: -10px;
}

.fb a.sharedlink:hover{
	background-color: #342727;
	color: #beb89e;
}



.pagingcontainer{
    text-align: center;
}

.paging{
    display: inline-block;
    margin: auto;
}

.paging a{
    color: #000000;
    background-color: #BEBFC2;
    padding: 6px 10px;
    text-decoration: none;
    width: 100px;
    display: inline-block;
    text-align: left;
    border-left: 1px solid #dadada;
    margin: 0;
    border-radius: 0 20px 20px 0;
}

.paging a.prev{
    text-align: right;
    border-left: none;
    border-right: 1px solid #a3a3a3;
    border-radius: 20px 0 0 20px;
}

.paging a:hover{
    background-color: white;
}


.sidemenu{
    position: absolute;
    border: 1px solid #595E67;
    padding: 0 4px 4px 4px;
    border-radius: 5px;
    width: 170px;
    left: 16px;
    top: 2px;
    background: #363943;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.sidemenu h3{
    padding: 4px 0;
    margin: 0 0 4px 4px;
    border-bottom: 1px solid #575656;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
}

.sidemenu a{
    display: block;
    padding: 2px 2px 2px 14px;
    font-size: 12px;
    line-height: 140%;
    text-decoration: none;
    color: #9b9a9a;
}

.sidemenu a:before{
    content: "";
    background-color: #d01e1e;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(21deg);
    margin-left: -9px;
    margin-top: 4px;
    transition: all 0.3s ease-in-out;
}

.sidemenu a:hover{
    background-color: #40444b;
    color: white;
    cursor: pointer;
}

.sidemenu a:hover:before{
    background-color: #FFFFFF;
    transform: rotate(-69deg);
}

.sidemenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

#articles .pane{
    margin-left: 80px;
}

#articles .pane h2{
    text-align: right;
    color: #ffffff42;
    font-weight: 100;
    font-size: 32px;
    margin: 6px 0 15px 0;
    text-shadow: 1px 1px 2px #00000091;
}

#articles .pane .icon{
    display: none;
}

#articles .pane img{
    display: block;
    border: 1px solid black;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    margin: 10px 0;

}

table.lined{
    border: 1px solid #0000003b;
    border-radius: 5px;
    overflow: hidden;
}

table.lined tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.07);
}

#articles table.lined td {
    padding: 4px 8px;
    font-size: 12px;
}

#articles table.lined td a{
    text-decoration: none;
}

#articles table.lined td:first-of-type{
    background: rgba(0, 0, 0, 0.1);
    color: #a0a0a0;
    padding: 4px 10px 4px 16px;
}

#articles table.lined td:first-of-type:not(:empty):before{
    content: "";
    background-color: #d01e1e;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(21deg);
    margin-left: -9px;
    margin-top: 4px;
    transition: all 0.3s ease-in-out;
}

#aminetlink{
    display:block;
}

@media all and (max-width: 680px) {
    header i{
        margin-top: -45px;
        height: 70px;
    }

    #menu{
        margin-top: -10px;
        margin-right: 0;
    }

    .listitem{
        padding-left: 0;
    }

    .listitem .image{
        width: 100px;
        height: 100px;
        margin-left: -117px;

    }

    #articles .page .icon{
        display: none;
    }

    .fb{
        width: 100%;
    }

    #aminetlink{
        display: none;
    }

    .sidemenu{
        top: 18px;
    }
    
}

@media all and (max-width: 580px) {
    header i{
        margin-top: -37px;
    }

    #menu{
        margin-top: -3px;
    }

    #articles{
        padding-left: 92px;
        padding-right: 20px;
    }

    article .icon{
        width: 70px;
        left: -86px;
        background-size: contain;
    }

    #articles .page .icon{
        background-size: contain;
        display: block;
        width: 70px;
        left: 0;
        margin-left: -90px;
    }


    #articles > i.line{
        left: 81px;
    }

    .linedivider:before{
        width: 84px;
    }

    .listitem{
        padding-left: 0;
    }

    .listitem .image{
        position: relative;
        width: 50%;
        height: 100px;
        margin-left: 10px;
        background-position: center center;

    }

    #articles .pane h2{
        text-align: left;
    }

    #articles .pane {
        margin-left: 0;
    }

    .sidemenu{
        width: 100%;
        left: 0;
       position: relative;

    }



}


@media all and (max-width: 480px) {
    header i{
        margin-top: -30px;
    }

    #menu{
        margin-top: 3px;
    }

    #articles{
        padding-right: 10px;
    }

    .nomobile,
    #menu a.nomobile{
        display: none;
    }

    #menu a{
        font-size: 12px;
        padding: 4px 6px;
    }

}

@media all and (max-width: 400px) {
    #articles{
        padding-left: 56px;
    }

    article .icon{
        width: 42px;
        left: -52px;
    }

    #articles .page .icon{
        display: block;
        width: 42px;
        left: 0;
        margin-left: -52px;
    }



    #articles > i.line{
        left: 50px;
    }

    .linedivider:before{
        width: 56px;
        background-size: contain;
    }

    .article .author{
        text-align: right;
        float: none;
        margin-top: 10px;
    }

    .listitem .image{
        width: 93%;
    }

    .listitem .launch{
        font-size: 12px;
    }
}

@media all and (max-width: 380px) {
    header i{
        margin-top: -23px;
    }

    #menu{
        margin-top: 3px;
    }


    #articles{
        padding-left: 42px;
    }

    article .icon{
        width: 24px;
        left: -38px;
    }

    #articles .page .icon{
        width: 24px;
        margin-left: -38px;
    }

    #articles > i.line{
        left: 30px;
    }

    .linedivider:before{
        width: 30px;
        background-size: 60%;
    }

}