/*
Theme Name: The Killer Baking Company
Theme URI: Private
Description: Design and Layout for The Killer Baking Company
Version: 1.0
Author: Tom Duffy
Author URI: http://www.techremedy.net
*/

* {
  margin: 0px;
  padding: 0px;
  border: none;
}

ul {
list-style:none;
}

body {
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  background-color: #3f332a;
  font-family: Baskerville, "Times New Roman", serif;
  font-size: 12px;
  color: #000000;
}

#container {
  margin: auto;
  width: 850px;
}

#top {
  float: left;
  width: 850px;
  height: 121px;
}

#title {
  float: left;
  width: 311px;
  height: 41px;
  padding-top: 45px;
}

#title h1 {
  display: block;
  float: left;
  width: 311px;
  height: 41px;
  text-indent: -9999px;
}

#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.nav-links li {display:inline;}

.nav-links li a {
  float: left;
  width: 85px;
  height: 68px;
  text-decoration: none;
  color: #3f332b;
  font-size: 14px;
  text-align: center;
  padding-top: 51px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3f332b;
}

.nav-links li a:hover {
  color:#3f332b;
  font-weight: bold;
  background-image: url('images/nav_hover.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}

#welcome {
  float: left;
  margin: auto;
  width: 850px;
  background-image: url(images/content_background.png);
  background-repeat: no-repeat;
  height: 303px;
  padding-top: 40px;
}

h2 {
  color: #c3bdb2;
  font-size: 26px;
  margin-bottom: 15px;
}

#welcome-text {
  width: 500px;
  line-height: 18px;
  color: #c3bdb2;
  font-size: 14px;
  padding-top: 30px;
  float: left;
  text-align: justify;
}

#welcome-text { margin-bottom:10px; }

.list li {
  text-decoration: none;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  list-style-type: none;
  float: left;
  width: 180px;
  padding-left: 20px;
  margin-top: 10px;
  background-position: left center;
}

#welcome-image {
  float: right;
  height: 258px;
  width: 280px;
}

.separator {
  background-image: url(images/separator.png);
  background-repeat: no-repeat;
  float: left;
  height: 22px;
  width: 850px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar {
  float: left;
  height: 320px;
  width: 325px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

#cms_sidebar {
}

ul.cms_nav,
.cms_nav ul {
  margin: 0;
  padding: 0;
  cursor: default;
  list-style-type: none;
  display: inline;
  font-size: 18px;
}

ul.cms_nav {
  display: table;
}

ul.cms_nav>li {
  display: table-cell;
  position: relative;
  padding: 2px 6px;
}

.cms_nav li a {
  float: left;
  width: 100px;
  height: 53px;
  text-decoration: none;
  color: #3f332b;
  font-size: 14px;
  text-align: center;
  padding-top: 51px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3f332b;
}

.cms_nav li a:hover {
  color:#3f332b;
  font-weight: bold;
  background-image: url('images/nav_hover.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}

.boxframe {
  height: 153px;
  width: 325px;
  background-image: url(images/content_boxframe.png);
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-left: 15px;
}

#content {
  float: left;
  width: 800px;
  padding-top: 20px;
  font-size: 14px;
  color: #c3bdb2;
  text-align: justify;
}

#content p { 
  margin-bottom: 10px; 
}

#cms_content {
  float: left;
  width: 550px;
  padding-top: 20px;
  font-size: 14px;
  color: #c3bdb2;
  text-align: justify;
}

#cms_bottom {
  float: left;
  width: 550px;
  padding-top: 20px;
  font-size: 14px;
  color: #c3bdb2;
  text-align: justify;
}

.order {
  font-size: 16px;
  color: #cecece;
  font-weight: bold;
  margin-left: 5px;
}

#footer {
  float: left;
  height: 75px;
  width: 100%;
  margin-top: 40px;
  padding-top: 25px;
  background-image: url(images/footer_background.png);
  background-repeat: repeat-x;
  text-align: center;
}

.post h2 a {
  color: #c3bdb2;
  font-size: 26px;
  margin-bottom: 15px;
  text-decoration: none;
}

.post h2 a:hover {
  color: #232323;
}

.post h2 a:visited {
  color: #ffffcc;
}

.page-entry {
  width: 800px;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

div.singlegoogle { margin: 10px 0; text-align: center; }

div.singlepost { margin: 0; }
div.singlepost div.title p { display: none; }

div.postgroup {}
div.post { margin: 0 0 15px 0; }
div.post div.top { height: 12px; }
div.post div.mid { padding: 0 12px; }
div.post div.bot { height: 12px; }
div.post div.title { }
div.post div.title h2 { display: block; margin: 0; padding: 0 0 12px 0; }
div.post div.title p { display: none; }

div.indexpost { margin: 0 0 0 0; }
div.indexpost img.header { float: left; border: 1px solid; padding: 10px; }
div.indexpost div.title { margin: 20px 0 0 25px; }
div.indexpost div.entry { margin: 5px 25px 0 25px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}


