/* 
    Document   : jackfit.css
    Created on : Dec 31, 2009, 1:09:14 PM
    Author     : dtb
    Description: www.jackfit.net layout css
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html, body {
margin: 0px;
padding: 0px;
border: 0px;
}

#header {
position: absolute;
width: 100%;
margin: 0px;
padding: 0px;
top: 0px;
height: 212px;
background: #ffffff;
color: #000000;
}

#topbox {
  position: absolute;
  left: 300px;
  top: 30px;
  border: 10px solid #9c17ac;
  padding: 5px;
}

#left {
position: absolute;
left: 0px;
top: 212px;
width: 212px;
background: #9c17ac;
color: #ffffff;
}

#main {
margin: 10px 20px 20px 20px;
font: 1em "Times New Roman", Times, serif;
position: absolute;
top: 212px;
left: 212px;
}

img#logo {
display: block;
top: 0px;
position: absolute;
}

.menuspan a {
display: block;
list-style: url(none) none;
font: bold 1.25em/1.750em Arial, Helvetica, sans-serif;
color: #ffffff;
padding-left: 15px;
background: #9c17ac;
text-decoration: underline;
}

.menuspan a:hover {
color: #f127bf;
}

.menutitle {
cursor: pointer;
font: bold 1.25em/1.75em Arial, Helvetica, sans-serif;
padding-left: 15px;
text-decoration: underline;
}

.menutitle a:hover {
  color: #f127bf;
}

.submenu a
{
background: #9c17ac;
display: block;
color: #ffffff;
padding-left: 20px;
text-decoration: none;
font: bold 1.00em/1.75em Arial, Helvetica, sans-serif;
}

.submenu a:hover
{
color: #f127bf;
}

.addy
{
  background: white;
  color: black;
  font: 1em "Times New Roman", Times, serif;
}