a {
    color:#eee;
    text-shadow:#024 0.0em 0.05em 0.1em;
    text-decoration:none;
    transition: all 300ms;
    -moz-transition: all 300ms; /* Firefox 4 */
    -webkit-transition: all 300ms; /* Safari and Chrome */
    -o-transition: all 300ms; /* Opera */
}
a:hover { color:#aaa; }
a:visited { color:#ddd; }

.center {
    margin-right:auto;
    margin-left:auto;
}

.stamp {
    color:#6be;
    text-shadow:black 0px -1px 1px, white 0px 1px 1px;
    font-size:2.5em;
}

.contact {
    margin-top:50px;
    font-size:16px;
    color:#000;
    text-shadow:black 0px 0px 2px;
    font-size:1em;
}
.contact strong {
    text-decoration:underline;
}
.contact a {
    margin-top:50px;
    font-size:16px;
    color:#000;
    text-shadow:black 0px 0px 2px;
    font-size:1em;
}
.contact a:hover { color:#069; }

.popup {
    display:none;
    cursor:pointer;
    width:900px;
    height:700px;
    margin:-350px 0 0 -450px;
    position:absolute;
    top:50%;
    left:50%;
    background:black;
    /* rounded corners */
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border:1px solid #345;
    /* shadow */
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.popup-content {
    margin:50px;
    padding:30px;
    background:url(media/bg.png);
    width:740px;
    height:540px;
    border:1px solid #bbb;
    /* glow */
    -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
}
.popup-overlay {
    margin:-703px;
    width:900px;
    height:700px;
    /* rounded corners */
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border:1px solid #345;
    /* gloss */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.2) 35%, rgba(255,255,255,0) 35%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(35%,rgba(255,255,255,0.2)), color-stop(35%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.2) 35%,rgba(255,255,255,0) 35%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.2) 35%,rgba(255,255,255,0) 35%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.2) 35%,rgba(255,255,255,0) 35%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(-45deg, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.2) 35%,rgba(255,255,255,0) 35%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#1affffff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.popup-content .stamp {
    color:#aaa;
    font-size:1.5em;
}
.popup-content p {
    color:#777;
    text-shadow:black 0px -1px 1px;
    font-size:0.9em;
}
