/*
 * Stylesheet for aitunes.com
 * Author: John Wright
 * URI: http://aitunes.com/style.css
 * 
 * See something you like?  Go ahead and use it.  I'd love to
 * know where and how you used it, though!  Send me a message
 * by going to http://aitunes.com/contact/ .
 */

body {
 background: black;
 color: white;
 font-family: "Trebuchet MS", Verdana, sans-serif;
}

#wrapper {
 background: black;
 color: black;
 margin: 1em auto;
 border: 2px solid black;
 padding: 10px;
 width: 85%;
 max-width: 45em;
 min-width: 575px;
} 

#logo {
 background: black;
 color: white;
 margin: 0 0 1px 0;
 font-size: 2em;
 padding-top: 14px;
 padding-bottom: 7px;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 font-weight: bold;
 text-align: center;
}

#navbar {
 margin: 0 20px 0 20px;
}

#navbar ul {
 margin: 0;
 white-space: nowrap;
 padding: 0;
 text-align: center;
}

#navbar li {
 display: inline;
 list-style-type: none;
 margin: 0 0 0 0;
 font-weight: bold;
}

#navbar a {
 padding: 1px 8px 1px 8px;
} 

#navbar a:link, #navbar a:visited {
 color: white;
 background: black;
 text-decoration: none;
 border: 1px solid white;
}

#navbar a:hover {
 border: 1px solid white;
 background: white;
 color: black;
}

#thispage a:link, #thispage a:visited, #thispage a:hover {
 position: relative;
 bottom: 1px;
 border: 2px solid white;
 border-top: 2px solid black;
 padding: 1px 8px 4px 8px;
 background: black;
 color: white;
}

#content {
 padding: 0 0 5px 0;
 /*border-top: 2px solid white; */
 border-bottom: 2px solid white;
 background: black;
 margin: 40px 0 0 0;
 color: white;
}

#content li {
 margin-left: 2em;
}

#footer {
 margin: 25px auto;
 width: 90%;
 text-align: left;
}

#copyright {
 margin-top: 10px;
 padding: 5px 20px 5px 20px;
 border: 2px solid #054666;
 background: #fff;
 color: inherit;
 font-size: 0.8em;
 text-align: justify;
}

p {
 text-align: justify;
 margin: 0 20px 0.75em 20px;
}

a:link {
 color: #85c4d5
}

a:visited {
 color: #dea0a0
}

ul {
 margin-top: 0;
 text-align: justify;
}

li {
 margin-right: 45px;
}

/* Don't keep shrinking the right margin for nested lists */
li ul li {
 margin-right: 0;
}


h1 {
 font-size: 1.5em;
 padding: 0.1em;
 padding-left: 0.2em;
 margin: 40px 0 20px 0;
 border-top: 2px solid white;
 border-bottom: 2px solid white;
 background: black;
 color: #55b465;
}

h2 {
 font-size: 1.25em;
 margin: 1.5em 0 0.5em 0;
 color: #55b465;
}

h3 {
 font-size: 1.0em;
 margin: 0 0 10px 0;
 color: #55b465;
}

hr {
 width: 100%
}

table.full-width {
 margin-bottom: 0;
 width: 100%;
 border-width: 0px;
}

td.top-aligned {
 vertical-align: top;
}

td.nowrap {
 white-space: nowrap;
}

ul.songlist {
 list-style-type: square;
 text-align: left;
}

ul.songlist li {
 margin-top: 5px;
 font-size: 1em;
 line-height: 1.5em;
 font-weight: bold;
}

img.insert {
 border: 1px solid #000;
 margin-top: .5em;
}

img.floatleft {
 float: left;
 margin: 2px 5px 2px 2px;
}

a.inbutton {
 text-decoration: none;
 color: black;
}

button.sub {
 position: relative;
 left: 0.5em;
 bottom: 0.2em;
 font-size: 0.64em;
}

.left-aligned {
 text-align: left;
}

.centered {
 text-align: center;
}

.right-aligned {
 text-align: right;
}

.justified {
 text-align: justify;
}

.fileinfo {
 font-size: 0.8em;
 font-weight: normal;
 margin-left: 1em;
 padding: 1px 2px 1px 2px;
 border: 1px solid #ddc;
 background: #ffe;
 color: inherit;
 white-space: nowrap; 
}

.subheader {
 font-size: 0.8em;
 padding: 1px 2px 1px 2px;
 background: #f0fafa;
 color: inherit;
 border: 1px solid #aac0ce;
 margin-right: 1em;
 white-space: nowrap;
}

.note {
 padding: 1px 3px 2px 3px;
 background: #200;
 color: white;
 border: 1px dashed red;
}

.note strong {
 background: inherit;
 color: red;
}

.fineprint {
 font-size: 0.9em;
}

.insertcaption {
 font-size: 0.8em;
 padding: 1px 2px 1px 2px;
 margin-bottom: 5px;
 border: 1px solid #ddc;
 background-color: #ffe;
 color: inherit;
}

.missinginfo {
 color: red;
 font-weight: bold;
}


/* Borders on linked images are ugly! */
img, a img {
 border: 0 none;
}

/*
 * Make Mozilla always show a vertical scroll-bar, for layout
 * consistancy.  Not terribly elegant, but it's effective.
 */
#force-scrollbar {
 position: absolute;
 top: 0;
 bottom: -1px;
 width: 1em;
 z-index: -1;
}

h2 a:link, h2 a:visited, h2 a:hover {
 color: #55b465;
 text-decoration: none;
}

h2 a:hover {
 border-bottom: 1px dotted #55b465;
}
 
h3 a:link, h3 a:visited, h3 a:hover {
 color: #55b465;
 text-decoration: none;
}

h2 a:hover {
 border-bottom: 1px dotted #55b465;
}
 
.song-download {
 color: white;
 font-size: 0.75em;
 margin-left: 1em;
 font-weight: normal;
}

.song-download a {
 text-decoration: none;
}
