/* HTML restyles */
body { text-align:center;
       background:url('/files/andromeda_background.jpg') top no-repeat;
       background-color: black; }

a { text-decoration: none;
    color: #424242;
    text-shadow:5px 2px #fdfdfc; }

a:hover { text-decoration: none;
          color: #7d7d7d; }

blockquote {
     margin: auto auto;
     background: #fdfdfc;
     opacity:0.6;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
     width: 70%;
     padding: 15px;
     border-left: 10px solid white; 
     font-family: Georgia;
     text-align: left;
     line-height: 23px;
}

/*Custom styling*/
.header { width: 70%;
          margin: 30px auto 30px auto;
          background: #fdfdfc;
          box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
          opacity:0.6;
          border-radius: 10px;
          padding: 10px;
          font-family: Georgia, serif;
          font-weight: bold;
          font-size: 23px;
 }

.header p { margin-bottom: 0;}

.header hr { width: 50%;}

#links-table { margin: auto auto 20px auto;}

#link-bar { font-size: 19px;
            line-height: 5px;
            text-align: center;
            font-weight: normal;
            font-family: Oswald, Georgia, serif;}

#image-bar { line-height: 5px;
             text-align: center;}

#image-bar td { width:25%; }

#q-start {
     color: grey;
     line-height: .7em;
     margin-bottom: -55px;
     border: 1px solid none;
     float: left;
     display: inline-block;
     font-size: 6em;
}

#q-end {
     color: grey;
     line-height: .7em;
     margin-bottom: -55px;
     border: 1px solid none;
     float: right;
     display: inline-block;
     font-size: 6em;
}

#source-cite {
     font-style:italic;
     opacity:0.4;
     float: right;
}
