* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #7FAD75;
    color: #092E20;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

p {
    line-height: 16px;
    margin-bottom: 10px;
}

a, a:visited, a:hover {
    color: #092E20;
}

img {
    border-width: 0px;
}

ol, ul, dl {
    padding-left: 30px;
}

hr {
    background-color: #092E20;
    border: 0;
    height: 1px;
    margin: 10px;
}

#login_logout {
    background-color: #092E20;
    color: #FFFFFF;
}

#login_logout #welcome_message {
    margin: 0px auto 20px;
    text-align: right;
    width: 740px;
}

#login_logout #welcome_message div {
    padding: 2px 0px;
}


#login_logout #welcome_message div a,
#login_logout #welcome_message div a:visited,
#login_logout #welcome_message div a:hover {
    color: #FFFFFF;
}

#main_column {
    margin: 10px auto;
    text-align: left;
    width: 740px;
}

#header {
    background-image: url('../../images/2009/header.jpg');
    background-repeat: no-repeat;
    height: 110px;
    overflow: hidden;
}

#header h1 {
    background-image: url('../../images/2009/django_dash.png');
    background-repeat: no-repeat;
    float: left;
    height: 90px;
    margin: 0px 0px 0px 235px;
    text-indent: -5000px;
    width: 140px;
}

#navigation {
    background-color: #FFFFFF;
    border-bottom: solid 2px #E8AE30;
    border-top: solid 2px #E8AE30;
    color: #333333;
    float: left;
    height: 75px;
    margin: 0px 0px 10px 35px;
    text-align: right;
    width: 330px;
}

#navigation h2 {
    color: #092E20;
    font-size: 14px;
    margin: 5px 15px 0px 15px;
}

#navigation ul {
    list-style: none;
    padding-left: 0px;
    margin-right: 15px;
    margin-top: 5px;
}

#navigation ul li {
    border-right: solid 1px #092E20;
    display: inline;
    padding: 0px 6px 0px 0px;
}

#navigation ul li.last {
    border-right: solid 0px #092E20;
}

#content {
    background-color: #FFFFFF;
    border-bottom: solid 2px #092E20;
    border-top: solid 2px #092E20;
    color: #333333;
    clear: both;
    font-size: 11px;
    padding: 15px;
}

#content h2, #content h3, #content h4, #content h5 {
    color: #092E20;
}

#content ul, #content ol {
    margin-bottom: 20px;
}

#content #recent_news {
    background-color: #F8DD8F;
    border-bottom: solid 2px #E8AE30;
    border-top: solid 2px #E8AE30;
    clear: both;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

#content #recent_news h2,
#content #recent_news p {
    margin-bottom: 5px;
}

#content #recent_news p.news_post_date {
    color: #888888;
}

#content #main_content {
    float: left;
    padding-right: 15px;
    width: 460px;
}

#content #main_content p {
    margin: 15px 0px;
}

#content #sidebar {
    border-left: solid 2px #333333;
    float: left;
    padding-left: 15px;
    width: 200px;
}

#footer {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

#footer a {
    color: #E8AE30;
}

#copyright {
    height: 22px;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    border-right: solid 1px #092E20;
    display: inline;
    padding: 0px 6px 0px 5px;
}

#footer ul li.last {
    border-right: solid 0px #092E20;
}

.clear_both {
    clear: both;
}

.dates_table {
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
}

.dates_table thead tr th {
    text-align: center;
}

.fine_print {
    font-size: 10px;
}

#mini_sponsor_list {
    list-style: none;
    padding-left: 10px;
}

#mini_sponsor_list li {
    margin-bottom: 10px;
}

.sponsor {
    min-height: 180px;
}

.sponsor .sponsor_logo {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 120px;
}

.sponsor .sponsor_prizes {
    float: left;
    width: 300px;
}

#link_to_td {
    background-image: url('../../images/2009/toastdriven_mini.gif');
    background-repeat: no-repeat;
    height: 20px;
    padding: 0px 0px 4px 22px;
}

