BODY {
	font-size: small;
}

PRE, TABLE, TR, TD, TH {
	font-size: inherit;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .75em;
}

A:link, A:visited {
	text-decoration: none;
}
A:hover, A:active {
	text-decoration: underline;
}

.error {
	font-weight: bold;
	color: red;
	background-color: white;
	border: 1px solid;
	border-color: red;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
BODY {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
}

P {
	text-indent: 2em;
}

P,
LI {
	text-align: justify;
}

TD > P:first-child,
TH > P:first-child {
	margin-top: 0;
}

H1 {
	font-size: 2em;
	margin: 1.5em 0 0 0;
}

A:link,
A:visited {
	color: #007;
}

A:hover,
A:active {
	color: #700;
}

A {
	transition-property: color, text-decoration;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: color, text-decoration;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: color, text-decoration;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: color, text-decoration;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease-in-out;
}
A:hover {
	transition-duration: .21s;
	-moz-transition-duration: .21s;
	-webkit-transition-duration: .21s;
	-o-transition-duration: .21s;
}

HR {
	margin: 1em 0;
}
HR.hr {
	background: url("line.png") no-repeat center center;
	border: none;
	height: 6px;
}

DIV.blurb {
	font-size: x-small;
	margin-bottom: 3em;
}

UL.ilist {
	margin: 0;
	padding: 0;
	text-align: center;
}

UL.ilist LI {
	display: inline;
	padding: 0 .5em;
}

UL.noindent {
	margin: 0;
	padding: 0 1.4em;
	list-style-type: square;
}

UL.detach LI {
	margin: .5em 0;
}

.para {
	margin: 1em 0;
}

.center {
	text-align: center;
}
.align-left {
	text-align: left;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.margin {
	margin: 1em;
}
.float-left.margin {
	margin-left: 0;
}
.float-right.margin {
	margin-right: 0;
}

UL.spaced LI {
	margin-top: .5em;
	margin-bottom: .5em;
}
UL.spaced {
	margin-bottom: 2em;
}

.overflow {
	overflow: auto;
}

P.msg.ok,
DIV.msg.ok,
P.msg.err {
	text-align: center;
	text-indent: 0;
	margin: 2em;
	padding: 1em;
	border: 1px solid black;
	background-color: #ccf;
	color: #008;
}

P.msg.err {
	background-color: #fcc;
	color: #800;
}

P.no-indent {
	text-indent: 0;
}
DIV.social-bookmarks {
	text-align: center;
}

DIV.social-bookmarks .sbimg {
	background: url("../../../images/bookmarks/bookmarks.png") no-repeat;
	display: inline-block;
	margin: 4px;
	width: 16px;
	height: 16px;
}

DIV.social-bookmarks:hover IMG,
DIV.social-bookmarks:hover .sbimg {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

DIV.social-bookmarks:hover IMG:hover,
DIV.social-bookmarks:hover .sbimg:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	outline: 1px dotted blue;
}

DIV.social-bookmarks IMG,
DIV.social-bookmarks .sbimg,
DIV.social-bookmarks:hover IMG,
DIV.social-bookmarks:hover .sbimg {
	transition-property: opacity;
	transition-duration: .71s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: opacity;
	-moz-transition-duration: .71s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .71s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: opacity;
	-o-transition-duration: .71s;
	-o-transition-timing-function: ease-in-out;
}
DIV.social-bookmarks:hover IMG:hover,
DIV.social-bookmarks:hover .sbimg:hover {
	transition-duration: .21s;
	-moz-transition-duration: .21s;
	-webkit-transition-duration: .21s;
	-o-transition-duration: .21s;
}
TABLE.donation-buttons {
	margin: 2em auto;
}
TABLE.donation-buttons TD {
	margin: 0;
	padding: .2em 1em;
	text-align: center;
}

/***************************************************/

DIV.donate {
	float: right;
	margin: 0 25px 25px 25px;
}
DIV.lightbox-top {
	background: url("lightbox.png") right 0 no-repeat;
	height: 24px;
}
DIV.lightbox-top-out {
	background: url("lightbox.png") left -48px no-repeat;
	height: 24px;
	padding-left: 24px;
}

DIV.lightbox-body {
	background: url("lightbox-middle.png") right center repeat-y;
	padding: 0 24px 1px 0;
}
DIV.lightbox-body-out {
	background: url("lightbox-middle.png") left center repeat-y;
	padding-left: 24px;
}

DIV.lightbox-bottom {
	background: url("lightbox.png") right -24px no-repeat;
	height: 24px;
}
DIV.lightbox-bottom-out {
	background: url("lightbox.png") left -72px no-repeat;
	padding-left: 24px;
}
#navig {
	float: left;
	width: 249px;
	margin: 40px 15px 40px 0;
}

#navig.right {
	float: right;
	margin: 40px 0 40px 65px;
}

