/*--------------------------------------------------------------
# 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 {
    margin: 0;
    padding: 0;
  
    line-height: 1.5em;
}

#jm-allpage {
  position: relative;
}

/**top**/

#jm-toppage {
    background: url('../images/jm-toppage-border.png') bottom repeat-x;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#jm-toppage-in {
    margin: 0 auto;
    padding: 10px 0;
}

#jm-top-mod {
  float: left;
  color: #ffffff;
  padding: 0 20px;
}

#jm-djmenu {
  float: right;
    text-align: right;
}

/* logo & social */

#jm-logo-left {
    float: left;
    text-align: center;
    padding: 15px 0 25px;
    min-height: 216px;
}

.nocolumnleft.noheader.scheme_2 #jm-logo-left,
.noheader.scheme_1 #jm-logo-left {
  min-height: 0;
}

.content_right-left #jm-logo-left {
    float: right;
}

.nocolumnleft #jm-logo-left {
    float: left;
}

#jm-logo-sitedesc-in {
    margin: 0 auto;
    padding: 0 10px
}

#jm-sitedesc {
    font-weight: bold;
    letter-spacing: 1px;
}

#jm-social {
    float: right;
    margin: 0 0 10px;
}

.nocolumnleft #jm-social {
    float: right;
}

.content_right-left #jm-social {
    float: left;
}

#jm-maincontent {
    padding-bottom: 10px;
}

/** midpage **/

#jm-midpage-in {
    margin: 0 auto;
    padding: 0 10px 6px;
}

.nobottommods #jm-midpage-in {
  padding: 0 10px 10px;
}

#jm-left,
#jm-right {
    float: left;
}

#jm-left .jm-left-space {
    background: #f1f0ee;
    padding: 10px 10px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#jm-right .jm-right-in {
    margin: 0 0 0 10px;
}

#jm-content-right-in {
    margin: 0 0 0 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #e3e1de no-repeat;
    background-position: right 34px;
    padding: 10px 10px 0;
}

.noheader #jm-content-right-in {
    background-image: none;
      MARGIN-top: 35px;
}

.content_right-left #jm-content-right-in {
    margin: 0 6px 0 0;
}

.left-right_content #jm-right .jm-right-in {
    margin: 0 10px 0 0;
}

.nocolumnleft #jm-main.scheme_2 #jm-content-right-in,
#jm-main.scheme_1 #jm-content-right-in {
  margin: 0;
}

#jm-main.scheme_3 #jm-content-right,
#jm-main.scheme_2 #jm-content-right,
#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
    float: left;
}

.noheader #jm-content-right {
  margin-top: -200px;
}

.noheader.nosocial #jm-content-right {
  margin-top: -256px;
}

.nologo.noheader #jm-content-right,
.nocolumnleft.noheader #jm-content-right {
  margin-top: 0;
}

#jm-header-in {
    margin-top: -205px;
    text-align: right;
}

#jm-pathway-font-switcher {
    padding: 0 0 10px;
}

#jm-pathway {
    float: left;
    width: 85%;
}

#jm-pathway-font-switcher.nofontsw #jm-pathway {
    width: 100%;
}

#jm-font-switcher {
    float: right;
    width: 15%;
    text-align: right;
}

/** bottompage **/

#jm-bottompage-in {
    padding: 0 10px;
    margin: 0 auto;
}

#jm-bottompage-space {
    margin-left: -10px;
  margin-top:20px;
}

#jm-footer {
    margin-left: 10px;
    padding: 0 10px;
}

#jm-copyrights {
    float: left;
}

#jm-poweredby-stylearea {
    float: right;
}

#jm-stylearea {
    padding-top: 10px;
    text-align: right;
}

#jm-back-top {
  position: fixed;
  bottom: 0px;
  right: 0;
  margin-right: 50px;
}

/** 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 */

/* ismobile */

.ismobile #jm-content-right,
.ismobile #jm-content,
.ismobile #jm-left {
    width: 100%;
}

.noheader .ismobile #jm-content-right {
  margin-top: 0;
}

.ismobile #jm-left .jm-left-space {
  background: none;
  padding: 0;
}

.noheader .ismobile #jm-logo-left {
  min-height: 0;
}