/*
 Theme Name:   ASANRA 2018 v2
 Theme URI:    http://wwww.asanra.int.mw;
 Description:  Theme for the Association of Southern African Road Agencies
 Author:       Project4 Digital Design
 Author URI:   Project4 Digital Design
 Version:      2018.08.12
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  asanra
 Tags: clean, corporate, professional
*/
@import url('assets/css/bootstrap.css');
/* Elements */
 body {
 	background: #bccdff;
 	font-size: 1.6em;
 }
/* IDs*/
#header, #logo {
	background: #ffffff;
	color: #0077bb;
}
	#logo>a>img, #logo>a:hover>img, #logo>a:selected >img, #logo>a:link>img {
	text-decoration: none;
}
#location {
	background: #000000;
	color: #ffffff;
	padding-top: 9px;
	border-top: 2px solid #fee600;
 }
#menu {
	background: #0077bb;
	color: #ffffff;
	/*min-width: 384px !important; */
	padding: 0 !important;
	min-height: 900px;
}
ul.menu, ul.menu>li, ul.menu>li>ul, ul.menu>li>ul>li {
	list-style: none;
	margin: 0;
	text-align: left;
}

li.menu-item > a {
    color: white;
    list-style: none;
    width: 100%;
}
  ul#navmenu-v,ul#navmenu-v li,ul#navmenu-v ul {
      width: 256px; /* Menu Width */
      margin: 0;
      list-style: none;
      text-align:left;
}
#content {
	background: #ecf2fe;
	color: #333333;
	padding-top: 9px;
	min-height: 900px;
}
#news {
    background: #bcceff;
    min-height: 500px;
}

#notices {
    background: #dee7f0;
    min-height: 500px;
}

#footer {
	text-align: center;
	padding-top: 9px;
  border-top: 2px solid #00598c;
}
/* Classes */
.logo {
	margin-left: -15px;
}

/* map styles */
#map-view-container {
    position: relative;
    margin: 32px 0 32px 0px;
    border:72px solid #ecf2fe;
    height:547px;
    background:#ecf2fe;
}

#map-container {
    float: left;
}

#map-view-container img.map {
    position: relative;
    z-index: 100;
}

#map-view-container img.region {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 20;
}

#map-view-container img.regionBg {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 19;
}

/*end map styles */
