/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Helvetica, Arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}
.center-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.left-text {
    text-align: left;
}
.bold {
    font-weight: bold;
}
h1 span {
    display: none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Layout */
#wrapper {
    width: 899px;
    margin: 0 auto;
    position: relative;
    top: 1px;
}
#header {
    width: 865px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    height: 70px;
    padding: 18px 16px 13px;
    background: url('/images/header-bg.jpg') repeat-x;
    position: absolute;
    z-index: 9999;
}
#main-content {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    width: 897px;
    height: 497px;
    position: relative;
    top: 101px;
}
body#print-recipe #main-content {
    top: 50px;
    height: auto;
    width: auto;
    border: none;
}
#footer {
    width: 899px;
    color: #a2a1a1;
    font-family: Copperplate, sans-serif;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    top: 101px;
    clear: both;
}

/* Header */
#header h1 {
    float: left;
    position: relative;
    top: -18px;
    left: -16px;
}
#header h1 a{
    text-indent: -9999px;
    background: url('/images/logo.jpg') no-repeat;
    height: 73px;
    float: left;
    width: 148px;
}

/* Nav Menu */
#header ul.nav {
    position: absolute;
    z-index: 9999;
    right: 10px;
    background: #ffffff;
}
#header ul.nav li {
    float: left;
}
#header ul.nav li a {
    height: 63px;
    width: 99px;
    background: url('/images/menu-sprite.jpg') no-repeat;
    display: block;
    margin: 3px 12px 0px;
}
#header ul.nav li a span {
    display: none;
}
#header ul.nav li a.history {
    background-position: 0 0;
    margin-left: 0px;
}
#header ul.nav li a.history:hover {
    background-position: 0 -63px;
}
#header ul.nav li a.recipes {
    background-position: -99px 0;
    position: relative;
    z-index: 9900;
}
#header ul.nav li a.recipes:hover, #header ul.nav li a.recipes.active {
    background-position: -99px -63px;
}
#header ul.recipes-menu {
    display: none;
    position: absolute;
    height: 86px;
    width: 121px;
    top: 62px;
    background: url('/images/menu-dropdown-orange.png') no-repeat;
    z-index: 9000;
}
#header ul.recipes-menu li {
    float: none;
    display: block;
    text-align: center;
}
#header ul.recipes-menu a.aperol {
    display: block;
    width: 93px;
    height: 20px;
    background: url('/images/aperol-recipes-link.png') center center no-repeat;
    padding: 12px 0px 8px;
    margin: 0 auto;
    cursor: pointer;
}
#header ul.recipes-menu a.shared {
    display: block;
    width: 96px;
    height: 20px;
    padding: 16px 0px;
    background: url('/images/shared-recipes-link.png') center center no-repeat;
    margin: 0 auto;
    cursor: pointer;
}
#header ul.recipes-menu a span {
    display: none;
}
#header ul.nav li a.locator {
    background-position: -198px 0;
}
#header ul.nav li a.locator:hover {
    background-position: -198px -63px;
}
#header ul.nav li a.events {
    background-position: -298px 0;
    position: relative;
    z-index: 9900;
}
#header ul.nav li a.events:hover, #header ul.nav li a.events.active {
    background-position: -298px -63px;
}
#header ul.events-menu {
    display: none;
    position: absolute;
    height: 86px;
    width: 121px;
    top: 62px;
    background: url('/images/menu-dropdown-orange.png') no-repeat;
    z-index: 9000;
}
#header ul.events-menu li {
    float: none;
    display: block;
    text-align: center;
}
#header ul.events-menu a.upcoming {
    display: block;
    width: 111px;
    height: 19px;
    background: url('/images/upcoming-events-link.png') center center no-repeat;
    padding: 12px 0px 8px;
    margin: 0 auto;
}
#header ul.events-menu a.past {
    display: block;
    width: 81px;
    height: 16px;
    padding: 16px 0px;
    background: url('/images/past-events-link.png') center center no-repeat;
    margin: 0 auto;
}
#header ul.events-menu a span {
    display: none;
}
#header ul.nav li a.download {
    background-position: -397px 0;
    width: 101px;
    margin: 3px 11px 0px;
}
#header ul.nav li a.download:hover {
    background-position: -397px -63px;
}
#header ul.nav li a.calculator {
    background-position: -498px 0;
    margin-right: 0px;
}
#header ul.nav li a.calculator:hover {
    background-position: -498px -63px;
}

