/**
 * ------------------------------------------------------------------------
 * JA Wall Template for Joomla25
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
/* LOGO
--------------------------------------------------------- */ 
#logo {  
  background: #4990EA;
  color: #ffffff;
  height: 45px;
  border-bottom: 0;
}

#logo h1 {
}

#logo h1 span {
  color: #fff;
}

#logo h1 a {
  background: url(../images/logo.jpg) no-repeat top left;
  height: 45px;
  float: right;
  /* margin: 10px 20px 15px; */ 
  text-indent: -999em;  
  width: 120px;
}

#logo:hover h1 a,
#logo h1 a:hover,
#logo h1 a:active,
#logo h1 a:focus {
  color: #fff;
}

#logo p {
}

/* HEADER
--------------------------------------------------------- */
#header {
  background: #004A7F;
  border-bottom: 10px solid #e5e5e5; /* Seperate content and header while scroll page */
  color: #CCC;
  height: 45px;
  position: fixed;
  top: 0;
  z-index: 999;
}

#header #search {
  background-color: #004A7F;
  float: right;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#header #search .search {
  border: 1px solid #808080; 
  border-radius: 3px;
}

#mainnav .menu > li:hover > a, #mainnav .menu > li > a:hover, #mainnav .menu > li > a:active, #mainnav .menu > li > a:focus
{
  border-bottom-color: #2072AD; 
  color: #ffffff;
}

#toolbar {
  float: right;
  position: relative;
  height: 40px;
  background-color: #004A7F;
}

/* SIDEBAR
--------------------------------------------------------- */
#sidebar .categories-module li a {
  border-radius: 3px;
  color: #004A7F;
  display: inline-block;
  line-height: normal;
  max-width: 100px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
  background: url(../images/trans-black-10.png) repeat;
  color: #0094FF;
}

#sidebar .menu li a {
  border-radius: 3px;
  color: #004A7F;
  display: inline-block;
  line-height: normal;
  max-width: 100px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active,
#sidebar .menu li a:focus {
  background: url(../images/trans-black-10.png) repeat;
  color: #004A7F;
}

#sidebar .menu li.active a {
  background: #09c;
  color: #fff;
  text-shadow: none;
}

#sidebar .moduletable .moduletable-inner > h3 {
  background: none;
  border: none;
  color: #7F0000;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
}

div.sidebarTrackerV div,
div.popupTrackerV div {
	position: absolute;
	z-index: 100;
	background: #0099cc;
	width: 100%;
	border-radius: 3px 3px 3px 3px;
	-moz-transition-property: -Moz-transform;
	-moz-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
	-moz-transform: translate(0pt, 0px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
