/*-------------------------------------------------

  NeoCMS Core File : stylesheet_main.tpl

  This is a template file used by
  admin_update_stylesheets.php to generate
  stylesheet_main.css.

  That file contains CSS definitions
  that affect the main page.

-------------------------------------------------*/

/*-------------------------------------------------
    Sticky item on front page
-------------------------------------------------*/
.sticky {
    color: #1e2800;
    background-color: #b7a3c9;
    /*height: 80px;*/
    text-align:center;
    margin: 0px 0px 5px 0px;
    padding: 10px 10px;
    overflow:auto;
    clear: both;
}

.sticky h1,h2 {
    color: #1e2800;
    font-weight: bold;
    text-align: center;
}

.stickyleftbox {
    margin: 0 5px 0 0;
    float: left;
}