html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	color: #333;
	font: normal normal normal 100%/1.5em Georgia, serif;
	margin: 2em;
}

a:link {
	color: #A64E00;
	font-style: italic;
	text-decoration: none;
}

a:visited {
	color: #BF7330;
	font-style: italic;
	text-decoration: none;
}

a:active {
	font-style: italic;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	text-decoration: underline;
}

em {
	font-style: italic;
}

h1, h2 {
	font-size: 2em;
	margin-top: -.2em;
	margin-bottom: .45em;
	line-height: 1em;
}

h2 a:link,
h2 a:visited,
h2 a:active {
	color: #333;
	font-style: normal;
	text-decoration: none;
}

h2 a:visited {
	color: #666;
}

h2 a:hover {
	color: #A64E00;
}

h3 {
	font-size: 1.5em;
	margin-bottom: .67em;
}

* + h3 {
	margin-top: 1em;
}

.infoLine + h2 {
	margin-top: 1em;
}

hr {
	border: 0;
	border-bottom: 1px solid silver;
	height: 0;
	margin: 2em 0;
}

hr.blank {
	border: none;
	margin: 0;
	margin-bottom: 1em;
}

#page > hr {
	width: 835px;
}

form label em {
	color: #999;
}

form ul {
	list-style: lower-alpha inside;
}

form p + p {
	text-indent: 0;
}

input[type=text],
input[type=password] {
	width: 50%;
}

input[type=text],
input[type=checkbox],
input[type=submit],
textarea,
form ul {
	margin-bottom: 1em;
}

p + p {
	text-indent: 1em;
}

strong {
	font-weight: bold;
}

textarea {
	width: 100%;
}

#page {
	width: 835px;
	margin: auto;
}

#header {
	border-bottom: 1px solid silver;
	margin-bottom: 2em;
	padding-bottom: 2.4em;
}

#header #siteTitle {
	float: left;
	font-size: 3em;
	font-style: italic;
	margin-top: -.25em;
	margin-bottom: -.5em;
	text-transform: lowercase;
}

#header #siteTitle em {
	color: #A64E00;
	font-style: inherit;
}

#header #siteTitle a:link,
#header #siteTitle a:visited,
#header #siteTitle a:active,
#header #siteTitle a:hover {
	color: #333;
	text-decoration: none;
}

#header ul.mainNavigation {
	float: right;
}

ul.mainNavigation li {
	display: inline;
	font-style: italic;
	text-transform: lowercase;
}

ul.mainNavigation li + li:before {
	content: "\0020\00B7\0020";
}

#content #main {
	float: left;
	width: 500px;
}

#content #supplimental {
	float: right;
	width: 300px;
}

#content #pageLinks {
	margin-top: 2em;
}

#content #pageLinks .older {
	float: right;
}

#footer {
	border-top: 1px solid silver;
	margin-top: 1em;
	padding-top: 1em;
}

#footer .mainNavigation {
	float: left;
}

#footer .adsense {
	float: right;
}

a.button {
	background-color: #A64E00;
	color: #fff;
	padding: 5px;
}

p.ad {
	margin: 2em 0;
	text-indent: 0;
}

.infoLine,
p.note {
	color: #666;
	font-size: .8em;
	margin-top: 1em;
	text-indent: 0;
}

.infoLine li {
	display: inline;
}

.infoLine li + li:before {
	content: "\0020\00B7\0020";
}

.timeAbbr {
	font-variant: small-caps;
}

.inlineTitle {
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}

.inlineTitle em {
	color: #A64E00;
	font-style: inherit;
	font-weight: inherit;
}

#terms li {
	font-size: .8em;
}

#terms li + li {
	margin-top: 1em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.article {
	margin: 1em;
}

ul.article li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

ol.dialogue + p {
	text-indent: 1em;
}

#announcement {
	background-color: #EEE;
	margin-bottom: 2em;
	padding: 1em;
}

#welcomeBox {
	display: none;
	margin-bottom: 15px;
	padding: 15px;
}

#appStore {
	margin-top: 4em;
	text-align: center;
}

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->