/* elsewhere.css - Cascading StyleSheet for http://elsewhere.polydistortion.net/
 *
 * Author: Andrew J Cosgriff <ajc@bing.wattle.id.au>
 * Created: Sat Jul 24 15:21:09 1999.
 * Version: $Id: elsewhere.css,v 1.10 2002/07/17 13:48:32 ajc Exp $
 * Keywords: css stylesheet www html
 *
 */

/***********
 * Colour scheme
 ***********/
/* body { background-color: #ccff99; } */

a:link { font-weight: medium; text-decoration: no-underline; }
a:visited { font-weight: medium; text-decoration: no-underline; }

.navbar a:link { font-weight: medium; text-decoration: no-underline; }
.navbar a:visited { font-weight: medium; text-decoration: no-underline; }


/***********
 * Font scheme
 ***********/

p,ul,ol { font-family: verdana, sans-serif; font-size: 10pt; }
td { font-family: verdana, sans-serif; }
table td { font-family: verdana, sans-serif; }

h1,h2,h3,h4,h5,h6 { font-family: "Georgia", serif; }

.navbar,.footer,.header { font-family: "trebuchet ms", sans-serif; font-size: smaller; }

.timestamp {  font-family: "ocr a extended", "american typewriter", monospace; }

.band,.author { font-weight: bold; }
.title { text-decoration: underline; }

pre,tt,code { font-family: "lucida console", monospace; }

cite,blockquote { font-style: italic; }
table cite { font-style: italic; }

.quot { font-style: italic; }

.footnote { font-size : smaller; }


/***********
 * Layout-ish stuff
 ***********/

body { margin-left: 5%; margin-right: 5%; margin-top: 5%; }

.ordinarydodo { margin-left: 16%; margin-right: 16% }

h1 { text-align: center; }

.leftbreak { align: left; width: 20%; }
.midbreak { align: center; width: 20%; }

p .sig { align: right; }

.footer { text-align: right; }

/* multicol p { text-align: justify } */

/* p { text-align: justify; } */

/**********/

body {
       background-color: #99cc66;
       margin: 2%; }

#inside { background-color: #ccff99;
          padding-top: 2%;
          padding-left: 2%;
          padding-right: 2%;
          padding-bottom: 2%;
          border: solid 1px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          border-radius: 10px;

}

.footer {
          margin-top: 2%;
          padding-top: 2%;
          border-top: solid 1px; }

h1 { 
     padding-bottom: 2%;
     border-bottom: solid 1px; }

.info { margin-left: 10%; margin-right: 10%; }
.more { margin-left: 10%; margin-right: 10%; }

.warning { text-align: center; font-size: smaller; }

/*
 * elsewhere.css ends
 */
