/*--------------------------------------------------------------
# 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 {
	border: none;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;	
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
	margin: 0;
	-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;
	height: 38px;
	line-height: 38px;
}

#jm-search div.search input.inputbox:focus,
#jm-search div.search input.inputbox:active {
	width: 200px;
}

#jm-search div.search .button {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	margin: 0;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
	border-top: none;
	border-right: none;
	border-bottom: none;
}

#jm-search div.search .button:active {
	top: 0;
}

/** layout **/

h1#jm-logo {
	font-size: 2.2em;
	line-height: 1.2em;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	color: #ffffff;
	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;
	border: 1px solid #dddddd;
}

#jm-stylearea a:hover {
	text-decoration: none;
}

#jm-stylearea a#style_icon-1 span {
	background: #002558;
}

#jm-stylearea a#style_icon-1:hover span {
	background: #336696;
}

#jm-stylearea a#style_icon-2 span {
	background: #494949;
}

#jm-stylearea a#style_icon-2:hover span {
	background: #797979;
}

#jm-stylearea a#style_icon-3 span {
	background: #d03b0d;
}

#jm-stylearea a#style_icon-3:hover span {
	background: #FF6637;
}

#jm-backtotop a:link,
#jm-backtotop a:visited {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 30px;
	width: 30px;
	display: block;
	margin: 0 auto;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3); 
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border: none !important;
}

/** template **/

.newsflash .newsflash-title {
	font-size: 1em;
	font-weight: bold;
	clear: both;
}

.newsflash a.readmore {
	margin: 10px 0 25px;
}

/** 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;
}