/*--------------------------------------------------------------
# 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 **********/

h2#jm-logo {
  margin: -5px;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
  text-decoration: none;
  color: #d0cfce;
  display: block;
}

#jm-copyrights p {
  margin: 0;
}

/********** pathway **********/

#jm-pathway h3 {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

#jm-pathway span.showHere {
  color: #333333;
}

#jm-pathway div.breadcrumbs span {
  line-height: 18px;
}

/********** search **********/

#jm-search div.search .inputbox {
  background: url(../images/search_inputbox.png) no-repeat center left #fff;
  font-size: 10px;
    padding: 3px 3px 3px 28px;
  border: 1px solid #a8acad;
  margin: 0;
}

#jm-search input.button {
    background: none;
    height: 10px;
    margin: 0 5px 0 -20px;
    padding: 0;
    width: 15px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#jm-menu-top h3,
#jm-search h3,
#jm-search div.search label {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  font-size: 11px;
  line-height: 15px;
    font-family: Georgia,Arial,Helvetica,sans-serif;
  vertical-align: middle;
}

#jm-search form {
  display: inline-block;
}