

.leftcol_container {
    display: none;
}


.template_container {
    /* width:auto !important; */
    width:100% !important;
    /* margin:10px 0px 40px 0 !important; */
    margin:0px 0px 40px 0;
}

.entrys_container {
    margin-top:30px;
}


.entrys_row_container {
    display: inline-block;
    vertical-align:top;
    width: 33%;
    text-align:center;
    padding:0 5px 5px 5px;
    cursor:pointer;
/*     border: solid red 1px; */
}

.entrypic_container {
    float: none;
    margin: 0px 0px 0 0px;
    padding:0px; 

}

body.START .entrypic_container.LS_icon {
    /* border:solid red 1px; */
}
body.START .entrypic_container.LS_icon img {
    max-height:150px;
    margin-bottom:10px;
    margin-top:10px;
    /* border:solid green 1px; */
}


.entrypic_container:hover img {
/*     box-shadow:         0px 0px 20px #888;
    -moz-box-shadow:    0px 0px 20px #888;
    -webkit-box-shadow: 0px 0px 20px #888; */
     
}

.entrypic_container img {
    -webkit-transition:     0.1s ease-in-out;
    -moz-transition:        0.1s ease-in-out;
    -o-transition:          0.1s ease-in-out; 
    transition:             0.1s ease-in-out;
}

/* .entrypic_container img:hover, */
.entrypic_container img.hover {
    -webkit-transform:  scale(1.15);
    -moz-transform:     scale(1.15);
    -ms-transform:      scale(1.15);
    -o-transform:       scale(1.15); 
    transform:          scale(1.15);
    
    opacity:0.8; 
}

.entrypic_container.LS_icon img {
    -webkit-transition:     none;
    -moz-transition:        none;
    -o-transition:          none;
    transition:             none;
}

/* .entrypic_container img:hover, */
.entrypic_container.LS_icon img.hover {
    -webkit-transform:  none;
    -moz-transform:     none;
    -ms-transform:      none;
    -o-transform:       none;
    transform:          none;

    opacity:1;
}



.entrytext_container.rightCol {
    width: auto !important;
}

.entrypic_container img {
    max-width:190px;
/*     border: solid green 5px; */
}


.article_container {
    margin: 0px 0 5px 0px;
}

.article_text_container {
    padding: 0 10%;
}

body.LS .article_text_container {
    text-align: left;
    /* border: solid green 5px; */
}

body.LS .article_container {
    text-align: left;
    /* border: solid green 5px; */
}


.entrytext_container.rightCol {
    float: none;
    width: auto;
}


.all_pics_wrap {
}

.all_pics_thumb {
 
    height:180px;
    width:180px;

    margin:0 10px 10px 0;

    background-repeat:no-repeat;
    background-position:center center;
     background-size:contain;
    border:solid red 1px;

}