/* Footer */
#footer a {
    color: #000000;
    margin: 0px 20px;
    text-decoration: none;
    font-size: 13px;
}
#footer .responsibility {
    font-size: 14px;
    color: #707070;
    margin-top: 25px;
}
#footer span.social-links {
    position: absolute;
    top: -5px;
    right: 5px;
}
#footer span.social-links a {
    margin: 0px 0px 0px 7px;
    
}

/* Legal */
#legal {
    position: relative;
}
#legal span.copper {
    font-family: Copperplate, sans-serif;
    color: #b4a9a0;
    font-size: 30px;
    line-height: 25px;
    font-weight: normal;
    width: 640px;
    display: inline-block;
}
#enter-site {
    cursor: pointer;
}
#flash-intro {
    padding-top: 8px;
    position: absolute;
    z-index: 0;
}

/* History Page */
#history #main-content{
    background: url('/images/history-page-bg.jpg') no-repeat;
    color: #5b4a3f;
    font-size: 12px;
}
#history-section {
    position: absolute;
    top: 18px;
    left: 10px;
    padding: 12px 18px 0px;
    width: 411px;
    line-height: 15px;
}
#history h1.history {
    background: url('/images/history-header.jpg') no-repeat;
    width: 170px;
    height: 69px;
    margin-bottom: 10px;
}
#unique-flavor-section {
    position: absolute;
    top: 240px;
    left: 472px;
    padding: 22px 18px 0px 20px;
    width: 375px;
    line-height: 15px;
}
#history h1.unique-flavor {
    background: url('/images/aperols-unique-flavor-header.jpg') no-repeat;
    width: 369px;
    height: 47px;
    margin-bottom: 10px;
}

/* Downloads */
#download #main-content{
    width: 865px;
    height: 497px;
    padding: 0px 16px 10px;
}
#download #main-content h1 {
    background: url('/images/download-header.jpg') no-repeat;
    width: 445px; 
    height: 90px;
    margin-bottom: 15px;
}
#files {
    height: 401px;
    overflow: auto;
}
#files .type {
    vertical-align: middle;
    padding: 0px 20px;
}
#files .type img {
    border: none;
}
#files img {
    border: 1px solid #000000;
}
#files td {
    padding: 0px 75px;
}
#files .file-links {
    padding-bottom: 15px;
}
#files .file-links img {
    margin-bottom: 5px;
}
#files a {
    color: #826c5e;
    text-decoration: none;
}

/* Upcoming Events */
#upcoming-events #main-content{
    background: url('/images/upcoming-events-bg.jpg') no-repeat center bottom;
}
#upcoming-events #main-content h1 {
    background: url('/images/events-header-orange.jpg') no-repeat;
    width: 242px;
    height: 79px;
    margin-left: 12px;
}
#events-list {
    color: #98938F;
    font-size: 14px;
    height: 419px;
    left: 135px;
    padding: 15px 15px 0px;
    position: absolute;
    top: 85px;
    width: 666px;
}
#events-list h2 {
    background: url('/images/upcoming-events-header.jpg') no-repeat;
    width: 285px;
    height: 51px;
    margin-bottom: 25px;
}
#events-list h2 span {
    display: none;
}
#events {
    width: 100%;
}
#events td.last {
    border-bottom: none;
}
#events td {
    padding: 16px 10px 16px 0px;
    border-bottom: 2px solid #666666;
}
#events td.date {
    width: 180px;
    text-align: center;
}
#events td.venue {
    width: 140px;
    text-align: center;
}
#events td.location {
    width: 125px;
    text-align: center;
}
#events td.title {
    padding-left: 10px;
    width: 142px;
}
#events td.info {
    width: 80px;
    text-align: center;
    padding-right: 0px;
}
#events a {
    color: #495bde;
    text-decoration: none;
}

/* Events Details */
body#event-details {
    padding: 15px;
}
body#event-details img {
    margin-bottom: 15px;
}

