
.clear
{
clear:both;
}

.row_400
{
	height: 400px;
	max-height: 400px;
	text-align:center;
	margin: 0 auto;
	width: 100%;
}

.columns
{
clear:both;
width: 960px;
margin: 0 auto;
}

.column_1_3
{
	background-color: #222;
	width: 300px;
	min-width: 300px;
	float: left; 
/*	padding: 0 5px 5px 5px; */
	margin: 10px;
	height: 400px;
	max-height: 400px;
	overflow:hidden; 
	font-size: 10pt;
	box-shadow: 0px 0px 25px #111 inset;
	border-radius: 4px;
}

.column_1_3 p
{
	margin: 0.5em;
}
.column_1_3 h2
{
text-align:center;
padding: 0;
margin:0;
/* margin-bottom: 0.5em; */
background-color: #777;
color:white;
}

/* Example CSS Style for MUP */
.button
{
    /* border: 1px solid #888; */
    border-radius: 2px;
    margin: -1em;
    padding: 1em;
    background-color: #333;
}

#header {
    width: 100%;
    height: 60px;
    position: fixed;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #222;
    z-index: 99;
    box-shadow: 0px 0px 25px #777;
}

div.hidden {
    display:none;
}

div.column-1-2
{
    width: 48%;
    margin: 1%;
    display: inline-block;
    float: left;
}

.logo {
    box-shadow: 0px 0px 10px #777;
}

div.logo_box {
    padding-top: 10px;
    text-align: center;

    /* z-index: 100; */
    /* position: fixed; */
    /* top: 60px; */
    /* margin: 0 auto; */
   
    /* background-color: #222; */
}

div.logo_box img {
    display: inline-block;
    margin: 0px 20px;
}

#top-nav {
    display: table;
    margin: 0;
    padding: 0;
    height: 60px;
}

#top-nav img {
    display: inline-block;
}

#top-nav li {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    list-style: none;
    padding: 0px 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font: bold 14px Arial, Helvetica, sans-serif;
}

#top-nav li a {
    text-decoration: none;
    color: #DDD;
}

#top-nav li a:hover
{
    text-shadow: 0 0 1em #fff;
    color: #fff;
}

#top-nav ul
{
    padding-top: 10px;
    box-shadow: 0px 10px 10px #777;
    background-color:#222;
    position:fixed;
    top:40px;
    margin-left: -40px;
    /* padding-right:40px; */
    padding-right:15px;
    /* margin-left:-40px; */
    display:none;
    z-index: 100;
    /* white-space: nowrap; */
    /* float:left; */
    list-style: none;
    /* float:left !important; */
}

#top-nav ul li
{
    padding: 10px 0;
    display:block;
    padding-top: 1px;
    float: none;
}
#top-nav li:hover ul
{
    display:block;
}

/* body */
/* { */
/*     /\* font: normal normal 14pt "Helvetica", sans-serif; *\/ */
/*     /\* font: normal normal 12pt "Helvetica", sans-serif; *\/ */
/*     /\* background: url("http://non.tuxfamily.org/background.png"); *\/ */
/*     background-color: #444; color: #AAA; padding: 0; margin: 0; */
/* } */

/* a:link { */
/*     color: white; */
/* } */
/* a:visited { */
/*     color: olive; */
/* } */
/* a:active { */
/*     color: white; */
/* } */
/* a:link:hover { */
/*     text-decoration: underline; */
/* } */

/* /\* #(url) *\/ */
/* a.ext:link { */
/*     color: red; */
/*     text-decoration: none; */
/*     border-bottom: dashed silver 1; */
/* } */
/* a.ext:visited { */
/*     color: darkred; */
/*     border-bottom: dashed silver 1; */
/*     text-decoration: none; */
/* } */

/* /\* #(ref) *\/ */
/* a.int:link { */
/*     border-bottom: dashed silver 0.15em; */
/* } */
/* a.int:link:hover { */
/*     text-decoration: none; */
/*     color: white; */
/* } */

