@charset "UTF-8";
/* ====================== reset.sass ========================= */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  text-decoration: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

@font-face {
  font-family: "Pictos";
  src: url("/fonts/pictos-web.eot");
  src: local("☺"), url("/fonts/pictos-web.woff") format("woff"), url("/fonts/pictos-web.ttf") format("truetype"), url("/fonts/pictos-web.svg#webfontIyfZbseF") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: #d3ecd6 url(/img/backgrounds/body.gif) center top repeat-y;
  color: #10363d;
  font: normal 13px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  padding-bottom: 20px; }

#wrapper {
  background: url(/img/backgrounds/wrapper.gif) left top repeat-x;
  text-align: left; }

#main {
  margin: 0 auto;
  width: 700px; }

.clearer {
  clear: both;
  height: 1px;
  overflow: hidden; }

#header {
  margin: 0 auto;
  width: 700px;
  height: 109px;
  background: url(/img/backgrounds/header.gif) center bottom no-repeat;
  position: relative; }
  #header #logo {
    position: absolute;
    width: 229px;
    height: 103px;
    left: 234px;
    top: 16px; }

#nav, #nav-dividers {
  position: absolute;
  top: 65px;
  left: 25px;
  width: 650px; }
  #nav li, #nav-dividers li {
    position: absolute; }
  #nav div, #nav-dividers div {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(/img/graphics/flower.gif) center center no-repeat; }

#home-link {
  left: 20px; }

#divider1 {
  left: 86px; }

#contact-link {
  left: 120px; }

#cakes-link {
  right: 156px; }

#divider2 {
  right: 132px; }

#menu-link {
  right: 76px; }

#divider3 {
  right: 52px; }

#faq-link {
  right: 10px; }

#content {
  padding: 15px 50px;
  background: #daf6dd url(/img/backgrounds/main.gif) center top repeat-y; }
  #content a {
    color: #1d6370;
    text-decoration: underline; }
  #content h1 {
    text-align: center; }
  #content h2 {
    padding-bottom: 12px;
    background: url(/img/backgrounds/h1.gif) center bottom no-repeat;
    text-align: center;
    font-weight: normal;
    color: #3d2d0e;
    font-size: 16px; }
  #content p {
    line-height: 1.4em;
    margin: 0.8em 0; }
    #content p.note, #content p.success, #content p.error, #content p.warning, #content p.missing {
      text-align: center;
      margin: 10px 30px; }
    #content p.note {
      font-style: italic; }
    #content p.success, #content p.error, #content p.warning, #content p.missing {
      padding: 5px 10px;
      border: solid 1px white; }
    #content p.success {
      background: #8eb492;
      color: white; }
    #content p.warning, #content p.error {
      background: #3d2d0e;
      color: white; }
  #content div.column {
    width: 350px;
    display: inline;
    float: right;
    background: url(/img/backgrounds/left.gif) left top repeat-y; }
    #content div.column .inner1 {
      background: url(/img/backgrounds/top-left.gif) left top no-repeat; }
    #content div.column .inner2 {
      background: url(/img/backgrounds/bottom-left.gif) left bottom no-repeat;
      padding: 10px 20px 10px 25px; }
      #content div.column .inner2 p {
        margin-right: 20px; }
      #content div.column .inner2 h2 {
        padding-bottom: 10px;
        background-position: right bottom;
        text-align: left; }

#sidebar {
  width: 240px;
  display: inline;
  float: left;
  margin-top: 10px; }
  #sidebar p {
    padding: 5px 0;
    line-height: 1.4em;
    margin-left: 15px; }
  #sidebar h2 {
    padding-bottom: 10px;
    padding-left: 10px;
    background: url(/img/backgrounds/h1.gif) left bottom no-repeat; }
  #sidebar a {
    text-decoration: underline; }

form legend {
  font-size: 12px;
  font-weight: bold;
  color: #3d2d0e;
  padding: 0 10px;
  background: #fbe0d9;
  margin-left: 5px;
  border: solid 2px white; }
form div.formrow {
  overflow: hidden;
  clear: left;
  margin: 5px; }
form label {
  display: block;
  font-weight: normal;
  text-align: right;
  width: 70px;
  padding: 3px;
  float: left; }
form input, form textarea {
  width: 200px;
  background: #fbe0d9;
  border: solid 1px;
    border-color: #8eb492;
  font: normal 12px Georgia serif;
  color: #10363d; }
form div.send {
  padding: 5px 0;
  text-align: center; }
  form div.send button {
    width: 90%; }
form fieldset {
  border: solid 2px white;
  margin: 5px 0; }
form address {
  font-weight: bold; }

#footer {
  font-size: 10px;
  text-align: center;
  padding-top: 25px;
  height: 10px;
  background: url(/img/backgrounds/footer.png) center top no-repeat;
  color: #1d6370; }

html.ie6 #footer {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/backgrounds/footer.png',sizingMethod='scale'); }

body.home h1 {
  margin: 10px 0; }
body.home #content {
  padding-bottom: 35px; }
  body.home #content div.column .inner2 {
    padding: 10px 10px 10px 35px; }
    body.home #content div.column .inner2 h2 {
      background: none;
      padding: 0;
      margin-bottom: 15px; }
      body.home #content div.column .inner2 h2 img {
        display: block; }
