/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***details layout styles***/
#jm-logo img, #jm-header img {
	vertical-align: top;
}
#jm-header p {
	margin: 0;
}
h1#jm-logo {
	margin: 0;
	font-size: 26px;
}
h1#jm-logo a {
	color: #ff7f01;
	text-decoration: none;
}
div.search label {
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #fff;
}
#jm-content div.search label {
	color: #000000;
}
.jm-moduletable div.search .button {
	padding: 0;
	margin:0 0 0 10px;
	background: none;
}
#jm-pathway h3, #jm-pathway .showHere {
	color: #000000;
	float: left;
	line-height: 13px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
}
#jm-pathway h3 {
	font-weight: bold;
}
#jm-pathway img {
	margin: 0 3px;
}
#jm-pathway a:link, #jm-pathway a:visited {
	color: #a89465;
}
form#login-form #modlgn-username.inputbox, form#login-form #modlgn-passwd.inputbox {
	width: 144px;
}
/***details layout styles for modules***/

.jm-moduletable a {
	color: #fff;
}
.jm-moduletable.contact a {
	color: #c80000;
}
.jm-moduletable.lightgray a {
	color: #333333;
}
.jm-moduletable2 a {
	color: #84641a;
}
/***details layout styles for footer***/

#jm-footer p {
	margin: 0;
}
/***************** details layout styles slider module **********************/

#jm-header-slider .djslider-loader {
	margin-top: -25px;
	margin-bottom: -33px;
}
.slide-desc-bg {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#jm-header-slider .slide-desc-bg {
	background: none;
}
.slide-desc-text {
	padding: 5px 10px;
}
#jm-header-slider .slide-desc-text {
	height: 150px;
}
#jm-header-slider .slide-desc-text, #jm-header-slider .slide-desc-text a {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
}
#jm-header-slider .slide-desc-text a:hover {
	text-decoration: underline;
}
.slide-desc-text .slide-title, .slide-desc-text .slide-title a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
#jm-header-slider .slide-desc-text .slide-title, #jm-header-slider .slide-desc-text .slide-title a {
	font-size: 24px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
}
.slide-desc-text .slide-title a:link, .slide-desc-text .slide-title a:visited {
	text-decoration: none;
}
.slide-desc-text .slide-title a:hover {
	text-decoration: underline;
}
.slide-desc-text a.readmore {
	color: #f65f01;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#jm-header-slider .slide-desc-text a.readmore {
	font-size: 14px;
	color: #f65f01;
}
.slide-desc-text a.readmore:hover {
	text-decoration: underline;
}
#jm-header-slider img {
	float: left;
}
/***************** rounded corners **********************/

#jm-topmenu, #jm-content-top-mod, .jm-moduletable, #jm-footer, #jm-bottom {
	-webkit-border-radius: 5px;
	/* Safari, Chrome */
	-khtml-border-radius: 5px;
	/* Konqueror */
	-moz-border-radius: 5px;
	/* Firefox */
	border-radius: 5px;
}
.jm-moduletable.newsletter {
	-webkit-border-radius: 0px;
	/* Safari, Chrome */
	-khtml-border-radius: 0px;
	/* Konqueror */
	-moz-border-radius: 0px;
	/* Firefox */
	border-radius: 0px;
}
#jm-main.scheme_3 #jm-pad-in, #jm-main.scheme_2 #jm-pad-in, #jm-main.scheme_2 #jm-pad.noleft #jm-pad-in, #jm-main.scheme_1 #jm-pad-in, .dj-submenu {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
