/**
  * general
  */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 22px 0 0;
	margin: 0;
	}
a img {
	border: none;
	}

/**
  * container
  */
#container {
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	width: 762px;
	}

/**
  * navigation
  */
#mainNav {
	background-color: #000;
	}
#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
	}
#mainNav li {	
	float: left;
	}
#mainNav a {
	border-right: 1px solid #fff;
	font-size: 70%;
	color: #fff;
	height: 17px;
	margin: 0;
	padding: 3px 0 0 7px;
	text-decoration: none;
	width: 118px;
	display: block;
	}
#mainNav #last a {
	border-right: none;
	}

/**
  * breadcrumb
  */
#breadcrumb {
	font-size: 70%;
	}
#breadcrumb p {
	margin: 0;
	padding: 4px 10px 4px 0;
	}

/**
  * timeline navigation
  */
#timeline {
	padding: 5px 0;
	}
.timeline-nav {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 35em;
	text-align: left;
	}
.timeline-nav li {
	display: inline;
	padding: 0 0.5em;
	}
.timeline-nav li a {
	color: #00f;
	}
.timeline-nav #current-year {
	font-weight: bold;
	padding-right: 0.2em;
	}
#top-years {
	text-align: right;
	}

/**
  * content
  */
#content {
	border-width: 2px 22px;
	border-color: #d6d3b8 #d6d3b8;
	border-style: solid;
	}
	#content #timeline {
		border-bottom: 2px solid #f0eee5;
		text-align: center;
		}
	#content h1 {
		float: left;
		margin: 5px 0 0 0;
		}

/**
  * stories
  */
ul#stories {
	list-style-type: none;
	width: 493px;
	float: right;
	margin: 5px 25px 0 0;
	padding: 0;
	font-size: 70%;
	}
	ul#stories .storyItem {
		padding: 5px;
		margin-bottom: 5px;
		border: 2px solid #002f65;
		background-color: #fff;
		}
	ul#stories .post-teaser li {
		list-style: disc;
		}
	#stories h2, #stories p {
		margin: 0;
		}
	#stories p {
		margin-bottom: 0.5em;
		}
	#stories #teaser {
		font-size: 0.9em;
		}
	#stories .description {
		float: left;
		width: 459px;
	}
	#stories .toggle {
		text-indent: -9999em;
		outline: none;
		float: right;
		width: 15px;
		height: 14px;
		background: transparent url(../images/general/toggle-arrow.png) no-repeat bottom left;
		margin-top: 16px;
		}
	/**
	  * collapsed
	  */
	#stories li.collapsed {
		background-color: #edeae0;
		border: none;
		}
	#stories li.collapsed .thumbnail p, #stories .collapsed .post-teaser {
		display: none;
		}
	#stories li.collapsed .toggle {
		background-position: top left;
		height: 15px;
		}
	/**
	  * thumbnail
	  */
	#stories .showThumb .description {
		width: 310px;
		}
 	#stories .thumbnail {
		float: left;
		width: 147px;
 		}
	#stories .thumbnail p {
		text-align: right;
		font-style: italic;
		padding-right: 12px;
		}

/**
  * footer
  */
#footer {
	font-size: 70%;
	}
#modified {
	float: left;
	width: 180px;
	margin: 5px 5px 0 0;
	}
#top {
	float: left;
	width: 376px;
	margin: 10px 5px 0 0;
	text-align: center;
	}
#notice {
	float: right;
	width: 195px;
	text-align: right;
	margin: 9px 0 0 0;
	}

/**
  * clearfix -- the stuff of legend (here be dragons)
  */
.clearfix:after, #stories .storyItem:after, .timeline-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
 
/* Hides from IE-mac \*/
* html .clearfix, * html #stories .storyItem, * html .timeline-nav {height: 1%;} 
/* End hide from IE-mac */
 
*:first-child+html .clearfix, *:first-child+html #stories .storyItem, *:first-child+html .timeline-nav {min-height: 1px;} /* for IE7 */
