/*--------------------------------------------------------------
# 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: 24px;
	margin: 0;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	text-decoration: none;
	display: block;
}

#jm-search h3 {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #A8A8A8;
	font-weight: normal;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#jm-search form {
	display: inline-block;
}

#jm-search div.search input.button {
	background: none;
	border: none;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: -19px;
	margin-right: 2px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#jm-search div.search label {
	padding: 0 5px;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
}

#jm-search div.search .inputbox {
    border: 1px solid #e9e9e9;
    color: #b0b0b0;
    background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
}

#jm-header p {
	margin: 0;
}

#jm-pathway span.showHere {
	font-weight: bold;
	margin: 0 5px 0 0;
}

#jm-pathway h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
}

#jm-pathway div.breadcrumbs img {
	padding: 0 2px 1px;
}

.jm-module.cloud a:link,
.jm-module.cloud a:visited,
.home #jm-main .jm-module.cloud a:link,
.home #jm-main .jm-module.cloud a:visited {
	color: #706148;
}

#jm-footer a:link,
#jm-footer a:visited {
	color: #afafaf;
}

#jm-stylearea img {
	margin-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#jm-copyrights p {
	margin: 0;
}