/*
Theme Name: Chateau Colombier
Description: Custom theme for www.chateaucolombier.com
Version: 0.1
Author: Dominic Baggott
*/

@font-face {
  font-family: "Odette";
  src: url(fonts/Odette.eot);
}

@font-face {
  font-family: "Odette";
  src: local("Odette"),
       url("fonts/Odette.otf") format("opentype");
}

@font-face {
  font-family: "Odette";
  src: local("Odette Italic"),
       url("fonts/Odette Italic.otf") format("opentype");
  font-style: italic;
}

* { margin: 0; padding: 0; }

body {
  background: #fedf73 url(images/body-bg.png) repeat-y left top;
  color: #333;
  font: normal 87.5%/1.5 "Lucida Grande", "Lucida Sans", sans-serif;
}

/* sidebar
 ****************************/

#sidebar {
  background: #fcae01;
  color: #000;
  float: left;
  margin: 20px;
  width: 280px;
}

#sidebar #logo a {
  background: url(images/logo.png) no-repeat left center;
  color: #000;
  display: block;
  font: normal 2.5em/1 Odette, Georgia, serif;
  margin-bottom: 0.8em;
  outline: none;
  padding: 11px 0 3px 100px;
  text-decoration: none;
}

#sidebar #widgets {
  font: normal 1.5em/1.3333 Odette, Georgia, serif;
}

#sidebar dl {
  margin-bottom: 2.6667em;
}

/* pages */

#sidebar dl.widget_pages dt {
  display: none;
}

#sidebar dl.widget_pages ul {
  list-style: none;
}

#sidebar dl.widget_pages a {
  color: #000;
  text-decoration: none;
}

#sidebar dl.widget_pages a:after {
  content: " \00BB";
}

#sidebar dl.widget_pages ul ul {
  font-size: 0.8571em;
  line-height: 1.5556;
  padding-left: 1.5556em;
}

#sidebar dl.widget_pages a:hover,
#sidebar dl.widget_pages a:focus {
  text-decoration: underline;
}

/* search */

#sidebar dl.widget_search input#s {
  width: 180px;
}

/* twitter */

#sidebar dl.widget_twitter dt a.twitter_title_link {
  color: #000;
  text-decoration: none;
}

#sidebar dl.widget_twitter dt a.twitter_title_link:after {
  content: " \00BB";
}

#sidebar dl.widget_twitter dt a.twitter_title_link:hover,
#sidebar dl.widget_twitter dt a.twitter_title_link:focus {
  text-decoration: underline;
}

#sidebar dl.widget_twitter ul {
  font: normal 0.5238em/1.2727 "Lucida Grande", "Lucida Sans", sans-serif;
  list-style: none;
}

#sidebar dl.widget_twitter li.twitter-item {
  margin-top: 1.2727em;
}

#sidebar dl.widget_twitter li.twitter-item a.twitter-link {
  background: #fedf73;
  -moz-border-radius: 1.2727em;
  -webkit-border-radius: 1.2727em;
  color: #333;
  display: block;
  outline: none;
  padding: 1.2727em;
  text-decoration: none;
}

#sidebar dl.widget_twitter li.twitter-item a.twitter-link:hover,
#sidebar dl.widget_twitter li.twitter-item a.twitter-link:focus {
  background: #ea5600;
  background: #5a9aed;
  color: #fff;
}

#sidebar dl.widget_twitter li.twitter-item span.twitter-timestamp {
  background: url(images/tweet-say.png) no-repeat 2.5455em top;
  display: block;
  line-height: 2.5455;
  padding: 0 1.2727em;
  text-align: right;
}

#sidebar dl.widget_twitter li.twitter-item span.twitter-timestamp abbr {
  border: none;
}

/* content
 ****************************/

#content {
  float: left;
  margin: 20px 0 20px 20px;
  width: 620px;
}

#content h1 {
  color: #5a9aed;
  font: normal 3em/1 Odette, Georgia, serif;
}

#content h2 {
  color: #5a9aed;
  font: normal 2em/1.5 Odette, Georgia, serif;
}

