html,body {
    color: #895221;
    padding-bottom: 0 !important;
    height: 100%;
    min-height: 100%;
    margin: 0em 0em -40px 0em;
    font-family: sans-serif;
    font-size: 12pt;
}

.container:after {
    display: block;
    height: 100px;
}

footer {
    margin-top: 40px;
    height: 40px;
    background-color: Black;
    color: SandyBrown;
    padding-top: 10px;
    width: 100%;
}

footer div {
    text-align: center;
}

.container {
    margin-top: 40px;
    padding-bottom: 30px;
}

.section {
    border-top: thin solid #895221;
    padding-top: 20px;
}

#blurb {
     min-height: 100%;
     height: auto !important;
     margin: 0 auto -90px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

h1 {
    color: SandyBrown !important;
    text-shadow: -2px 0 #895221, 0 2px #895221,2px 0 #895221, 0 -2px #895221;
}

h2,h3 {
   color: Chocolate !important;
   text-shadow: -1px 0 Black, 0 1px Black,1px 0 Black, 0 -1px Black;
}

h1 {
    font-size: 48pt !important;
    padding-bottom: 20px;
}

h3 {
    font-size: 36pt !important;
    padding-bottom: 20px;  
}

h4 {
    font-size: 22pt !important;
    padding-bottom: 20px;  
}

h5 {
    font-size: 20pt !important;
    padding-bottom: 20px;  
}

#donate {
    padding-top: 40px;
}

#donate-msg {
    margin-bottom: 1em;
}

#pp_donate {
    margin-top: 0.5em;
}

#gittip {
    float: right;
    width: 40%;
}


.packageoftheweek {
    margin-top: 1em;
}

#index-links {
    margin-top: 1em;
}


#news + ul li {
    margin-bottom: 20px;
}

.docheader {
    padding-top: 20px;
}

.what,.how,.about {
    color: #895221 !important;
    text-shadow: none;
    padding-top: 40px;
}

#package-demo {
    margin: 30px auto;
}

#package-demo div {
    width: 480px;
    margin: 0 auto;
    text-align: right;
    font-style: italic;
}


pre {
    background-color: Wheat;
    border: thin solid #895221;
    margin-top: 30px;
}

a:link {
    color: #895221;
}

a:visited {
    color: #893221;
}

p.description {
    font-style: italic;
}

#panel {
    float: right;
    width: 30%;
}

.download {
    margin-left: 40px ;
}

#loginform {
    width: 100%;
    margin: 50px auto;
}

form[name=upload] {
    margin-top: 3em;
    width: 80%;
    padding: 1em;
}

form[name=upload] legend {
    text-align: left;
    margin-bottom: 1em;
    font-weight: bold;
}

form input[type=file] {
    border: thin solid;
}

label {
    display: block;
    float: left;
    margin-right: 1em;
}

form[name=upload] input[type=submit] {
}


div.profile ul {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

/*
  end of marmalade styles
  */
