/*--------------------------------------------------------------
# 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 {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
	background: #ffffff;
}

#jm-allpage {
	position: relative;
	top: 13px;
}

/** toppage **/

#jm-toppage {
	color: #ffffff;
}

#jm-toppage-in {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 0 9px;
	top: 25px;
	/* left: 10px; */
}

.isfluid #jm-toppage-in {
	padding: 0;
}

#jm-toppage-left {
	float: left;
	padding-top: 10px;
	width:62%;
}

#jm-logo-sitedesc {
	padding: 0 10px 20px;
}
#jm-sitedesc{
    font-size:26px;
    text-shadow:1px 2px 0 #2c3632;
    font-family: 'Sanchez', serif;
    padding:20px 0 0;
    float:right;
}
#jm-toppage-right {
	float: right;
	padding-top: 25px;
}

#jm-social-search {
	padding-bottom: 20px;
}

#jm-social {
	float: right;
}

#jm-search {
	float: right;
	padding-left: 20px;
}

#jm-djmenu-wrap {
	position: relative;
	float:right;
	z-index: 1;
	display: inline-block;
	width: 90%;
	margin: -60px 0 30px;
}

#jm-djmenu {
	background: transparent;
	/*background: -moz-linear-gradient(top,  #f6f6f6 0%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dcdcdc));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#dcdcdc 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#dcdcdc 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#dcdcdc 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#dcdcdc 100%);*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
}

#jm-djmenu:before {
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    content: "";
    height: 12px;
    left: 5%;
    position: absolute;
    bottom: 0;
    width: 90%;
    z-index: -1;
}

#jm-header {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: -50px;
}

#jm-header:before, #jm-header:after {
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);	
    background: rgba(0, 0, 0, 0.7);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
	height: 50px;
    width: 50%;
    z-index: -1;
}

#jm-header:after {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);	
    left: auto;
    right: 10px;
}

#jm-header-in {
	background: #F7F7F7;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

/** mainpage **/

#jm-mainpage {
	border-top: 1px solid #ffffff;
	background: url(../images/mainpage_bg.png);
}

#jm-mainpage-gradient {
	background: url(../images/mainpage_gradient.png) repeat-x;
	padding: 80px 0 0;
}

#jm-mainpage-gradient.noheader {
	padding: 52px 0 0;
}

#jm-mainpage-in {
	margin: 0 auto;
	padding: 0 20px;
}

.isfluid #jm-mainpage-in {
	padding: 0;
}

#jm-top2 {
	margin-left: -30px;
}

#jm-main {
	margin-left: -30px;
}

#jm-left .jm-left-in,
#jm-right .jm-right-in,
#jm-content .jm-content-in {
    margin: 0 0 0 30px;
}

/* lcr */

.lcr #jm-left {
	float: left;
}

.lcr #jm-right {
	float: right;
}

.lcr #jm-content {
    float: right;
}

.lcr.scheme2.noleft #jm-content {
	float: left;
}

/* clr */

.clr #jm-left,
.clr #jm-right, 
.clr #jm-content {
    float: left;
}

/* lrc */

.lrc #jm-left {
	float: left;
}

.lrc #jm-right, 
.lrc #jm-content {
    float: right;
}

#jm-content-top1 {
	margin-left: -30px;
}

#jm-pathway-font-switcher {
	padding-bottom: 20px;
}

#jm-pathway {
	float: left;
	width: 85%;
}

.nofontsw #jm-pathway {
	width: 100%;
}

#jm-font-switcher {
	float: right;
	width: 15%;
	text-align: right;
}

#jm-maincontent {
	margin-bottom: 30px;
}

#jm-content-bottom2 {
	margin-left: -30px;
}

#jm-bottom1 {
	margin-left: -30px;
}

#jm-bottom2 {
	display: inline-block;
	width: 100%;
}

/** bottompage **/

#jm-bottompage {
	background: #E6E6E6;
	border-top: 1px solid #e2e2e2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
	margin-left: auto;
	margin-right: auto;
}

#jm-bottompage-in {
	margin: 0 auto;
	padding: 30px 20px;
}

.isfluid #jm-bottompage-in {
	padding: 30px 0 20px;
}

#jm-bottom3-wrap {
	margin: 0 0 20px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #d0d0d0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#jm-bottom3 {
	/* margin-left: -30px; */
	border-bottom: 1px solid #fff;
}

#jm-copyrights {
	float: left;
}

#jm-poweredby-stylearea {
	float: right;
}

#jm-stylearea {
	padding-top: 10px;
	float: right;
}

#jm-back-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	margin-right: 30px;
}

/** isfluid **/

.isfluid #jm-toppage-space,
.isfluid #jm-mainpage-space,
.isfluid #jm-bottompage-space {
	padding: 0 20px;
}

/** 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, .jm-clear {
    clear: both;
}

/* end clearing */