/* @override http://misc.equanimity.info/layout.css */

/* @group Header */

#header h1 {
  margin-top: 0;
  margin-bottom: 0;
}

#header h2 {
  margin-top: 0;
  margin-bottom: 0
}

/* @end */

/* @group Navigation Bar */

.tab-table table {
  border-bottom: 1px solid black;
}

.tab-table td {
  font-size: 14;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.tab-table a {
	text-decoration: none;
	color: gray;
}

.tab-table a:link {
	color: gray;	
}

.tab-table a:hover {
	color: blue;
}

.tab-table td.other-tab:hover {
	background: #e0e0d2;
	text-decoration: underline;
}

/* @end */

/* @group Content Area */

#content img {
  margin: 1em;
}

/* @group Postings */

.post-title {
	margin-bottom: 5;
	font-size: 19;
	font-variant: small-caps;
}

.post-metadata {
	font-style: italic;
	font-size: small
}

.post-body {
	margin-bottom: 36;	
}

/* @end */

/* @end */

/* @group General */

body {
  background-color: #fffff0;
  font-family: helvectica;
  font-size: 11pt;
  line-height: 16pt;
}

h2, h3, h4 {
  font-weight: normal
}

h1, h2, h3, h4 {
  font-variant: small-caps;
}

a:link {
	color: black;
}

a:hover {
	text-decoration: underline;	
}

a:visited {
	color: #808080;	
}



/* @end */

/* @group Layout */

#header {
  position: absolute;
  left: 40px;
  top:  40px;
}

#top-navigation {
	width :600px;
	position:  absolute;
	left: 80px;
	top: 130px;
}

#content {
  position: absolute;
  left: 80px;
  top: 160px;
  width: 600px;
}

#footer {
  text-align: center;
  margin-top: 3em;
}



/* @end */

/* @group Special Components */

#flash-timer {
	margin-top:  32px;	
}



/* @end */

