/**** Overrides */
section, article, aside, header, footer, nav, dialog, figure {
 display: block;
}

body {
  background: #cdcdcd;
  color: #000000;
  font: 85% 'Trebuchet MS', 'Bitstream Vera Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
  color: #4183c4; /* blue */
}

a.dummy { text-decoration: none; }
a.hidden { display: none; }

/**** Layout */
#container {
  width: 444px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #FFFFFF;
  border-left: 2px solid #DFDFDF;
  border-right: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF;
  clear: both;
}

#container section { margin: 10px; }

#container header#site-header {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  margin-top: -20px;
  margin-left: -10px;
  margin-bottom: 20px;
  height: 341px;
  width: 444px;
  background-image: url(/images/cb.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
}
#container header#site-header h1, #container header#site-header p#subtitle {
  color: #d3ccc9;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 5px;
  margin-bottom: -10px;
  text-align: right;
  float: right;
  font-variant: small-caps;
}
#container header#site-header h1 { width: 300px; }
#container header#site-header h1 a { color: #d3ccc9; text-decoration: none; }
#container header#site-header h1 a:hover { color: #d3ccc9; text-decoration: underline; }

#container footer#site-footer { clear: both; border-top: 1px solid #000000; }
#container footer#site-footer p { margin: 0 10px 5px 10px; text-align: right; }

/**** NAVIGATION */

nav {
  margin: 0 auto;
  position: relative;
  height: 18px;
  width: 444px;
  top: -20px;
  left: -5px;
}

nav ul {
  margin-top: -1px;
  margin-right: 5px;
  float: right;
  display: block;
}

nav ul li { margin: 0; display: inline; }
nav ul li:after { content: ", "; }
nav ul li:last-child:after { content: ""; }

#newest-warning {
	width: 98%;
	margin: 0 5em 1em 2em;
	text-align: center;
	clear: both;
}


/**** ARTICLES */
article { width: 98%; margin: 1em 5em 2em 1em; }
article header h3 { color: #000000; }
article header h3:hover { color: #FF0000; }
article section { margin: 5px; }
article section pre { margin: 10px; }
span.posted { font-size: 80%; font-style: italic; }