/*
 Theme Name: WordPress Meze DC
 Theme URI: http://mezedc.com/
 Description: Restaurant theme.
 Version: 1.0
 Author: Bacou, Melanie
 Tags: 960 grid, two columns, twitter, facebook, widgets, transparent
 */
/* Typography
 ------------------------------------------------ */
html > body {
  font-size: 13px;
}

body {
  background-color: #1a0b01;
  color: #CFCFCF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8138em;
  line-height: 1.7em;
}

p, ul, ol, form, dl, blockquote, iframe {
  margin: 2em 0 0.85em 0;
  font-size: 1em;
  line-height: 1.7em;
}

blockquote {
  background: transparent url(img/quotes.png) no-repeat 0 0;
  font-style: italic;
  line-height: 1.9em;
  padding: 5px 20px;
}

blockquote p:first-child {
  text-indent: 40px;
}

h1 {
  margin: 0.8288em 0 0.2763em 0;
  font-size: 3.0769em;
  line-height: 0.5525em;
}

h2 {
  margin: 1.275em 0 0.425em 0;
  font-size: 2em;
  line-height: 0.85em;
}

h3 {
  margin: 1.8417em 0 0.6139em 0;
  font-size: 1.3846em;
  line-height: 1.2278em;
}

h4 {
  margin: 2.3679em 0 0.7893em 0;
  font-size: 1.0769em;
  line-height: 1.5786em;
}

h5 {
  margin: 2.55em 0 0.85em 0;
  font-size: 1em;
  line-height: 1.7em;
}

h6 {
  margin: 3.0137em 0 1.0046em 0;
  font-size: 0.8462em;
  line-height: 2.0091em;
}

ul, ol {
  margin-left: 1.5em;
}

ul li {
  list-style: circle;
}

ol li {
  list-style: decimal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  text-shadow: 1px 2px 3px #000;
}

h1 {
  border-bottom: dotted 1px #666666;
  letter-spacing: 0.08em;
}

h2 {
  color: #8f856c;
}

h4 {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

a:hover {
  text-decoration: none;
  color: #FFC;
}

big, .big {
  font-size: 1.5em;
  font-weight: normal;
}

small, .small {
  font-size: 0.8em;
}

abbr, acronym {
  letter-spacing: 0.1em;
}

hr {
  border: none;
  border-top: 1px dotted #666;
}

td {
  padding: 0.3em;
}

label {
  display: inline-block;
  width: 12em;
  font-size: 0.82em;
  font-weight: bold;
}

input[type = text], textarea {
  background: #fff url(img/input-bg.jpg) repeat-x scroll left top;
  border: 1px dotted #666;
  color: #6d6d6d;
  padding: 3px;
}

/* Class Helpers
 ------------------------------------------------ */
.pad {
  padding: 0 20px;
}

.entry {
  font-weight: bold;
}

.short {
  width: 6em;
}

.entry img, .entry iframe, .imgBorder {
  padding: 1px;
  border: 1px dotted #666;
}

.wp-caption {
  position: relative;
  padding: 0;
}

.wp-caption a, .wp-caption a:hover {
  text-decoration: none;
}

.wp-caption-text {
  position: absolute;
  z-index: 200;
  left: 1px;
  bottom: 1px;
  margin: 0;
  background: transparent url('img/transblackbg.png') repeat-x;
  color: #ccc;
  padding: 0.7em 5px;
  line-height: 1.6em;
  text-shadow: 1px 1px 0 #202020;
}

.wp-caption-text b, .wp-caption-text strong {
  color: #f1bf29;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.3em;
}

.borderTop {
  border-top: 1px dotted #666;
}

.highlight {
  background: transparent url(img/transgreybg.png) repeat-x 0 50%;
  width: 80%;
  padding: 0.5em 2em;
  -moz-border-radius: 4px;
  text-align: center;
}

.accent {
  color: #f1bf29;
  font-weight: normal;
}

.dimmed {
  color: #8f856c;
  font-weight: normal;
}

.title {
  font-style: oblique;
}

.printOnly {
  display: none;
}

.alignleft {
  float: left;
  margin-right: 0.85em;
  width: auto;
}

.alignright {
  float: right;
  margin-left: 0.85em;
  width: auto;
}

.justify {
  text-align: justify;
}
