/*--------------------------------------------------------------
# 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 OF LAYOUT ELEMENTS ***********************/

#jm-search div.search .inputbox {
	-webkit-transition: width 0.3s ease-out 0s;
	-moz-transition: width 0.3s ease-out 0s;
	-o-transition: width 0.3s ease-out 0s;
	transition: width 0.3s ease-out 0s;
	width: 170px;
	margin: 0;
}

#jm-search div.search input.inputbox:focus,
#jm-search div.search input.inputbox:active {
	width: 200px;
}

#jm-search div.search .button {
	height: auto;
	line-height: auto;
	padding: 10px;
	margin: 0 -1px;
	border: 1px solid #e6e6e6;
	border-left: none;
}

#jm-search div.search .button:active {
	top: 0;
}

h1#jm-logo {
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 0;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	color: #484948;
	display: block;
}

h1#jm-logo a:hover {
	text-decoration: none;
}

#jm-copyrights p {
	margin: 0;
}

#jm-pathway div.breadcrumbs span.showHere {
	font-weight: bold;
	margin: 0 5px 0 0;
	display: inline-block;
}

#jm-pathway div.breadcrumbs img {
	vertical-align: middle;
}

#jm-pathway h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
}

#jm-stylearea a span {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 0 0 0 5px;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), 1px 1px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3), 1px 1px 0 rgba(0,0,0,0.3);
}

#jm-stylearea a:active span {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);
}

#jm-stylearea a:hover {
	text-decoration: none;
}

#jm-stylearea a#style_icon-1 span {
	background: #6F9E36;
}

#jm-stylearea a#style_icon-1:hover span {
	background: #84b24b;
}

#jm-stylearea a#style_icon-2 span {
	background: #ff9900;
}

#jm-stylearea a#style_icon-2:hover span {
	background: #ffae35;
}

#jm-stylearea a#style_icon-3 span {
	background: #00a9e0;
}

#jm-stylearea a#style_icon-3:hover span {
	background: #13baf1;
}

#jm-back-top a {
	display: block;
}

#jm-back-top a:hover {
	text-decoration: none;
	cursor: pointer;
}

#jm-back-top span {
	width: 80px;
	height: 80px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-image: url(../images/backtotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0.5);
}

#jm-back-top a:hover span {
	background-color: rgba(0,0,0,0.3);
}

/** doctextsizer list **/

.smallview #jm-maincontent { /*CSS for "small font" setting*/
	font-size: 0.9em;
	line-height: 1.5em;
}

.normalview #jm-maincontent { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview #jm-maincontent { /*CSS for "large font" setting*/
	font-size: 1.2em;
	line-height: 1.5em;
}