body
{
    font-family: Helvetica, Sans-Serif;
    font-size: 13px;
}
h1
{
    font-size: 30px;
    font-family: Helvetica, Sans-Serif;
    margin: 0px 0px 10px;
    letter-spacing: -0.07em;
}
h2
{
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-family: Helvetica, Sans-Serif;
    font-size: 24px;
}
a
{
    color: #339900;
    text-decoration: none;
}
a:visited
{
    color: #339900;
}
a:hover
{
    text-decoration: underline;
}
#outer
{
    max-width: 900px;
    margin: 0px auto;
    
}
a.logo_link:hover
{
    text-decoration: none;
}
#logo
{
    color: Black;
    background:transparent url(/images/link.png) no-repeat scroll 0 35px;
    margin: 10px 0px 30px;
    padding-left:90px;
    width:600px;
}
#logo .header
{
    color:#666666;
    font-size:100px;
    font-weight:bold;
    letter-spacing:-0.07em;
}
#logo .subhead
{
    font-size: 18px;
}

#logo.small
{
    background-position: 0px 0px;
}
#logo.small .header
{
    font-size: 40px;
}
#logo.small .subhead
{
    font-size: 13px;
}

form table
{
    border-collapse:collapse;
    margin-top:10px;    
}
form table th
{
    color:#333333;
    font-size:18px;
    font-weight:normal;
    padding:0 20px 15px 0;
    text-align:right;
    vertical-align:top;
    width:75px;    
}

form .text_field
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-radius: 5px;
    border:1px solid #DDDDDD;
    font-size:18px;
    margin:0;
    padding:8px;   
    font-family: Helvetica, Sans-Serif;
    width: 300px; 
    color: #999999;
}
form .text_field.selected
{
    color: Black;
}

form .text_area_field
{
    width: 600px;
}
form .tweet_field
{
    height: 60px;
}

form .content_field
{
    height: 200px;
}

form .explanation
{
    margin: 0px 0px 15px;
    max-width: 600px;
}

input.continue
{
    background:transparent url(/images/button.png) no-repeat scroll left top;
    border:0 none;
    color:White;
    font-family:Helvetica,Sans-Serif;
    font-size:20px;
    height:51px;
    margin:10px auto;
    width:248px;    
}

form .continue_spinner
{
    display: none;
}

#footer
{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

#footer .link
{
    margin: 0px 10px;
}

#footer .links
{
    margin: 0px 0px 20px 0px;
}

.remaining
{
    padding-right: 0px;
    font-size: 30px;
    letter-spacing: -0.05em;
}
.remaining.over
{
    color: Red;
}
.remaining_sub
{
    font-size: 13px;
}

.errors
{
    border:4px dashed #CCCCCC;
    font-size:14px;
    padding:20px;
    margin-bottom: 10px;
}

.errors .header
{
    font-size: 20px;
    font-weight: bold;
    color: red;
    letter-spacing: -0.07em;
}
.errors li
{
    list-style-type: square;
    font-size: 16px;
    margin: 10px 0px 0px 20px;
}

#page .permalink .label
{
    font-size: 13px;
    color: #666666;
}
#page .permalink input
{
    font-size: 18px;
    border: 0px solid black;
    font-family: Helvetica, Arial, Sans-Serif;
    width: 300px;
}
#page .tweet
{
    font-size: 18px;
    margin-bottom: 5px;
}
#page .total_hits
{
    font-size: 18px;
}

#page .date
{
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
}

#page .content
{
    font-size: 16px;
    margin-bottom: 20px;
}

#page .section
{
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 10px;
}
#page .section blockquote
{
    background-color:#EFEFEF;
    margin:10px 40px 20px;
    padding:10px;
}

#page #tweet.text_field
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-radius: 5px;
    border:0px solid #DDDDDD;
    font-size:18px;
    margin:0;
    padding:8px;   
    font-family: Helvetica, Sans-Serif;
    width: 800px; 
    height: 60px;
    color: Black;    
}


a.navigation
{
    font-size:16px;
    font-weight:bold;
    letter-spacing:-0.05em;
}
.twitter_handle
{
    font-size: 20px;
}
