/*
 * Stylesheet for audiointuition.com
 * Author: John Wright
 * URI: http://audiointuition.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://audiointuition.com/contact/ .
 */

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

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

#logo {
 background: #cce0eb;
 color: #006699;
 margin: 0 0 1px 0;
 font-size: 2em;
 padding: 5px;
 padding-bottom: 0px;
 border: 2px solid #054666;
 font-weight: bold;
}

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

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

#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: #006699;
 background: #c4dae2;
 text-decoration: none;
 border: 1px solid #054666;
}

#navbar a:hover {
 border: 1px solid #054666;
 background: #006699;
 color: #c4dae2;
}

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

#content {
 padding: 0 20px 5px 20px;
 border: 2px solid #054666;
 background: #fff;
 margin: 20px 0 0 0;
 color: inherit;
}

#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-top: 0;
}

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;
}


/* Make the main heading basically the same thing as the logo container */
h1 {
 font-size: 1.5em;
 padding: 0.1em;
 padding-left: 0.2em;
 margin: 0 -20px 20px -20px;
 border-bottom: 2px solid #054666;
 background: #cce0eb;
 color: #006699;
}

h2 {
 font-size: 1.25em;
 margin: 20px 0 5px -10px;
}

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;
}

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

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

.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.64em;
 font-weight: normal;
 position: relative;
 bottom: 0.2em;
 left: 1em;
 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: #ffe;
 color: inherit;
 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;
}

a.external { padding: 1px; }
a.external:hover {
 background-color: #fee;
 padding: 0;
 border: 1px dotted #dcc;
}
 

/* 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;
}
