/*--------------------------------------------------------------
# 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: 14px;
    line-height: 1.5em;
    font-family: "Droid Serif", serif;
    margin: 0;
    padding: 0;
	background: url(../images/bg.png) repeat;
	color: #727171;
	text-shadow: 1px 1px 0 #fff;
	border-top: 3px solid #b29f9b;
}



#jm-allpage {
	margin: 0 auto;
	background: url(../images/top_bg.png) no-repeat center 92px;
}

/** top **/

#jm-top {
	margin: 0 0 20px;
}

#jm-top-mods {
	margin: 0 auto;
	position: relative;
	padding: 19px 0 15px;
}

#jm-top-mods.nodjmenu {
	padding: 19px 0;
}

#jm-search,
#jm-slogan {
	float: right;
}

#jm-search {
	padding: 0 0 0 160px;
}

#jm-logo-sitedesc {
	position: absolute;
	top: 4px;
	left: 3px;
	padding-bottom: 50px;
}

#jm-topmenu-top {
	background: url(../images/topmenu_top.png) repeat-x top left;
	min-width: 1280px;
}

#jm-topmenu-bot {
	background: url(../images/topmenu_bot.png) repeat-x bottom left;
	padding: 11px 0;
}

#jm-topmenu-in {
	background: #d4cac8 url(../images/topmenu_in.png) repeat-x bottom left;
}

#jm-topmenu-wrap {
	margin: 0 auto;
}

#jm-topmenu {
	float: right;
	width: 1280px;
	text-align: right;
}

#jm-header {
	margin: 0 auto;
}

/** middle **/

#jm-middle-shadow {
	background: url(../images/shadow.png) no-repeat bottom center;
	padding-bottom: 14px;
	margin-bottom: 6px;
}

#jm-middle-bg {
	background: url(../images/transparent_bg.png) repeat;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#jm-middle-border {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

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

/** main **/

#jm-main {
	margin: 0 auto;
	padding: 12px 4px 0 4px;
}

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

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

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

#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-content {
	margin: 0 20px 0 0;
}

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

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

#jm-maincontent,
#jm-content-top {
	float: left;
}

#jm-maincontent {
	width: 70%;
	margin: 0 0 20px;
}

#jm-maincontent-in {
	margin-right: 20px;
}

#jm-content-top {
	width: 30%;
}

.nocontenttop #jm-maincontent,
.nocontenttop #jm-content-top {
	float: none;
	width: auto;
}

.nocontenttop #jm-maincontent-in {
	margin: 0;
}

/** bottom **/

#jm-bottom-wrap {
	background: url(../images/transparent_bg.png) repeat;
}

#jm-bottom-in {
	margin: 0 auto;
}

#jm-bottom-stripe {
	background: url(../images/stripe.png) repeat-x bottom left;
	padding: 0 0 5px;
}

#jm-bottom-mods {
	margin: 0 -10px;
	padding: 20px 0 0;
}

#jm-footer {
	padding: 20px 0;
}

#jm-copyrights {
	float: left;
}

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

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

/**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 */