/*--------------------------------------------------------------
# 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 ***********************/ 

/** layout **/

h1#jm-logo {
	font-size: 3.8em;
	line-height: 1.2em;
	margin: 0 0 10px;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	border: none;
	display: block;
}

h1#jm-logo a:hover {
	color: inherit;
	text-shadow: none;
}

#jm-copyrights p,
#jm-banner p {
	margin: 0;
}

#jm-pathway div.breadcrumbs span.showHere {
	font-weight: bold;
	margin: 0 3px 0 0;
}

#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-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;
}

#jm-font-switcher a:link,
#jm-font-switcher a:visited,
#jm-stylearea a:link,
#jm-stylearea a:visited {
	border: none !important;
}

#jm-stylearea a span {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 5px 0;
}

#jm-stylearea a:link,
#jm-stylearea a:visited {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	height: 25px;
	width: 25px;
    -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);
	display: inline-block;
	text-align: center;
}

#jm-stylearea a#style_icon-1 span {
	background: #e24b5f;
}

#jm-stylearea a#style_icon-1:hover span {
	background: #ed6173;
}

#jm-stylearea a#style_icon-2 span {
	background: #ad8455;
}

#jm-stylearea a#style_icon-2:hover span {
	background: #c09b70;
}

#jm-stylearea a#style_icon-3 span {
	background: #42b4c4;
}

#jm-stylearea a#style_icon-3:hover span {
	background: #57c4d3;
}

#jm-stylearea a#style_icon-4 span {
	background: #9a9898;
}

#jm-stylearea a#style_icon-4:hover span {
	background: #aeacac;
}

#jm-footer a:hover {
	border-bottom: none !important;
}

/** template **/

.newsflash .newsflash-title {
	font-size: 1em;
	font-weight: bold;
}

.newsflash a.readmore {
	margin-bottom: 10px;
}

/** doctextsizer list **/

.smallview body { /*CSS for "small font" setting*/
	font-size: 12px;
}

.normalview body { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview body { /*CSS for "large font" setting*/
	font-size: 16px;
}

.smallview ul li {
	background-position: left 5px;
}

.largeview ul li {
	background-position: left 7px;
}

.smallview ul.linked li a {
	background-position: left 7px;
}

.largeview ul.linked li a {
	background-position: left 9px;
}

.smallview ul.special li {
	background-position: left 7px;
}

.largeview ul.special li {
	background-position: left 9px;
}