/***********************************************************
 MAKE SURE WHEN WE EDIT THIS TO ALSO EDIT MAIN_PRINT.CSS!
 ***********************************************************/

/*----------------------------------------
 * BASIC ELEMENTS
 *--------------------------------------*/

/* expand main area vertically so footer can stick to bottom of page */
html, body {
  height: 100%;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.85em;

  background-image: url('../../assets/images/layout/sidebar+seamless.png');
  /*background-position: -10px 0;*/
  background-color: white;
  /*background-color: #003963;*/
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #004068;
  color: #004068;
  /*font-weight: bold*/
}
a:visited {
  color: gray;
  border-bottom: 1px dotted gray; /* but see below */
}
a:hover {
  /*font-weight: none;*/
  border-bottom: 1px solid #004068;
}

/**
 Link icons
 Admittedly, taken from MediaWiki's Monobook skin
**/

a.external {
  background: url("../../assets/images/link_icons/external.png") center left no-repeat;
  padding-left: 14px;
  margin: 0
}

/*
a[href ^="mailto:"], .link-mailto {
  background: url('../../assets/images/link_icons/mail_icon.gif') center right no-repeat;
  padding-right: 18px;
}
*/
/*
a.external[href $=".ogg"], a.external[href $=".OGG"],
a.external[href $=".mid"], a.external[href $=".MID"],
a.external[href $=".midi"], a.external[href $=".MIDI"],
a.external[href $=".mp3"], a.external[href $=".MP3"],
a.external[href $=".wav"], a.external[href $=".WAV"],
a.external[href $=".wma"], a.external[href $=".WMA"] {
  background: url("../../assets/images/link_icons/audio.png") center right no-repeat;
  padding-right: 13px;
}
a.external[href $=".ogm"], a.external[href $=".OGM"],
a.external[href $=".avi"], a.external[href $=".AVI"],
a.external[href $=".mpeg"], a.external[href $=".MPEG"],
a.external[href $=".mpg"], a.external[href $=".MPG"] {
  background: url("../../assets/images/link_icons/video.png") center right no-repeat;
  padding-right: 13px;
}
*/

a[href $=".pdf"], a[href $=".PDF"], a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
  background: url("../../assets/images/link_icons/acrobat.gif") center left no-repeat;
  padding-left: 20px;
}

span.PDFlink a {  /* IE only */
   background: url(../../"assets/images/link_icons/acrobat.gif") center left no-repeat;
   padding-left: 20px;
}


/* STRUCTURAL CONTAINERS */

div.nav {
  background-color: #003963;
  color: white;
}

div#wrapper {
  /* footer stick code */
  position: relative;
  /*min-height: 100%;*/
  min-height: 1000px;
  overflow: hidden;
  zoom: 1;
}

div#sidebar {
  font-size: 0.9em;
  /*text-align: justify !important;*/
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  text-align: center;
  width: 210px;
  /*border-right: 1px solid red;*/
  background-color: transparent
}
div#sidebar_images {
  text-align: left;
  padding-left: 10px;
}
.grouping {
  margin: 1em 0;
}
.grouping a, .grouping a:link, .grouping a:hover, .grouping a:visited, .grouping a:active, .grouping img {
  border: none
}

div#content, div#footer-inner {
  margin-left: 210px;
}

div#content {
  /*margin-right: 30px;*/
  /*border-right: 30px solid #003963;*/
  padding-bottom: 3em
}

div#main-wrapper {
  /*margin-left: 10px*/
}
div#main {
  padding: 2.3em;
  padding-top: 0;
  /* footer stick code */
  height: 100%;
  padding-bottom: 4.7em
}

#body {
   line-height: 1.5em;
   /*text-align: justify*/   /* this clashes somehow with link icons */
}

div#footer {
  background-image: url('../../assets/images/layout/footer-shad.png');
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 0.8em;
  /*padding: 6px 0px;*/
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  /* footer stick code */
  position: absolute;
  z-index: 10;
  bottom: -1px;
  height: 6em;
}
div#footer A:link {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
  font-weight: normal
}
div#footer A:hover {
  border-bottom: 1px solid white
}
div#footer-inner {
  padding: 1em 0 1em 0
}

.backtotop {
  font-family: Arial;
  font-size: 1em;
  font-weight: bold;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0;
  text-align: right;
}


/*----------------------------------------
 * GENERAL ELEMENTS
 *--------------------------------------*/

