/* CSS Document */
/*This style sheet is for use with the pages(s) for the Steve Voce articles The Duke's In Bed.*/
/*<style type="text/css">*/

body {
    margin-left: 15%;
    margin-right: 15%;
    color: black;   /* this is the text colour */
    font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
    font-size: 10pt;
    background: #00ffff; /*this is the colour of the background for the entire page*/
    }

P  {width: 600px;
    margin-left: auto; margin-right: auto;
    /*font-family:font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;*/
    /*font-size: 0.8em;*/
    text-align: left;
    }

P.NOTES   {   /*restricted to notes at top of page*/
    width: 850px;
    text-align: center;
    background: #00ffff;
    padding: 0px 0px  0px 0px;
    font-size: 0.5em;
     }


P.INTRO      {   /*restricted to introducing Voce*/
    background: #A8E0DF;
    padding: 15px 95px  15px  95px;
    font-size: 0.7em;
     }

P.ESSAY
    {       /*use this class for the articles*/
    background: #B6E5E8;                     /*#00cccc;*/
    /*  margin-left: 10%; margin-right: 10%;*/
    /*text-align: left;*/
    font-size: 0.8em;
    padding: 20px 50px 20px 50px;
      }

P.SHORT
   {  /*use this class for the short paragraphs*/
    background: #C4EAEC;  /*#99ccff;*/
    /*  margin-left: 10%; margin-right: 10%;*/
    /*text-align: left;*/
font-size: 0.8em;
padding: 20px 50px 20px 50px;
     }

P.INTERVIEW {   /*use this class for the interviews*/
    background: /*#66ffcc;*/  #C3EDE3;
    /*width: 800px;*/
    /*  margin-left: 10%; margin-right: 10%;*/
    /*text-align: left;*/
font-size: 0.8em;
padding: 20px 50px 20px 50px;
    }

P.REVIEW  {   /*use this class for the album reviews*/
    background: /*#99cccc;*/  #C1EFEF;
    /*width: 800px;*/
    /*  margin-left: 10%; margin-right: 10%;*/
    /*text-align: left;*/
    font-size: 0.8em;
    padding: 20px 50px 20px 50px;
/*padding-top: 0px;         padding-left: 50px;      padding-right: 50px;     padding-bottom: 0%;*/
    }

P.OBITS {   /*use this class for the interviews*/
    background: #9DBED7;/*#ccffcc;*/
    /*  margin-left: 10%; margin-right: 10%;*/
    /*text-align: left;*/
    font-size: 0.8em;
    padding: 20px 50px 20px 50px;
    }

P.WEBMASTER  {
    text-align: right;
    font-size:0.7em;
    }


P.MISC {   /*use this class for the interviews*/
    background: /*#ccffff;*/#D8E6FE;
    /*width: 800px;*/
    /*  margin-left: 10%; margin-right: 10%;*/
    /*text-align: left;*/
    font-size: 0.8em;
    padding: 20px 50px 20px 50px;
    }

HR {WIDTH=75%;}

H1, H2, H3, TABLE  {
    background: #99ffff;
    /*border-color: blue;
    border-style: solid ;*/
    }

H1  {
    font-size: 2.5em; color: red;
    padding: 20px 0 20px 0;
    border-width: 3 2 0 2;
    margin-top: 1em;  margin-bottom: 0;
    }

H2  {
    font-size: 1.5em;
    padding-bottom: 20px;
/*padding-top: 10px;*/
    border-width: 0 2 3 2;
    /*border-color: blue;
    border-style: solid;*/
    margin-top: 0; margin-bottom: 1em;
    }

H3  {
    font-size: 1.5em;
    padding: 20px 20px;
    border-width: 5px 2px 5px 2px;
    /*border-color: blue;
    border-style: solid;*/
    margin-top: 2em; margin-bottom: 2em;
      }

IMG
  .BODY{ border:0; height:100px}
  .BLUELINE{ display: block; border:0; WIDTH: 425px; margin-left: auto; margin-right: auto; margin-top:15px; margin-bottom:15px;}
  .right {float: right; padding-left: 10px; width=160px; }
  .left {float: left;  padding-right: 10px; width=160px;}

/* this is the code for the navbar */

table
.top {
   border: 0 dotted grey /*collapse: yes*/;
    width: 850px;
    background-color: green;
    font-size: 6pt;
   }

.outer {
  margin-top: 15px;
  width: 850px;
  border: 0 dotted grey collapse: yes;
	/*table-layout: fixed;
  border-style: hidden;
  border: 0 0 0 0;*/
  }


td
.disclaimers {
  background-image:url(button.jpg;
  width:150px;
  font-size: 6px;
  }
.update{
  width:150px;
  font-size: 0.7em;
  text-align: left;
  }
.stats{
  width:50px;
  text-align: right;
  }


.menucolumn1 {
   font-size: 8px /*1.0*/em;
   padding: 2px
   width: 25%;
   }

.menucolumn2 {
   font-size: /*0.8 em*/6px; padding: 2px;
   width: 75%;
   }

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
  font-size: 6pt;
	}


/*li { text-size: 0.3em yellow;

      }                      */



li  { font-size:6pt;}

             /*creates horizontal list for menu*   NOT USED - REDUNDANT NOW*/
/*.inline {
        display: inline; padding-left: 3px; padding-right: 7px; border-right: 1px dotted #066; font-size: 5pt;
        }

  .last {        /*creates last entry for horizontal menu list*/
/*        display: inline; padding-left: 3px; padding-right: 3px; border-right: 0px;  font-size: 3pt;
        }
  */


</style>
