@import 'generic.css';

.page-center-content {
    width: 800px;
}

#header {
    padding: 10px 40px 5px 60px;
    min-width: 700px;
}

#content {
    padding-top: 40px;
}

input[type="text"], input[type="password"], textarea {
    width: 400px;
}



/**** home ****/

#site-header #logo {
    float: left;
}

#header-message {
    position: relative;
    float: left;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #11273d;
    margin: 18px 0 0 20px;
}

#header-message .tail {
position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
    background: transparent url(../images/header_message_tail.png) no-repeat top left;
    width: 12px;
    height: 24px;
}

#header-message a {
    color: #cde7ff;
    font-weight: bold;
}

#login-form {
    width: 245px;
    margin-top: 30px;
    float: left;
    display: inline;
}

#login-form h2 span {
    font-size: 16px;
    vertical-align: middle;
}

#login-form label {
    display: inline-block;
    width: 80px;
}

#login-form .field {
    display: inline-block;
}

#login-form input[type="text"], #login-form input[type="password"] {
    width: 140px;
}

#login-form .form-help {
    margin: 5px 0 0 85px;
}

#login-form li.username {
    margin-bottom: 5px;
}

#login-form li.password {
    margin-bottom: 5px;
}

#login-form .submit {
    margin: 0 0 0 85px;
}

#login-form .submit input {
    padding-top: 3px;
    padding-bottom: 3px;
}

#home-recommendations {
    float: right;
    width: 500px;
}

#home-recommendations ul {
    padding: 0;
    list-style: none;
}

#home-recommendations li {
    color: #709ac0;
    border-width: 0 0 1px 0;
    border-color: #255280;
    border-style: solid;
    padding: 5px 10px;
}

#home-recommendations .username {
    font-weight: bold;
}

#home-recommendations .title, #home-recommendations .author {
    color: #ffffff;
}

#home-recommendations .avatar {
    margin-right: 5px;
}

#home-recommendations .avatar img {
    padding: 1px;
}

#home-banner {
    float: left;
    display: inline;
    margin: 40px 30px 0 0;
}

#home-thumbs {
}

#home-thumbs .home-thumb {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    float: left;
    display: inline;
    text-align: center;
    margin: 0 6px 6px 0;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#home-thumbs .home-thumb img {
    vertical-align: middle;
}

#home-blurb {
    margin: 45px 40px 0 0;
    width: 204px;
    float: left;
    display: inline;
}

#home-blurb p {
    font-size: 18px;
    line-height: 22px;
}





.recommendation-image {
    padding: 45px 25px;
    width: 144px;
    text-align: center;
}

.recommendation-details {
    float: left;
    display: inline;
}

.recommendation-image, .recommendation-content {
    background-color: #1d4064;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.recommendation-block {
    margin: 0 0 20px 0;
}

/* first */
.first .recommendation-image, .first .recommendation-content {
    background-color: #234c75;
}

.first .recommendation-description p {
    font-size: 16px;
    line-height: 22px;
}

.first .recommendation-image {
    padding-top: 25px;
    padding-bottom: 25px;
}

.first .recommendation-description {
    border-color: #2b6094;
}


/**** footer ****/

#footer {
    background: transparent url(../images/footer_bg.png) no-repeat top center;
    padding: 100px 0 40px 0;
}

#footer p.about {
    font-size: 10px;
}

#footer p.legals {
    font-size: 10px;
    float: right;
}
#footer p.legals a {
    margin: 0 10px;
}

#footer a {
    color: #ffffff;
}


/**** new user ****/

#new-user ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
}

#new-user ol li {
    line-height: 30px;
    font-size: 30px;
    color: #142e47;
    font-weight: bold;
    background-color: #234C75;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 10px 30px;
    margin-bottom: 10px;
}

#new-user ol li.done span {
    text-decoration: line-through;
}

#new-user ol li span {
    line-height: 28px;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}

#new-user a {
    color: #da3260;
}