body.home #moving {
  margin: -15px 40px 20px 40px;
  width: 150px; }
  body.home #moving p {
    margin: 5px 0;
    font-size: 12px;
    color: #3b2b0d;
    font-style: italic; }
    body.home #moving p img {
      position: relative;
      left: -10px; }
body.home #cake-photo {
  position: relative;
  margin-left: 8px;
  top: -2px; }
body.home #address {
  text-align: center;
  font-size: 12px;
  color: #3b2b0d;
  font-style: italic; }
  body.home #address a {
    font-style: normal; }
body.home #menu-nav {
  margin-bottom: 30px; }
  body.home #menu-nav li {
    margin: 5px 0;
    font-size: 14px; }
body.home #copy #cupcakes, body.home #copy #coffee, body.home #copy #lunch, body.home #copy p {
  margin: 0 15px 20px 15px; }
body.home #copy p {
  margin-bottom: 15px; }
body.home #copy #cupcakes li, body.home #copy #coffee li, body.home #copy #lunch li {
  font-size: 18px;
  margin: 10px 0;
  color: #3d2d0e; }
  body.home #copy #cupcakes li h3, body.home #copy #coffee li h3, body.home #copy #lunch li h3 {
    margin: 0;
    font-weight: normal; }
  body.home #copy #cupcakes li dl, body.home #copy #coffee li dl, body.home #copy #lunch li dl {
    font-size: 14px;
    margin: 10px 15px; }
  body.home #copy #cupcakes li dt, body.home #copy #cupcakes li p, body.home #copy #coffee li dt, body.home #copy #coffee li p, body.home #copy #lunch li dt, body.home #copy #lunch li p {
    padding-left: 26px;
    padding-top: 2px;
    margin: 0.2em 0;
    font-size: 14px; }
  body.home #copy #cupcakes li dt.tip, body.home #copy #coffee li dt.tip, body.home #copy #lunch li dt.tip {
    cursor: help; }
  body.home #copy #cupcakes li dd, body.home #copy #coffee li dd, body.home #copy #lunch li dd {
    display: none; }
  body.home #copy #cupcakes li p, body.home #copy #coffee li p, body.home #copy #lunch li p {
    margin-left: 15px;
    margin-right: 15px; }
body.home #copy #cupcakes li {
  cursor: pointer; }
  body.home #copy #cupcakes li.expanded {
    color: #1d6370; }
  body.home #copy #cupcakes li dl dt {
    background: url(/img/backgrounds/cupcake.gif) left top no-repeat; }
body.home #copy #coffee li dl dt, body.home #copy #lunch li dl dt {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px; }
body.home #copy #coffee li dl dt {
  background-image: url(/img/backgrounds/coffee.gif); }
body.home #copy #lunch li dl dt {
  background-image: url(/img/backgrounds/lunch.gif); }
body.home #sidebar {
  text-align: center; }
  body.home #sidebar h2 {
    font-size: 18px;
    padding-left: 0;
    font-weight: normal;
    color: #3d2d0e;
    background: url(/img/tmp/hr-sidebar.gif) center bottom no-repeat;
    margin-top: 30px; }
  body.home #sidebar p, body.home #sidebar ul {
    padding: 0;
    margin: 10px; }
  body.home #sidebar #wifi {
    text-align: center;
    margin: 20px; }

