﻿/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
   - header 1,
   - header 2,
   - header 3,
   - header 4,
   - header 5
 4.General
 5.Home - default
   - heading-news section
   - ticker-news section
   - features-today section
   - block wrapper section
   - feautre video style
   - latest articles style
   - pagination style
 6.Home2
   - heading news style
 7.Home4
 8.Home5
 9.Sidebar style
 10.News Posts style
   - news post general style
   - image-post style
   - post-tags list style
   - standard post style
   - standard post2 style
   - image post2 style
   - list posts style
   - image post3 style
   - article post style
   - large post style
   - list post style
   - very large post style
   - Banner quote post
 11.Single post pages
 12.contact page
 13.404 error page
 14.Autor list page
 15.Forum pages
 16.Log in popup
 17.Comming-soon-page
 18.Footer
 19.Responsive Part
-------------------------------------------------*/


.NewPicture {
    background-color: #e8ea21;
    color: white;
    font-size: 8px;
    padding: 2px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -opera-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}

.NewArticle {
    background-color: #f46e0f;
    color: white;
    font-size: 8px;
    padding: 2px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -opera-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}

.EventMark {
    color: #f46e0f;
    font-size: 10px;
    padding: 2px 3px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    /* top: -1px; */
    border: 1px solid #f46e0f;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -opera-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
}

/*-------------------------------------------------*/
/* =  Autor list page
/*-------------------------------------------------*/
ul.autor-list > li .autor-box .autor-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.6;
    height: 5em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-spacing: 1px;
}

    ul.autor-list > li .autor-box .autor-content p a {
        color: #666;
    }

        ul.autor-list > li .autor-box .autor-content p a:hover {
            text-decoration: none;
            opacity: 0.7;
        }

ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
    text-decoration: none;
    color: #555;
}

ul.autor-list > li .autor-last-line a.autor-site {
    text-decoration: none;
    color: #999;
    font-weight: 600;
}

/*ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
    background-color: #18a3dd;
    border-radius: 3px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
    color: white;
    padding: 5px 10px;
}*/

.pagination-box {
    text-align: center;
}

.PagerButton, .PagerNormal, .PagerCurrent {
    /*display: inline-block;*/
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 6px 11px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .PagerButton:hover, .PagerNormal:hover {
        text-decoration: none;
        border: 1px solid #f44336;
        background: #f44336;
        color: #ffffff;
    }

.PagerCurrent {
    border: 1px solid #f44336;
    background: #f44336;
    color: #ffffff;
}

.inactive {
    display: none !important;
}


/*******************************/
.ListTitleWrapper {
    position: relative;
    height: 20px;
    border-bottom: 1px solid Silver;
    padding-bottom: 10px;
}

.ListLeftTitle {
    display: inline-block;
    padding: 0 18px;
    text-align: center;
    float: left;
}

.PaddingRight20 {
    padding-right: 20px
}

.BoardListItemTitleWrapper {
    overflow: hidden;
    position: relative;
    padding: 3px 5px;
}

.BoardListSeperator {
    border-bottom: 1px solid #EBE8E8;
}

.ClubBoardListItem {
    padding: 10px;
}

    .ClubBoardListItem:hover {
        /*box-shadow: 0 0 0 2px #6b29ad inset;*/
        background-color: #f7f7f7;
    }
/*.ClubBoardListItemDate, .ClubBoardListItemName {
        display: inline-block;
}
.ClubBoardListItemName {
        float: left;
    width: 25%;
    overflow: hidden;
    height: 20px;
}*/
.width63 {
    width: 63% !important;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.AlternativeColumn {
    float: right;
    text-align: right;
    width: 100px;
    color: #a9a9a9;
}

.HorizontalPadding6 {
    padding: 0 6px;
}
/*******************************/

.autor-list li {
    padding: 10px;
    color: #333;
}

    .autor-list li:hover {
        background-color: #EBE8E8;
        cursor: pointer;
        text-transform: none;
    }

    .autor-list li .board-user,
    .autor-list li .board-date {
        color: #606060;
    }

    .autor-list li .board-title {
        margin-top: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

.txt-right {
    text-align: right;
}

.image-post2 img {
    height: 290px;
}

/* 글에 붙은 사진이 칸을 넘지 않게 한다.
   
   글쓴이가 올리는 사진은 크기가 제각각이라 2560px 짜리도 들어온다. 태그에 폭이
   적혀 있지 않으므로 아무것도 막지 않으면 브라우저가 원래 크기로 그리고, 사진이
   화면 밖으로 나간다.
   
   width 가 아니라 max-width 인 까닭이 있다. 예전에 width:100% 로 적혀 있었는데
   그것은 작은 사진까지 칸 너비로 늘여 뿌옇게 만든다 - 아마 그래서 주석으로 꺼져
   있었다. max-width 는 넓은 것만 줄이고 나머지는 건드리지 않는다.
   
   미디어 질의 밖에 둔다. 안에 있을 때는 990px 이상에서만 걸려 정작 화면이 좁은
   전화기에서 사진이 넘쳤다 - 넘쳐서 곤란한 쪽은 좁은 화면이다. */
.single-post-box > .post-content img {
    max-width: 100%;
    height: auto;
}

@media (min-width:990px) {
    .grid-box .video-post {
        height: 155px;
        overflow: hidden;
    }
}