#navig.wnd.bold LI {
	font-weight: bold;
}

#navig.wnd DIV.wmark {
	background: url("wmark.png") no-repeat right bottom;
}

#navig.wnd DIV.bottom {
	margin-bottom: 25px;
}

#navig DIV.dev-news {
	text-align: center;
	font-size: .8em;
	margin: 40px 1em 0 1em;
	border-top: 1px dotted gray;
	padding: 5px;
}
DIV.side-extra {
	position: absolute;
	right: -16.5em;
	top: 26px;
	width: 15em;
	padding: 100px .5em 0 .5em;
}

DIV.side-extra.left-border {
	border-left: 1px dotted gray;
	padding-left: 1em;
}

DIV.side-extra#side-social {
	text-align: center;
	padding-top: 200px;
}
DIV.side-extra#side-social DIV {
	margin: 1em 0;
	width: 100px;
}

DIV.side-extra#googlads DIV.ad {
	margin: 3em 0;
}
DIV.table.fill {
	background: url("table-mid.png") repeat-y center center;
	margin: 20px 0;
}

DIV.table.fill DIV.top {
	background: url("table-top.png") no-repeat center top;
	height: 110px;
	position: relative;
	top: -10px
}

DIV.table.fill DIV.body {
	background: url("table-bottom.png") no-repeat center bottom;
	padding: 25px;
	min-height: 350px;
	margin-top: -120px;
	position: relative;
	bottom: -10px
}

DIV.table.fill.small DIV.body {
	background: url("table-bottom-small.png") no-repeat center bottom;
	padding: 6px 25px 0 25px;
	min-height: 165px;
}

DIV.table.fill.clear {
	clear: both;
	margin: 2em 0 5em 0;
}

DIV.table.fill DIV.share {
	float: right;
	margin: 10px 6px;
	padding: 2px 6px;
}

DIV.table.fill DIV.fbook {
	float: left;
	margin: 10px 6px;
	padding: 2px 6px;
}

DIV.table.fill DIV.share,
DIV.table.fill DIV.fbook {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white30.png") repeat;
}
DIV.table.poll {
	margin: 3em 0 5em 0;
}

DIV.table.poll TABLE {
	border-spacing: 13px 6px;
}

DIV.table.poll TH {
	padding-bottom: 2em;
}

DIV.table.poll TR.foot TD {
	padding-top: 2em;
}
#tail {
	padding-top: 13px;
	clear: both;
}

#tail DIV.a,
#tail DIV.b {
	background: url("tail-top.png") no-repeat center top;
	float: left;
	height: 19px;
	width: 1px;
}
#tail DIV.b {
	float: right;
}
#tail DIV.c {
	background: url("tail-top.png") repeat-x center bottom;
	height: 19px;
}

#tail DIV.in {
	background-color: #fffed2;
	border: 1px solid black;
	border-top: none;
	padding: 1em;
	text-align: right;
	font-size: .8em;
}

#tail DIV.in .button {
	float: left;
	clear: left;
}

#tail DIV.in .button.made IMG {
	border: 0;
}

#tail DIV.in .left-icon {
	float: left;
}

#tail HR {
	display: none;
}

