@import "base.css";

body {
    background: #201B15;
    color: #FFFFCC;
    overflow: hidden;
}

p {
    margin: 12px 0;
}

a {
    color: #FFFFCC;
}

h1 {
    font-size: 1.6em;
    color: #FFFFCC;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 0 1em 0;
    line-height: 1.1;
    text-shadow: 3px 3px 4px #000;
}

h2 {
    color: #FFFFCC;
    font: 1.4em;
    margin-top: 10px;
    font-weight: normal;
}

h2 span {
    position: relative;
    left: -999em;
}

#container {
    font: 1.3em arial,verdana,sans-serif;
    width: 100%;
    text-align: left;
    line-height: 1.7;
    overflow: hidden;
}

.bg-img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.panel {
    background: #2E2A20;
    background: transparent;
    width: 320px;
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.panel p {
    
    font-size: 1.2em;
}

#logo {
    font-size: 2.6em;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1.1;
    text-shadow: 3px 3px 4px #000;
}

#nav {
    list-style-type: none;
    margin: 1em 0;
    font-size: 1.3em;
}

#nav li {
    
}

#nav a {
    text-decoration: none;
    letter-spacing: 0.1em;
    text-shadow: 3px 3px 4px #000;
}

#nav a:hover {
    text-shadow: 0 0 50px #fff;
    color: #fff;
}

#content {
    background: #000;
    width: 600px;
    min-height: 350px;
    position: absolute;
    left: 37%;
    top: 7%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    padding: 25px;
    background: rgba(0, 0, 0, 1);
}



#listForm .button {
    background: #FFFFCC;
    border: 1px solid #FFFFCC;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 3px;
}

#email-address {
    border: 2px solid #FFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 200px;
    color: #999;
    padding: 3px;
}

#contact-pane, #list-pane {
    font: 1.3em arial,verdana,sans-serif;
    display: none;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 320px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 5%;
    background: #FFF;
    padding: 40px;
    z-index: 1000;
    margin: 0 0 0 -160px;
    color: #666;
}

#list-pane {
    height: 70px;
}

#contact-pane .content {
    display: none;
}

form ol {
    list-style-type: none;
    margin: 0;
    
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #666;
    cursor: pointer;
}

#contact-pane .close:hover {
    cursor: pointer;
    text-decoration: underline;
}

#contact-pane h2 {
    margin-bottom: 20px;
    color: #666;
}

#contact-pane label {
    display: block;
    float: left;
    width: 6em;
    margin-bottom: 10px;
    clear: left;
    color: #666;
}

form .textField, textarea {
    display: block;
    float: left;
    padding: 4px;
    width: 210px;
    border: 2px solid #CCC;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#contact-pane .textField:focus, #contact-pane textarea:focus {
    border-color: #666;    
}

textarea {
    height: 160px
}

#contact-pane .button {
    background: #EEE;
    border: 2px solid #CCC;    
    width: auto;
    margin-left: 6em;
    color: #666;
    padding: 4px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

#contact-pane .button:hover {
    background: #666;
    color: #EEE;
    border-color: #666;
}

.required {
    display: none;
}

.error, .ckwFieldError {
    color: #CC0000;
}

#loading, .loading {
    background: transparent url(../images/loading.gif) no-repeat center center;
    height: 100px;    
}

#list-pane a {
    color: #666;
}

#list-pane .textField {
    border: 1px solid #CCC;
}

#listForm .textField {
    margin-right: 10px;
}

#thumbs img {
    margin-right: 10px;
}
