@import "http://fonts.googleapis.com/css?family=Telex";
@charset "UTF-8";

a {
	text-decoration: none;
}

html, body {
	margin: 16px;
	border: 0;
	padding: 0;
	height: 100%;
	background-color: white;
}

body {
	font-family: 'Telex', sans-serif;
	color: #212121;
	margin: 0;
	font-size: 11pt;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, hr {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

hr {
	border: 0;
	height: 0;
	clear: both;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 16pt;
}

#watermark {
	float: right;
	font-size: 24pt;
	/* Needed text effects not supported by IE so far. */
	color: #c4c4c4;
	margin-right: 16px;
	font-style: italic;
}

header {
	padding: 8px 8px 0px 8px;
	background: #F7F7F7;
}

header div, header div nav, header div nav h1 {
	display: inline;
}

header div nav a {
	text-decoration: none;
	margin: 0 80px 0 80px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #212121;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

#logo {
	vertical-align: middle;
}

.sidebar1 {
	float: left;
	margin-top: 1px;
	width: 256px;
	background: #F7F7F7;
}

.sidebar1 li {
	padding-top: 8px;
	margin-left: 28px;
}

.sidebar1 h2 {
	font-size: 16pt;
	margin-left: -16px;
	text-shadow: 1px 1px 0px lightgrey;
/*
 * Doesn't look rather nice, waiting for IE10's text-shadow support instead.
 *	filter: dropshadow(color=lightgrey, offx=1, offy=1);
 */
}

.sidebar1 p {
	font-size: 12px;
	color: #888887;
	margin: 4px 8px 8px 8px;
}

.content {
	margin-top: 30px;
	margin-left: 289px;
}

article img {
	margin-left: 23px;
	margin-bottom: 16px;
}

article section p{
	margin-top: 0.25em;
}

aside {
	float: right;
	width: 230px;
	background: white;
	padding: 10px 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

nav ul {
	list-style: none;
}

nav ul a, nav ul a:visited {
	display: block;
	text-decoration: none;
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
}

footer {
	padding: 30px;
	position: relative;
	clear: both;
	font-size: 9pt;
	color: #888887;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

.container .currentSelection {
	color: #3399FF;
}

.container .currentSelection * {
	color: #3399FF;
}

.inviticon {
	font-style: italic;
}

span::after {
	content: "℠";
}