#content p {
  margin-bottom: 1.5em;
}

#content a {
  color: #5a9aed;
  text-decoration: underline;
}

#content a:hover,
#content a:focus {
  text-decoration: none;
}

/* prices table */

#content table {
  border-collapse: collapse;
  margin: 1.5em 0;
}

#content th.unit {
  visibility: hidden;
}

#content thead th {
  color: #000;
  font-weight: normal;
  padding: 1.5em 0;
}

#content th.low, #content td.low,
#content th.mid, #content td.mid,
#content th.high, #content td.high {
  text-align: center;
  width: 100px;
}

#content tbody th {
  color: #333;
  font-size: 0.8571em;
  font-weight: normal;
  line-height: 1.75;
  padding-bottom: 1.75em;
  padding-right: 20px;
  text-align: left;
  width: 300px;
}

#content tbody th em {
  color: #000;
  font-size: 1.3333em;
  font-style: normal;
  line-height: 1.3125em;
}

#content tbody td {
  padding-bottom: 1.5em;
}

#content th.low, #content td.low,
#content th.high, #content td.high {
  background: #fce797;
}

/* blog posts */

#content div.post p.time,
#content div.post p.tags,
#content div.post p.comments {
  font-size: 0.7857em;
  line-height: 1.9091;
  margin: 0;
}

#content div.post p.tags {
  background: url(images/tag.png) no-repeat 0 6px;
  padding-left: 28px;
}

#content div.post div.entry {
  margin: 1.5em 0 3em;
}

#content div.post h2 {
  margin-top: 0.75em;
}

/* comments */

#content ol.commentlist li {
  list-style: none;
  min-height: 6em;
  padding: 1.5em 1.5em 1.5em 9em;
  position: relative;
}

#content ol.commentlist li.even {
  background: #fce797;
}

#content ol.commentlist img.avatar {
  left: 1.5em;
  position: absolute;
  top: 1.5em;
}

#content ol.commentlist img.avatar-default {
  opacity: 0.5;
}

#content ol.commentlist .comment-author {
  display: inline;
}

#content ol.commentlist .comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}

#content ol.commentlist .comment-author span {
  display: none;
}

#content ol.commentlist .comment-meta {
  display: inline;
  font-size: 0.7857em;
  line-height: 1.9091;
}

#content ol.commentlist .comment-meta a {
  color: inherit;
  text-decoration: none;
}

#content ol.commentlist p {
  margin: 0;
}

/* photos */

div.photos {
  margin: 3em 0;
  height: 320px;
  position: relative;
}

div.osmall { padding-top: 20px; }
div.omedium { padding-top: 40px; }
div.olarge { padding-top: 60px; }

div.photos span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

div.photos img {
  border: 10px solid #fff;
  -moz-box-shadow: 3px 3px 5px #666;
  -webkit-box-shadow: 3px 3px 5px #666;
}

div.photos span.t-5 {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

div.photos span.t-4 {
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
}

div.photos span.t-3 {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

div.photos span.t-2 {
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}

div.photos span.t\+2 {
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}

div.photos span.t\+3 {
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}

div.photos span.t\+4 {
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}

div.photos span.t\+5 {
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
}

div.photos span.z1 { z-index: 1; }
div.photos span.z2 { z-index: 2; }
div.photos span.z3 { z-index: 3; }

div.photos span.alignleft { text-align: left; }
div.photos span.alignright { text-align: right; }
div.photos span.aligncenter { text-align: center; }

div.photos span.osmall { top: 20px; }
div.photos span.omedium { top: 40px; }
div.photos span.olarge { top: 60px; }

/* everything else
 ****************************/

#footer {
  clear: both;
  color: #666;
  font-size: 0.7857em;
  line-height: 1.9091;
  margin-bottom: 20px;
  margin-left: 340px;
}

#footer li {
  display: inline;
  list-style: none;
  margin-right: 2em;
}

#footer cite {
  font-style: normal;
}

#footer a {
  color: #5a9aed;
  text-decoration: underline;
}

#footer a:hover,
#footer a:focus {
  text-decoration: none;
}
