body {
background-color: white;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 11px;
margin: 10px 10px 50px 10px;
}

/* text styles */
h1 {
font-family: helvetica, verdana, arial, sans-serif;
font-size: 1.3em;
font-weight: bold;
margin: 10px 0px;
}

h2 {
font-family: helvetica, verdana, arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
margin: 10px 0px;
}


abbr, acronym {
cursor: help;
}

a {
color: #049;
text-decoration: none;
border-bottom: 0.1em solid #049;
}

#posttitle p {
margin: 0;
font-size: 1.1em;
}

/* title/logo. on every page */
header#main {
margin: 0px auto;
}

header#main a {
margin: auto;
display: block;
width: 122px;
height: 136px;
border-bottom-width: 0px;
/*
background-image: url(../images/fl-2010-04-22.png);
background-image: url(../images/fl-2010-04-22.svg);
*/
background-position: center;
background-repeat: no-repeat;
}

header#main object {
	position:relative;
	top:10px;
	left:10px;
}
/*
header img {
	position:relative;
	top:10px;
	left:10px;
}
	*/

header#main h1 {
margin: 0px;
}

header#main p {
margin: 0px;
margin-top:-5px;
font-size: 1.3em;
text-align: center;
}

#premenu
{
text-align: center;
font-size: 1.3em;
margin: 0;
}

/* menu */
nav {
font-size: 1.3em;
margin-top: 0.5em;
margin-bottom: 2em;
text-align: center;
}

nav ul {
	list-style-type: none;
	display: box;
	margin: 0;
	padding: 0;
}

nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* content structure */
#content-texnotes {
width: 625px;
margin: 20px auto 0px;
}

#content-texnotes p img {
border: 1px solid black;
border-left-width: 1px;
border-right-width: 4px;
border-top-width: 1px;
border-bottom-width: 4px;
}

#content-narrow {
width: 50em;
margin: 20px auto 0px;
}

#content-split {
width: 70em;
margin: 20px auto 0px;
}

#content-split-left {
width: 40em;
}

#content-split-left h2 {
margin-top: 0px;
}

#content-split-right {
width: 28em;
float: right;
}

#content-split-right h2 {
margin: 0px;
font-size: 1.1em;
}

#content-split-right p {
margin: 5px 0px;
}

#content-split-right .references {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 30px;
padding-left: 0px;
}

/* content style */
article {
margin-bottom: 2em;
line-height: 1.6em;
font-size: 1.3em;
}

article h1 {
font-size: 1.2em;
margin: 1em 0px 0px;
}

article h1 a {
color: black !important;
border-bottom-width: 0px !important;
text-decoration: none !important;
}

article h1 a:hover {
color: black !important;
border-bottom: 1px solid black !important;
}

article p {
margin: 1em 0px;
}

article img {
vertical-align: middle;
}

article div.imageblock {
margin: 1em auto;
}

article div.imageblock img {
display: block;
margin: 0 auto;
border: none;
}

article div.imageblock p {
margin: 0 auto;
text-align: center;
}

article a:visited {
color: #666;
border-bottom: 0.1em solid #aaa;
}

/*
article a:visited {
color: #92a;
}
*/

article ul, .content-list ol {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
padding-left: 0px;
}

article .alternate-link {
text-align: left;
margin-top: -14px;
}

article .alternate-link a {
color: black;
text-decoration: none;
font-weight: bold;
border-bottom-width: 0px;
}

article .alternate-link a:hover
{
text-decoration: underline;
}

article time {
text-align: left;
font-size: 0.9em !important;
}

article time a {
color: #049 !important;
text-decoration: none !important;
font-weight: bold !important;
border-bottom-width: 0px !important;
}

article time a:hover {
text-decoration: underline !important;
}

/*
article time {
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}

article time a {
color: black;
text-decoration: none;
font-weight: bold;
border-bottom-width: 0px;
}

article time a:hover {
text-decoration: underline;
}
	*/

article h1 {
margin-top: 0px;
}

article p.eqn {
text-align: center;
}

.article-section {
}

.article-section h2 {
	display: inline;
}

.article-section h2 a {
	color: black;
	border-bottom: none;
}

.article-section h2 a:hover {
	border-bottom: 1px solid black;
}

.article-section h2 a:visited {
	color: #666;
	border-bottom-color: #666;
}

.article-section time a {
	color: #049;
}

.article-section time a:hover {
	border-bottom: 1px solid #049;
}

.article-section time a:visited {
	color: #666 !important;
	border-bottom-color: #666 !important;
}

/* footer */
footer {
clear: both;
margin: 0px auto;
width: 400px;
text-align: center;
font-size: 1.3em;
}

footer p {
margin: 5px 0px;
font-size: 1em;
}

.infl-permalink a {
	color: black !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border: none !important;
}






p.special-note {
	background-color: #ffe;
	border:1px solid #ccb;
	padding:1em;
	margin-bottom: 1em;
	font-size: 1.4em;
	text-align:center;
}
