/* -------------------------------------------------------------------------- */
/* ARTICLE LAYOUT                                                             */
/* -------------------------------------------------------------------------- */

  #article-columns
  {
    margin: 0px -10px 0px 0px;
    background:  url(img/article-columns-bg.png) left top repeat-y;
  }

  #article-column-1
  {
    float: left;
    width: 600px;
  }

  #article-column-2
  {
    float: left;
    width: 340px;
  }

  #article-column-2-padding
  {
    padding: 0px 0px 30px 50px;
  }

  #article-column-2 h2
  {
    margin-top: 0px;
  }

  #article-column-2 h3
  {
    font-size: 1.3em;
    font-weight: bold;
  }

  #article-column-2 img
  {
    max-width: 290px;
    height: auto;
  }


/* -------------------------------------------------------------------------- */
/* ARTICLE FILTES                                                             */
/* -------------------------------------------------------------------------- */


  #article-count-info-frame
  {
     /* position: relative; */
  }

  #article-count-info
  {
     position: absolute;
     right: 30px;
     top: 20px;
     color: #666666;
  }
/* -------------------------------------------------------------------------- */
/* ARTICLE FILTES                                                             */
/* -------------------------------------------------------------------------- */

  #filters-frame
  {
     /* position: relative; */
  }
  
  #filters-box
  {
     position: absolute;
     right: 23px;
     top: -32px;
     color: #666666;
  }
  

  #filters-box select
  {
    background: #EEEEEE;
    border-radius:  0px;
    border: 0px;
    padding: 9px 10px;
    min-width: 301px;
    max-width: 301px;
  }

  #filters-box input
  {
    background-color: #AAAAAA;
    padding: 3px 12px;
    cursor: pointer;
  }
  
  #filters-box .td-1
  {

  }

  #filters-box .td-2
  {

  }


/* -------------------------------------------------------------------------- */
/* ARTICLE LIST                                                               */
/* -------------------------------------------------------------------------- */

    .article-list
    {
      margin-top: 50px;
    }


    .article-list-item
    {
        margin: 30px 0px 30px 0px;
    }


    .article-list-item .article-img-box
    {
        float: left;
        width: 300px;
        height: 200px;
        overflow: hidden;
        background: #F5F5F5;
        margin-right: 20px;
    }

    .article-list-item .article-content-box
    {
      margin: 0px 0px 0px 320px;
      padding:  0px;
    }

    .article-content-box h2
    {
      margin-top: 10px;
      margin-bottom: 0px;
    }

    .article-content-box h2 a        { text-decoration: none;}
    .article-content-box h2 a:link   { text-decoration: none;}
    .article-content-box h2 a:visite { text-decoration: none;}
    .article-content-box h2 a:active { text-decoration: none;}
    .article-content-box h2 a:hover  { text-decoration: underline;}

    .article-list-item .article-info-row
    {
      color: #999999;
      font-size: 90%;
      padding: 10px 0px 0px 0px;
    }
   
   .paginator
   {
      margin: 30px 20px 30px 0px;
   }

/* -------------------------------------------------------------------------- */
/* ARTICLE DETAIL                                                             */
/* -------------------------------------------------------------------------- */

  /* img */

    .article-item-detail .img-box
    {
      margin: 21px 0px 21px 0px;
    }

    .article-item-detail .img-box-img
    {
      position: relative;
      height: 300px;
      overflow: hidden;
    }

    .article-item-detail .article-info-row
    {
      color: #999999;
      font-size: 90%;
      padding: 0px 0px 0px 0px;
      text-align: center;
    }




    .img-box-gallery-btn
    {
      position: absolute;
      right: 10px;
      bottom:  10px;
      display: block;
      padding:  5px 15px;
      background: #1A1A1A;
      background: rgba(26, 26, 26, 0.7);
      color: #999999;
      cursor: pointer;
      font-size: 110%;
    }

    .img-box-description
    {
        padding:  10px 15px;
        background: #1A1A1A;
        color: #999999;
        font-size: 95%;
    }


    .article-detail-author
    {
       text-align: left;
    }
  
  .article-detail-text-1
  {
    /*float: left;
    width: 305px;*/
    /* color: #333333;*/
  }
  
  .article-item-detail h2
   {

   }
   
  .article-detail-text-2
  {
    /* color: #333333;*/
  }

  .article-open-gallery
  {
    font-size: 120%;
    font-weight: bold;
  }
  
  .article-open-gallery img
  {
    position: relative;
    top: 3px;
  }
  
  


/* -------------------------------------------------------------------------- */
/* ARTICLE RIGHT COLUMN                                                       */
/* -------------------------------------------------------------------------- */

  #article-right-column-box
  {
    color: #666666;
    line-height: 140%;
  }

  #article-right-column-box h2
  {
    color: #666666;
    font-weight: normal;
    margin-bottom: 1.5em;
  }

  #article-right-column-box h3
  {
    color: #666666;
    margin-bottom: -0.3em;
  }

  #article-right-column-box h3 a         { color: #666666; text-decoration:none; }
  #article-right-column-box h3 a:link    { color: #666666; text-decoration:none; }
  #article-right-column-box h3 a:visited { color: #666666; text-decoration:none; }
  #article-right-column-box h3 a:active  { color: #666666; text-decoration:none; }
  #article-right-column-box h3 a:hover   { color: #333333; text-decoration:underline; }


  .article-right-box-item
  {
    margin-bottom: 50px;
  }

  #article-right-column-box .article-content-box
  {
    padding:  0px;
    font-size: 90%;
  }

  h1.article-caption
  {
       font-size: 1.7em;
      margin-top: 1em;
      margin-bottom: 1em;
      line-height: 115%;
      font-weight: normal;
  }

/* -------------------------------------------------------------------------- */
/* ARTICLE SEND FORM                                                          */
/* -------------------------------------------------------------------------- */

  #article-send-box
  {
    margin-top: 50px;
    padding-top: 50px;
    font-size: 90%;
    color: #999999;
  }

  #article-send-box .msg
  {
    color: #CC0000;
    margin-bottom: 1em;
  }

  #article-send-box .input-1
  {
    padding:  12px 10px;
    height: 16px;
    margin-right: 8px;
    width: 180px;
  }

  #article-send-box .button-1
  {
    padding:  0px 30px;
    line-height: 42px;
    height: 42px;
    background: #CCCCCC ;
    color: #FFFFFF;
    font-size: 130%;

  }


  #ccelm_send_article
  {
    margin-top: 25px;
  }

  #ccelm_send_article img
  {
    float: left;
    margin: 0px 10px 0px 0px;
  }

  #article-send-box #ccelm_send_article  .input-1
  {
    padding:  6px 10px;
    height: 16px;
    margin-right: 8px;
    width: 180px;
  }

  #ccelm_send_article
  {
    border-collapse: collapse;
  }

  #ccelm_send_article tr
  {
    border-collapse: collapse;
  }

  #ccelm_send_article td
  {
    border-collapse: collapse;
    padding:  0px 0px 0px 0px;
  }