#tail DIV.in UL.ilist {
	text-align: right;
}

#tail DIV.in A,
#tail DIV.in I,
#tail DIV.in SPAN {
	white-space: nowrap;
}
#top {
	background: url("top.png") repeat-x center center;
	width: 100%;
	min-width: 100px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 0;
}

#top:before {
	content: "";
	display: block;
	background: url("top.png") no-repeat left top;
	float: left;
	width: 19px;
	height: 39px;
}

#top .top-in {
	background: url("top.png") no-repeat right bottom;
	height: 39px;
	padding-right: 19px;
	line-height: 37px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#top A {
	text-decoration: none;
	color: #003;
}
#top  A:hover {
	color: #800;
}
DIV.wnd {
	width: 249px;
	overflow: hidden;
}

DIV.wnd H2 {
	background: url("wnd.png") no-repeat left top;
	height: 45px;
	overflow: hidden;
	line-height: 50px;
	font-size: 20px;
	padding: 0 20px;
	margin: 0;
}

DIV.wnd DIV.out {
	background: url("wnd.png") repeat-y center center;
}

DIV.wnd DIV.in {
	background: url("wnd.png") no-repeat right bottom;
	padding: 13px 26px;
}

DIV.wnd UL {
	margin: 0;
	padding: .5em 0;
}

DIV.wnd UL LI {
	display: block;
	margin: .5em 6px;
}

DIV.wnd DIV.hr {
	background: url("wnd.png") no-repeat -13px -94px;
	height: 6px;
	margin: 13px -13px;
}

DIV.wnd DIV.bottom {
	background: url("wnd.png") no-repeat left bottom;
	height: 12px;
}
#wrapper {
	position: relative;
	padding: 10px;
	width: 800px;
	margin-top: 39px;
}
#wrapping {
	position: relative;
	width: 1024px;
	margin: auto;
}
#intro {
	position: relative;
	margin: 1em 0;
	font-size: 1.1em;
}

#intro .title {
	background: url("intro.png") no-repeat left top;
	height: 110px;
}
#intro .title *,
#intro .below * {
	display: none;
}

#intro .middle {
	background: url("table-mid.png") repeat-y left center;
	padding-top: 3em;
	padding-bottom: .5em;
}

#intro .bottom {
	background: url("intro.png") no-repeat left bottom;
	height: 309px;
	overflow: hidden;
}

#intro .bottom .text {
	height: 150px;
}
#intro .text .padding {
	margin: 0 40px 0 40px;
}
#intro .text H2.first,
#intro .text P.first {
	margin-top: 0;
}

#intro .text P {
	text-indent: 0;
	margin: .7em 0;
}

#intro .left {
	float: left;
	width: 416px;
	height: 77px;
}
#intro .left DIV.fbook {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white70.png") repeat;
	position: relative;
	top: 20px;
	margin: .5em 2em;
	padding: .2em .5em;
	width: 240px;
}
#intro .left DIV.fbook DIV {
	font-size: .8em;
	padding: 0 2em;
}

#intro .button {
	float: left;
}
#intro .button A {
	background: url("intro-button.png") no-repeat center top;
	display: block;
	width: 308px;
	height: 77px;
}
#intro .button A:hover {
	background: url("intro-button.png") no-repeat center bottom;
}
#intro .button A,
#intro .button A:hover {
	transition-property: background-image;
	transition-duration: .71s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: background-image;
	-moz-transition-duration: .71s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: .71s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: background-image;
	-o-transition-duration: .71s;
	-o-transition-timing-function: ease-in-out;
}
#intro .button A SPAN {
	display: none;
}

#intro .right {
	float: left;
	width: 76px;
	height: 77px;
}

#intro .notes {
	clear: both;
	padding: 0 80px 0 200px;
	font-size: 12px;
	height: 60px;
	overflow-y: hidden;
}
#intro .notes P {
	text-align: right;
	text-indent: 0;
	margin: 0;
}
#intro .notes P SPAN {
	display: none;
}

/***************************************************/

#insight {
	margin: 2em 0 0 0;
	width: 530px;
	float: right;
}