/* Past Events */
#past-events #main-content {
    background: url('/images/past-events-page-bg.jpg') no-repeat bottom;
    font-family: Helvetica;
    font-size: 13px;
}
#past-events #main-content h1 {
    background: url('/images/events-header-grey.jpg') no-repeat;
    width: 242px;
    height: 79px;
    margin-left: 12px;
    margin-bottom: 30px;
    float: left;
}
#past-events div.gallery-desc {
    width: 570px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: -70px;
    text-align: left;
    height: 55px;
    overflow: hidden;
}
#event-postcards {
    float: left;
    margin-left: 12px;
    width: 286px;
    height: 388px;
    overflow: auto;
    color: #826c5f;
}
#event-postcards li {
    width: 212px;
    height: 111px;
    margin-bottom: 15px;
    background: url('/images/event-postcard-bg-inactive.jpg') no-repeat;
    padding: 7px 4px 7px 9px;
    cursor: pointer;
}
#event-postcards li.active {
    background: url('/images/event-postcard-bg-active.jpg') no-repeat;
}
#event-postcards li img {
    float: left;
}
#event-postcards li p {
    width: 95px;
    float: right;
    text-align: center;
    margin-top: 25px;
}
#event-postcards li span {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}
#past-events #gallery {
    float: right;
    margin-right: 10px;
    width: 570px;
    position: absolute;
    top: 100px;
    right: 0px;
}
#past-events #gallery form {
    outline: 1px dashed #999999;
    margin-top: 5px;
}
#past-events #gallery button {
    margin-right: 5px;
    margin-top: 5px;
}
#past-events #gallery img.viewer {
    margin-bottom: 8px;
}
#past-events #image-slider {
    width: 480px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    position: relative;
}
#past-events #gallery ul.image-nav {
    left: 0px;
}
#past-events #gallery ul.image-nav li{
    display: block;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: baseline;
    width: 120px;
    height: 81px;
    cursor: pointer;
}
#past-events #gallery ul.image-nav img {
    margin-top: 20px;
}
#past-events #gallery ul.image-nav li.current {
    width: 120px;
    height: 100px;
    background: url('/images/photo-gallery-nav-current-bg.jpg') no-repeat;
    text-align: center;
    margin: 0px;
}
#past-events #gallery ul.image-nav li.current img {
    width: 106px;
    height: 87px;
    margin: 0px;
}
#past-events #gallery img.back {
    position: absolute;
    bottom: 35px;
    left: 15px;
    cursor: pointer;
    visibility: visible;
}
#past-events #gallery img.back.disabled, #past-events #gallery img.forward.disabled {
    visibility: hidden;
}
#past-events #gallery img.forward {
    position: absolute;
    bottom: 35px;
    right: 15px;
    cursor: pointer;
}
#gallery #upload-field {
    position: absolute;
    width: 100px;
    right: -5px;
    top: 0px;
}
#gallery #upload-field button {
    width: 95px;
}

/* Aperol Recipes */
#aperol-recipes #main-content h1 {
    background: url('/images/aperol-recipes-header.jpg') no-repeat;
    width: 220px;
    height: 105px;
    margin-left: 12px;
    margin-bottom: 10px;
}
#aperol-recipes #stamps-list {
    color: #d48487;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 285px;
    margin-left: 12px;
    height: 372px;
    overflow: hidden;
    float: left;
    position: relative;
    padding-bottom: 10px;
}
#aperol-recipes #stamps-list ul {
    width: 285px;
    top: 0px;
}
#aperol-recipes #stamps-list li {
    display: block;
    width: 110px;
    float: left;
    height: auto;
    margin-right: 20px;
    margin-bottom: 9px;
    cursor: pointer;
}
#aperol-recipes #stamps-list li.even {
    margin-right: 0px;
}
#aperol-recipes #stamps-list span {
    display: block;
    text-align: right;
    margin-bottom: 8px;
}
#aperol-recipes #stamps-list .stamp {
    margin-bottom: 5px;
    width: 98px;
    height: 106px;
}
#aperol-recipes #stamps-list .name {
    min-height: 34px;
    height: 34px;
    text-align: center;
}
html>body #aperol-recipes #stamps-list .name {
    height: auto;
}
#aperol-recipes #stamps-list li.active .name, #aperol-recipes #stamps-list li:hover .name {
    background: url('/images/recipe-name-active.png') no-repeat top left;
}
#aperol-recipes #recipe {
    width: 600px;
    margin-right: 20px;
    height: auto;
    position: absolute;
    top: -80px;
    right: 0px;
    z-index: 0;
}
#aperol-recipes #recipe a {
    position: relative;
    top: -70px;
    z-index: 9999;
    left: 55px;
    margin-right: 30px;
}

