/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2013, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.3.2
 */

/**
 * WORLD
 *
 * -------------------------------------------------------------------------------------------------
 */

#wrapper {
	margin: 0 auto;
	max-width: 100%;
}

/**
 * HEADER
 * Your header rules
 * -------------------------------------------------------------------------------------------------
 */

/**
 * NAVIGATION
 * Your horizontal (global) navigation rules
 * -------------------------------------------------------------------------------------------------
 */
#nav_wrapper_map {

}

#nav_wrapper_map NAV {

}

#nav_wrapper_map NAV UL {
	background: #39a9a4;
	background: rgb(57,169,164);
	background: rgba(57,169,164, 0.95);
	color: #fff;
	margin: 4em 5em !important;
	padding: 1.5em;
	position: absolute;
	right: 0;
	text-align: left;
	width: 400px;
	z-index: 99;
}

#nav_wrapper_map NAV UL LI STRONG {
	display: block;
	font-size: 18px;
	margin-top: 20px;
}

#nav_wrapper_map NAV UL LI A {
	color: white;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 14px;
	margin-left: -4px;
	padding: 0 5px;
	vertical-align: middle;
}

#nav_wrapper_map NAV UL LI A:hover {
	color: #e1704b;
	text-decoration: none;
}

/**
 * ASIDE
 * Your side bar rules
 * -------------------------------------------------------------------------------------------------
 */
ASIDE {
	float: left
}

/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */

ARTICLE {}

#map_canvas {
	height: 800px;
	width: 100%;
}


