.mobileonly {
   display: none;
}

body {
  color: #000000;
  font-family: optima, verdana, helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #10263f;
  background-image: url("/files/interfluidity_bg_large.jpg");
  background-repeat: repeat-y;
  background-position: top left;
  line-height: 115%;
}

/*
p, div {
   padding-top: 0.5em;
   padding-bottom: 0.5em;
}
*/

#headerimg {
   text-align: right;
   margin-right: 3em;
}

#headerimg a img {
   border: 0;
}

#sidebar {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 150px;
  height: 1000%;
  background-color: #ccccff;
  font-size: 10pt;
  text-align: right;
  padding-left: 0;
  padding-right: 1em;
  text-transform: lowercase;
}

#sidebar h3 {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 1px;
  color: black;
}

#sidebar ul h3 a {
  color: black;
}

#sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#sidebar ul li {
  padding-bottom: 2px;
}

#sidebar ul a {
  color: #5555AA;
  text-decoration: none;
}

#sidebar ul a:hover {
  color: black;
  text-decoration: underline;
}

#sidebar ul {
  white-space: nowrap;
}

#content {
  margin-left: 220px;
  margin-right: 50px;
}
.post {
   background-color: white;
   border-style: solid;
   border-width: 2px;
   border-color: black;
/*
   margin-left: 220px;
   margin-right: 50px;
*/
   margin-top: 1em;
   margin-bottom: 1em;
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 0em;
}

.posttitle {
   font-size: 12pt;
}

.posttitle a  {
   color: black;
   text-decoration: none;
}

.posttitle a:hover {
   text-decoration: underline;
}

.entry {
   font-size: 11pt;
   line-height: 140%;
   margin-left: 1em;
   margin-right: 1em;
   text-align: justify;
}

.postmetadata, .commentmetadata {
   font-size: 9pt;
   font-weight: bold;
   line-height: 110%;
}

.commentpane {
/*
  margin-left: 220px;
  margin-right: 50px;
*/
  color: #eeeeee;
}

.commentpane a {
  color: #aaaaff;
}

.commentlist {
  background-color: orange;
  color: black;
}

ol.commentlist li {
  margin: 0;
  padding: 1em;
  background-color: #eeeeee;
  margin-top: 2px;
  margin-bottom: 2px;
}

ol.commentlist li a {
  color: #BB0000;
}

ol.commentlist li a:hover {
  color: red;
}

.commentbyline {
   font-size: 10pt;
   font-weight: bold;
}

.commenttext {
   font-size: 10pt;
   font-weight: normal;
   margin-left: 1em;
}

.navigation {
  color: orange;
/*
  margin-left: 220px;
  margin-right: 50px;
*/
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.navigation a {
  color: orange;
  text-decoration: none;
}

.navigation a:hover {
  color: orange;
  text-decoration: underline;
}

div.floatright {
   float: right;
}

div.floatleft {
   float: left;
}

#item404 {
   background-color: #FFCCAA;
   border-width: 2px;
   border-color: red;
   border-style: solid;
   padding: 2em;
   text-align: center;
   font-size: 12pt;
   font-weight: bold;
}

.pagetitle {
   background-color: #000044;
   color: #CCCCFF;
   border-color: #CCCCFF;
   border-width: 1px;
   border-style: solid;
   text-align: right;
   text-transform: lowercase;
   padding-right: 1em;
}

/* old definitions */
blockquote
{
  font-size: 10pt;
  line-height: 1.5;
  /* border-left: 4px solid #EB6A31; */
  border-left: 4px solid #F00;
  padding-left: 8px;
}

blockquote blockquote
{
  border-left: 4px solid orange;
}

blockquote.abstract
{
  /* font-style: italic; */
  border-left: 8px solid #CCC;
  padding-left: 8px;
}

blockquote.unadorned
{
  border-left: 0;
}

div.updatehistory
{
  margin-top: 7px;
  border-top: 1px solid #777;
  padding-top: 5px;
  line-height: 1;
  font-size: 8pt;
  color: #777;
}

div.updatehistory ul
{
  margin-top: 5px;
  padding-top: 0px;
}

ol.highlight
{
  border-left: 4px solid #F00;
  padding-left: 8px;
}

ol.highlight li
{
   margin-left: 2em;
   margin-right: 2em;
   margin-top: 8px;
}

ol li
{
   margin-left: 1em;
   margin-right: 2em;
   margin-top: 8px;
}

ol.tight li
{
   margin-top: 0px;
}


div.related
{
   border-style: solid;
   border-width: 1px;
   border-color: black;
   background-color: #eeeeee;
   margin-left: 10%;
   margin-right: 10%;
   padding-left: 1em;
   padding-right: 1em;
   padding-bottom: 1em;
   font-size: smaller;
   line-height: 120%;
}

div.related p, div.related ul
{
   margin: 0;
   padding: 0;
}

div.related p
{
   padding-top: 1em;
}

div.related ul li
{
   margin-left: 2em;
}

div.equation {
  font-size: 9pt;
  margin-left: 5%;
  margin-right: 5%;
  white-space: nowrap;
  text-align: left;
  font-family: monospace;
  line-height: 100%;
}

span.eq_number {
  float: right;
}


span.variable {
  font-size: 9pt;
  font-family: monospace;
}

span.highlighted {
  background-color: #FFFF00;
}

span.welfare_figure_ref a {
  color: #BB6600;
  text-decoration: none;
}

.center {
   text-align: center;
}

hr.black {
  color:#000;
  background-color:#000;
  height:2px;
  border:none;
}