body, html {
    background-color: black;
    height: 100%;
}

a {
    color: white;
}

.js {
    display: none;
}

h1 {
    font-size: 40px;
    text-shadow: 4px 4px #000000;
}

div {
    font-size: 18px;
    color: white;
}

#response {
    margin-top: 10px;
}

#wrapper {
    position: relative;
    overflow: auto;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    text-align: center;
    background-image:url('../images/wallpaper_sm.jpg');
    background-repeat: repeat;
    //background-attachment: fixed;
    background-position: center top; 
    top: 0px;
}

#stain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/stain5_shad.png');
    background-repeat: repeat-x;
    background-size: contain;
    background-blend-mode: multiply;
    z-index: 1;
}

#shadowleft, #shadowright {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25%;
    height: 100%;
    background-image: url('../images/shadow_l.png');
    background-repeat: repeat-y;
    background-size: contain;
    z-index: 11;
}

#shadowright {
    left: auto;
    right: 0px;
    background-image: url('../images/shadow_r.png');
}

#portrait2 {
    //border: 2px solid red;
    position: relative;
    padding: 0px;
    width: 400px;
    height: 446px;
    margin-left: -205px;
    margin-bottom: -20px;
    margin-top: -40px;
    left: 50%;
    z-index: 10;
    //background-color: green;
}

#frame2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 446px;
    background-image: url('../images/port2vs.png');
    background-repeat: no-repeat;
    z-index: 20;
}

.eye {
    position: absolute;
    visibility: hidden;
    top: 160px;
    left: 138px;
    //top: 0px;
    //left: 0px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    background-image: url('../images/eye2s.png');
    z-index: 19;
}

#reye {
    top: 158px;
    left: 188px;
}

#info, #location {
    font-size: 20px;
}

#content, #centercontent {
//    position: relative;
//    top: 340px;
    z-index: 10;
    margin-top: 50px;
    position: relative;
}

.notitle .ui-dialog-titlebar {
    display: none;
}

#sendinvite div {
    display: inline-block;
}

#sendinvite input, #rsvp button {
    //margin-top: -10px;
    width: 120px;
}

#sendinvite #inviteemail {
    width: 300px;
}

#loading {
    display: none;
}

#message {
    width: 800px;
    position: relative;
    left: 50%;
    margin-left: -400px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    //line-height: 30px;
    text-shadow: 3px 3px #000000;
}

.buttons {
    font-size: 14px;
    margin-bottom: 30px;
}

.button.ui-state-default {
    background-color: orange;
    background-image: none;
    color: black;
}

.button.ui-state-hover {
    background-color: black;
    background-image: none;
    color: orange;
    border-color: orange !important;
}

p {
    margin-bottom: 10px;
}

#nohash {
    display: none;
}

button.respbutton {
    margin-right: 10px;
    display: none;
    font-size: 0.9em;
}

#summary, #noresponse {
    display: none;
}

#rsvpinfo .rsvpstep {
    display: none;
}

#rsvpcomment textarea {
    width: 500px;
}

.ui-button {
    border-color: black !important;
}

.ui-button-text {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#rsvp, #invite, #dialog, #confirm {
    text-align: center;
    margin: 0 auto 0 auto;
}

.ui-spinner, button {
    margin: 10px;
}

#numguests {
    width: 30px;
    text-align: center;
}

input[type=text], input[type=password] {
    text-align: left;
    font-weight: bold !important;
    font-size: 18px !important;
}

.ui-dialog {
    border: 5px solid gray !important;
    position: fixed;
    //border: 5px solid rgba(255,255,255,0.2) !important;
    //background-image: none !important;
}

div.ui-widget-content {
    background-image: none;
    background-color: rgb(100, 50, 0);
    background-color: rgba(100, 50, 0, 0.75);
}

button.rsvpbutton.ui-state-default {
    background-image: none;
    background-color: #00bb00;
    color: black;
}

button.rsvpbutton.ui-state-hover {
    background-image: none;
    background-color: #00ff00;
}


/*textarea, select {
    background-color: black;
    color: white;
    border: 0px;
}*/

#rsvparea, #rsvptable {
    border: 2px solid #904020;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: 600px;
    margin-left: -312px;
    left: 50%;
    background-color: black;
    background-color: rgba(0,0,0,0.5);
}

#rsvptable {
    display: none;
    font-size: 16px;
    margin-bottom: 150px;
}

#rsvptable.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#rsvptable.ui-tabs .ui-tabs-nav li a {
    padding: 0.2em 0.4em 0.2em 0.4em;
}

#rsvptable.ui-tabs ul.ui-tabs-nav {
    background-color: black;
    background-image: none;
}

.small {
    font-size: 14px;
}

#sendinvite {
    margin-top: 10px;
}

.rsvpreply {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #904020;
}

.rsvpreply.listend {
    border: none;
}

.rsvpreply div {
    font-size: 16px;
}

.rsvpcomment {
    padding-left: 30px;
}

.rsvpname, .rsvpresponse {
    font-weight: bold;
}

.rsvpyes .rsvpresponse, .response .rsvpyes {
    font-weight: bold;
    color: green;
}

.rsvpmaybe .rsvpresponse, .response .rsvpmaybe {
    font-weight: bold;
    color: yellow;
}

.rsvpno .rsvpresponse, .response .rsvpno {
    font-weight: bold;
    color: red;
}

.ui-tabs .ui-tabs-panel.rsvptab {
    padding: 5px;
}

.badge.ui-icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 8px;
    background-image: url(icons/ui-icons_222222_256x240.png);
}

#rsvparea {
    font-family: Segoe UI,Arial,sans-serif;
}

.ui-icon-yes { 
    background-position: -64px -144px; 
    background-color: green;
}
.ui-icon-no { 
    background-position: -80px -128px; 
    background-color: red;
}
.ui-icon-maybe { 
    background-position: -48px -144px; 
    background-color: yellow;
}
.ui-icon-noresp { 
    background-position: 0px -128px; 
    background-color: gray;
}

#admin {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 300;
}

#rsvpcomment {
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.examples {
    width: 800px;
    position: relative;
    left: 50%;
    margin-left: -400px;
}

.examples td {
    width: 400px;
    padding: 0 20px;
    font-size: 22px;
    font-weight: bold;
}

.labelrow td {
    padding-top: 30px;
}

#centercontent {
    width: 800px;
    top: 20px;
    margin-left: -400px;
    left: 50%;
}

.bigger {
    font-size: 24px;
}

#disclaimer {
    padding: 10px;
    border: 2px solid red;
    background: #ff5555;
    color: black;
    margin-bottom: 20px;
}

#result {
    position: relative;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    background-image: url(../images/wheel.png);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

#idea {
    position: relative;
    width: 200px;
    margin-left: -105px;
    left: 50%;
    font-weight: bold;
    font-size: 30px;
    color: black;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    _top: -50%;
}


#result {display: table;}

#middle {position: absolute; top: 50%;}
#middle {display: table-cell; vertical-align: middle; width: 100%; position: static;}

#resultwrapper {
    position: relative;
    width: 440px;
    margin-left: -220px;
    left: 50%;
}

#thumbsup, #thumbsdown {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#thumbsup {
    left: auto;
    right: 20px;
}

.thumb {
    display: none;
}

#clickinfo {
    font-size: 22px;
}