/*
Palette: http://www.colourlovers.com/palette/1007510/Almost_the_same
#B9D7D9 Light blue
#F21D41 Red
#8C154F Plum pink
#230F2B Dark purple
#123142 Dark teal
*/

html, body {
    font-size: 14px;
    height: 100%;
}
input, textarea {
    border: 1px solid #bbb;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
}
input.blur, .hinted.blur {
    color: #ccc;
}
input[type="submit"], input.smooth {
    cursor: pointer;
    color: #444;
    background: #ccc url('/static/images/submit-gradient.png') top left repeat-x;
    padding: 3px 6px;
}
input[type="submit"]:hover, input.smooth:hover, input.pressed {
    color: #666;
    background: #aaa url('/static/images/submit-gradient-hover.png') top left repeat-x;
}
a {
    text-decoration: none;
    color: #8C154F;
}
a:hover {
    text-decoration: underline;
    color: #a84e7a;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1 {
    color: #8C154F;
}
h3 .mine {
    background: #b3e47d;
    color: #303d21;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.quiet {
    color: #ccc;
}
.large {
    margin-bottom: 0;
}
.number {
    color: #ccc;
}
.content {
    padding: 1em;
}
.dropdown {
    display: inline;
    position: absolute;
    background: #FFD98C;
    border: 2px solid #ffeecc;
    margin-top: 0px;
    margin-left: -2px;
}
.dropdown li {
    cursor: pointer;
}
.dropdown li:hover {
    background: #ffe8ba;
}
.hidden {
    display: none;
}
.prompt {
    border: 2px solid #b3e47d;
    background: #fbfdf8;
    padding: 5px 10px;
    margin-bottom: 1em;
}
.prompt p, .prompt h2 {
    margin: 0;
    padding: 0;
}
.star {
    color: #ccc;
}

.note {
    margin: 1em 0px;
}

.throbber {
    height: 11px;
    width: 16px;
    display: none;
}

.checkmark {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 25px;
    background: url('/static/images/checkmark-inactive.png') top left no-repeat;
    cursor: pointer;
    text-indent: -10000px;
}
.checkmark:hover, .checkmark.active {
    background-image: url('/static/images/checkmark.png');
}
.checkmark-offset {
    margin-left: 40px;
}
.questionmark {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    background: url('/static/images/questionmark.png') bottom left no-repeat;
    cursor: pointer;
    text-indent: -10000px;
}
.questionmark:hover {
    background-position: top left;
}
.hide-padded {
    margin-right: 35px;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}
.border-bottom:last-child {
    border-bottom: none;
}

.hint {
    font-size: 0.8em;
    color: #666;
    line-height: 2em;
}

.horizontal li {
    float: left;
    margin-right: 10px;
}
.horizontal li:last-child {
    margin-right: 0px;
}

.padded {
    padding: 10px;
}
/***/