#insight .pager {
	height: 55em;
	width: 530px;
	overflow: hidden;
}

#insight .page {
	height: 54em;
	width: 100%;
	position: relative;
	margin-bottom: 3em;
	overflow: hidden;
	float: left;
}
#insight .page {
	transition-property: width;
	transition-duration: .41s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: width;
	-moz-transition-duration: .41s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: width;
	-webkit-transition-duration: .41s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: width;
	-o-transition-duration: .41s;
	-o-transition-timing-function: ease-in-out;
}

#insight .navig {
	margin: 2em 0 1em 0;
	width: 530px;
}

#insight .navig UL.ilist {
	text-align: center;
	padding: 0 2em;
	margin: 0;
	font-size: .8em;
}
#insight .navig UL.ilist LI {
	color: silver;
}
#insight .navig UL.ilist LI B {
	color: black;
}

#insight .page H3 {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1.5em;
	width: 530px;
}
#insight .page H4 {
	text-align: center;
	text-decoration: underline;
	margin: .5em 0;
	padding: 0;
	color: gray;
}

#insight .page H4 + P {
	margin-top: .5em;
}

#insight .page .scroll {
	margin: 0 -1em;
	padding: 0 1em;
	height: 44em;
	width: 530px;
	overflow: auto;
}


#insight .page UL.wordcloud {
	list-style: none;
	margin: 1em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.6em;
}
#insight .page UL.wordcloud LI {
	display: block;
	white-space: nowrap;
	margin: 0 .2em;
}

#insight .page UL.wordcloud LI:nth-child(3n)   { color: #050; }
#insight .page UL.wordcloud LI:nth-child(3n+1) { color: #005; }
#insight .page UL.wordcloud LI:nth-child(3n+2) { color: #500; }

#insight .page UL.wordcloud LI.s1 {
	font-size: .8em;
}
#insight .page UL.wordcloud LI.s2 {
	font-size: 1em;
}
#insight .page UL.wordcloud LI.s3 {
	font-size: 1em;
	font-weight: bold;
}
#insight .page UL.wordcloud LI.s4 {
	font-size: 1.2em;
	font-weight: bold;
}
#insight .page UL.wordcloud LI.s5 {
	font-size: 1.5em;
	font-weight: bold;
}
#insight .page UL.wordcloud LI.s6 {
	font-size: 1.7em;
}
#insight .page UL.wordcloud LI.s7 {
	font-size: 1.7em;
	font-weight: bold;
	color: black;
}

#insight TABLE.awards TD {
	text-align: center;
}

#insight .download {
	margin: 2em 0;
}

#insight .download .button {
	padding: 0 20px;
	float: right;
}
#insight .download .button A {
	background: url("intro-button.png") no-repeat center top;
	display: block;
	width: 308px;
	height: 77px;
}
#insight .download .button A:hover {
	background: url("intro-button.png") no-repeat center bottom;
}
#insight .download .button A,
#insight .download .button A:hover {
	transition-property: background-image;
	transition-duration: .71s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: background-image;
	-moz-transition-duration: .71s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: .71s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: background-image;
	-o-transition-duration: .71s;
	-o-transition-timing-function: ease-in-out;
}
#insight .download .button A SPAN {
	display: none;
}

#insight .download .notes {
	clear: both;
	padding: 0 20px;
	font-size: 10px;
}
#insight .download .notes P {
	text-align: right;
	text-indent: 0;
	margin: 0;
}
#insight .download .notes P SPAN {
	display: none;
}
DIV.download.table DIV.body {
	padding: 1em 1.5em;
}
DIV.download.table.small DIV.body {
	padding: 1em 1.5em;
}

DIV.download.table H2 {
	margin: 40px 0 6px 0;
	font-size: 1em;
}

DIV.download.table H2 SPAN {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white30.png") repeat;
	padding: 2px 1em;
}

DIV.download.table H2 SMALL {
	margin-left: 3em;
}

DIV.download.table DIV.text,
DIV.download.table DIV.links {
	padding: .5em;
}

