
/*

[RubeCube] local theme

(c) 2008 Ethan Zonca 

ethanzonca(at)gmail(dot)com

You may NOT copy this file
in its entirety, but you may
take bits and peices of it
and use them on another site
if you provide a link to my
site from the site where the
content is included.

*/


#footer {
    margin-left: -5px;
    margin-right:0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: #500;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 30px;
  }



hr {

   text-align: left; 
   border:none; 
   background:#500; 
   width: 95%;
   height: 8px;
}
h1 {
    font-size: 200%;
    font-family : sans-serif;
    color: #000000;
    margin: 0.1em 0 0.5em -0.8em;
  }

html {
   background-color: #200;
   background-image : url('./images/cubetile.jpg');

}

body {
    background-color: #A5A5A5;
    background-repeat : no-repeat;

    border-style : solid;
    border-width : 20px;
    border-bottom-width : 0px;
    border-top-width : 0px;

    font-family : sans-serif;
    font-size : 12pt;

    height : 100%;
   min-height : 100%;
   margin: 0px auto;
   
   width: 1012px;
   /* margin-left : 25%; */
  /*  margin-right : 25%; */
    margin-top : 0;
    margin-bottom: 0;

    padding-top : 30px;
    padding-bottom : 10px;
    padding-left: 5px;
    padding-right: 5px;

    position : relative; 
    text-align : center;
   /* width : 50%; */
  /*  width: 1012px; */
  }


#header {
    background: url('../images/banner.gif');
    background-repeat: no-repeat;
    background-color: black;
  }





pre {
    text-family: "Courier", "Courier New", "Fixed", "Andale Mono", "Terminal", monospace;
  }

/* END */
