@import url(http://www.cookingcoder.com/mt-static/themes-base/blog.css);

body {
  background-color: #6f5a34;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}
#container {
}
#container-inner {
  margin: 0 auto;
  width: auto;
  max-width: 1160px;
  background: transparent url('http://www.cookingcoder.com/mt-static/themes/cc/images/bg.png') repeat-y top right;
  position: relative;
}
#header {
  background: #580026 url('http://www.cookingcoder.com/mt-static/themes/cc/images/body.png') repeat-x top right;
  width: auto;
}
#header-inner {
  background: transparent url('http://www.cookingcoder.com/mt-static/themes/cc/images/header.png') no-repeat top right;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  height: 121px;
  position: relative;
}
#header-logo, #header-cook, #header-code {
  display: block;
  position: absolute;
}
#header-logo {
  width: 260px;
  height: 64px;
  top: 32px;
  right: 448px;
}
#header-cook {
  width: 148px;
  height: 100px;
  top: 10px;
  right: 750px;
}
#header-code {
  width: 112px;
  height: 104px;
  top: 8px;
  right: 290px;
}
#header-inner span { display: none }
#content {
  width: 746px;
  margin: 0 207px 0 auto;
  padding-top: 20px;
}
#sidebar {
  width: 200px;
  position: absolute;
  right: 0;
}
#sidebar-inner {
  padding: 2em 1em;
}
#content, #sidebar {
}
#footer {
  background: #6f5a34 url('http://www.cookingcoder.com/mt-static/themes/cc/images/footer.png') no-repeat top right;
  margin: 0 199px 0 auto;
  width: 762px;
  min-height: 16px;
}
#content .light {
  background: #e7d8ab url('http://www.cookingcoder.com/mt-static/themes/cc/images/lightbot.png') no-repeat bottom right;
  margin-left: 0;
  margin-right: 2em;
}
#content .light-inner {
  background: transparent url('http://www.cookingcoder.com/mt-static/themes/cc/images/lighttop.png') no-repeat top right;
  padding-left: 3em;
  padding-right: 1em;
}
#content .dark {
  background: #c6af7a url('http://www.cookingcoder.com/mt-static/themes/cc/images/darkbot.png') no-repeat bottom left;
  margin-left: 2em;
  margin-right: 0;
}
#content .dark-inner {
  background: transparent url('http://www.cookingcoder.com/mt-static/themes/cc/images/darktop.png') no-repeat top left;
  padding-right: 3em;
  padding-left: 1em;
}
#content .plain {
  margin: 0 2em;
  padding: 0 1em;
  border: 3px double #580026;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#content .light, #content .dark, #content .plain {
  margin-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#sidebar, #footer, #infobox {
  color: #fdf4d8;
}
#sidebar .widget-header {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.375em;
  font-style: italic;
  border-bottom: 1px solid #fdf4d8;
  padding-bottom: 0.125em;
}
.dark h1, .light h1, .plain h1, .dark h2, .light h2, .plain h2 {
  color: #000000;
  font-size: 1.75em;
  text-align: center;
  margin: 0 1em;
  padding: 1em 0;
  border-bottom: 1px solid #6F5A34;
  line-height: 125%;
}
#content h1 > a, #content h2 > a {
  color: #000000;
}
.asset-header { text-align: center; margin: 0 1em 1em 1em; }
.asset-meta { font-size: 0.57em; }
.comment-header { font-size: 1.75em; }
.asset-content { font-size: 0.75em; }
.asset-footer { font-size: 0.7em; padding-bottom: 1em; }
#sidebar .widget-content { font-size: 0.7em; }
#content > p, #content > div { margin-left: 1em; margin-right: 1em; margin-bottom: 1em; line-height: 1.25em }
#content > #search-results { margin: 0 }
h1 { font-size: 1.75em; margin-left: 1em }
h2 { font-size: 1.5em; margin-left: 1em }
.trackbacks h2, .comments h2 {
  font-size: 1.75em;
}
.trackbacks, .comments {
  font-size: 0.7em;
  margin: 1em;
}
.asset, .comments, .trackbacks, .archive {
  margin: 0 1em 1em 1em;
  width: auto;
}
#footer-inner {
  padding: 1.5em 0 0 0;
  margin-bottom: 1em;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

a:link, a:visited {
  color: #580026;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
#sidebar a:link, #sidebar a:visited, #footer a:link, #footer a:visited {
  color: #efb5cb
}
#search { width: 100px; }
.widget-flickr img { border: 1px solid black; margin: 2px; }
.widget-flickr .widget-content { text-align: center; }

#infobox {
  background: #3e001b url('http://www.cookingcoder.com/mt-static/themes/cc/images/infoboxbg.png') repeat-x top left;
  height: 40px;
}
#infoboxl {
  background: transparent url('http://www.cookingcoder.com/mt-static/themes/cc/images/infoboxl.png') no-repeat top left;
  height: 40px;
}
#infoboxr {
  background: transparent url('http://www.cookingcoder.com/mt-static/themes/cc/images/infoboxr.png') no-repeat top right;
  height: 40px;
  padding: 0.75em;
  font-size: 75%;
  text-align: center;
}
#cookinglink {
  color: #e0fff0;
}
#coderlink {
  color: #c4d4d6;
}
pre {
  color: #fdf4d8;
  background-color: #372c19;
  border: 1px solid #6F5A34;
  margin: 1em;
  padding: 1em;
}
code {
  font-family: 'Consolas', 'Inconsolata', monospace;
}