hr {  /* also see .clear */
  color: silver;
  background-color: silver;
  border: none;
  height: 1px;
  margin-left: -10px;
  margin-right: -10px;
}
hr.major {
  margin-top: 3em;
  height: 2px;
}
hr.bottom {
  margin-top: 3em;
  border: none !important;
  background-color: none !important;
  color: none !important;
  border-top: 3px double black;
}

/* also see GENERAL APPEARANCE and .clear */
img.left {
  margin: 0 1.1em 0.4em 0;
}
img.right {
  margin: 0 0 0.4em 1.1em
}


ul, ol {
  list-style-position: outside;
}

ul { list-style-type: square }

li { 
  /*margin-bottom: 4px;*/
  /*line-height: 1.4em*/
}

ul.p li, ol.p li {
  margin-bottom: 6px;
}

ul.smaller, ol.smaller { /* also see .smaller */
  /*line-height: 1.3em*/
}

ul.nolist, ol.nolist {
  list-style: none;
  margin: 0;
  padding: 0
}

ul.centered, ol.centered {
  text-align: center;
  list-style: none;
}
ul.centered li, ol.centered li {
  margin: 0;
  padding: 0
}

ul.no-hanging, ol.no-hanging {
  list-style-position: inside;
}

/**
Inline lists are best done by wrapping a <p>
and a <ul class="inline"> in a <div class="inline-list">.
**/

div.inline-list p, ul.inline, ul.inline li {
  display: inline
}
ul.inline, ul.inline li {
  margin: 0;
  padding: 0;
  /*font-weight: bold;*/
  font-size: inherit !important;
    /* once overrode li's smaller style, left just in
    case we decide to add it back later*/
}
ul.inline li:after {
  content: " "
}

/* also see .smaller */
ul.vmargin {
  margin: 2em
}


/**
We may change .grid to just table later, since it
may be just redundant
**/

table.grid { /* also see .smaller */
  border-collapse: collapse;
  border: 2px solid #DEDEDE !important;
  margin: 0px auto;
}
table.grid td, table.grid th {
  padding: 5px;
  border: 1px solid #DEDEDE
}
table.grid td {	
  text-align: left;
  background-color: white
}
table.grid td.alt {
  /*background-color: #F5F5F5;*/
}
table.grid th {
  /*background-color: #EFEFEF;*/
  background-color: #F5F5F5;
  text-align: right
}
table.grid th.alt {
  /*background-color: #E5E5E5;*/
}


.sidebar form p { margin: 5px 0 }


/*----------------------------------------
 * HEADERS
 *--------------------------------------*/

/**
Notice the double applications --
e.g. div.pagetitle h1 *and* h1.pagetitle.
This is because sometimes the h1 will contain
a <small> description under it, sometimes it won't.
Same goes for h2.
**/

div.pagetitle, h1.pagetitle {
  background-color: white;
  border: 1px solid gray;
  /*border-top: 1px solid #003963;
  border-bottom: 1px solid #003963;*/
  padding: 4px 0;
  margin: 25px 0 !important; /* overrides margin: 0 set below if singular */
  
  text-align: center;
}

div.pagetitle h1, h1.pagetitle {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.7em;
  text-transform: uppercase;
  /*letter-spacing: -1px;*/
  color: #003963;
  margin: 0
}
div.pagetitle small {
  font-family: Georgia;
  font-size: 0.75em;
  color: black;
  font-style: italic;
  text-transform: none;
  letter-spacing: -0.5px;
  margin: 0
}

div.subsec, h2.subsec {
  text-align: center;
  /*padding-bottom: 10px;
  border-bottom: 1px dashed #003963;*/
  margin-bottom: 0.7em;
  margin-top: 0.7em;
  font-variant: small-caps;
}
div.subsec h2, h2.subsec {
  font-size: 1.7em;
  line-height: 0.95em
}
div.subsec h2, h2.subsec, div.subsec small {
  font-family: Georgia, "Times New Roman", Times, serif;
  /*font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif*/
  letter-spacing: -0.5px;
}
div.subsec small {
  margin: 0;
  /*font-family: "Book Antiqua";*/
  font-size: 0.6em;
  font-variant: normal;
  letter-spacing: 0;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
  display: block;
  margin-top: 0.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.2em;
  font-variant: small-caps
}

/*----------------------------------------
 * STRUCTURAL ELEMENTS
 *--------------------------------------*/