.notice-box {
    height: 119px;
    width: 100%;
    background: #85174d url('/static/images/intro_bg.png') top left repeat-x;
    color: #d9b6c8;
    font-size: 17px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #85174d;
}
.notice-box h2, .notice-box h3 {
    margin: 0 0 -5px 0;
    padding-top: 10px;
    font-size: 46px;
    font-family: "Lucida Grande","Helvetica Neue",Arial,Helvetica,sans-serif;

    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.notice-box h3 {
    color: #daaac2;
    margin: 0;
    font-size: 30px;
    line-height: 46px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.notice-box .username {
    color: #fff;
    font-weight: bold;
}
.notice-box a {
    color: #FFD98C;
    font-weight: bold;
}

a.permalink {
    padding-left: 18px;
    background: url('/static/images/link.png') center left no-repeat;
}


.shiny-button a, input[type="submit"].shiny-button { /* Hi, Twitter. <3 */
    padding: 8px 10px;
    margin: 0px 5px;
    background: #FA2 url('/static/images/shiny_bg.png') top left repeat-x;
    border: 1px solid #FA2;
    color: #4c300b;
    text-shadow: #FE6 0px 1px 0px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
.shiny-button a:hover, input[type="submit"].shiny-button:hover { background-position: center left; }
.shiny-button a:active, input[type="submit"].shiny-button:active { background-position: bottom left; }

.follow-button {
    padding: 2px 6px;
    background: #ac678d;
    border: 1px solid #A84E7A;
    color: #fff;
    text-shadow: #A84E7A 0px 1px 0px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    line-height: 16px;
}
a.follow-button:hover {
    text-decoration: none;
    color: #fff;
    background: #A84E7A;
}
.unfollow-button {
    padding: 2px 6px;
    background: #999;
    border: 1px solid #888;
    color: #fff;
    text-shadow: #777 0px 1px 0px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    line-height: 16px;
}
a.unfollow-button:hover {
    text-decoration: none;
    color: #fff;
    background: #aaa;
}

.square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.rounded-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.rounded-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.cornered-left {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cornered-right {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/***/

#header {
    height: 70px;
    line-height: 35px;
    font-size: 14px;
    background: #ede8f2 url('/static/images/header_gradient.png') top left repeat-x;
}
#header h1 a {
    display: block;
    height: 70px;
    width: 224px;
    padding-left: 35px;
    background: url('/static/images/logo.png') center left no-repeat;
}
#header h1 {
    margin: 0;
}

#header .right {
    text-align: right;
}

#footer {
    margin-top: 50px;
    width: 100%;
    height: 25px;
    font-size: 12px;
    text-align: center;
    color: #666;
}
#footer a {
    color: #27B;
    margin-right: 1.5em;
}
#footer .copyright a {
    color: #8C154F;
}

.content {
    margin-bottom: 30px;
}

/***/

#flash-messages {
    background: #b3e47d url('/static/images/flash_gradient.png') top left repeat-x;
    color: #303d21;
    padding: 10px 1em 10px 1em;
    width: 930px;
    cursor: pointer;
    margin: 0 auto;

    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
#close-flash-messages {
    float: right;
    margin-right: -10px;
    color: #86ab5e;
}

/***/

