/* 
    Document   : default
    Created on : 13 Oct 2013, 12:10:15 PM
    Author     : Philip
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    text-align: center;
    font-family: IM Fell English, serif;
    font-size: 40px;
    color: #181818;
    /* text-shadow: 2px 2px 2px #cccccc */
}

html {
    background-color: #cccccc;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    margin-top: 2em;
    font-family: IM Fell English, serif;
    font-size: 72pt;
    line-height: 250px;
    color: #222222;
    text-shadow: 4px 4px 4px #999999
}

.border {
    border-collapse: collapse;
    border-width: 0px;
    border-style: solid;
    box-shadow: 6px 6px 6px #111111;
}

.hover {
    cursor:pointer;
    color: #000099;
}

.hover:hover {
    text-decoration:underline;
}

a {
    text-decoration: none;
    color: #000099;
}

a:hover {
    text-decoration: underline;
}

input[type="text"] {
    border-style: none;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #111111;

    font-family: IM Fell English, serif;
    font-size: 100%;
    color: #222222;
    text-shadow: 2px 2px 2px #cccccc;
}

input[type="password"] {
    border-style: none;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #111111;

    font-family: IM Fell English, serif;
    font-size: 75%;
    color: #222222;
    text-shadow: 2px 2px 2px #cccccc;
}

input[type="submit"] {
    appearance: normal;
    text-align: right;
    cursor: pointer;
    font-family: IM Fell English, serif;
    font-size: 75%;
    color: #222222;
    text-shadow: 2px 2px 2px #cccccc;
}

input[type="radio"] {
    display: none;
}

input[type=radio] + label {
    text-decoration: line-through;
    color: #666666;
    cursor: pointer;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

input[type=radio]:checked + label {
    text-decoration: none;
    color: #222222;
    border: solid 2px;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    display: block;
    width: 850px;
    background-color: #cccccc;
    background: url(paper.jpg);
    padding: 25px;
    float: none;
    box-shadow: 6px 6px 12px #222222;
    border-radius: 6px;
}

#frmsubmit {
    text-align: right;
    font-size: 75%;
    cursor: pointer;
}

.guestlist {
    text-align: left;
}

.guestlist .rsvpd {
    
}

.guestlist .notrsvpd {
    color: #888888;
}

.guestlist .notrsvpd + ol {
    color: #888888;
}

.guestlist .notattending {
    text-decoration: line-through;
}

.table {
    display: inline-block;
}

.heading {
    width: 550px;
    text-align: left;
}

.data {
    width: 100px;
    text-align: right;
}

.total {
    border-top: 2px solid;
    border-top-color: #111111;
}
