/*--------------------------------------------------------------
# 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 ***********************/

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-header-bg p,
#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-poweredby a:link,
#jm-poweredby a:visited {
	color: #4F4C47;
}

#jm-stylearea a span {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0 5px 0 0;
    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: #FF6B0F;
}

#jm-stylearea a#style_icon-1:hover span {
    background: #ff6b0e;
}

#jm-stylearea a#style_icon-2 span {
    background: #E95C40;
}

#jm-stylearea a#style_icon-2:hover span {
    background: #E95C40;
}

#jm-stylearea a#style_icon-3 span {
    background: #FFB92A;
}

#jm-stylearea a#style_icon-3:hover span {
    background: #FFB92A;
}

#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;
}