/*
  a[href^="#"]:link {
  border-bottom: dashed silver 0.15em;
  }
  a[href^="#"]:link:hover {
  text-decoration: none;
  color: white;
  }
  */

p:contains("Warning:") {
    background: #d00;
    color: white;
    border: dotted gray 0.5em;
    display: block;
}

/* First letter of first paragraph of every chapter */
/*
  h1 + p:first-letter {
  text-transform: uppercase;
  float: left;
  line-height: 0.8em;
  font-size: 350%;
  font-family: Serif;
  letter-spacing: 0;
  margin-right: 0.1em;
  margin-top: 0.1em;
  border: solid gray 1px;
  padding: 1px;
  color: #d00;
  text-shadow: #666 3px 3px 3px;
  }
  */
/* First paragraph of every chapter */
/*
  h1 + p {
  text-indent: 0;
  }
  */

/* cover */
#cover * {
    background: transparent;
}
#cover {
    display: none;
    position: relative;
/*    background: #da0;*/
    background: #777;
    color: #aaa;
    text-align: center;
    margin: 0;
    /* padding: 0.1em; */
/*    box-shadow: 0 10px 10px #000; */
}
#cover h1, #cover h3 {
    /* text-shadow: 0.05em 0.05em 0.05em #222; */
    color: #FFF;
    border: none;
    letter-spacing: 0.1em;
    /* line-height: 0.2em; */
    margin-left: 2em;
    margin-right: 2em;
}
#cover h1:before, #cover h1:after {
/*    content: "::"; */
    font-size: 300%;
    color: black;
}
#cover h1:before {
    position: absolute;
    top: 0.2em;
    left: 0.1em;
}
#cover h1:after {
    position: absolute;
    top: 0.2em;
    right: 0.1em;
}
#cover hr {
    display: none;
}

hr:first-child {
    display: none;
}

hr {
    height: 0.2em;
    background: #555;
    color: #555;
    margin-left: 0.5em;
}

#cover a:visited {
    color: black;
}

/* endnote */
#endnote {
    color: black;
}

/* TOC */
#toc {
    position: relative;
}
#toc hr {
}
#toc h1 {
}
#toc ul {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 1em;
}
#toc ul ul {
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 0;
}
#toc li {
    list-style: none;

}
#toc a:link {
    border-bottom: 0;
}

/*  */
#body {
    position: relative;
    margin: 0 auto;
    padding: 0.5em;
    max-width: 900px;
    background-color: #1c1c1c;
}
/* ;, : */
h1 {
    color: #fff;
    /* background-color: #555; */
    /* width: 100%; */
    /* border-bottom: solid #444 0.1em; */
    /* text-shadow: 1px 1px 2px #000; */
    font-family: oswald;
    font-weight:bold;
}
/* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 {
    color: #fff;
    /* width: 100%; */
    font-family: oswald;
    font-weight:bold;
    /* background-color: #555; */
    /* text-shadow: 1px 1px 2px #000; */
    
}

