/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** LAYOUT STYLES ***********************/

body {
    font-size: 12px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
  color: #777777;
}

#jm-page-gradient {
  background: url(/templates/jm-balloon/images/bg.jpg) repeat-x top left;
}

/** top **/

#jm-top {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#jm-logo-sitedesc {
  float: left;
  padding: 10px 0 20px 0;
}

#jm-sitedesc {
  font-size: 1.2em;
  color: #fff;
    text-shadow: 0px 1px 0px #1e4b84;
}

#jm-top-modules {
  float: right;
  padding: 10px 0 0;
}

#jm-smallmenu,
#jm-search {
  display: block;
  padding: 0 0 10px;
  font-size: 1.2em;
  color: #DEE6EF;
}

/** djmenu **/

#jm-djmenu-left {
  background: url(/templates/jm-balloon/images/djmenu_left.png) no-repeat left center;
  margin: 0 auto 20px;
}

#jm-djmenu-right {
  background: url(/templates/jm-balloon/images/djmenu_right.png) no-repeat right center;
  padding: 18px 70px 40px;    margin-top: 0px;
}

#jm-djmenu-bg {
  background: url(/templates/jm-balloon/images/djmenu_bg.jpg) repeat-x;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 1);
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 1);
}

#jm-djmenu {
  position: relative;
}

#jm-djmenu-top1 {
  float: left;
  width: 49%;
}

#jm-djmenu-top2 {
  float: right;
  width: 49%;
  text-align: right;
}

.djmenu_single #jm-djmenu-top1,
.djmenu_single #jm-djmenu #jm-djmenu-top2 {
  width: 100%;
}

#jm-djmenu-icon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/** header **/

#jm-header {
  margin: 0 auto;
  padding: 20px 0;
}

/** main **/

#jm-main-wrap {
  margin-top: 40px;
  background: url(/templates/jm-balloon/images/ribbon_center.png) no-repeat center 16px;
}

#jm-main-wrap.noribbon {
  margin-top: 0;
  background: none;
}

#jm-main.scheme_2,
#jm-main.scheme_3 {
  margin: 0 auto;
  padding: 10px 0 0;
  background: url(/templates/jm-balloon/images/main_gradient.png) repeat-x;
  border-top: 1px solid #e2e3e3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#jm-main-wrap.noribbon #jm-main.scheme_2,
#jm-main-wrap.noribbon #jm-main.scheme_3 {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#jm-main.scheme_1 {
  background: #fff;
  padding: 10px 0 0;
  -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
  margin: 0 auto 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#jm-main.scheme_1 #jm-content-in {
  padding: 0 10px 10px;
}

#jm-ribbon {
  margin: 0 0 50px;
}

#jm-main-in {}

#jm-left,
#jm-right {
  float: left;
    margin: 0 20px 0 0;
}

#jm-main.scheme_3 #jm-left.third,
#jm-main.scheme_2 #jm-left.second {
  margin: 0;
}

#jm-main.scheme_3 #jm-right.third,
#jm-main.scheme_2 #jm-right.second {
  margin: 0;
}

#jm-main.scheme_2 #jm-content,
#jm-main.scheme_3 #jm-content {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 20px 20px 0;
  -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
}

#jm-main.scheme_3 #jm-content.third,
#jm-main.scheme_2 #jm-content.second,
#jm-main.scheme_1 #jm-content.first {
  margin-right: 0;
}

#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
  float: left;
}

#jm-content-in {
  padding: 10px;
}

#jm-main.scheme_1 #jm-pathway-font-switcher {
  padding: 0 0 20px;
}

#jm-main-wrap.noribbon #jm-main.scheme_1 #jm-pathway-font-switcher {
  padding: 10px 0 20px;
}

#jm-pathway-font-switcher {
  padding: 10px 0 20px;
}

#jm-pathway {
  float: left;
  width: 90%;
}

#jm-font-switcher {
  float: right;
  width: 10%;
  text-align: right;
}

#jm-maincontent {}

/** bottom **/

#jm-bottom {
  margin: 0 auto;
}

#jm-bottom-in {
  margin: 0 -10px;
}

/** footer **/

#jm-footer {
  -color: #d6d6d6;
  background: #b2c553;
  margin-top: -50px;
}

#jm-footer.nobottom {
  margin-top: 0;
}

#jm-footer-in {
  margin: 0 auto;
  padding: 60px 0 25px;
  position: relative;
  z-index: 2;
}

#jm-footer.nobottom #jm-footer-in {
  padding: 25px 0;
}

#jm-backtotop {
  position: absolute;
  top: -25px;
  right: -45px;
}

#jm-backtotop a {
  background: #7795bb url(/templates/jm-balloon/images/backtotop.png) no-repeat center center;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  height: 30px;
  width: 30px;
  display: block;
}

#jm-footer a:link,
#jm-footer a:visited {
  color: #D6D6D6;
}

#jm-bottom-copy {
  float: left;
}

#jm-bottom-menu,
#jm-copyrights {
  display: block;
}

#jm-bottom-menu {
  padding: 0 0 10px;
}

#jm-power-style {
  float: right;
}

#jm-poweredby,
#jm-stylearea {
  display: block;
}

#jm-stylearea {
  text-align: right;
}

#jm-poweredby {
  padding: 0 0 10px;
}

/** clearing **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */

.clr, .clear {
    clear: both;
}

/* end clearing */

