/**
 * Nucleo (X)HTML/CSS Framework
 *
 * Typographic styles for blocks, which have class "content"
 *
 * @copyright       Copyright (c) 2008, Sergey Gogolev
 * @link            http://css.softprojects.ru/
 * @license       CC-A-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
 * @version         0.1.4
 */


/**
 * @section styles for content blocks
 *
 * Content block is block which has class "content"
 */
  .content-block {
    padding: 25px 0 0 30px;}

  .content2 {
    color: #555;
    font-size: 1.3em; line-height: 1.4em;
    padding: 10px 0 15px;}

  .content {
    position: relative; color: #555; width: 100%;
    font-size: 1.3em; line-height: 1.4em;
    padding: 10px 0 15px;}

    /* Paragraph */
    .content p {
      font-size: 1em; margin: 0 0 1em;}

    /* Small text */
    .content sub, .content sup, .content small {
      font-size: .9em;}

    /* Big text */
    .content big {
      font-size: 1.2em;}

    /* Blockquote */
    .content blockquote {
      margin: 1em 0 1em 1em; padding: 0 1em; border-left: .3em solid #3772d2;
      color: #b2b2b2;}

  /*
   *  @subsection Lists
   */
  .content ul, .content ol {
    margin: 1em 0 1em 1em;}

    .content ul ul, .content ol ul{
      margin: .25em 0 .25em 1em;}

    .content ul li {
      position: relative; padding: 0 0 0 1.4em; height: 1%;
      background: url(../images/content-list-1.gif) no-repeat 0 .2em;}

      .content ul li ul li{
        padding: 0 0 0 1.1em;
        background: url(../images/content-list-2.gif) no-repeat 0 .5em;}


  /*
   *  @subsection Headers
   */
    .content h2, .content h3,
    .content h4, .content h5, .content h6 {
      font-weight: bold;
      margin: .6em 0 .3em; color: #3772d2;}

    .content h2 {
      font-size: 1.1em;}

    .content h3 {
      font-size: 1em; color: #444;}

    .content h4, .content h5, .content h6 {
      font-size: .9em; color: #444;}

  /*
   *  @subsection Tables
   */

    .table-style {
      width: 100%;
      margin: 1em 0 .5em; border-bottom: 2px #509cc7 solid;}

    .table-style td,.table-style th {
      padding: .4em .8em;}

    .table-style-header,
    .table-style th {
      font-weight: bold; color: white;
      background: #3772d2;}

    .table-style td {
      border-bottom: 1px solid #d1d1d1;}

.tmp-image {
  margin: 0 15px 15px 0;}


.events-city
{
 display: block;
 padding-top: 3px;
 font-weight: bold;
 color: #aeaeae;
}