/*--------------------------------------------------------------
# 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-header p {
	margin: 0;
}

h1#jm-logo {
	font-size: 30px;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	display: block;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	color: #fff;
}

#jm-pathway a:link, 
#jm-pathway a:visited {
	color: #ffca4e;
}

#jm-pathway span.showHere {
	font-weight: bold;
}

#jm-pathway h3 {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
}

#jm-top_arrow a {
	display: block;
	background: url(../images/top_arrow.png) no-repeat center left;
	padding-left: 20px;
	outline: none;
}