/* hu's shoes screen style > 15 march 2005 */

body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    color: #555;
    font-size: small;
    line-height: 1.7;
    background: url(/i/stripe.gif) repeat-x 0 -10px;
    }

a {
    text-decoration: none;
    color: #7d243d;
    padding: 2px 0;
    }
    
a:hover {
    background: #ffc;
    }
    
#header {
    text-align: center;
    margin: 40px 0 40px 0;
    }
    
#header h1 {
    text-indent: -9999px;
    background: url(/i/hushoes_logo.gif) no-repeat 50% 0;
    height: 139px;
    }    

h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 120%;
    margin-left: 40%;
    color: #999;
    margin-bottom: 2em;
	}
    
h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
    border-top: 1px solid #ddd;
    color: #7d243d;
    width: 35%;
    text-align: right;
    padding-top: .5em;
    font-size: 140%;
    }
    
p {
    font-size: 90%;
    margin-left: 40%;
    width: 45%;
    margin-top: -3.5em;
    margin-bottom: 4em;
    }
    
p.copyright {
    font-size: 80%;
    margin-top: 6em;
    }

p.closer {
    margin-bottom: 1em;
    }
    
p.label {
    font-size: 80%;
    color: #666;
    margin-top: 1em;
    }
    
input.e {
    width: 250px;
    font-size: 18px;
    color: #7d243d;
    }
    
ul.signup {
    list-style: none;
    margin: 0 0 4em 40%;
    padding: 0;
    }
    
ul.signup li {
    background: url(/i/bullet.gif) no-repeat 0 5px;
    padding: 0 0 0 1.3em;
    margin: 0 0 0 .2em;
	font-size: 90%;
	font-weight: bold;
	color: #999;
    }
    
span.tight {
    letter-spacing: -1px;
    }