/* tables, figures */
.fig caption {
    color: gray;
    text-align: center;
    /* Required for Mozilla */
    margin: auto;
}
.fig table {
    border: none;
    margin: auto;
/*	border-collapse: collapse; */
}
/* / */
.fig.table th {
    border: none;
    background: gray;
    color: black;
}
/* [ */
.fig.table td {
    border: none;
    background: silver;
    color: black;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
/* < */

.fig.image table {
    border: none;
    background: transparent;
    max-width: 100%;
}
.fig.image tr, .fig.image td {
    border: none;
    background: transparent;
    padding: 0;
}

.fig.image img 
{
	max-width: 900px;
}

/*  */
/* p { */
/*     margin-right: 2%; */
/*     text-align: justify; */
/*     /\* text-indent: 1em; *\/ */
/*     /\* background-color: #111; *\/ */
/*     /\* padding-top:1em; *\/ */
/* } */
/* > */
.example *
{
    background: transparent;
}
.example table
{
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    caption-side: top;
    overflow: auto;
}
.example caption
{
    caption-side: top;

}
.example {
}
.example p {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center;
}
pre {
    margin-top: 0;
    font-family: Monospace;
    padding: 0.5em;
    border: solid 1px black;
    background: #222;
    color: white;
    display: block;
    overflow: auto;
    /* Every browser should support border radii */
/*    -moz-border-radius: 0.5em;
    border-radius: 0.5em; */
}
/* " */
/*
  .quote:before {
  float: left;
  font-size: 500%;
  content: "\201C";
  }
  */
/*
  blockquote:after {
  content: "\201D";
  }*/
.quote blockquote {
    padding: 0.5em;
    margin-left: 0.5em;
    font-family: Serif;
    border-left: solid 0.4em gray;
    /*	background: #333;  */
    color: white;
}
/* ^ */
small {
/*
  color: silver;
  font-size: 50%;
  */
}
.footnote p {
    color: silver;
    margin: 0;
}

/* Popup footnotes */
.footnote p {
    display: none;
}
.footnote p:target {
    display: block;
    overflow: auto;
    position: fixed;
    left: auto;
    bottom: 0;
    right: 0;
    max-width: 50%;
    border: solid 0.3em white;
    -moz-border-radius: 0.5em;
    background: black;
    padding: 0.2em;
}

/* { */
.admonition * {
    background: transparent;
    color: white;
}
.admonition dl
{
    display: table;
    margin: 0;
    padding: 0;
    background: #333;
    border: dotted black 0.3em;
    width: 90%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.admonition dt
{
    display: table-cell;
    vertical-align: middle;
    border-right: solid silver 0.4em;
    font-weight: bold;
    font-size: 115%;
    font-family: Serif;
    background: gray;
    width: 0;
    text-shadow: black 0.15em 0.15em 0.15em;
}
.admonition dd
{
    padding-left: 0.4em;
    display: table-cell;
    width: 100%;
    text-align: justify;
}

.admonition table
{
    margin: 0;
    padding: 0;
    background: #333;
    border: dotted black 0.3em;
    width: 90%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.admonition td {
    width: 100%;
    text-align: justify;
}
.admonition td:first-child:contains("Warning:") {
    background: #900;
}
.admonition td:first-child:contains("Caution:") {
    background: #960;
}
.admonition td:first-child:contains("Note:") {
    background: #690;
}
.admonition td:first-child {
    border-right: solid silver 0.4em;
    font-weight: bold;
    font-size: 115%;
    font-family: Serif;
    background: gray;
    width: 0;
    text-shadow: black 0.15em 0.15em 0.15em;
}

ul.unstyled {
    list-style-type: none;
    color: white;
}

ul.unstyled li {
    color: #777;
}

.table
{
    display:table;
}
.row {
    display:table-row;
}

.cell {
    display:table-cell;
}


/* #(b) */
/* b { color: olive; } */
/* #(c) */
tt {
    color: #7f0;
}
/* ! keywords ... */
em {
    color: gray;
    font-style: normal;
    font-weight: bold;
}

/* *, + */
/* Bullet, numbe */
li {
    /* color: #f6f; */
    color: #fff;
    font-weight: bold;
}
/* Text */
li span, li p {
    font-weight: normal;
    color: #CCC;
}
li p {
    color: red;
    display: block;
}
ul {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    list-style-type: square;
}
dl {
    margin-left: 2%;
    margin-top: 1em;
}
/* = */
dt {
    background: #181818;
    padding: 0.2em;
    font-variant: small-caps;
    font-weight: bold;
    color: #fff;
}
dd {
    text-align: justify;
    margin-right: 5%;
}
dt a:link, dt a:visited {
    color: #f6f;
}
dt a:link:hover {
    color: silver;
    text-decoration: underline;
}
