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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

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

blockquote, q {
  quotes: "" ""; }

body {
  color: #222;
  font-size: 16px;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: url("../images/arches.png"); }

a {
  text-decoration: none; }

#cm-content-container {
  width: 960px;
  margin: auto;
  margin-bottom: 50px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

#cm-menu {
  background: #903e4a url("../images/menubg.png");
  width: 960px;
  height: 150px;
  font-size: 18px; }

.cm-menu-square {
  position: relative;
  width: 217px;
  text-transform: uppercase;
  height: 150px;
  float: left;
  margin: 0px 2px 0px 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cm-menu-square > div {
  text-align: center;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 20px;
  color: #f9f1ca; }

#cm-logo {
  background: url("../images/logo.png") no-repeat center center;
  background-color: rgba(71, 20, 30, 0.65); }

.cm-menu-square-first {
  margin-left: 0px; }

.cm-menu-square-last {
  margin-right: 0px;
  width: 297px; }

.cm-menu-square:hover {
  background: rgba(71, 20, 30, 0.65);
  color: #f0c7f1; }

.cm-active {
  background-color: rgba(71, 20, 30, 0.65); }

#cm-slider {
  clear: both; }

#cm-content {
  background: #c9a3e0;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c9a3e0 0%, #d8cce0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c9a3e0), color-stop(100%, #d8cce0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #c9a3e0 0%, #d8cce0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #c9a3e0 0%, #d8cce0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #c9a3e0 0%, #d8cce0 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #c9a3e0 0%, #d8cce0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9a3e0', endColorstr='#d8cce0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  clear: both; }
  #cm-content h1 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 10px; }

#cm-content-column-1 {
  padding: 10px;
  width: 280px;
  float: left; }
  #cm-content-column-1 ul {
    list-style-position: outside;
    list-style: circle;
    margin-left: 30px; }

#cm-content-column-2 {
  padding: 10px;
  width: 640px;
  float: left; }

#cm-cupcake-column-1 {
  padding: 10px;
  width: 280px;
  float: left; }

#cm-cupcake-column-2 {
  padding: 10px;
  width: 640px;
  float: left; }
  #cm-cupcake-column-2 .cm-cupcake-image {
    border-radius: 8px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 305px;
    margin-bottom: 10px;
    background: #B55A6D;
    border: 5px solid rgba(71, 20, 30, 0.65);
    float: left;
    height: 450px; }
    #cm-cupcake-column-2 .cm-cupcake-image img {
      border-radius: 8px;
      width: 290px;
      display: block;
      margin: auto;
      margin-top: 8px; }
    #cm-cupcake-column-2 .cm-cupcake-image div {
      margin: 8px; }
    #cm-cupcake-column-2 .cm-cupcake-image:hover {
      background: #903e4a;
      color: #eee; }
  #cm-cupcake-column-2 .even {
    margin-right: 10px; }

#cm-footer {
  clear: both;
  height: 50px;
  background: #903e4a url("../images/menubg.png");
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