/**
.display is just a fancy box. It's used for DISPLAYing
(hence the name, duh) things like collections, or maybe
a CD compilation, or else something we want to put
in a box with maybe an image by it.
**/

div.display {
  width: 90%;
  border: 1px solid gray;
  background-color: white;
  margin: 0px auto 15px auto;
  padding: 0 1em;
  /*height: 100%*/
}

div.display div.img {
  padding: 1.5%;
  float: left;
  /*min-width: 130px;*/
  /*width: 25%;*/
  /*height: 100%*/
}

div.display div.content {
  width: 69%;
  padding: 1.5%;
  border-left: 2px dotted silver;
  margin-left: 27.1%;
  /*height: 100%*/
  min-height: 200px
}

div.display div.content {
  text-align: left
}

div.display h3 {
  color: navy;
  text-align: center;
  border-bottom: 1px solid silver;
  padding-bottom: 1em
}

div.content h3 {
  padding: 0 3em 20px 3em;
  margin: 0.5em 0 0 0;
}

/**
.item is best used to contain an item and a
picture to the left/right of the item.
**/
div.item {
  /*min-height: 175px;*/
  /*clear: both;*/
  overflow: hidden;
}



/*----------------------------------------
 * BASIC CLASSES
 *--------------------------------------*/

/* this is not hidden in the print stylesheet */
.printonly {
  display: none
}

.left {
  float: left;
  /*text-align: left*/
}
.right {
  float: right;
  /*text-align: right*/
}

.smaller, table.grid {
  font-size: 0.9em
}

.bigger {
  font-size: 1.15em
}

.smallcaps {
  /*font-size: 0.95em;*/
  font-variant: small-caps;
  text-transform: lowercase;
}

.clear, .backtotop, hr, img.left, img.right {
  clear: both;
  /*clear: left*/
  /*height: 0*/
}

.no-b {
  font-weight: normal
}



/*----------------------------------------
 * MISC CLASSES
 *--------------------------------------*/

a.more {
  /*color: #AB5320;*/
  color: #AB725F;
  border-bottom-color: #AB5320;
  font-weight: bold;
  font-style: italic;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.songtitle {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  /*font-size: 1em;*/
}
/*
.money, .money2 {
  font-size: 0.95em; /* unless explicitly specified *\/
  font-family: Arial, Helvetica, sans-serif;
}
.money {
  color: #4d5c6f;
}
*/
span.songtitle/*, .money2*/ {	
  color: #666;
}
.songtitle b, b.songtitle {
  color: black !important;
}

/**
To accentuate text we're switching from
a .note model to a .hilite/.note model.
*	p.note is a box, so it's used for more important
  notes.
*	.note refers to anything that's NOT p.note, like
  span.note or em.note. It's used for things like
  "note: this piece is out of print", etc., or
  "new!" or "nominated for XXX award!!"
*	.hilite is now just what it is -- it's as if
  you highlighted the text. It's a softer notice
  than the above, and is used for things like
  "see XXX page for an alternate version of this
  piece", etc. 
**/

p.note {
  text-align: center;
  border: 1px solid silver;
  background-color: #F5F5F5;
  -moz-border-radius: 7px;
  padding: 3px;
  color: #444
}
p.note a {
  font-weight: normal
}
.note {
  /*color: #890000;*/
  /*color: #891f1f;*/
  color: #333;
}
.red {
  color: #891f1f;
}
.hilite {
  font-style: normal;
  /*background-color: #feffd6;*/
  background-color: #FFFCC5
  /*font-style: italic*/
}

/*
.description {
  font-size: 1.15em;
  font-family: Tahoma
}

.description h2, .description h3 {
  font-weight: normal;
}

.description h2 { font-size: 1.15em }
.description h3 { font-size: 0.95em }
*/

blockquote.quote {
  width: 75%;
  font-size: 0.9em;
  margin: 30px auto;
  background-color: #F5F5F5;
  padding: 7px 12px;
  border: 3px double silver;
  /*-moz-border-radius: 10px;*/
}

.quote blockquote {
  margin: 0;
  margin-left: 30px
}

.quote h3 {
  color: black;
  text-align: left;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.4em;
  margin: 0;
  margin-top: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid silver
}

/*.quote .author {
  font-weight: bold;
}*/

.quote p.author {
  text-align: right;
  margin-top: -5px
}

.quote hr {
  width: 90%;
  color: gray;
  background-color: gray;
  height: 1px;
}