/* Font Size, Reset, Generic Styles 
------------------------------------------------*/

/* base font size */
html { font-size: 1.25em; }
body { font:  50% helvetica,arial,sans-serif; }
html > body { font-size: 10px; }
table, td, input, textarea, select { font: 1em helvetica,arial,sans-serif; }

article, aside, footer, header, section { display: block; }

* {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    background: #000;
    color: #FFFFCC;
}

/* headings */
h1 {
    font-size: 1.8em; 
    font-weight: normal;
    border-bottom: 0 solid #ffffcc;
    margin: 0 0 35px 0;
}

h2 {
    font-size: 1.5em; 
    font-weight: normal;
}

h3 { 
    font-size: 1.4em; 
    font-weight: bold; 
}

h4 { 
    font-size: 1.2em; 
    font-weight: bold;
}

h5 { 
    font-size: 1.1em; 
    font-weight: bold; 
}

h6 { 
    font-size: 1.0em; 
    font-weight: bold; 
}

h2 + h3 {
    margin-top: 12px;
}

/* paragraphs */
p {
    margin: 12px 0;
}

h2 + p, h3 + p, h4 + p {
    margin-top: 0;
}

/* links */
a {
    color: #FFFFCC;
}

a:active {

}

a:hover {
    background: #FFFFCC;
    color: #000;
    text-decoration: none;
}

:focus { 
    outline: 0; 
}

a img { 
    border: 0;
}

blockquote {
    margin: 0 25px;
}


/* Page Styles
------------------------------------------------*/

/* page container */
#page {
    font: 1.3em helvetica,arial,verdana,sans-serif;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    position: relative;
    /* background: rgba(255, 255, 255, 0.4); */
    z-index: 2;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    background: transparent;
}

/* header */
#header {
    background: transparent;
    width: 320px;
    padding: 0 40px 0 20px;
    position: relative;
    float: left;
    margin: 0;
    overflow: visible;
}

#header .container {
    position: absolute;
    bottom: 20px;
}

/* main content */
#main {
    width: 550px;
    padding: 25px;
    min-height: 370px;
    position: relative;
    z-index: 3;
    overflow: auto;
    float: left;
    margin: 20px 20px 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    border:1px solid #333;
    -moz-box-shadow: 0 0 30px #222;
}

#home #main {
    display: none;
}

#bg-img {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

#bg-img img {
    width: 100%;
}



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

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

/* nav */
#nav {
    list-style-type: none;
    margin: 1em 0;
    font-size: 1.3em;
    line-height: 1.7;
}

#nav li {
    
}

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

#nav a:hover {
    text-shadow: 0 0 30px #fff;
    color: #fff;
    text-decoration: none;
    background: transparent;
}

/* Links to stockists and others */
.link {
    width: 200px;
    float: left;
    margin: 0 25px 25px 0;
    line-height: 1.4;
   /*  background: rgba(255, 255, 255, 0.4); */
}

.link p {
    margin: 0 0 5px 0;
}


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

form .textField, textarea {
    display: block;
    float: left;
    padding: 6px;
    width: 300px;
    border: 0 solid #000;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cccccc),color-stop(1, #ffffff));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff',GradientType = 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff',GradientType = 0)";
    overflow: auto;
    background: #333;
    border: 1px solid #444;
    color: #fff;
}

label {
    display: block;
    width: 80px;
}

textarea.textField {
    height: 120px;
    width: 95%;
}

.required {
    display: none;
}

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

.buttons {
    clear: both;
}

.buttons input {
    background: #ccc;
    border: 0;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cccccc),color-stop(1, #ffffff));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff',GradientType = 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff',GradientType = 0)";
    background: #ffffcc;
}

.ckwFieldErrorMessage {
    display: block;
}

/* gallery */
.gallery {
    float: left;
    width: 230px;
    text-align: center;
    margin: 20px;
}

.gallery a:hover {
    text-decoration: none;
    background: transparent;
    color: #ffffcc;
}

.gallery a:hover h2 {
    text-decoration: underline;
}

.gallery img {
    border:1px solid #333;
    padding: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#gallery {
    position: absolute;
    z-index: 100000;
    left: 50%;
    top:50%;
    width: 800px;
    height: 510px;
    margin: -280px 0 0 -425px;
    background: #000;
    display: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    border:1px solid #333;
    -moz-box-shadow: 0 0 30px #222;
    padding: 25px;
}

#gallery .title {
    font-size: 1.2em;
    font-style: italic;
    background: rgba(0, 0, 0, 0.6);
    background: transparent;
    margin-top: -40px;
    position: relative;
    z-index: 1000000;
    height: 40px;
    line-height: 40px;
}

#gallery h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2em;
}

#gallery .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000001;
    color: #ffffcc;
    font-size: 1.4em;
    cursor: pointer;
    background: #ffffcc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 204, 0.75);
    padding: 3px 6px;
    color: #000;
}


/* Generic Print Styles 
------------------------------------------------*/
@media print {

}


