/* DCR's rubble style sheet */

/*
** Some elements based on "Deviation" style sheet by Free CSS Templates
** http://www.freecsstemplates.org
** Released for free under a Creative Commons Attribution 2.5 License
*/

/* for overall style */

body {
   margin: 0;
   padding: 0;
   background: #FFFDEA; /* ivory */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #464032; /* taupe */
}

h1, h2, h3 {
   margin: 0;
   padding: 0;
   font-weight: normal;
   color: #A42903; /* sangria */
}

h1 {
   font-size: 2em;
}

h2 {
   font-size: 2.4em;
}

h3 {
   font-size: 1.6em;
}

p, ul, ol {
   margin-top: 0;
   line-height: 150%;
}

a, a:link, a:visited {
   text-decoration: none;
   color: #A7430F; /* rust */
   outline: none;
}

a:hover {
   text-decoration: underline;
   color: #8A8A8A; /* suva grey */
}

a:active {
   font-style: italic;
}

.code {
   font-family: Monospace;
}

/* wrapper (for the body of the page) */

#wrapper {
   margin: 0 auto;
   padding: 0;
   text-align: center;
   width: 800px;
}

/* to center tables */

table {
   margin-left: auto;
   margin-right: auto;
}

/* to remove image borders */

img {
   border: 0;
}

/* shortcuts */

#shortcuts {
   width: 520px;
   margin: 0 auto;
   padding: 0;
}

#shortcuts ul {
   margin: 0px 0px 0px 10px;
   list-style: none;
   line-height: normal;
}

#shortcuts li {
   float: left;
   height: 26px;
   margin: 0 auto;
}

#shortcuts a {
   display: block;
   height: 21px;
   margin-bottom: 10px;
   padding: 5px 10px 0px 10px;
   text-decoration: none;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
}

#shortcuts a:hover {
   background: #E0D3B3;
}

#datatable {
   width: 100px;
   margin: 0 auto;
   padding: 0;
}

#datatable a {
   display: block;
   height: 21px;
   margin-bottom: 10px;
   padding: 5px 10px 0px 10px;
   text-decoration: none;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
}

#datatable a:hover {
   background: #E0D3B3;
}

/* footer */

#footer {
   width: 800px;
   height: 50px;
   margin: 0;
   padding: 0px 0 15px 0;
   border-top: 4px solid #EBE6D1; /* orange white */
   font-family: Arial, Helvetica, sans-serif;
}

#footer p {
   margin: 0;
   padding-top: 20px;
   line-height: normal;
   font-size: 10px;
   text-transform: uppercase;
   text-align: center;
   color: #444444; /* charcoal */
}

#footer a:link, #footer a:visited {
   color: #A7430F; /* rust */
}

#footer a:hover {
   text-decoration: underline;
   color: #8A8A8A; /* suva grey */
}