body.menu #content, body.cakes #content {
  padding-bottom: 40px; }
  body.menu #content .secondary-nav, body.menu #content .tertiary-nav, body.cakes #content .secondary-nav, body.cakes #content .tertiary-nav {
    width: 544px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px 0 20px;
    background: url(/img/backgrounds/menu-nav.gif) center bottom no-repeat; }
    body.menu #content .secondary-nav ul, body.menu #content .tertiary-nav ul, body.cakes #content .secondary-nav ul, body.cakes #content .tertiary-nav ul {
      padding: 0;
      margin: 0;
      width: 544px;
      text-align: center; }
    body.menu #content .secondary-nav li, body.menu #content .tertiary-nav li, body.cakes #content .secondary-nav li, body.cakes #content .tertiary-nav li {
      padding: 0 8px 13px 8px;
      display: inline-block;
      margin: 0 auto; }
      body.menu #content .secondary-nav li a, body.menu #content .tertiary-nav li a, body.cakes #content .secondary-nav li a, body.cakes #content .tertiary-nav li a {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        font-weight: normal;
        color: #1d6370; }
      body.menu #content .secondary-nav li.active, body.menu #content .secondary-nav li.parent, body.menu #content .tertiary-nav li.active, body.menu #content .tertiary-nav li.parent, body.cakes #content .secondary-nav li.active, body.cakes #content .secondary-nav li.parent, body.cakes #content .tertiary-nav li.active, body.cakes #content .tertiary-nav li.parent {
        background: url(/img/backgrounds/menu_active.gif) center bottom no-repeat; }
        body.menu #content .secondary-nav li.active a, body.menu #content .secondary-nav li.parent a, body.menu #content .tertiary-nav li.active a, body.menu #content .tertiary-nav li.parent a, body.cakes #content .secondary-nav li.active a, body.cakes #content .secondary-nav li.parent a, body.cakes #content .tertiary-nav li.active a, body.cakes #content .tertiary-nav li.parent a {
          color: #3d2d0e; }
  body.menu #content .tertiary-nav, body.cakes #content .tertiary-nav {
    background: none;
    height: 20px;
    width: 520px;
    border-bottom: solid 1px #cbddcd; }
    body.menu #content .tertiary-nav ul, body.cakes #content .tertiary-nav ul {
      width: 510px;
      position: relative;
      bottom: -2px; }
    body.menu #content .tertiary-nav li, body.cakes #content .tertiary-nav li {
      font-size: 13px;
      padding-bottom: 3px; }
    body.menu #content .tertiary-nav li.active, body.cakes #content .tertiary-nav li.active {
      background: none;
      border-bottom: solid 1px #3d2d0e; }
      body.menu #content .tertiary-nav li.active a, body.cakes #content .tertiary-nav li.active a {
        font-weight: bold; }
  body.menu #content div.notice, body.cakes #content div.notice {
    background: #fbe0d9;
    width: 500px;
    color: #3d2d0e;
    padding: 5px;
    border: solid 3px white;
    margin: 10px auto 10px auto;
    text-align: center; }
    body.menu #content div.notice p, body.cakes #content div.notice p {
      width: 460px; }
  body.menu #content p, body.cakes #content p {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  body.menu #content #menu-nav + p, body.cakes #content #menu-nav + p {
    margin-top: 20px; }
  body.menu #content h2, body.menu #content h3, body.cakes #content h2, body.cakes #content h3 {
    text-align: left;
    padding: 5px;
    background: none;
    margin: 20px auto;
    width: 500px;
    font-size: 18px;
    color: #1d6370;
    border-bottom: solid 1px;
      border-bottom-color: #8eb492; }
    body.menu #content h2 span.note, body.menu #content h3 span.note, body.cakes #content h2 span.note, body.cakes #content h3 span.note {
      font-size: 14px;
      font-weight: normal;
      font-style: italic; }
  body.menu #content dl + h2, body.menu #content ul + h2, body.cakes #content dl + h2, body.cakes #content ul + h2 {
    margin-top: 30px; }
  body.menu #content h3, body.cakes #content h3 {
    font-size: 14px;
    margin: 20px auto 10px auto;
    border-bottom-color: #adc8b0; }
  body.menu #content table, body.cakes #content table {
    width: 500px;
    margin: 0 auto 10px auto;
    background: white;
    border-spacing: 1px; }
    body.menu #content table.linked, body.cakes #content table.linked {
      margin-bottom: -3px; }
    body.menu #content table.cheesecakes, body.cakes #content table.cheesecakes {
      width: 300px; }
    body.menu #content table.price-list td, body.cakes #content table.price-list td {
      padding: 3px 10px;
      width: 25%; }
    body.menu #content table.nutrition-info, body.cakes #content table.nutrition-info {
      font-family: Arial, sans-serif;
      font-size: 90%; }
      body.menu #content table.nutrition-info th, body.cakes #content table.nutrition-info th {
        border-bottom: none; }
  body.menu #content caption, body.cakes #content caption {
    background: #1d6370;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    border: solid 3px white;
    border-bottom: none;
    margin: 0 auto 0 auto;
    text-align: center; }
    body.menu #content caption span.price, body.cakes #content caption span.price {
      font-size: 12px;
      font-weight: normal; }
  body.menu #content th, body.cakes #content th {
    background: #6f9ba4;
    color: white;
    padding: 3px 5px;
    text-align: left;
    font-weight: normal; }
    body.menu #content th.cakes, body.cakes #content th.cakes {
      width: 40%; }
    body.menu #content th.number, body.cakes #content th.number {
      text-align: right; }
  body.menu #content thead th, body.cakes #content thead th {
    background: #3d2d0e; }
  body.menu #content td, body.cakes #content td {
    background: #fbe0d9;
    color: #10363d;
    padding: 3px 5px;
    vertical-align: top; }
    body.menu #content td p, body.cakes #content td p {
      margin: 10px 0; }
    body.menu #content td.number, body.cakes #content td.number {
      text-align: right; }
  body.menu #content dl, body.menu #content ul, body.cakes #content dl, body.cakes #content ul {
    margin: 20px auto;
    width: 500px; }
  body.menu #content dt, body.menu #content li, body.cakes #content dt, body.cakes #content li {
    font-size: 14px;
    color: #3d2d0e;
    margin-top: 15px;
    clear: right; }
    body.menu #content dt:first-child, body.menu #content li:first-child, body.cakes #content dt:first-child, body.cakes #content li:first-child {
      margin-top: 0; }
    body.menu #content dt span.note, body.menu #content li span.note, body.cakes #content dt span.note, body.cakes #content li span.note {
      font-style: italic;
      color: #6f9ba4;
      font-size: 80%;
      margin-left: 6px; }
  body.menu #content dd, body.cakes #content dd {
    padding-left: 10px;
    font-style: italic;
    color: #8eb492; }
    body.menu #content dd a, body.cakes #content dd a {
      color: #6fa074; }
  body.menu #content span.prices, body.menu #content span.availability, body.cakes #content span.prices, body.cakes #content span.availability {
    float: right;
    margin-left: 10px; }
  body.menu #content span.price, body.cakes #content span.price {
    margin-left: 10px; }
  body.menu #content span.price-label, body.menu #content span.availability, body.cakes #content span.price-label, body.cakes #content span.availability {
    font-style: italic;
    color: #6f9ba4;
    font-size: 80%;
    margin-right: 3px; }

