
body {
	font-family: 'Architects Daughter', Trebuchet, sans-serif;
	background-color: #536878; /* Dark Electric Blue */
}

#container {
	position: relative;
	width: 90%;
	max-width: 1024px;
	margin: 1.5em auto;
}


#masthead h1, h2 {
  margin: 0.25em;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}


#columns {}

.content {
	background-color: #f5f5f5; /* White Smoke */
	color: #536878;
	margin: 0 0 0.5em 0;
	border: 6px solid #B8860B; /* Dark Goldenrod */
	border-radius: 1em;
	padding: 0.5em;
}

.post {}

.clear { clear:both; }


/* Define the navigation section */


#navbox { 
  font-size: 0.85em;
}

#navbox ul {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#navbox ul li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 0.35em;
}

#navbox ul li a {
  display: block;
  text-decoration: none;
  margin: 0px auto;
  padding: 0.2em 0;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-width: 0 2px 2px 0;
	border-radius: 6px;
}

#navbox ul li a:hover {
  border-width: 2px 0 0 2px;
}

#navbox ul li ul {
	position: absolute;
	left: 2em;
	top: -2.5em;
	width: 75%;
	z-index: 2;
	display: none;
	padding: 0.5em 0.5em 0.15em 0.5em;
}

#navbox ul li:hover ul { display: block; }

/* Define color-related properties */

#navbox ul li a {
  background-color: #536878;
  color: #f5f5f5;
  border-color: #333;
  border-color: #333;
}

#navbox ul li a:hover {
  background-color: #B8860B;
  color: #f5f5f5;
  border-color: #999;
  border-color: #999;
}


h1, h2, h3 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h3 a {
	text-decoration: none;
}