DIV.download.table DIV.links {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white30.png") repeat;
}

DIV.download.table DIV.type {
	clear: both;
	margin: .5em 0;
}

DIV.download.table H3 {
	float: left;
	width: 150px;
	margin: .2em 0;
	font-size: .8em;
	font-weight: normal;
}

DIV.download.table DIV.link {
	float: left;
	width: 290px;
}

DIV.download.table DIV.share,
DIV.download.table DIV.fbook {
	margin-top: 4em;
}

DIV.download-license {
	margin-top: 3em;
}

DIV.download-license DIV.scrollable {
	padding-right: 2em;
	height: 10em;
	overflow: auto;
}
DIV.features H2 {
	margin: 1em 0 1em 3em;
}

/***************************************************/

TABLE.features {
	width: 90%;
	margin: auto;
	border-spacing: 6px 4px;
}

TABLE.features THEAD TH,
TABLE.features TFOOT TH {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white50.png") repeat;
	padding: 2px .5em;
	empty-cells: hide;
}

TABLE.features TBODY TH,
TABLE.features TBODY TD {
	border: 1px solid #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: url("white30.png") repeat;
	padding: 2px .5em;
	empty-cells: hide;
	font-size: .85em;
}

TABLE.features TBODY TH {
	background: url("white50.png") repeat;
	font-weight: normal;
	text-align: left;
}

TABLE.features TBODY TR:hover TH,
TABLE.features TBODY TR:hover TD {
	background: url("white70.png") repeat;
}
DIV.thanks {
	background: url("hline.png") center center no-repeat;
	position: relative;
	margin-top: 3em;
	margin-bottom: 8em;
}

DIV.thanks DIV.one,
DIV.thanks DIV.two {
	float: left;
	width: 350px;
	padding: 20px;
}

DIV.thanks DIV.two {
	float: right;
}

DIV.thanks DIV.side >* {
	opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
	transition-property: opacity;
	transition-duration: .21s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: opacity;
	-moz-transition-duration: .21s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .21s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: opacity;
	-o-transition-duration: .21s;
	-o-transition-timing-function: ease-in-out;
}
DIV.thanks DIV.side:hover >*,
DIV.thanks DIV.side >*.nofade {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

DIV.thanks H2 {
	text-align: center;
}DIV.faq {
	margin: 1em 0;
}
DIV.faq H3 {
	margin: 0;
	font-weight: normal;
}

DIV.faq H3 A:hover *,
DIV.faq H3 A:active * {
	color: #700;
}

DIV.faq H3 U {
	margin: 0;
	font-weight: bold;
}

DIV.faq H3 B,
DIV.faq H3 U {
	color: black;
}

DIV.faq DIV.answ {
	margin: 0 1em;
	overflow: hidden;
	background-color: white;
}
DIV.faq DIV.answ,
DIV.faq DIV.lightbox-body,
DIV.faq DIV.lightbox-body-out,
DIV.faq.lightbox {
	transition-property: height;
	transition-duration: .41s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: height;
	-moz-transition-duration: .41s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: height;
	-webkit-transition-duration: .41s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: height;
	-o-transition-duration: .41s;
	-o-transition-timing-function: ease-in-out;
}

DIV.faq DIV.answ DIV.vote {
	text-align: right;
}

/***************************************************/

BODY.faq-get {
	margin: 2em;
}

BODY.faq-get P {
	text-indent: 0;
}
DIV.langs.table DIV.body {
	padding: 13px 20px 60px 20px;
}

DIV.langs.table DIV.text {
	padding: 6px;
}

DIV.langs.table TABLE {
	margin: 40px 0;
}

DIV.langs.table TD {
	padding: 4px 12px;
}
#changes DL {
	margin: 2em 0;
}

#changes DT {
	font-weight: bold;
	font-size: 1.3em;
}
#shots {
	text-align: center;
}

#shots IMG {
	margin: 1em 2px;
	border: 0;
}
DIV.howto-replace {
	padding: 13px 26px;
	margin: 60px 13px;
	background-color: white;
	border: 1px dotted black;
	color: black;
}

