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

  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;
  text-align:center;
  margin: 0px 0px 5px 0px;
  padding: 10px 10px;
  overflow:auto;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;    
}
.sticky h1,h2 {color: #1e2800;font-weight: bold;text-align: center;}
.stickyleftbox {margin: 0 5px 0 0;float: left;}