* {
  margin: 0;
  padding: 0;
}
a.pTitle {
text-decoration: none;
position: relative;
top: 15px;
}
.entry-meta {
display: none;
}
.preP {
width: 50%;
float: right;
text-align: right;
margin-bottom: 18px;
}
.nextP {
width: 50%;
float: left;
margin-bottom: 18px;
}
body {
  background-color: #5f7080;
  font-size: 16px;
  color: #0a191b;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
}

li {
  margin: 10px 20px 10px 30px;
  line-height: 17px;
}
ul ul li {
  margin-left: 50px;
}
a {
  color: #01527b;
}
a:hover {
  color: #028295;
}

.clearfloat {
  clear: both;
}

h1 {
  font-family: 'Bilbo Swash Caps', cursive;
  font-size: 3em;
  font-weight: 400;
  color: #9d42a3;
  margin-bottom: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: #4e7f7d;
  margin-top: 1em;
}
h2 a {
  color: #4e7f7d;
}

p {
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  font-size: 1em;
}

div.feature {
  margin-left: 15%;
  margin-right: 15%;
}

div.feature p {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 1em;
  color: #0d73a3;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  padding-top: 6px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 965px;
  text-align: left;
  background-color: #fff;
}

#header {
  background-color: #5f7080;
  margin: 0px 6px 0px 6px;
}

#title {
  float: left;
  margin: 0.4em 5px 0 3%;
  color: #fff;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 2em;
  font-style: italic;
}

#location {
  float: right;
  margin: 0.8em 3% 0.8em 5px;
  color: #fff;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 1.5em;
  font-style: italic;
}

#main {
  clear: both;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 1em;
}

/* Mobile Menu */
#mobilemenu {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2.5em;
  background-color: #729291;
  color: #fff;
}

#menubutton {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  border: 0;
}
#localmenu {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 1.2em;
}

#vertmenu {
  visibility: hidden;
  list-style: none;
  position: absolute;
  top: 43px;
  left: 30px;
  width: 70%;
}
#vertmenu li {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  background: #5f7080;
  text-align: center;
}
#vertmenu a {
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}
#vertmenu li:hover {
  background: #8da7a6;
  color: #133;
}


#flyspeck2 img {
  margin: 15px;
  border: 6px solid #5f7080;
}

#footer {
  clear: both;
  margin-left: 6px;
  margin-right: 6px;
  text-align: center;
  color: #fff;
  background-color: #5f7080;
  border-bottom: 6px solid #fff;
  padding-bottom: 0.3em;
}

#fmenu {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  color: #dac691;
  line-height: 1.5em;
}

#fmenu ul {
  list-style: none;
}
#fmenu ul li {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  background: #5f7080;
  text-align: center;
}
#fmenu ul a {
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

#fmenu a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
#fmenu a:hover {
  color: #fff;
  text-decoration: underline;
}

span.copyright {
  float: left;
  margin-left: 20px;
  font-size: 0.6em;
  color: #eff;
}

span.credit {
  float: right;
  margin-right: 20px;
  font-size: 0.6em;
}
span.credit a {
  text-decoration: none;
  color: #eff;
}
span.credit a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Media Queries */

@media only screen and (max-width: 876px) {

  #title {
    font-size: 1.5em;
  }
  #location {
    font-size: 1.2em;
  }

}

@media only screen and (max-width: 683px) {

  #smartmenu ul.smartmenu {
    display: none;
  }
  #mobilemenu {
    visibility: visible;
  }
}

@media only screen and (min-width: 684px) {
  #vertmenu {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  #wrapper {
    width: 99%;
  }
  #title {
    font-size: 1.3em;
  }
  #location {
    margin-top: 0.3em;
  }
  div.feature {
    margin-left: 0;
    margin-right: 0;
  }
  #flyspeck2 img {
    margin: 0;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 2.5em;
    margin-top: 0.3em;
  }
  p {
    font-size: 1.2em;
  }
  div.feature p {
    font-size: 1.4em;
  }
}

/* Main Menu */

#smartmenu {
  position: relative;
  margin-top: 3px;
  margin-left: 6px;
  margin-right: 6px;
  height: 2.5em;
  background-color: #729291;
}

#smartmenu ul.smartmenu {
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	/*
  border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; 
	border-top: 1px solid rgba(255,255,255,.5);
  */
	/*padding: .75em 1em;*/
	padding: .65em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	background: #729291;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #5f7080;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #5f7080;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu li li:hover,
.sf-menu li li.sfHover {
	background: #8da7a6;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