/* Shared Recipes */
#shared-recipes #main-content {
    background: url('/images/shared-recipes-page-bg.jpg') no-repeat top right;
}
#shared-recipes #main-content h1 {
    background: url('/images/shared-recipes-header.jpg') no-repeat;
    width: 518px;
    height: 86px;
    margin-left: 12px;
    margin-bottom: 40px;
    float: left;
}
#shared-recipes #main-content img.submit-recipe {
    float: right;
    cursor: pointer;
    margin-right: 10px;
}
#recipes-list {
    margin: 0px 26px;
    width: 875px;
    height: 371px;
    overflow: auto;
}
#recipes-list .recipe {
    background: url(http://aperol.local/images/shared-recipes-bg-bottom.jpg) no-repeat center bottom;
    color: #826C5F;
    float: left;
    font-size: 12px;
    height: auto;
    margin-bottom: 33px;
    margin-right: 55px;
    padding-bottom: 7px;
    position: relative;
    width: 372px;
}
#recipes-list .recipe.odd {
    margin-right: 0px;
}
#recipes-list .recipe .header {
    background: url('/images/shared-recipes-bg-top.jpg') no-repeat top;
    padding: 10px 10px 0px 15px;
    height: auto;
    min-height: 67px;
    font-size: 14px;
    font-weight: normal;
}
#recipes-list .recipe h2 {
    text-align: center;
    width: 182px;
    font-weight: normal;
    line-height: 17px;
    word-wrap:break-word;
}
#recipes-list .recipe h2 .name {
    font-size: 24px;
    color: #ff811c;
    line-height: 26px;
}
#recipes-list .recipe h2 .title {
    color: #ed0000;
    font-weight: bold;
}
#recipes-list .recipe .content {
    background: url('/images/shared-recipes-bg-content.jpg') repeat-y;
    height: auto;
    padding: 25px 10px 5px 6px;
    font-size: 11px;
}
#recipes-list .recipe .content ul {
    list-style-position: inside;
    color: #ffd6ba;
    margin-left: 10px;
}
#recipes-list .recipe .content ul li {
    list-style: disc;
    margin-bottom: 25px;
}
#recipes-list .recipe .content ul li.last {
    margin-bottom: 20px;
}
#recipes-list .recipe .content ul li.no-style {
    list-style: none;
}
#recipes-list .recipe .content ul span {
    color: #826c5f;
}
#recipes-list .recipe .content .column-left {
    float: left;
    width: 170px;
    border-right: 1px solid #dad4d0;
    text-align: center;
    padding-top: 10px;
}
#recipes-list .recipe .content .column-right {
    float: right;
    margin-left: 5px;
    width: 180px;
    padding-top: 10px;
}
#recipes-list .recipe .content p {
    margin-left: 5px;
}
#recipes-list .recipe span.links {
    position: absolute;
    top: 80px;
    right: 20px;
    height: 19px;
}
#recipes-list .recipe span.links a {
    height: 19px;
    display: inline-block;
}
#recipes-list .recipe a.print {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #dad4d0;
}
#shared-recipes .recipe .image {
    width:144px;
    height:143px;
    text-align: center;
    vertical-align: middle;
}

/* Calculator Page */
#calculator #main-content {
    background: url('/images/calculator-page-bg.jpg') no-repeat bottom center;
}
#calculator #main-content h1 {
    background: url('/images/calculator-header.jpg') no-repeat;
    width: 609px;
    height: 105px;
    margin-left: 12px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    top: -10px;
}
#calculator #main-content p.page-desc {
    background: url('/images/calculator-page-desc.png') no-repeat;
    width: 648px;
    height: 65px;
    position: relative;
    top: -76px;
    left: 76px;
    float: left;
}
#calculator #main-content p.page-desc span {
    display: none;
}
#calculator #main-content img.stamp {
    position: absolute;
    top: -140px;
    right: -15px;
}
#calculator #drink-selection {
    position: absolute;
    left: 40px;
    top: 200px;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    text-align: center;
}
#calculator #drink-selection .desc {
    font-size: 18px;
    color: #826c5e;
}
#calculator #drink-selection table input {
    width: 110px;
    height: 25px;
    font-size: 18px;
    text-align: center;
}
#calculator #drink-selection table input, #calculator #drink-selection table select {
    margin-left: 10px;
    margin-right: 10px;
}
#calculator #drink-selection select option {
    font-size: 11px;
}
#calculator #drink-selection table td {
    padding-bottom: 25px;
}
#calculator #drink-calculation {
    color: #826C5E;
    font-size: 15px;
    font-weight: bold;
    height: 330px;
    left: 520px;
    position: absolute;
    top: 142px;
    width: 305px;
}
#calculator div.ingredient-list {
    height: 220px;
    overflow: auto;
    padding-right: 15px;
    width: 300px;
}
#calculator h3 {
    text-align: center;
    margin: 15px 0 18px;
    font-size: 23px;
    line-height: 50px;
    height: 50px;
}
#calculator span.amount {
    font-size: 35px;
    font-weight: bold;
    color: #ec1d25;
    margin-left: 15px;
    float: left;
}
#calculator span.ingredient {
    float: right;
    width: 195px;
    display: inline-block;
    margin-top: 15px;
}
#calculator div.rule {
    background: url('/images/calculator-results-divider.jpg');
    height: 11px;
    width: 100%;
    margin: 0 auto;
    
}
#calculator span {
    text-transform: uppercase;
}
#calculator .error {
    color: #ec1d25;
}
#calculator span.links {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Print Calculator */
#print-calculator #wrapper {
    width: 305px;
    border: none;
    margin: 0;
}
#print-calculator #wrapper #main-content {
    width: 305px;
    border: none;
    top: 0px;
}
#print-calculator #drink-calculation {
    position: relative;
    left: 20px;
    top: 20px;
    width: 305px;
    color: #826c5e;
    font-size: 15px;
    font-weight: bold;
    height: auto;
}
#print-calculator h3 {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 40px;
}
#print-calculator span.amount {
    font-size: 35px;
    font-weight: bold;
    color: #ec1d25;
    margin-left: 25px;
    float: left;
}
#print-calculator span.ingredient {
    float: right;
    width: 195px;
    display: inline-block;
    margin-top: 15px;
}
#print-calculator div.rule {
    background: none;
    height: 11px;
    width: 297px;
    margin: 0 auto;
    
}
#print-calculator span {
    text-transform: uppercase;
}
#print-calculator .error {
    color: #ec1d25;
}
#print-calculator span.links {
    position: relative;
    float: right;
}

