/* @charset "ISO-8859-1"; */

/* CSS for the U2MoL.
   Comments are in Swedish if anyone is confused. */
@import url(http://www.muorji.se/grundmall.css); /* Base CSS */

body { 	background-image: none;
     /* background-repeat: no-repeat;
        background-position: top left;
        background-attachment: fixed;
        border-left: 5px solid  #DAA520; */
  border-style: none;
  background-color: black;
  color: #FFFFF0;
  font-family: 'Gill Sans', Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6, h2.undertitel { color: #DAA520;
                         /*background-color: ${CSS_U2MoLHeadingBG};*/
                         margin: 0;
                         border-bottom-width: 7px;
                         border-color: #F5F5F5;
                         border-style: none;
                         clear: both;
                         }

h2.albumtitle { text-align: center; 
                border: none;
                font-size: 225%; }

h2.songtitle { padding-top: 1ex;
               text-align: center; }

h2.aboutthealbum { padding-top: 1ex;
                   text-align: center; }

div.albumindex { font-size: 85%;
                 width: 20%;
                 position: absolute;
                 top: 2cm;
                 left: 76%; }

div.albumindex ul.aboutthealbum { margin-top: 0; margin-bottom: 0;}
div.albumindex ol.songlist { margin-top: 0; margin-bottom: 0;}

h1.songfile { text-align: right;
              font-size: 325%;
              position: absolute;
              overflow: hidden;
              top: 0;
              right: 0;
              width: 30%; /* right margin + calculation error margin, for bogous browsers */
              margin: 0;
              padding: 0 0.5ex 0 0;
              border: none;
              }

:link:focus, :visited:focus { outline-color: #DAA520; }
:link { color: #DAA520; }
:visited { font-style: italic; color: #F5F5F5;}
:link:hover, :visited:hover { color: black; background-color: #DAA520; }
:link:active, :visited:active { color: black; background-color: #DAA520; }

dt { color: #DAA520 }

hr { color: #DAA520;
     background-color: #DAA520; }

p.creditline { font-style: italic;
               color: #DAA520;
               margin-top: 0.5ex;
               margin-bottom: 0.5ex;
               text-indent: 0 !important;
              }

/* Huvudindex med alla album och låtar */
ol.albumlist { list-style-type: upper-roman; }

ol.albumlist li { margin-top: 2ex;
                  color: #DAA520;
                  }

ol.albumlist li div.albumtitle { width: 100%; border-top: 1px solid #DAA520; font-size: 115%; padding-top: 5px; }

ol.albumlist ol.songlist li { margin-top: 0.5ex;
                 /* width: 30%; */
                 padding: 5px;
                 /* display: -moz-inline-box; */
                 /* display: inline-block; */
                 list-style-type: decimal;
                 color: #FFFFF0;  /* Annars ärver låtarnas siffror färgen av albumet. */
                 font-size: 100%;
                 }

/* Används till "Back to album" och "Back to U2MoL" på varje sida. */
div.albumindex ul.u2backwardreflist { list-style-type: none;
                                      list-style-position: inside;
                                      text-align: left; }

div.albumindex ul.u2backwardreflist li { margin-top: 0.5ex;
                                         list-style-type: none;
                                         display: block;
                                         padding-left: 1em;
                                         padding-right: 0; }

ul.u2backwardreflist { list-style-type: none;
                       list-style-position: inside;
                       padding-left: 0px;
                       text-align: center; }

ul.u2backwardreflist li { padding-right: 10px;
                          padding-left: 0px;
                          display: inline;
                          margin-top: 0.5ex;
                          list-style-type: none; }

/* Används i contrib.html */
.important { margin: 0; color: #DAA520; width: 20%; border-width: 1px; border-style: solid; 
             border-color: #DAA520; padding: 4px; position: absolute; right: 3px; }

/* Används för @-tecknet i adressen */
img.epost { margin-left: 2px;
  margin-right: 2px;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px; }

ol.albumsonglist { list-style-type: decimal;
                   font-size: 115%;
                   color: #FFFFF0; }

/* För sidan för en enskild låt. */
ol.contributionlist { list-style-type: decimal; }
ol.contributionlist li { margin-top: 1.5ex; }

/* Tabellen sist på alla sidor som innehåller upphovsrättsinformation och datum. */
div.pageinfo { border-top: 2px solid #DAA520; 
               margin-top: 2mm;
               width: 100%; 
               padding: 0;
               clear: both;}

div.pretext p + p  { text-indent: 1.5em;
                     margin-top: -1em;
                     padding-top: 0; }

/*div.pretext p:first-child:first-letter  {
	float: left;
	font-size: 365%;
	color: #DAA520;
}
*/

div.pretext p { padding-left: 5px;
                margin: 0;
                padding-top: 1em;
                padding-bottom: 1em; }

span.u2albumname { font-variant: small-caps;}
span.u2songname  { font-style: italic; }

