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;
}

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;
}

UL.spaced LI {
	margin-top: .5em;
	margin-bottom: .5em;
}
UL.spaced {
	margin-bottom: 2em;
}

.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;
}

.overflow {
	overflow: auto;
}

DIV.blurb {
	font-size: x-small;
	margin-bottom: 3em;
}

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;
}
#top {
	background-color: #333;
	border-bottom: 1px solid #bbb;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	font-size: 1.3em;
	padding: .3em 0;
	line-height: 1.6em;
	height: 1.6em;
	color: #ddf;
	text-align: center;
	overflow: hidden;
	transition-property: height;
	transition-timing-function: ease-out;
	transition-delay: 1s;
	transition-duration: .5s;
}
#top:hover {
	height: 4.5em;
}

#top .top-in {
}

#top A {
	padding: 0 .3em;
	text-decoration: none;
	color: #fff;
}
#top  A:hover {
	color: #88f;
}
#wrapping {
	position: relative;
	width: 1024px;
	margin: auto;
}
#wrapper {
	position: relative;
	padding: 10px;
	width: 800px;
	margin-top: 2.9em;
}
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;
}
#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: #f0f0f0;
	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;
}
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.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;
}
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;
}
DIV.table.fill {
	background-color: #eee;
	margin: 20px 0;
}

DIV.table.fill DIV.top {
	background: url("table-top.png") repeat-x center top;
	height: 110px;
	position: relative;
	top: -10px
}

DIV.table.fill DIV.body {
	background: url("table-bottom.png") repeat-x center bottom;
	padding: 25px;
	min-height: 350px;
	margin-top: -120px;
	position: relative;
	bottom: -10px
}

DIV.table.fill.small DIV.body {
	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;
}
#intro {
	position: relative;
	padding: 1em;
	font-size: 1.1em;
}

#intro .title H1 {
	font-size: 4em;
	font-weight: lighter;
	margin: 0;
}

#intro P {
	text-indent: 0;
}

#intro .middle {
}

#intro .middle .text {
	background: url("intro-shot.jpg") no-repeat right top;
	padding-top: 300px;
}

#intro .bottom {
	background: url("intro-gradient.png") repeat-x center bottom;
	min-height: 300px;
}

#intro .bottom .text {
	margin-bottom: 60px;
}

#intro .text .padding {
	margin: 0 30px;
}

#intro .text H2.first,
#intro .text P.first {
	margin-top: 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;
}
#intro .button A SPAN {
	display: none;
}

#intro .right {
}

#intro .notes {
	clear: both;
	padding: 0 50px 0 50px;
	font-size: .9em;
	overflow-y: auto;
}
#intro .notes P {
	text-align: right;
	text-indent: 0;
	margin: 0;
}
#intro .notes P SPAN {
	display: none;
}
#intro .notes A {
	white-space: nowrap;
}

#intro .below {
	margin-top: 7em;
	margin-bottom: 3em;
	text-align: center;
}

#intro .below > SPAN {
	display: inline-block;
	padding-top: 55px;
	margin: 0 3em;
	width: 6em;
	font-size: 1.3em;
}
#intro .below > SPAN SPAN {
	display: block;
	margin: 1em;
	font-size: .6em;
}

#intro .below > SPAN.blurb-free {
	background: url("intro-blurb-free.png") no-repeat center top;
}
#intro .below > SPAN.blurb-innovative {
	background: url("intro-blurb-innovative.png") no-repeat center top;
}
#intro .below > SPAN.blurb-fast {
	background: url("intro-blurb-fast.png") no-repeat center top;
}
#insight {
	font-size: 1.2em;
}

#insight .pager {
	height: 50em;
	width: 800px;
	overflow: hidden;
	margin-bottom: 1em;
}

#insight .page {
	height: 47em;
	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 .page .scroll {
	margin: 0 -1em;
	padding: 0 1em;
	height: 34em;
	width: 800px;
	overflow: auto;
}

#insight .navig {
	border-top: 1px solid black;
	margin: 3em 0 4em 0;
	width: 800px;
}

#insight .navig UL.ilist {
	text-align: center;
	margin: 0;
}
#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: 800px;
}

#insight .page .interlinks {
	display: none;
}

#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 #awards .scroll {
	text-align: center;
}

#insight .download {
	margin: 2em;
}

#insight .download .button {
	padding: 0 50px;
	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;
}
#insight .download .button A SPAN {
	display: none;
}

#insight .download .notes {
	clear: both;
	padding: 0 50px;
	font-size: 10px;
}
#insight .download .notes P {
	text-align: right;
	text-indent: 0;
	margin: 0;
}
#insight .download .notes P SPAN {
	display: none;
}
#navig {
	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.table A.pkg {
	color: red;
}
DIV.download.table A.pkg:hover {
	color: maroon;
}

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: 100%;
	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;
	white-space: nowrap;
	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 B,
DIV.faq H3 U {
	font-weight: bold;
	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;
}
#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;
}
#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;
}#author IMG {
	margin: 0 13px;
	border: 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;
}
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;
}
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;
}

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;
}
#intro .notes.notes-landing {
	font-size: 1em;
}

#intro .below {
	display: none;
}


#insight.insight-initial,
#insight.insight-landing {
	margin: 0;
	width: auto;
	float: none;
}

#insight.insight-initial .pager,
#insight.insight-landing .pager {
	height: auto;
	width: 100%;
	overflow: auto;
}

#insight.insight-initial .page,
#insight.insight-landing .page {
	height: auto;
	position: static;
	padding: 0;
	padding-top: 2em;
	margin: 0;
	margin-top: 3em;
	margin-bottom: 3em;
	overflow: auto;
}
#insight.insight-initial .page .scroll,
#insight.insight-landing .page .scroll {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	overflow: auto;
}

#insight.insight-initial .navig,
#insight.insight-landing .navig {
	display: none;
	width: 100%;
}

#insight.insight-initial .page H3,
#insight.insight-landing .page H3 {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1.5em;
	width: 100%;
}

#insight.insight-initial .page .interlinks,
#insight.insight-landing .page .interlinks {
	display: none;
}

#insight.insight-initial .page UL.wordcloud,
#insight.insight-landing .page UL.wordcloud {
}

#insight.insight-initial #awards .scroll,
#insight.insight-landing #awards .scroll {
}

#insight.insight-initial #awards IMG,
#insight.insight-landing #awards IMG {
}

#insight.insight-initial .download,
#insight.insight-landing .download {
	margin: 4em 0;
}

#insight.insight-initial .download .button,
#insight.insight-landing .download .button {
	padding: 0;
	float: right;
}

#insight.insight-initial .download .notes,
#insight.insight-landing .download .notes {
	clear: both;
	padding: 0;
	font-size: small;
}
#insight.insight-initial .download .notes P,
#insight.insight-landing .download .notes P {
	margin: .5em 0;
}
#insight.insight-initial .download .notes P SPAN,
#insight.insight-landing .download .notes P SPAN {
}
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#intro .button {
	animation: intro-button 3s ease backwards;
	-o-animation: intro-button 3s ease backwards;
	-ms-animation: intro-button 3s ease backwards;
	-moz-animation: intro-button 3s ease backwards;
	-webkit-animation: intro-button 3s ease backwards;
}
DIV#intro .notes {
	animation: intro-button 3s ease backwards .3s;
	-o-animation: intro-button 3s ease backwards .3s;
	-ms-animation: intro-button 3s ease backwards .3s;
	-moz-animation: intro-button 3s ease backwards .3s;
	-webkit-animation: intro-button 3s ease backwards .3s;
}
@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.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; }
}
