/* @override http://annmarieandmatthew.com/styles.css */

@font-face {
	font-family: Landliebe;
	src: url('fonts/landliebe/landliebe-webfont.eot');
	src: local("☺"),
    	url("fonts/landliebe/landliebe-webfont.woff") format("woff"),
    	url("fonts/landliebe/landliebe-webfont.otf") format("opentype"),
    	url("fonts/landliebe/landliebe-webfont.svg#filename") format("svg");
}

@font-face {
	font-family: Century-Gothic-Bold;
	src: url('fonts/century-gothic-b/gothicb-webfont.eot');
	src: local("☺"),
    	url("fonts/century-gothic-b/gothicb-webfont.woff") format("woff"),
    	url("fonts/century-gothic-b/gothicb-webfont.otf") format("opentype"),
    	url("fonts/century-gothic-b/gothicb-webfont.svg#filename") format("svg");
}

body {
	background: url(imgs/bg2.gif) 0 0 repeat;
	color: #333;
	font: 15px/1.5 Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	color: #477c8c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover, a:active {
	color: #000;
}

/*
HEADER
*/

/* @group header */

header.main {
	background: url(imgs/scallop.png) 0 100% repeat-x;
	height: 157px;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 3;
}

header.main .inner {
	margin: 0 auto;
	position: relative;
	width: 660px;
}

header.main img {
	position: absolute;
	top: 8px;
}

header.main img.ac {
	left: -25px;
}

header.main img.mp {
	right: -25px;
}

header.main h1 {
	color: #fff;
	font-family: Landliebe;
	font-size: 45px;
	font-weight: normal;
	margin: 0;
	padding: 33px 0 13px 0;
	text-align: center;
}

header.main h2 {
	color: #636b6d;
	font-family: Century-Gothic-Bold;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: ;
	word-spacing: 0.9em;
}

/* @end */

/*
NAV
*/

/* @group nav */

nav {
	position: fixed;
	top: 145px;
	left: 5px;
	width: 100%;
	z-index: 2;
}

nav ul {
	margin: 0 auto;
	width: 680px;
}

nav li {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}

nav a:link, nav a:visited {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
	color: #210501;
	display: block;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 15px 18px 5px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav a:hover, nav .selected a {
	padding-top: 25px;
}

nav .selected a {
	background: #fff;
}

/* @end */

/*

SECTIONS
*/

section.pager {
	padding-top: 215px;
	padding-bottom: 50px;
	min-height: 560px;
	text-shadow: #eee 0px 1px 1px;
	width: 100%;
}

/* @group sections */

section.last {
	border-bottom: 0;
}

section header {
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 660px;
}

section header h1 {
	font-size: 22px;
	font-weight: bold;
}

section header p {
	font-size: 18px;
}

section article {
	margin: 0 auto;
	padding: 0;
	width: 660px;
}

section article section {
	margin: 0 0 20px 0;
}

section article .pic {
	border: 10px solid #fff;
	float: left;
	margin: 0 20px 10px 0px;
	-webkit-box-shadow: 0px 0px 4px #666;
	-moz-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
}

section article #map_canvas {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 4px #666;
	-moz-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
}

section article #map {
	float: right;
	margin: 0 0 20px 20px;
}

section article #map ul {
	margin: .5em 0;
}

section article #map ul li {
	background-image: url(imgs/museum2-35.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	float: left;
	font-size: 85%;
	line-height: 35px;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0 0 0 35px;
}

section article #map ul li#hotelkey {
	background-image: url(imgs/hotel2-35.png);
}

section article #map ul li#airportkey {
	background-image: url(imgs/airport2-35.png);
	margin: 0;
}

section article h2 {
	font-size: 16px;
	font-weight: bold;
}

section article p {
	margin: 0 0 20px 0;
}

section article .bulleted { 
	margin: 1em 0;
}

section article .bulleted li { 
	background: url(imgs/bullet.png) 0 4px no-repeat;
	padding-left: 35px;
}

/* @end */