/* 
	text: tungsten #333
	hover background: very light gray #f8f8f8
*/

body {
  background: #123;
  color: #333;
  height: auto;
  padding-bottom: 20px;
}

a {
  color: #147;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 150%;
  margin-bottom: 0;
}

h2 {
  font-size: 120%;
}

h3 {
	margin-bottom: 0;
}

/* Q + A, devil's dictionary */
dt {
	font-weight: bold;
}

dd+dt {
	font-weight: bold;
	margin-top: 1em;
}

/* featured route */
.featured {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 10px;
}

.featured:hover {
	border: 1px solid #888;
	background: #f8f8f8;
}

.featured h2 {
	border-bottom: 1px solid #ddd;
	padding: 0 10px 0 10px;
	margin-bottom: 0;
}

/* internal div for consistent padding(margin) */
.featured div {
	margin: 10px;
}

.featured img {
	float: left;
	margin: 0 10px 10px 0;
}

/* What's New? div */
ul.whatsnew {
	list-style-type: none;
}

ul.whatsnew li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.whatsnew a {
	font-weight: bold;
}

/* Other sites div */
ul.othersites {
	list-style-type: none;
}

ul.othersites li {
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 125%;
	padding-left: 10px;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.othersites li:hover {
	border: 1px solid #888;
	background: #f8f8f8;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  margin-bottom: 20px;
}

.container_12 {
  background-image: url('header.jpg');
  background-repeat: no-repeat;
  position: relative;
  margin-top: 1em;
  border-radius: 4px;
}


.sitename {
 position:absolute;
 top: 10px;
 left: 10px;
 margin: 0;
 font-family: Helvetica, sans-serif;
 font-size: 200%;
 font-weight: bold;
 padding: 0.25em;
 color: #333;
 background-color: #fff;
 border: 1px solid #333;
 border-radius: 4px;
}

.nav {
 position:absolute;
 top: 48px;
 right: 10px;
 margin: 0;
 font-family: Helvetica, sans-serif;
 padding: 0.25em;
 color: #333;
 background-color: #fff;
 border: 1px solid #333;
 text-transform: uppercase;
 border-radius: 4px;
}

.search {
 position:absolute;
 top: 10px;
 right: 10px;
 margin: 0;
 font-family: Helvetica, sans-serif;
 padding: 0.25em;
 color: #333;
 background-color: #fff;
 border: 1px solid #333;
 text-transform: uppercase;
}

.nav a {
	margin: 0 0.5em 0 0.5em;
	color: #333;
}