DIV.howto-replace H2 {
	margin: 0 0 2em 0;
}

DIV.howto-replace I,
DIV.howto-replace CODE {
	color: green;
}

DIV.howto-replace PRE {
	border: 1px solid gray;
	padding: 6px 26px;
	overflow: auto;
}

DIV.howto-replace DIV.helpful {
	margin-top: 5em;
	text-align: right;
	font-size: .8em;
}
DIV.filters.table TABLE {
	border-spacing: 2px 12px;
	font-size: 13px;
	width: 100%;
}

DIV.filters.table TH {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white30.png") repeat;
	margin: 2em 0 0 0;
	padding: 2px 12px;
	width: 50%;
}

DIV.filters.table TR TD {
	vertical-align: top;
	padding: 0 12px;
}

DIV.filters.table TR TD:first-child {
	text-align: right;
	width: 25%;
}

DIV.filters.table TABLE PRE {
	border: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: url("white50.png") repeat;
	margin: 0;
	padding: 2px 12px;
	overflow: auto;
}

DIV.filters.table TR.break TD {
	height: 40px;
}
#bugs {
	margin: 40px;
}

#bugs H2 {
	font-size: 1.3em;
}

#bugs LI {
	margin-top: .5em;
}
#buttons {
	text-align: center;
}

#buttons TABLE {
	display: inline;
}

#buttons TABLE TD {
	text-align: center;
	padding: 25px;
}

#buttons TABLE A {
	text-decoration: none;
}

#buttons TABLE IMG {
	border: 0;
	margin: 6px;
}DIV.letters {
	position: relative;
}

DIV.letters DIV.letter {
	float: left;
	width: 200px;
	border: 1px dashed gray;
	padding: 16px;
	margin: 16px;
}

DIV.letters DIV.letter.long {
	float: none;
	clear: both;
	width: auto;
}

#author IMG {
	margin: 0 13px;
	border: 0;
}
DIV.fools.table DIV.body {
	padding: 26px 45px 40px 45px;
}

DIV.fools.table H1 {
	margin-top: 0;
}

/***************************************************/

DIV.fools.results {
	margin: 60px;
	color: gray;
}

DIV.fools.results:hover {
	color: inherit;
}

DIV.fools.results HR {
	display: none;
}

DIV.fools.results P {
	text-indent: 0;
	margin: 2em 0;
}

DIV.fools.results LI {
	margin: .5em;
}
DIV.social.option {
	margin: 2em;
}
DIV.social.option IMG {
	margin: 10px 30px;
	margin-left: 0;
}