.form_table {
    border-collapse: collapse;
}

.form_table tbody tr th,
.form_table tbody tr td {
    vertical-align: top;
}

.form_table tbody tr td label {
    color: #092E20;
    font-weight: bold;
}

.form_table tbody tr td input,
.form_table tbody tr td textarea {
    margin-bottom: 5px;
    margin-left: 15px;
}

.text_field {
    border: solid 1px #092E20;
    padding: 2px;
}

#username_available {
    margin-left: 10px;
}

#is_username_available {
    padding-left: 5px;
}

#is_username_available.it_is_available {
    color: #9999FF;
}

#is_username_available.no_dice {
    color: #FF9999;
}

#display_access_code {
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.error,
.errorlist {
    background-color: #FFDDDD;
    border: solid 1px #FFAAAA;
    padding: 5px;
}

.error {
    margin: 5px 0px;
}

#content .form_table tbody tr td ul.errorlist {
    margin-bottom: 5px;
    margin-left: 15px;
}

.errorlist li {
    margin-left: 15px;
}

.team_member {
    clear: both;
    margin-bottom: 10px;
}

.gravatar {
    float: left;
    margin: 2px 10px 10px 0px;
    width: 60px;
}

#projects {
    clear: both;
    padding-top: 10px;
}

.project_info {
    margin-bottom: 20px;
}

.commit_list {
    border: solid 1px #092E20;
    margin: 10px 0px;
}

.commit {
    border-bottom: solid 1px #092E20;
    border-top: solid 1px #092E20;
    clear: both;
    min-height: 75px;
    padding: 5px;
}

.commit.odd {
    background-color: #DFFDD5;
}

.commit_metadata {
    color: #666666;
    font-size: 10px;
    margin-top: 10px;
}

#more_latest_activity {
    margin-bottom: 20px;
}

.progress_bar_wrapper {
    border: solid 1px #092E20;
    height: 22px;
    position: relative;
    width: 300px;
}

.progress_bar {
    background-color: #9FCD95;
    height: 16px;
    margin: 3px;
    max-width: 294px;
    position: absolute;
    z-index: 1;
}

.progress_percent {
    left: 45%;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    z-index: 2;
}

#team_commits {
}

.plain_text_field {
    padding-left: 15px;
}

.edit_profile_link, .edit_team_link, .invite_link {
    margin: 10px 0px;
}

.winning_team_wrapper {
    border-bottom: solid 1px #092E20;
    border-top: solid 1px #092E20;
    clear: both;
    min-height: 60px;
    padding: 5px;
}

.winning_team_wrapper.odd {
    background-color: #9FCD95;
}

#team_invites_wrapper {
    background-color: #9FCD95;
    border: solid 1px #092E20;
    margin-bottom: 10px;
    padding: 5px;
}

.generic_wide_table {
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
}

.button {
    background-color: #E8BD5F;
    border: solid 1px #E8AE30;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 20px;
    padding: 2px 5px;
    text-decoration: none;
}

.button:hover {
    background-color: #F8DD7F;
}

.big_registration_button_wrapper {
    padding: 10px;
    text-align: center;
}

.big_registration_button {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
}

.project_details {
    margin-bottom: 10px;
}

.indented_info {
    padding-left: 10px;
}

.funny_bio {
    background-color: #F8DD7F;
}

.numeric {
    text-align: right;
}

.after-numeric {
    padding-left: 5px;
}

.judge_column {
    padding-right: 5px;
}

.rating_note {
    color: #888888;
    padding: 0px 5px 5px 5px;
}

td, th {
    vertical-align: top;
}

.criteria {
    border-bottom: solid 1px #333333;
    padding-top: 15px;
    text-align: center;
}

.odd {
    background-color: #DFFDD5;
}

.screenshot {
    float: left;
    height: 120px;
}

.cheap_thumbnail {
    height: 90px;
    width: 130px;
}

.end_screenshots {
    clear: left;
}

