* {
    margin: 0;
    padding: 0;
}

body {
    font-family: ColaborateLightRegular, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

a {
    color: #900;
    text-decoration: none;
}

a:visited {
    color: #666;
}

a:hover {
    color: #990000;
	border-bottom: 1px dotted #900;
}

img {
    margin: 2px;
}

h1 {
    width: 270px;
    height: 66px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    text-indent: -9999px;
    background: #fff url(hdlogo.jpg) no-repeat center center;
    padding: 5px;
    z-index: 1;
}

h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

h2 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 1.4em;
    font-family: MidoMedium, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

strong {
    font-weight: normal;
    font-family: Colaborate-MediumRegular, Verdana, Arial, Helvetica, sans-serif;
}

/* main content div */
.bored {
    border: 1px dotted #900;
    margin: auto;
    width: 750px;
    position: relative;
}

.to {
    position: absolute;
    top: 0;
    width: 200px;
    font-family: Colaborate-LightRegular, Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    text-align: center;
    padding-top: 5px;
    letter-spacing: .2em;
}

/* top left link */
.we {
    left: 0;
}

/* top right link */
.disrupt {
    right: 0;
}

/* text area */
.lives {
    background-color: #e7e7e7;
    margin-top: 40px;
    padding: 5px;
    line-height: 1.6em;
}

p, ul {
    margin-bottom: 15px;
}

ul {
    margin-left: 30px;
}

li {
    margin-bottom: 5px;
}

/* mailing list */

#mc_embed_signup {
    width: 752px;
    margin: 10px auto;
}

#mc_embed_signup fieldset {
    border: 1px dotted #900;
    padding: 5px;
    background-color: #e7e7e7;
    padding-bottom: 15px;
}

#mc_embed_signup fieldset ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mc-field-group {
    width: 300px;
}

.mc-field-group, .input-group li {
    float: left;
    margin-right: 15px;
}

.mc-field-group label {
    font-family: Colaborate-MediumRegular, Verdana, Arial, Helvetica, sans-serif;
    margin-right: 5px;
}

.mc-field-group li label {
    font-family: ColaborateLightRegular, Verdana, Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right: 0;
}

#mce-responses {
    margin-bottom: 15px;
    color: #900;
}

.input-group {
    display: inline;
    float: right;
}

.btn {
    margin-left: 20px;
    border: 1px dotted #900;
    background: #900;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 6px;
}

.email {
    padding: 2px;
}