body.cakes #content .secondary-nav li {
  font-size: 16px;
  padding-left: 50px;
  padding-right: 50px; }

html.ie7 body.menu #content #menu-nav li, html.ie7 body.cakes #content #menu-nav li {
  display: inline; }

body.contact #content h2, body.contact #content .inner2 h2 {
  text-align: center;
  margin-top: 20px; }
  body.contact #content h2:first-child, body.contact #content .inner2 h2:first-child {
    margin-top: 10px; }
body.contact #content h1 {
  margin-bottom: 15px; }
body.contact #content #sidebar p {
  margin: 7px 0;
  text-align: center;
  font-size: 14px; }
  body.contact #content #sidebar p.phone {
    font-size: 16px;
    font-weight: bold; }
  body.contact #content #sidebar p.note {
    font-style: italic;
    font-size: 12px;
    margin-top: 5px; }
body.contact #content #sidebar dl {
  text-align: center; }
  body.contact #content #sidebar dl dd {
    border-bottom: solid 1px white;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  body.contact #content #sidebar dl dt {
    font-weight: bold; }

body.faq #content dl {
  padding: 15px 20px;
  position: relative; }
  body.faq #content dl dt {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #1d6370;
    padding: 5px 25px 10px 40px;
    background: url(/img/backgrounds/question.gif) left top no-repeat; }
  body.faq #content dl dd {
    padding: 5px 40px 15px 40px;
    background: url(/img/backgrounds/answer.gif) left top no-repeat;
    color: #3d2d0e; }
    body.faq #content dl dd p {
      margin-top: 0; }

body.cakes #gallery {
  width: 550px;
  margin: 5px auto; }
body.cakes #noflash {
  margin: 50px;
  text-align: center; }
  body.cakes #noflash p {
    margin: 10px 0; }

body #content #photo-set {
  width: 495px;
  margin: 20px auto; }
  body #content #photo-set p {
    text-align: center;
    width: 495px;
    margin: 15px 0;
    color: #1d6370;
    font-style: italic; }
  body #content #photo-set ul, body #content #photo-set li {
    list-style: none; }
  body #content #photo-set ul {
    overflow: hidden; }
    body #content #photo-set ul li {
      float: left;
      border: solid 2px white;
      -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      margin: 10px; }
      body #content #photo-set ul li img {
        display: block;
        padding: 0;
        margin: 0; }
body #content .page-controls {
  text-align: center;
  clear: both;
  margin: 10px 0; }
  body #content .page-controls a {
    display: inline-block;
    margin: 2px;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px; }
    body #content .page-controls a.page {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      background: #fbe0d9;
      border: solid 1px white;
      border-radius: 12px 12px 12px 12px;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px;
      width: 24px;
      height: 24px; }
    body #content .page-controls a.current {
      color: white;
      background: #1d6370; }
    body #content .page-controls a.disabled {
      color: #aec6cb; }
    body #content .page-controls a.next, body #content .page-controls a.prev {
      font-family: Pictos;
      font-size: 14px; }

