* {
    margin:0;
    padding:0
}

html, body {
    height:100%;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    position:absolute;width:100%
}

h1 {
    font-size: 48pt;
    padding-top: 5px;
    color: black;
}

img {
    border-width: 0px;
}

a:link, a:hover, a:active, a:visited { 
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #59B811;
}

h1 > a:link, h1 > a:hover, h1 > a:active, h1 > a:visited { 
    color: black;
    text-decoration: none;
}

#outer{
    width:699px;
    margin:auto;
    min-height:100%;
    margin-top:-120px;/*footer height*/
}

* html #outer {
    height:100%
}

#header {
    border-top:120px solid #fff;/* soak up negative margin*/
    padding-bottom: 30px;
    padding-top: 15px;
}

#footer {
    background:#2A2A2A;
    width:100%;
    margin:auto;
    height:120px;/* must match negative margin and header soak up*/
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited { 
    color: white;
}

#footer a:hover {
    color: #59B811;
}

#footercontainer {
    width:699px;
    margin:auto;
    min-height:100%;
}

.footercol{
    width:233px;
    height:100%;
    float: left;
    padding-top: 10px;
    font-size: 10pt;
    color: white;
}

#footer ul {
    list-style: none;
}

#footer li, #footer p {
    padding-bottom: 3px;
}

#cc {
    padding-left: 145px;
}

.spotify {
    color: #59B811;
}

.message {
    font-size: 18pt;
}

.highlight {
    background-color: #ffc;
}

.errormessage {
    font-size: 14pt;
    background-color: #D52F2F;
}

#messagearea {
    clear: both;
    padding-top: 30px;
}

#maincontent {
    padding-top: 30px;
    padding-bottom: 30px;
}

#features {
    padding-top: 40px;
}

#features h2 {
    font-size: 24pt;
    padding-bottom: 20px;
    text-decoration: underline;
}

.box {
    border: solid 1px;
    background-color: #EEEEEE;
    width: 300px;
    height: 125px;
    padding: 5px;
}

.box p {
    font-size: 18pt;
}

.leftbox {
    float: left;
    background-image: url(/static/images/mail.png);
    background-repeat: no-repeat;
    background-position: 180px 0px;
}

.rightbox {
    float: right;
    background-image: url(/static/images/CD.png);
    background-repeat: no-repeat;
    background-position: 200px -10px;
}

.feature {
    font-weight: bold;
    font-size: 18pt;
}

.minorfeature {
    font-size: 10pt;
}

.big_pre_space {
    padding-top: 40px;
}

.medium_pre_space {
    padding-top: 20px;
}

.small_pre_space {
    padding-top: 10px;
}

.tiny_pre_space {
    padding-top: 5px;
}

.medium_post_space {
    padding-top: 20px;
}

h3 {
    font-size: 18pt;
    padding-top: 30px;
    padding-bottom: 10px;
}

.alertslist li {
    list-style: none;
    padding-bottom: 5px;
}

.alertslist li > a {
    padding-left: 5px;
}

.alertslist {
    padding-bottom: 5px;
}

form {
    padding-bottom: 10px;
}

.info {
    padding-top: 20px;
}

.artistinput {
    font-size: 18pt;
    color: #59B811;
}

.searchbutton {
    font-size: 18pt;
}

.padleft {
    padding-left: 5px;
}

#leftcolumn {
    width: 50%;
    float: left;
}

#rightcolumn {
    width: 50%;
    float: right;
}

.release_count {
    color: gray;
    font-size: 10pt;
}

.uploads_list {
    list-style: none;
}

.uploads_list li {
    padding-bottom: 5px;
}

.summary {
    padding-bottom: 10px;
    font-size: 14pt;
}

.artists_list {
    list-style: none;
}

.release_list {
    list-style: none;
}

.artists_list li {
    padding-bottom: 5px;
}

.release_list li {
    padding-bottom: 5px;
}

.paging {
    font-size: 10pt;
    padding-top: 10px;
}

.alphabet {
    font-size: 14pt;
    padding-top: 5px;
}

.content {
    font-size: 14pt;
    padding-top: 15pt;
    padding-bottom: 15pt;
}

#secondaryfeatures {
    padding-top: 40px;
    padding-bottom: 15px;
}

#secondaryfeatures p {
    padding-bottom: 5px;
}

#homepage_bottom_banner {
    clear:both;
    padding-top: 70px;
    padding-bottom: 10px;
    padding-left: 120px
}

#bottom_banner {
    clear:both;
    padding-top: 30px;
    padding-bottom: 10px;
}

#skyscraper {
    float: right;
    padding-top:100px;
    padding-right: 20px;
}

#sponsor {
    padding-left: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}