body {
    font-family: "Hoefler Text", "Georgia", serif;
    color: #000;
}

body#login {
    background-image: url(../img/front-gradient.png);
    background-repeat: repeat-x;
}

body#login #footer {
    display: none;
}

body#login .grid_12 {
    background-image: none;
}
body#login .grid_12 .info {
    padding-top: 18px;
}

a {
    color: #666;
}

h2 {
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
}

.grid_12 {
    background-image: url(../img/separator.png);
    background-repeat: no-repeat;
    background-position: top;
}

.base_blog {
    padding-top: 36px;
}

.base_blog img {
    margin-left: 18px;
    margin-right: 18px;
}

.box h3 {
    font-size: 18px;
}

.box {
    padding: 23px;
    background-image: url(/media/img/boxed.png);
    background-repeat: no-repeat;
    height: 150px;
}

.box_star {
    background-image: url(/media/img/signup.png);
}

.box_star p {
    height: 30px;
}

.signup {
    font-size: 15px;
    padding-top: 0px;
    padding-left: 115px;
}

#header {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#header .grid_12 {
    background-image: none;
}

.info {
    color: #ffffff;
    font-size: 16px;
    padding-top: 5px;
}

.dropcap {
    display: block;
    float:left;
    font-style: italic;
    color: #ccc;
    font-size: 72px;
    line-height: .7em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.password {
    font-size: 18px;
    padding-top: 25px;
}

#id_password {
    background-image: url(../img/pwdinput.png);
    background-repeat: no-repeat;
    border: none;
    font-size: 16px;
    height: 15px;
    padding-left: 10px;
    padding-bottom:18px;
    width: 369px;
    margin-top: 0px;
    vertical-align: bottom;
}

.pwd_submit {
    vertical-align: bottom;
}

#footer {
    background: #858585;
    padding-top: 13px;
    background-image: url(../img/footer-gradient.png);
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    color: #fff;
}

#footer .grid_12 {
    background-image: url(../img/footer-separator.png);
}

#footer a {
    color: #eeeeee;
}

.rome {
    background-image: url(../img/rome.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 20px;
}

.orvieto {
    background-image: url(../img/orvieto.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: inline-block;
}

.details {
    background-image: url(../img/info.png);
    background-repeat: no-repeat;
    background-position: bottom right;   
    display: inline-block;
}

.iceland {
    background-image: url(../img/iceland.png);
    background-repeat: no-repeat;
    background-position: bottom right;   
    padding-bottom: 10px;
    display: inline-block;
}

.italy {
    background-image: url(../img/italy.png);
    background-repeat: no-repeat;
    background-position: bottom right;   
    display: inline-block;
}

.us_two {
    background-image: url(../img/us-two.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: inline-block;
}

#menu li {
    margin-left: 0px;
    list-style: none;
}

.attendances th {
    text-align: left;
}

.attendances td {
    padding: 3px;
    border: 1px solid;
}

#comments, #comment_form {
    margin-top: 18px;
    padding-top: 18px;
    background-image: url(../img/separator.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.comment img {
    float: left;
}

#comment_form label {
    width: 200px;
    display: block;
}