.user {
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.buttons {
    color: #bbb;
}
.button {
    background: #FFD98C;
    color: #4c4029;
    text-decoration: none;
    cursor: pointer;
}
.button:hover {
    background: #ffe8ba;
    color: #97743b;
    text-decoration: none;
}
div.button {
    background: #fff;
}
div.button:hover {
    background: #ffe8ba;
}
.button.quiet, .button.quiet:hover {
    background: none;
    font-weight: bold;
}
.button.active {
    background: #b3e47d;
    color: #303d21;
}
.button.active:hover {
    background: #b3e47d;
    color: #303d21;
}
.scorebox {
    text-align: center;
    padding: 6px 8px;
    font-size: 42px;
    line-height: 42px;
    background: #ede8f2;
    color: #8C154F;
    cursor: pointer;
    border: 2px solid #cda9c0;
    width: 120px;
}
.scorebox:hover, .scorebox.selected {
    border-color: #8C154F;
}
.scorebox h4 {
    font-size: 14px;
    margin: 0;
    color: #cda9c0;
}
.scorebox p {
    margin: 0;
    padding: 5px;
}
.scorebox.selected {
    border-color: #8C154F;
}
.scorebox.private {
    background: #eee;
    color: #888;
    border: 2px solid #ccc;
}
.scorebox.private h4 {
    color: #ccc;
}
.scorebox.private:hover, .scorebox.private.selected {
    border-color: #888;
}
.scorebox.private, .scorebox.private.selected:hover {
    border-color: #ccc;
}
.highlight {
    background: #ede8f2;
    color: #8C154F;
    font-size: 1.2em;
}

.widget {
    margin-bottom: 1em;
}
.toggle {
    display: none;
}

.public-notice {
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ccc;
    margin: -10px 0 20px 0;
}

.sidebar {
    font-size: 12px;
    color: #aaa;
    line-height: 1.5em;
}
.sidebar h3 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.navbox {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: left;
}

.challenge-stream .meta {
    font-size: 0.8em;
}

/***/

.tweet {
    overflow: hidden;
}
.char-counter {
    position: absolute;
    padding: 5px;
    color: #aaa;
}
.warning {
    color: #ff3333;
}
/***/

.admin-stats > div {
    margin-bottom: 40px;
}

.login-box h2 {
    font-size: 32px;
    float: left;
    margin-right: 10px;
}
.login-box .image-button {
    float: left;
    margin: 14px 10px 0px 10px;
}
.image-button {
    display: block;
    background-position: top left;
    background-repeat:no-repeat;
    text-indent: -9999px;
    border: 0;
}
input.image-button {
    display: inline;
}
.image-button:hover { background-position: center left; }
.image-button:active { background-position: bottom left; }

.facebook-button {
    width: 150px;
    height: 22px;
    background-image: url('/static/images/signin_facebook.png');
}

.twitter-button {
    width: 150px;
    height: 22px;
    background-image: url('/static/images/signin_twitter.png');
}

.email-button {
    width: 150px;
    height: 22px;
    background-image: url('/static/images/signin_email.png');
}

.facebook-invite-button {
    width: 150px;
    height: 22px;
    background-image: url('/static/images/invite_facebook.png');
}

.twitter-invite-button {
    width: 150px;
    height: 22px;
    background-image: url('/static/images/invite_twitter.png');
}

.email-invite-button {
    width: 150px;
    height: 22px;
    background-image: url('/static/images/invite_email.png');
}

.icon-button {
    display: block;
    margin: 2px;
    background-position: top left;
    background-repeat:no-repeat;
}
.icon-button.inactive { background-position: center left; }
.icon-button:hover { background-position: bottom left; }

.facebook-icon {
    width: 32px;
    height: 32px;
    background-image: url('/static/images/icon_facebook.png'); 
}

.twitter-icon {
    width: 32px;
    height: 32px;
    background-image: url('/static/images/icon_twitter.png'); 
}

.friends-list {
    width: 240px;
}
.friends-list img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
.friends-list h3 {
    margin-bottom: 0.5em;
    margin-top: 12px;
    font-size: 1.2em;
}
.friends-list li {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 1.5em;
}

#availability {
    color: #303d21;
    background: #b3e47d;
}
#availability.warning {
    color: #f33;
    background: #fff;
}

.invite-box .image-button {
    margin: 5px 0px;
}


.settings {
    margin-top: 20px;
}
.settings textarea, .settings select {
    margin: 0;
}
.settings th {
    width: 130px;
    vertical-align: top;
    text-align: right;
    line-height: 26px;
}
.settings li {
    margin-bottom: 10px;
}
.settings .profile-image {
    border: 4px solid #eee;
    position: static;
}
.settings .profile-image:hover {
    border-color: #ffcb65;
}
.settings .profile-image.selected {
    border-color: #ffdc98;
}

.user-grid li {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.user-grid img {
    width: 100%;
    height: 100%;
}

.stream-tabs {
    margin-bottom: 1.5em;
    margin-top: 5px;
}
.stream-tabs a {
    display: block;
    border: 1px solid #c58aa7;
    color: #c58aa7;

    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.stream-tabs a:hover {
    text-decoration: none;
    border-color: #c58aa7;
}
.stream-tabs li:hover a {
    color: #8c154f;
    background: #e2c4d3;
}
.stream-tabs a.active, .stream-tabs li:hover a.active {
    border-color: #c58aa7;
    background: #e2c4d3;
    color: #460a27;
}

/*** Autocomplete plugin: */
    .ac_results {
        background: #fff;
        border: 2px solid #ffeecc;
        overflow: hidden;
        z-index: 99999;
        color: #B0B0B0;
    }

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        overflow: hidden;
    }
    .ac_results strong {
        color: #333;
    }
    .ac_over {
        background-color: #E8F6D8;
        color: #838B7A;
    }

/***/