DIV.social.option DIV.desc {
	margin-left: 160px;
}
DIV#top {
	animation: top-menu 1.5s ease backwards;
	-o-animation: top-menu 1.5s ease backwards;
	-ms-animation: top-menu 1.5s ease backwards;
	-moz-animation: top-menu 1.5s ease backwards;
	-webkit-animation: top-menu 1.5s ease backwards;
}
@keyframes top-menu {
	from { opacity: 0; top: -40px; }
	to { opacity: 1; top: 0;  }
}
@-o-keyframes top-menu {
	from { opacity: 0; top: -40px; }
	to { opacity: 1; top: 0;  }
}
@-ms-keyframes top-menu {
	from { opacity: 0; top: -40px; }
	to { opacity: 1; top: 0;  }
}
@-moz-keyframes top-menu {
	from { opacity: 0; top: -40px; }
	to { opacity: 1; top: 0;  }
}
@-webkit-keyframes top-menu {
	from { opacity: 0; top: -40px; }
	to { opacity: 1; top: 0;  }
}
DIV#insight {
	animation: intro-insight 1s ease backwards 1.5s;
	-o-animation: intro-insight 1s ease backwards 1.5s;
	-ms-animation: intro-insight 1s ease backwards 1.5s;
	-moz-animation: intro-insight 1s ease backwards 1.5s;
	-webkit-animation: intro-insight 1s ease backwards 1.5s;
}
@keyframes intro-insight {
	from { opacity: 0;  }
	to { opacity: 1;  }
}
@-o-keyframes intro-insight {
	from { opacity: 0;  }
	to { opacity: 1;  }
}
@-ms-keyframes intro-insight {
	from { opacity: 0;  }
	to { opacity: 1;  }
}
@-moz-keyframes intro-insight {
	from { opacity: 0;  }
	to { opacity: 1;  }
}
@-webkit-keyframes intro-insight {
	from { opacity: 0;  }
	to { opacity: 1;  }
}
DIV#navig {
	animation: intro-navig 3s ease backwards;
	-o-animation: intro-navig 3s ease backwards;
	-ms-animation: intro-navig 3s ease backwards;
	-moz-animation: intro-navig 3s ease backwards;
	-webkit-animation: intro-navig 3s ease backwards;
}
@keyframes intro-navig {
	from { opacity: 0; margin-top: 0; }
	to { opacity: 1; margin-top: 40px;  }
}
@-o-keyframes intro-navig {
	from { opacity: 0; margin-top: 0; }
	to { opacity: 1; margin-top: 40px;  }
}
@-ms-keyframes intro-navig {
	from { opacity: 0; margin-top: 0; }
	to { opacity: 1; margin-top: 40px;  }
}
@-moz-keyframes intro-navig {
	from { opacity: 0; margin-top: 0; }
	to { opacity: 1; margin-top: 40px;  }
}
@-webkit-keyframes intro-navig {
	from { opacity: 0; margin-top: 0; }
	to { opacity: 1; margin-top: 40px;  }
}
DIV#intro .button {
	animation: intro-button 3s ease backwards 1s;
	-o-animation: intro-button 3s ease backwards 1s;
	-ms-animation: intro-button 3s ease backwards 1s;
	-moz-animation: intro-button 3s ease backwards 1s;
	-webkit-animation: intro-button 3s ease backwards 1s;
}
DIV#intro .notes {
	animation: intro-button 3s ease backwards 2s;
	-o-animation: intro-button 3s ease backwards 2s;
	-ms-animation: intro-button 3s ease backwards 2s;
	-moz-animation: intro-button 3s ease backwards 2s;
	-webkit-animation: intro-button 3s ease backwards 2s;
}
@keyframes intro-button {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes intro-button {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-ms-keyframes intro-button {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes intro-button {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes intro-button {
	from { opacity: 0; }
	to { opacity: 1; }
}
DIV#intro .left DIV.fbook {
	animation: intro-fbook 2s ease backwards 4s;
	-o-animation: intro-fbook 2s ease backwards 4s;
	-ms-animation: intro-fbook 2s ease backwards 4s;
	-moz-animation: intro-fbook 2s ease backwards 4s;
	-webkit-animation: intro-fbook 2s ease backwards 4s;
}
@keyframes intro-fbook {
	from { opacity: 0; top: 0px; }
	to { opacity: 1; top: 20px; }
}
@-o-keyframes intro-fbook {
	from { opacity: 0; top: 0px; }
	to { opacity: 1; top: 20px; }
}
@-ms-keyframes intro-fbook {
	from { opacity: 0; top: 0px; }
	to { opacity: 1; top: 20px; }
}
@-moz-keyframes intro-fbook {
	from { opacity: 0; top: 0px; }
	to { opacity: 1; top: 20px; }
}
@-webkit-keyframes intro-fbook {
	from { opacity: 0; top: 0px; }
	to { opacity: 1; top: 20px; }
}
DIV.side-extra {
	animation: side-extra 2s ease backwards,side-extra-loop 60s ease 60s infinite;
	-o-animation: side-extra 2s ease backwards,side-extra-loop 60s ease 60s infinite;
	-ms-animation: side-extra 2s ease backwards,side-extra-loop 60s ease 60s infinite;
	-moz-animation: side-extra 2s ease backwards,side-extra-loop 60s ease 60s infinite;
	-webkit-animation: side-extra 2s ease backwards,side-extra-loop 60s ease 60s infinite;
}
@keyframes side-extra {
	from { opacity: 0; top: 0px; right: -20em; }
	to { opacity: 1; top: 26px; right: -16.5em; }
}
@-o-keyframes side-extra {
	from { opacity: 0; top: 0px; right: -20em; }
	to { opacity: 1; top: 26px; right: -16.5em; }
}
@-ms-keyframes side-extra {
	from { opacity: 0; top: 0px; right: -20em; }
	to { opacity: 1; top: 26px; right: -16.5em; }
}
@-moz-keyframes side-extra {
	from { opacity: 0; top: 0px; right: -20em; }
	to { opacity: 1; top: 26px; right: -16.5em; }
}
@-webkit-keyframes side-extra {
	from { opacity: 0; top: 0px; right: -20em; }
	to { opacity: 1; top: 26px; right: -16.5em; }
}
@keyframes side-extra-loop {
	0.0% { opacity: 1; }
	0.3% { opacity: 0; }
	0.6% { opacity: 1; }
	0.9% { opacity: 0; }
	1.2% { opacity: 1; }
	33.0% { opacity: 1; top: 26px; }
	33.3% { opacity: 0; top: 0; }
	33.6% { opacity: 1; top: 26px; }
	66.0% { opacity: 1; right: -16.5em; }
	66.3% { opacity: 0; right: -17.5em; }
	66.6% { opacity: 0; right: -15.5em; }
	66.9% { opacity: 1; right: -16.5em; }
}
@-o-keyframes side-extra-loop {
	0.0% { opacity: 1; }
	0.3% { opacity: 0; }
	0.6% { opacity: 1; }
	0.9% { opacity: 0; }
	1.2% { opacity: 1; }
	33.0% { opacity: 1; top: 26px; }
	33.3% { opacity: 0; top: 0; }
	33.6% { opacity: 1; top: 26px; }
	66.0% { opacity: 1; right: -16.5em; }
	66.3% { opacity: 0; right: -17.5em; }
	66.6% { opacity: 0; right: -15.5em; }
	66.9% { opacity: 1; right: -16.5em; }
}
@-ms-keyframes side-extra-loop {
	0.0% { opacity: 1; }
	0.3% { opacity: 0; }
	0.6% { opacity: 1; }
	0.9% { opacity: 0; }
	1.2% { opacity: 1; }
	33.0% { opacity: 1; top: 26px; }
	33.3% { opacity: 0; top: 0; }
	33.6% { opacity: 1; top: 26px; }
	66.0% { opacity: 1; right: -16.5em; }
	66.3% { opacity: 0; right: -17.5em; }
	66.6% { opacity: 0; right: -15.5em; }
	66.9% { opacity: 1; right: -16.5em; }
}
@-moz-keyframes side-extra-loop {
	0.0% { opacity: 1; }
	0.3% { opacity: 0; }
	0.6% { opacity: 1; }
	0.9% { opacity: 0; }
	1.2% { opacity: 1; }
	33.0% { opacity: 1; top: 26px; }
	33.3% { opacity: 0; top: 0; }
	33.6% { opacity: 1; top: 26px; }
	66.0% { opacity: 1; right: -16.5em; }
	66.3% { opacity: 0; right: -17.5em; }
	66.6% { opacity: 0; right: -15.5em; }
	66.9% { opacity: 1; right: -16.5em; }
}
@-webkit-keyframes side-extra-loop {
	0.0% { opacity: 1; }
	0.3% { opacity: 0; }
	0.6% { opacity: 1; }
	0.9% { opacity: 0; }
	1.2% { opacity: 1; }
	33.0% { opacity: 1; top: 26px; }
	33.3% { opacity: 0; top: 0; }
	33.6% { opacity: 1; top: 26px; }
	66.0% { opacity: 1; right: -16.5em; }
	66.3% { opacity: 0; right: -17.5em; }
	66.6% { opacity: 0; right: -15.5em; }
	66.9% { opacity: 1; right: -16.5em; }
}
