
#center_content > .details
{
  margin: 4px 0px;
  font-size: 11px;
  color: #666666;
}


#center_content > .lead
{
  margin: 8px 0px;
  text-align: justify;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.45;
  color: #2f2f2f;
}

#center_content > .content
{
  margin: 8px 0px;
  text-align: justify;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #2f2f2f;
}

#center_content > .content h3
{
  margin: 16px 0px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* #### article advertisement #### */

#center_content > .content .article_advertisement
{
  text-align: center;
}


/* #### article table #### */

#center_content .content table
{
  margin: 0px 0px 0px 0px;
  border-collapse: collapse;
  border: 1px solid black;
}

#center_content .content table td
{
  padding: 2px;
  border: 1px solid black;
}

#center_content .content table th
{
  padding: 2px;
  border: 1px solid black;
  font-weight: bold;
}


/* #### article photo #### */


#center_content > .content p.article_photo
{
    margin: 16px 0px;
    text-align: center;
}

#center_content > .content p.article_photo img
{
    max-width: 100%;
}

@media only screen and (min-width: 1000px) /* desktop */
{
  #center_content > .content p.article_photo img
  {
    max-width: 640px;
  }
}

/* #### article movie #### */

#center_content > .content .article_movie
{
  text-align: center;
}

#center_content > .content .article_movie object
{
  width: 320px;
  height: 192px;
}

#center_content > .content .article_movie object embed
{
  width: 320px;
  height: 192px;
}

@media only screen and (min-width: 480px) /* tablet */
{
  #center_content > .content .article_movie object
  {
    width: 480px;
    height: 288px;
  }

  #center_content > .content .article_movie object embed
  {
    width: 480px;
    height: 288px;
  }
}

@media only screen and (min-width: 1000px) /* desktop */
{
  #center_content > .content .article_movie object
  {
    width: 640px;
    height: 384px;
  }

  #center_content > .content .article_movie object embed
  {
    width: 640px;
    height: 384px;
  }
}

/* #### youtube movie #### */

  #center_content > .content .youtube_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

  #center_content > .content .youtube_movie iframe,
  #center_content > .content .youtube_movie object,
  #center_content > .content .youtube_movie embed
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* #### article gallery #### */

#center_content > .content .gallery_album
{
  background-color: #D8DEE6;
  padding: 10px 0px;
}

#center_content > .content .gallery_album h2
{
  margin: 0px 10px 4px;
  font-family: arial;
  font-size: 16px;
}

#center_content > .content .gallery_album .created_at_author
{
  display: none;
  margin: 4px 10px;
}

#center_content > .content .gallery_album .gallery_photos
{
  margin: 0px 10px;
}

#center_content > .content .gallery_album .gallery_photos .gallery_photo
{
  float: left;
  width: 30%;
  margin: 0px 0px 0px 10px;
}

#center_content > .content .gallery_album .gallery_photos .gallery_photo:first-child
{
  margin-left: 0px;
}

#center_content > .content .gallery_album .gallery_photos .gallery_photo img
{
  margin: 0px;
  /*width: 100%;*/
  max-width: 80px;
  max-height: 80px;
}

#center_content > .content .gallery_album .gallery_photos .gallery_photo_clear
{
  clear: left;
}

#center_content > .content .gallery_album .gallery_photos_number
{
  margin: 4px 10px;
}

@media only screen and (min-width: 520px)
{
  #center_content > .content .gallery_album .gallery_photos .gallery_photo img
  {
    width: auto;
    max-width: 120px;
    max-height: 120px;
  }
}

@media only screen and (min-width: 1000px)
{
  #center_content > .content .gallery_album .gallery_photos .gallery_photo img
  {
    width: auto;
    max-width: 160px;
    max-height: 160px;
  }
}


/* #### highlight #### */

#center_content span.highlight
{
  background-color: yellow;
}

/* #### see also #### */

#center_content > .see_also
{
  margin: 0px 0px;
}

#center_content > .see_also h2.see_also_label
{
  margin: 10px 0px;
  padding: 0px;
  font-size: 16px;
}

#center_content .see_also_article
{
  margin: 4px 0px;
  padding: 8px 0px;
  background-color: #E7EEF1;
}

#center_content .see_also_article_main_article_photo
{
  margin: 0px 8px;
  float: left;
  width: 80px
  height: 80px;
}

#center_content .see_also_article h3
{
  margin: 0px 0px;
  font-size: 14px;
}

#center_content .see_also_article .created_at_author
{
  margin: 4px 0px;
  font-size: 12px;
}

#center_content .see_also_article .lead
{
  margin: 4px 8px;
  font-size: 12px;
}

#center_content .see_also_article_info
{
  margin: 0px 8px;
  float: left;
}

#center_content .see_also_article_footer
{
  clear: left;
}

/* #### comments #### */

.comments
{
  margin: 0px 0px;
}

.comments h2.comments_label
{
  margin: 10px 0px;
  font-size: 16px;
}

.comments_submenu
{
  margin: 10px 0px;
}

.comments_blocked
{
  margin: 16px;
  font-size: 12px;
  width: 640px;
  text-align: center;
}

.article_comment
{
  margin: 4px 0px;
  padding: 8px 0px;
  background-color: #E7EEF1;
  text-align: left;
  font-family: verdana;
  font-weight: normal;
  font-size: 12px;
}

.article_comment_is_suspended{
  margin: 2px 4px 2px 4px;
  background: #ffc8c8;
  text-align: left;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
}


.article_comment .article_comment_header{
  margin: 0px;
  padding: 0px 8px;
  font-weight: bold;
}

.article_comment .article_comment_footer{
  margin: 0px;
}

.article_comment_is_suspended .article_comment_header{
  margin: 0px;
  padding: 0px 8px;
  font-weight: bold;
}

.article_comment_is_suspended .article_comment_footer{
  margin: 0px;
}


.article_comment_content
{
  margin: 0px 8px;
}

.no_comments
{
  margin: 4px 16px;
  text-align: center;
  font-size: 12px;
}

.comments_info
{
  margin: 16px;
  font-size: 12px;
  text-align: center;
}

.pagination
{
  margin: 4px 16px;
  font-size: 12px;
}

@media only screen and (min-width: 480px)
{
  #center_content .details
  {
    margin: 8px 0px;
    font-size: 12px;
  }

  #center_content .lead
  {
    margin: 16px 0px;
  }

  #center_content .content
  {
    margin: 16px 0px;
  }

  #center_content .see_also
  {
    margin: 0px 0px;
  }

}

@media only screen and (min-width: 1000px)
{

}
