/*
   ============
   GENERIC
   ============
*/


body {
    font-family: serif, times;
    /* background: #505080; */
    background: white url(/gfx/body-bgr.gif) left top;
    text-align: center;
    padding: 8px;
    margin: 0px;
}


#maincont-limiter {
    background: white url(/gfx/top-gradient.png) repeat-x left top;
    max-width: 1150px;
    text-align: left;
    /*margin-left: 140px;*/
    margin-left: 0px;
    margin-right: auto;
    padding: 1.0em;
    border: 1px solid #202020;
    border-right: 2px solid #202020;
    border-bottom: 2px solid #202020;
}

#maincont-limiter.obsolete {
    font-family: sans-serif;
    background-image: url(/gfx/obsolete.gif);
    background-position: center 150px;
    background-repeat: no-repeat;
    color: #909090;
    margin-left: 0px;
    margin-right: auto;
    padding: 1.0em;    
}

h1, h2, h3 {
    font-family: georgia, verdana, helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #343454;
    text-shadow: #ccc 2px 2px 3px;
    margin-top: 0.5em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-left: 0em;
}

h1 { font-size: 170%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

li {
   margin-top: 0.1em;
}

th {
   text-align: left;
   background-color: #f0f0f8;
   border-top: 1px solid #9090B0;
   border-bottom: 1px solid #9090B0;
}

img {
   border: 0px;
}

hr {
  clear: both;
}

.photo {
   border: 1px solid #909090;
   border-bottom: 1px solid #404040;
   border-right: 1px solid #202020;
   padding: 3px;
   background: white;
}

a img {
   border-bottom: 1px solid blue;
}

.basicbox {
    position: relative;
    background-color: #f0f0f8;
    border-top: 1px solid #9090B0;
    border-left: 1px solid #707090;
    border-bottom: 2px solid #5050A0;
    border-right: 2px solid #5050A0;
    margin-bottom: 0.5em;
    padding: 0.2em;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.toprightphoto {
    position: absolute;
    float: right;
    bottom: 0%;
    right: 0%;
    margin: 0.5em;
}

ul.tinylist {
    font-size: 65%;
    margin-left: -1.0em;
    font-family: sans-serif;
}


div.minimenu {
    background: #E0E0E0;
    border: thin solid #505050;
    padding: 1px;
    margin: 0px;
    text-align: left;
    float: right;
    position: absolute;
    top: 8px;
    right: 139px;
    z-index: 100;
}

div.minimenu a {
    color: #404040;
    font-size: 60%;  
    font-family: sans-serif;
}

div.ads {
  width: 148px;
  position: absolute;
  top: 8px;
  right: 0em;
  margin: 0 0 0 0;  
}

div.ads2 {
  width: 150px;
  position: absolute;
  top: 616px;
  right: 0em;
  margin: 0 0 0 0;  
}


div.minimenu img {
    border: none;
}


div.obsolete-warn {
    width: 90%;
    margin: 1em;
    padding: 1em;
    border: 4px #a3a086 dotted;
    color: #a3a086;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    font-size: 150%;
}

/*
   =====
   ICONS
   =====
*/

.icon-software {
    background: transparent url(/gfx/icons/software.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-personal {
    background: transparent url(/gfx/icons/personal.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-technical {
    background: transparent url(/gfx/icons/technical.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-articles {
    background: transparent url(/gfx/icons/articles.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-notes {
    background: transparent url(/gfx/icons/notes.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-misc {
    background: transparent url(/gfx/icons/misc.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-photos {
    background: transparent url(/gfx/icons/photos.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}

.icon-deb {
    background: transparent url(/gfx/icons/deb.png) no-repeat left top ! important;
    padding-left: 36px ! important;
    height: 32px ! important;
}


.icon-quote-left {
    background: transparent url(/gfx/gray-quote.gif) no-repeat left top ! important;
    float: left;
    margin-right: 3px;
    width: 48px ! important;
    height: 48px ! important;
}

.icon-quote-right {
    background: transparent url(/gfx/gray-quote.gif) no-repeat left top ! important;
    float: right;
    margin-left: 3px;
    width: 48px ! important;
    height: 48px ! important;
}


/*
   ===========
   MENU TABLES
   ===========
*/

table.menutable {
    margin: 0.2em;
 /* font-family: sans-serif; */
    vertical-align: top;
    position: relative;
}

table.menutable tr {
    display: block;
    position: relative;
}

table.menutable tr + tr + tr {
    padding-top: 0.5em;
}

table.menutable caption, table.menutable tr.headings, table.menutable th {
    display: none;
}

table.menutable td {
    font-size: 90%;
    margin-left: 0.125em;
}

table.menutable td.proglang {
    display: block;
    color: #005050;
    font-size: 80%;
    float: right;
    clear: right;
}

table.menutable td.license {
    display: block;
    color: #505000;
    font-size: 80%;
    float: right;
    clear: right;
}

table.menutable td.name {
    display: block;
    float: left;
    font-size: 100%;
    font-style: normal;
}

table.menutable td.description {
    font-family: arial, sans-serif;
    clear: left;
    display: block;
    font-size: 85%;
    margin-left: 1em;
    margin-top: 0.2em;
    font-style: normal;
    font-style: italic;
}

/*
   ============
   FAKE COLUMNS
   ============
*/

div.columns {
  /*  font-family: verdana, sans-serif; */
    padding: 0em;
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.columns h2, div.columns h3 {
    margin: 0.5em;
}

div.columns h3 + ul {
    margin-top: 0.1em;
}

div.leftcolumn {
    padding: 0em;
    margin: 0em;
    position: relative;

    width: 49%;
    float: left;
}

div.rightcolumn {
    padding: 0em;
    margin: 0em;
    margin-left: 0.5em;

    width: 49%;
    float: left;
}


/*
   =====================
   OLD STUFF - REMOVE ME
   =====================
*/

div.menu {
   /* font-family: verdana, sans-serif; */

    background-color: #f0f0f8;
    border-top: 1px solid #9090B0;
    border-left: 1px solid #707090;
    border-bottom: 2px solid #5050A0;
    border-right: 2px solid #5050A0;
    padding: 10px;

    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0em;
    margin-right: 0em;

    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.menu h3 {
    margin: 2px;
}

div.menu ul {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0.1em;
    list-style-type: circle;
}

/*
   ================
   ReStructuredText
   ================
*/

h1.title {
    font-size: 200%;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

h2.subtitle {
    font-size: 150%;
    text-decoration: none;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
}

span.pre, tt.literal{
    color: #333333;
    font-weight: bold;
    /* background: #F0F0FF; */
}

pre.line-block {
  /* font-family: sans-serif; */
}

blockquote.highlights {
  /* font-family: verdana, sans-serif; */

    background-color: #f0f0f8;
    border-top: 1px solid #9090B0;
    border-left: 1px solid #707090;
    border-bottom: 2px solid #5050A0;
    border-right: 2px solid #5050A0;

    padding: 1em;
    margin-top: 0.3em;
    margin-bottom: 1em;
    margin-left: 0.3em;
    margin-right: 0.3em;

    -moz-border-radius: 4px;
    border-radius: 4px;
}

blockquote.highlights h3 {
    margin: 0.1em;
}

blockquote.highlights ul {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0.1em;
    list-style-type: circle;
}

div.sidebar {
    float: right;
    margin: 0.5em;
    margin-right: 0em;
    padding: 0.5em;
    width: auto;
    background: #FFF0AF;
    border: 1px solid #FAC278;
    font-size: 90%;

    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.sidebar p.sidebar-title {
  /*  font-family: serif; */
    font-size: 120%;
    color: #444444;
    font-weight: bold;
    margin-bottom: 0em;
    margin-top: 0em;
}

div.sidebar p.sidebar-subtitle {
  /*  font-family: serif; */
    font-size: 100%;
    color: #444444;
    font-weight: bold;
    font-style: italic;
    margin-top: 0.1em;
}


img.floating {
    margin-right: 1em;
    margin-top: 1em;
    border: thin solid black;
    float: right;
}

img.inline {
    border: 0em;
}

dt {
  /*  font-family: serif; */
    font-size: 110%;
}

blockquote.epigraph {
    font-family: serif;
    /* background-color: #f0f0f0; */
}

p.attribution {
  /*  font-family: sans-serif; */
    font-style: italic;
    font-size: smaller;
}







a.footnote-reference {
  font-size: smaller ;
  vertical-align: super }

a.target {
  color: blue }

div.abstract {
  margin: 2em 5em }

div.abstract p.topic-title {
  font-weight: bold ; }

div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
  margin: 2em ;
  border: medium outset ;
  padding: 1em }

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif
}

div.hint p.admonition-title, div.important p.admonition-title,
div.note p.admonition-title, div.tip p.admonition-title {
  font-weight: bold ;
  font-family: sans-serif
}

div.figure {
  margin-left: 2em
}

div.footer, div.header {
  font-size: smaller }

div.system-messages {
  margin: 5em }

div.system-messages h1 {
  color: red }

div.system-message {
  border: medium outset ;
  padding: 1em }

div.system-message p.system-message-title {
  color: red ;
  font-weight: bold }

div.topic {
  margin: 2em;
  background: #ECCECA;
  padding: 0.2em;
  border: thin solid #A94F3B;
}

div.contents {
  margin: 1em;
  width: 50%;
  background: #f0f0f8;
  border: none;
  font-size: 85%;
  border-top: 2px solid #B0B0B0;
  border-bottom: 2px solid #B0B0B0;
  padding-bottom: 0em;
}

div.contents p.topic-title {
  margin-top: 0.2em;
  margin-left: 0.2em;
  color: #343454;
  letter-spacing: 2px;
 /* text-decoration: underline; */
 /* font-family: serif; */
  font-size: 150%;
}



/*
hr {
  width: 85% }
*/

ol.arabic {
  list-style: decimal }

ol.loweralpha {
  list-style: lower-alpha }

ol.upperalpha {
  list-style: upper-alpha }

ol.lowerroman {
  list-style: lower-roman }

ol.upperroman {
  list-style: upper-roman }

dd p:first-child {
  margin-top: 0px }

li p:first-child {
  margin-top: 0px }

p.caption {
  font-style: italic }

p.credits {
  font-style: italic ;
  font-size: smaller }

p.label {
  white-space: nowrap }

p.topic-title {
  font-weight: bold }

pre.literal-block, pre.doctest-block {
  margin-left: 1.0em;
  margin-right: 1.0em;
  padding-left: 1.0em;
  padding-bottom: 1.0em;
  border: solid 1px #D5E0FF;
  border-style: inset;
  /*
  border-top: solid 2px #7085B0;
  border-left: solid 2px #7085B0;
  */
  background-color: #DEE6FF;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

span.classifier {
  font-family: sans-serif ;
  font-style: oblique }

span.classifier-delimiter {
  font-family: sans-serif ;
  font-weight: bold }

span.field-argument {
  font-style: italic }

span.interpreted {
  font-family: sans-serif }

span.option-argument {
  font-style: italic }

span.problematic {
  color: red }

table {
  margin-top: 1em }

table.citation {
  border-left: solid thin gray ;
  padding-left: 0.5ex }

table.docinfo {
  margin: 2em 4em }

table.footnote {
  border-left: solid thin gray ;
  border-top: solid thin gray ;
  padding-left: 0.5ex }

td.docinfo-name {
  font-weight: bold ;
  text-align: right }

td.field-name {
  font-weight: bold }

/*
   ============
   PAGE COMMENT
   ============
*/

div.page-comments
{
    background: #F0F0FF;
    color: #505050;
    font-size: x-small;
    max-width: 1150px;
    text-align: left;
    /*margin-left: auto;*/
    margin-left: 0px;
    margin-right: auto;
    margin-top: 1em;
    padding: 1.0em;
    border: 1px dashed #202020;
}

.page-comments-entry
{
    background: #FFFFFF;
    margin: 0.5em;
    border: 1px black dotted;
}

.page-comments-admin
{
    background: #FFFFFF;
    margin: 0.5em;
    border: 1px black dotted;
    color: #802020;
}

.page-comments-indent
{
    margin: 0em;
    margin-left: 2em;
}

.page-comments-error
{
    font-weight: bold;
    color: red;
    border: 2px solid red;
    padding: 1em;
}

.page-comments-private
{
    background: #FFF0F0;
    margin: 0.5em;
    border: 2px black dotted;
}

.page-comments-entry-head
{
    background: #F0F0F0;
    padding: 0.2em;
}

.page-comments-sender
{
    font-weight: bold;
}

.page-comments-date
{
    font-style: italic;
}

.page-comments-msg
{
    padding: 0.2em;
}

.page-comments-add
{
    border-top: 1px solid gray;
    margin-top: 1em;
}

.page-comments-note
{
}