/* Reset defaults, and tweaks to base tags */
* { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif ;}
body {
	background-color: #d9d9d9;
	margin-bottom: 2em;
}
h1 {
	font-size: 1.0em;
	line-height: 1.0em;
}
h3 {
	color: #606060;
}
h3 .entryTitle {
	color: #494F6D;
	text-decoration: underline;
}
h3 .entryDate {
	font-weight: normal;
}
p {
	margin: 1.2em 0;
	line-height: 1.25em;
}
ul, li, ol {
	margin-left: 1.2em;
}
li dl, li ul, li ol { display: inline; }
blockquote {
	diplay: block;
	margin: 0.8em 3em;
	background-color: #eaeaea;
	padding:  0.5em 1.2em;
	-moz-border-radius: 10px;
}
.dl-summary-format {
	margin-left: 1em;
}
.dl-summary-format dt {
	font-weight: bold;
	margin: 0.4em 0;
}
.ol-dl-format {
}
.ol-dl-format dt {
	font-style: italic;
	display: inline;
}
.ol-dl-format em {
	font-weight: bold;
}
/* Primary site layout, appearance */
#mainContainer {
	margin: 15px 15px 25px 15px;
	background-color: #FFFFFF;
	min-width: 700px;
}
#topNavContainer {
}
#topNavHeaderContainer {
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	background-position: 0px 0px;
	height: 100px;
}
#topNavHeaderBG {
	margin-left: 10px;
	background-color: #515A87;
}
#topNavHeaderRightCorner {
	float: right;
	height: 100px;
	width: 10px;
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	background-position: -166px 0px;
}
#topNavHeaderContainer h1 {
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	height: 100px;
	width: 680px;
	background-position: 0px -169px;
	color: #515A87;
	font-size: 9px;
	text-indent: -200em;
	overflow: hidden;
}
#topNavbarContainer {
	height: 32px;
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	background-position: -179px -1px;
}
#topNavbarBG {
	background-color: #b4d777;
	height: 32px;
	margin-left: 10px;
}
#topNavbarRightCorner {
	float: right;
	height: 32px;
	width: 10px;
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	background-position: -214px -1px;
}
#topnavList {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}
#topnavList a {
	color: white;
	text-decoration: none;
}
#topnavList li {
	float: left;
	margin: 6px 1.2em;
}
.navItemRight {
	float: right !important;
}
/* -------------------------------------- */
#contentContainer {
	position: relative;
}
#textContainer {
	margin-right: 280px;
	margin-left: 2.0em;
	margin-bottom: 2em;
	margin-top: 1.2em;
	min-height: 640px;
}
#sidenavContainer {
	position: absolute;
	width: 250px;
	right: 10px;
	top: 0px;
	font-size: 90%;
}
#adSense {
	text-align: right;
	margin-right: 1em;
}
/* -------------------------------------- */
#footerContainer {
	height: 44px;
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	background-position: 0px -123px;
}
#footerBG {
	height: 44px;
	margin-left: 10px;
	background-color: #515A87;
}
#footerRightCorner {
	float: right;
	height: 44px;
	width: 10px;
	background-image: url(http://s3.amazonaws.com/superfluosity/cdn/website-sprite.gif);
	background-position: -166px -123px;
}
#footerContent {
	padding-top: 12px;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
}
.footer-revision {
	font-size: 80%;
	margin: 0.5em 0;
}
.cc-container {
	font-size: 80%;
}
/* Supporting class definitions */
.email { color: #b4d777; font-weight: bold;}
.imageBlock {
	text-align: center;
	padding: 8px 0;
}
.clearfloat {clear: both;}
