html { 
  background: white url(http://paulmcgarry.com/images/brushed_metal.png) repeat;
  color: black;
}

body { 
  background: transparent url(http://paulmcgarry.com/images/paulm_logo_trans.png) no-repeat 3px 3px;
  margin-top: 0px;
  padding-top:1px;
  color: black;
}

div#content { 
 background: #83A189 url(http://paulmcgarry.com/images/grbg1.png) repeat;
 color: black;
 border: thick inset gray;
 margin: 210px 2em 2em;
 padding: 1em;
 font-family: monospace;
 min-height: 30em;
}

div#style {
/*   border: thin dotted red;*/
   background-color:silver;
   color:black;
   position: absolute;
   top:1.4em;
   right:4em;
   height: 1.3em;
   overflow: hidden;
  /* z-index:2;*/
}
div#style:hover {
/*   border: thin dotted blue;*/
   background-color:silver;
   color:black;
   position: absolute;
   top:1.4em;
   right:4em;
   overflow: hidden;
   height:auto;
 /*  z-index:2; */
}
div#style h2{
 font-size: 1em;
 color:black;
 padding:0.2em;
 margin-top:0px;
 margin-bottom:0px;
}

div#style a {color:black; display:block;text-decoration:underline;}

h1#title {
 display:none;
}
h1,h2,h3 { font-family: monospace;text-decoration: underline;}

div#sec {
 border-left: medium dotted black;
 border-top: medium dotted black;
 border-bottom: medium dotted black;
 padding: 0.3em;
 float:right;
 margin-left:0.5em;
 margin-bottom:0.5em;
 margin-right:-1em;
}
div#sec a 
{
display:block;
}


div#archives {
 padding: 0.2em;
 border-left: medium dotted black;
 border-top: medium dotted black;
 border-bottom: medium dotted black;
 float:right;
 clear:right;
 margin-left:0.5em;
 margin-bottom:0.5em;
 margin-top:0.5em;
 margin-right:-1em;
}
div#archives a 
{
font-size:0.9em;
}
.badie {background-color:white;border: medium solid red;z-index:10;position:absolute;top:0;left:0;right:0;}


