﻿body {
    font-family: HelveticaNeueLT Std Lt, Helvetica, Arial, Sans-Serif;
    font-size: medium;
    
    background: #e1e1e1 url('resources/background.jpg') no-repeat left top;
    padding: 0 0 60px 0;
    margin: 0;
}

/* Common */
img {
    border: 0;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}

/* Structural */
#wrapper {
    min-width: 1024px;
    min-height: 400px;
    padding: 0;
    margin: 0;
}

#left {
    width: 272px;
    float: left;
    margin: 30px 30px 0 30px;
}
#left .long-box {
    width: 100%;
    display: table;
    min-height: 380px;
    text-align: center;
}
#left .long-box .vcentered {
    display: table-cell;
    vertical-align: middle;
}
#logo {
    width: 272px;
    height: 151px;
}

#center {
    width: 684px;
    float: left;
    margin: 30px 0 0 0;
}
#center h1 {
    font-size: 4em;
    font-weight: lighter;
    line-height: 151px;
    text-align: right;
    
    margin: 0;
    padding: 0;
}

a.button {
    padding: 0.5em;
    margin: 0.5em 0;
    font-weight: bold;
}
a.button:hover {
    text-decoration: underline;
}

.definition {
    font-family: Constantia, Book Antiqua, Georgia, Times New Roman;
    font-size: 1.5em;
    color: #333;
    font-style: italic;
    letter-spacing: 0.1em;
    margin-right: 0.3em;
}

.highlight {
    font-weight: bold;
    color: #000;
}

.e-mail {
    font-weight: bold;
}

/* Scarves menu */
div.scarf {
}
div.scarf-label {
    text-align: right;
}
div.scarves-menu {
    font-size: 1.3em;
    margin: 30px 0 0 0;
    text-align: right;
}
div.scarves-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.scarves-menu ul li {
    margin: 0;
    padding: 10px 0;
}

/* Scarves pages */
#wrapper.scarves h1 {
    margin-bottom: 120px;
}
#wrapper.scarves p {
    font-size: 1.3em;
}
#wrapper.sibylla {
    background: url('resources/sibylla-background.jpg') no-repeat left top;
}
#wrapper.befana {
    background: url('resources/befana-background.jpg') no-repeat left top;
}
#wrapper.strega {
    background: url('resources/strega-background.jpg') no-repeat left top;
}
.bottom-scarves {
    width: 1016px;
    clear: both;
    text-align: right;
}

/* Ordering page */
.order-error {
    margin: 1em;
    text-align: center;
    color: Red;
    font-weight: bold;
    background: #fff6f2;
    padding: 1em;
    border: solid 2px red;
}

.order-object {
    position: relative;
    margin: 0 0 1.5em 0;
    clear: both;
    overflow: hidden;
}
.order-object .name {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0 5px;
    font-size: 2.2em;
    font-weight: lighter;
    background: white;
}
.order-object .price {
    position: absolute;
    bottom: 0px;
    right: 50px;
    background: white;
    padding: 5px;
    font-size: 0.9;
    color: #333;
    text-align: right;
}

.order-sybilla {
    height: 80px;
    background: url('resources/shop/order-back-sybilla.jpg') no-repeat;
}
.order-befana {
    height: 80px;
    background: url('resources/shop/order-back-befana.jpg') no-repeat;
}
.order-strega {
    height: 80px;
    background: url('resources/shop/order-back-strega.jpg') no-repeat;
}

.order-sub {
    height: 30px;
}
.order-sub .name {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.0em;
    background: none;
}
.order-sub .value {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.order-total {
    height: 40px;
}
.order-total .name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.3em;
    background: none;
}
.order-total .value {
    position: absolute;
    top: 0.5em;
    right: 0;
    text-align: right;
    font-weight: bold;
}

.order-buttons {
    text-align: right;
}

/* Shops page */
.shop-location {
	float: left;
	font-size: 2em;
	color: #999;
	margin: 0.8em 0 0 0;
}
.shop-address {
	clear: both;
	margin: -8px 0 0 0;
	padding: 0 0 0 80px;
	font-size: 1.1em;
}