/*--------------------------------------------------------------
# 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-topline-left h3 {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #ee1c25;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

#jm-topline-mods a:link,
#jm-topline-mods a:visited {
	color: #cccccc;
}

#jm-topline-mods div.login-greeting {
    padding: 0;
	display: inline-block;
}

#jm-topline-mods div.logout-button {
	display: inline-block;
}

#jm-topline-mods div.logout-button input.button {
    background: #333333 !important;
    height: 15px;
	line-height: 15px;
	font-size: 8px;
	text-transform: uppercase;
    margin: 0 10px !important;
    padding: 0 5px;
}

#jm-topline-mods div.logout-button input.button:hover {
    background: #666666 !important;	
}

#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: 180px;
	margin: 0;
font-family:"homa",tahoma,arial;
}

#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: 11px;
	margin: 0 0 0 -1px;
}

#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 {
	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: #000;
}

#jm-stylearea a#style_icon-1:hover span {
	background: #525252;
}

#jm-stylearea a#style_icon-2 span {
	background: #006295;
}

#jm-stylearea a#style_icon-2:hover span {
	background: #0088cf;
}

#jm-stylearea a#style_icon-3 span {
	background: #BD2031;
}

#jm-stylearea a#style_icon-3:hover span {
	background: #ff2345;
}

#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;
}
