
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
}

html {
  font: 62.5% Arial, Helvetica, sans-serif;
  background-color: #202a64;
}

body {
  font-size: 1.6em;
  line-height: 1.4em;
}

.clear-it {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  display: block;
}

.container {
  margin: 15px auto 15px auto;
  width: 960px;
  background-color: #c6bfe5;
  padding-bottom: 10px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #8e92e7;
}

header {
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px; background-clip: padding-box;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px; background-clip: padding-box;
  background: url('../images/header.jpg');
  width: 948px; /*960*/
  height: 210px; /*229*/
  padding: 0px 12px 0 0;
  color: #FFF;
  text-align: right;
  font-family: Georgia, serif;
  font-size: 1.1em;
  -webkit-box-shadow: 0 4px 4px -2px #000000;
  -moz-box-shadow: 0 4px 4px -2px #000000;
  box-shadow: 0 4px 4px -2px #000000;
}

header a:link, header a:visited, header a:hover {
  text-decoration: none;
  color: #FFF;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  color: #000;
}

nav {
  margin: 25px 20px;
}

nav a:link, nav a:visited {
  color: #1e238c;
  font-size: 1.2em;
  background-color: #8e92e7;
  border: 2px solid #1e238c;
  padding: 4px 7px;
  text-decoration: none;
  margin-right: 7px;
}

nav a:hover {
  background-color: #5f64c9;
}

section {
  padding: 7px 40px 7px 40px;
}

section img {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #8e92e7;
  margin-left: 15px;
}

.bigger {
  font-size: 1.8em;
}

.big {
  font-size: 1.5em;
}

.medium {
  font-size: 1.3em;
}

.map {
  margin-left: 15px;
  float: right;
  -webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.75);
  font-size: 0;
  line-height: 0;
}

aside {
  padding: 12px 0 50px 0;
  font-family: Georgia, serif;
  line-height: 1.6em;
}