@import url(undohtml.css);
@import url(color.css);
@import url(typography.css);

html { 
    background-image: url(images/bricks.png);
    background-attachment: fixed;
    text-align: center;
    height: 100%;
}

body {
    background: transparent url(images/background_square.png) no-repeat top center;
    background-attachment: fixed;
    text-align: left;
    margin: 0 auto;
    padding-top: 80px;
    width: 600px;
    height: 90%;
}

div#navigation {
    position: relative;
    text-align: center;
    padding: 5px 0;
    background-color: transparent;
    background-image: url(images/darkbar.png); 
    z-index: 100;
}

div#navigation ul li { display: inline; }
div#navigation ul li { margin: 12px; }
div#navigation ul li:first-child { margin-left: 0; }
div#navigation ul li:last-child { margin-right: 0; }

div.index p {
  clear: both;
}

div.index p img.right {
float: right;
margin: 0 0 10px 10px;
}

div.index p img.left {
float: left;
margin: 0 10px 10px 0;
}

div#content {
    position: relative;
    width: 520px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 101;
}

div#content.shop {
    position: relative;
/*    width: 580px; */
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 101;
}

ul#resellers {
   list-style: disc;
}

ul#resellers li {
   margin-left: 2em;
}

div#content p {
    text-align: justify;
    margin-bottom: 1.5em;
}

ul#news > li {
    border-bottom: 1px dashed white;
    margin-top: 1em;
}

ul#news li:last-child {
    border-bottom: none;
}

blockquote.news h3 { 
    margin: 0 2em 0.5em 2em;
}

blockquote.news { 
    color: white;
    margin-bottom: 1em;
}

blockquote.news p {    
    margin-left: 2em;
    margin-right: 2em;
}

blockquote.news ul {
    margin-top: 0;
    margin-left: 3em;
    margin-bottom: 1em;
}

div#content cite {
    margin-top: 3em;
    display: block;
    width: 100%;
    text-align: right;
}

ul#collection_images { text-align: center; }
ul#collection_images li {
    display: inline;
}

div#content p#contact {
    background-image: url(images/pen.png);
    background-repeat: no-repeat;
    padding-top: 75px;
    width: 500px;
    height: 268px;
    margin: 0;
    text-align: center;
}

div#footer {
    background: transparent url(images/smooth.png) repeat-x bottom center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 102;
}

div#footer p {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

div#background_birds {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 300px;
    height: 409px;
    background-image: url(images/bird.png);
    background-repeat: no-repeat;
    z-index: 1;
}

div#background_graffiti {
    position: fixed;
    left: 15%;
    top: 350px;
    width: 704px;
    height: 100%;
    background-image: url(images/graffiti.png);
    background-repeat: no-repeat;
    z-index: 20;
    padding: 0;
}

div#background_tag {
    position: fixed;
    left: 75%;
    top: -30px;
    width: 212px;
    height: 349px;
    background-image: url(images/tag.png);
    background-repeat: no-repeat;
    z-index: 10;
}

/* shop */

ul.items_for_sale {
    clear: left;
    position: relative;
    font-size: 8pt;
}

ul.items_for_sale + p {
    clear: both;
    padding-top: 20px;
}

ul.items_for_sale > li {
    float: left;
    width: 20%;
    padding: 25px 0;
}

ul.patterns > li { 
    border-bottom: 1px solid #222; 
}


ul.items_for_sale li p { 
    padding: 0;
    padding-right: 10px;   
}

ul.items_for_sale li label {
    display: block;
    text-align: left;
    margin-top: 1em;
    
}

ul.items_for_sale img { 
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 5px;
    border: 1px solid #222;
}

ul.items_for_sale img:hover {
    border: 1px solid #ccc;
}

ul.items_for_sale input { 
    width: 2em;
    margin-left: 1em;
}

form {
    clear: both;
    background-image: url(images/darkscreen.png);
    padding: 0 30px 10px 30px;
    margin-bottom: 1.5em;
    border: 1px solid #222;    
}

.shop {
    padding-bottom: 3em;
}

#order_form { 
    position: relative;
    border-top: 1px dashed #f28ce0;
    border-bottom: none;
    clear: left;
    text-align: left;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

a#submit_order_link { 
    text-align: center;
    display: block;
    position: absolute; 
    top: 30px; 
    right: 30px; 
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background-image: url(images/send_order_button.png);
    background-repeat: no-repeat;
}

a#submit_order_link:hover {
    background-image: url(images/send_order_button_hover.png);
}

#order_form ul { 
    width: 75%; 
}

#order_form label { display: block; text-align: right;}

#order_form label span {
    text-align: right;
    padding-right: 0.5em;
}

input[type=text]{
    margin: 0;
    padding: 0;
    font: inherit;
    background-color: transparent; 
    border: 0; 
    border-bottom: 1px dashed white;
    color: white;
    width: 65%;
}

input[type=text]:hover { 
    background-color: #181818; 
}

input.soldout {
    margin: 0;
    padding: 0;
    font: inherit;
    background-color: transparent; 
    border: 0; 
    border-bottom: 1px solid transparent;
    color: white;
    width: 65%;
}

input.soldout:hover {
   background-color: transparent; 
 
}


input[type=submit] {
    margin-top: 1em;
}

input:focus { outline: none; }

ul#caps_info > li { float: left; }

ul#caps_info > li.description { width: 100%; }
ul#caps_info > li.material { width: 40%; }
ul#caps_info > li.advice { width: 30%; }
ul#caps_info > li.price { width: 30%; }