/**
 * 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
 * -------------------------------------------------------------------------------------------------
 */
#header_wrapper {
	background: white;
	width: 100%;
}

#nav_wrapper header {
	color: #333;
	height: 206px;
	margin: 0 auto;
	max-width: 940px;
}

#nav_wrapper header h1 {
	color: inherit;
	font-size: 66px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 78px;
	margin-left: -5px;
	padding-top: 40px;
	text-transform: uppercase;
}

#nav_wrapper header h2 {
	color: inherit;
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 6px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#nav_wrapper h3 {
	background: #eee;
	height: 64px;
	text-align: center;

	line-height: 64px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	text-transform: uppercase;
}

/**
 * NAVIGATION
 * Your horizontal (global) navigation rules
 * -------------------------------------------------------------------------------------------------
 */
#nav_wrapper {

}

nav {

}

#nav_wrapper nav ul {
	/*background: #39a9a4;
    background: rgb(57,169,164);*/
    background: rgba(0,0,0, 0.45);
    color: #fff;
    margin: 0em 1em !important;
    padding: 1em;
    position: absolute;
    right: 0;
    text-align: left;
    width: 245px;
    z-index: 99;
	line-height: 20px;
}

#nav_wrapper nav ul li strong {
	display: block;
	font-size: 17px;
}

#nav_wrapper nav ul li a {
	color: #f8f8f8;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 14px;
    margin-left: -4px;
    padding: 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

#nav_wrapper nav ul li a:hover {
	color: #00C0FF;
	text-decoration: none;
}

/**
 * ASIDE
 * Your side bar rules
 * -------------------------------------------------------------------------------------------------
 */
aside {
	float: left
}

/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
section#body {
	float: left;
	width: 100%;
}

article {}

#map_canvas {
	height: 600px;
	width: 100%;
}

.directionheading {
	/*font-size: 18px;*/
    padding-left: 19px;
}