/* Submit Shared Recipe */
#submit-shared-recipe {
    background: url('/images/submit-recipe-popup-bg.jpg') no-repeat;
    padding: 60px 0 0 30px;
}
#submit-shared-recipe .label {
    color: #826c5f;
    padding-top: 6px;
    text-transform: uppercase;
    text-align: right;
}
#submit-shared-recipe td {
    padding: 5px;
}
#submit-shared-recipe .text-input {
    width: 160px;
}
#submit-shared-recipe textarea {
    width: 250px;
    height: 150px;
}
#submit-shared-recipe .error {
    border-color: red;
}

/* Send E-Mail*/
#send-email {
    background: url('/images/send-to-friend-popup-bg.jpg') no-repeat;
    padding: 70px 0 0 40px;
}
#send-email .label {
    color: #826c5f;
    padding-top: 6px;
    text-transform: uppercase;
    text-align: right;
}
#send-email td {
    padding: 5px;
}
#send-email .text-input {
    width: 160px;
}
#send-email textarea {
    width: 250px;
    height: 150px;
}
#send-email .error {
    border-color: red;
}

/* Locator Page */
#locator #main-content{
    background: url('/images/locator-page-bg.jpg') no-repeat bottom center;
    color: #5b4a3f;
    font-size: 17px;
}
#locator h1.locator {
    background: url('/images/locator-header.jpg') no-repeat;
    width: 850px;
    height: 80px;
    margin-bottom: 0;
    margin-left: 14px;
}
#locator h1.find {
    background: url('/images/locator-page-desc.jpg') no-repeat;
    width: 850px;
    height: 90px;
    margin-bottom: 14px;
    margin-left: 85px;
}
#locator-search {
    position: absolute;
    top: 158px;
    left: 10px;
    padding: 12px 18px 0px;
    width: 478px;
}
#locator-search td.label {
    padding: 5px 10px 10px 5px;
    vertical-align: bottom;
    width: 150px;
    text-align: right;
}
#locator-search td.type {
    padding: 0 0 10px 20px;
}
#locator-search td.type input {
    margin-left: 30px;
}
#locator-search td.type label {
    margin-left: 10px;
}
#locator-search .text-input {
    width: 200px;
}
#locator-results {
    height: 330px;
    left: 444px;
    overflow: auto;
    padding: 15px 15px 0px;
    position: absolute;
    top: 123px;
    width: 395px;
}
#locator-results .messages p {
    text-align: center;
    margin: 55px;
}
#locator-results div.result {
    float: left;
    height: 120px;
    width: 50%;
    vertical-align: top;
}
#locator-results div.result p {
    color: #222;
    font-size: 75%;
    text-align:center;
}
#locator-results div.result p.name{
    font-size: 82%;
    font-weight: bold;
}

/* Privacy Policy */
#privacy-policy #main-content {
    overflow: auto;
    padding: 0px 30px;
    width: 837px;
    font-size: 12px;
}
#privacy-policy #main-content ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px;
}
#privacy-policy #main-content div {
    padding-top: 20px;
}
#privacy-policy .underline {
    text-decoration: underline;
}