/*

Theme Name: Cakealicious
Theme URI:
Description: Custom theme for Cakealicious.
Version: 0.6
Author: Post Creative
Author URI: http://www.postcreative.co.uk/
Tags: pink, brown, elegant, shop, products

*/
/* Containers & Layout */
body {
  margin: 20px 0 20px 0;
  background: #f2e2c3 url(images/bg.gif);
  text-align: center;
}
#page {
  margin: 0 auto;
  width: 740px;
  padding: 0 0 10px 0;
  text-align: left;
  background: #1d0a00;
  position: relative;
}
#header {
  margin: 0 0 20px 0;
position: relative;
  height: 165px;
}
#header h1 {
  margin: 0 5px 0 20px;
  text-indent: -9999px;
}
#header h1 a {
  background: transparent url('images/logo.gif') no-repeat top left;
  display: block;
  height: 147px;
  width: 316px;
  color: #1d0a00;
}
#searchform {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 50%;
text-align: right;
}
#nav {
  margin: 0;
  position: absolute;
  top: 60px;
  right: 15px;
  list-style: none;
}
#nav a {
  color: #1d0a00;
}

ul.nav2 {
  margin: 0 0 0 70px;
  padding: 0;
  position: absolute;
  top: 140px;
  left: 0px;
  list-style: none;
}
#content {
  margin-left: 20px;
  width: 700px;
  position: relative;
  clear: both;
}
#content.gallery {
  width: 720px;
}
#footer {
  clear: both;
  padding-top: 20px;
}
/* Typography styles */
body {
  font: 0.8125em/1.4 Verdana, sans-serif;
  color: #f2e2c3;
}
#page dt {
  color: #f2e2c3;/* contact form over-ride */
}
#page {
  font-size: 0.85em;
}
h1, h2, h3, h4, h5, h6 {
  color: #ff8db8;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  letter-spacing: 1px;
}
h1 {
  font-size: 2.0em;
}
h2 {
  font-size: 1.9em;
}
h3 {
  font-size: 1.5em;
}
.post h2, .post h3 {
  margin-bottom: 5px;
}
h4, h5, h6{
  font-size: 1.2em;
}

/* Link styles */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #ffcf10;
}
a:visited, a:hover {
  color: #ffcf10;
}
a:hover {
  text-decoration: underline;
}
.tint a {
  font-weight: bold;
  color: #1d0a00;
}
.tint a:hover {
  text-decoration: underline;
}
/* Generic styles */
.half {
  width: 49%;
  margin-right: 1%;
}
.clear {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  text-align: center;
}
img.alignright {
  padding: 0px;
  margin: 0 0 5px 10px;
  display: inline;
}
img.alignleft {
  padding: 5px;
  margin: 0 10px 5px 0;
  display: inline;
}
.right {
  text-align: right;
}
.remove {
  display: none;
}
.invisible {
  visibility: hidden;
}
.hide {
  position: absolute;
  top: -9999px;
}
.tint {
  background: #eee9de;
  padding: 5px 10px;
  color: #1d0a00;
}
.warning {
  background: #f7d0d9;
  padding: 5px 10px;
}
#skipnav {
  position: absolute;
  top: -9999px;
  margin: 0;
}
hr {
  height: 1px;
  background: #3f1600;
  border: 0;
  margin: 20px 0 10px 0;
}
img {
  border: none;
}
/* Search form styles */
#search li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
#searchform fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#searchform input {
  border: solid #666 1px;
  font-size: 1em;
}
#searchform input #s {
  padding: 1px;
}
#searchform input #searchsubmit {
  width: 4em;
}
/* Comments*/
.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}
#commentform textarea {
  width: 100%;
}
.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist li {
  margin: 15px 20px 0 10px;
  padding: 5px 10px 3px 15px;
  list-style: none;
  border-left: 2px solid #ddd;
}
.commentmetadata {
  margin: 0;
  display: block;
}
/* List styles */
ul, ol {
  padding: 0 0 0 35px;
  margin: 0;
}
/* Header - Main Nav_______________________________________ */
#nav {
 width: 355px;
 height: 40px;
 margin: 0;
 padding: 0;
 list-style-type: none;
background: #1d0a00;
}
#nav li {
  float: left;
background: #1d0a00;
}
#nav li a {
 position: absolute;
 top: 0;
 margin: 0;
 padding: 0;
 height: 40px;
 display: block;
 background: transparent url(images/nav.gif) no-repeat;
 text-indent: -9999px;
 overflow: hidden;
 font-size: 1%;
 outline: none;
}
li#nav-home a {
  left: 0;
  width: 70px;
  background-position: 0 0;
}
li#nav-about a {
  left: 90px;
  width: 75px;
  background-position: -90px 0;
}
li#nav-cakes a {
  left: 185px;
  width: 65px;
  background-position: -185px 0;
}
li#nav-contact a {
  left: 270px;
  width: 85px;
  background-position: -270px 0;
}

li#nav-home a:hover, li#nav-home.current a {
  background-position: 0 -40px;
}
li#nav-about a:hover, li#nav-about.current a {
  background-position: -90px -40px;
}
li#nav-cakes a:hover, li#nav-cakes.current a {
  background-position: -185px -40px;
}
li#nav-contact a:hover, li#nav-contact.current a {
  background-position: -270px -40px;
}
/* Secondary Navigation */
ul.nav2 li {
  float: left;
}
ul.nav2 li a {
  display: block;
  margin: 0 8px 0 8px;
  font-weight: bold;
}
ul.nav2 a:hover{
  border-bottom: 2px solid #ff8da8;
  text-decoration: none;
}
ul.navigation {
  list-style-type: none;
}
/* Post styles */
.post {
  clear: both;
  margin-bottom: 20px;
}
.post .entry {
  text-align: left;
}
.postmetadata {
  clear: both;
  list-style: none;
  margin: 10px 0 15px 0;
  padding-left: 0;
}
/* Home page */
.home #news {
  font-size: 0.8em;
  line-height: 0.8em;
  padding: 0 0 0 15px;
}
div #homeintro img.ngg-right {
  position: relative;
  top: -50px;
  margin-left: 15px;
}

/* Singlepost image align */
.singlepost img.ngg-right {
  position: relative;
  top: -60px;
  margin-left: 15px;
}
/* Gallery */
#content .gallery {
  border: solid 2px #f2e2c3;
  background: #000;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 15px;
  width: 100px;
  float: left;
  height: 100px;
  color: #fff;
  clear: none;
}
#content .gallery img {
  border: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
/* Sidebar styles */
#sidebar {
  margin: 0 0 0 550px;
  width: 200px;
  padding: 10px 0 10px 10px;
  background: url(images/bg.gif) top left repeat;
}
#sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li {
  margin-top: 2px;
}

/* WP-e-commerce styles */
span.votetext{
  color: #f2e2c3 !important;
}
#fancy_notification{
  background: #1d0a00 !important;
  padding-bottom: 5px;
}  
#fancy_notification a.go_to_checkout {
  padding-right: 1em;
  border-right: 1px solid #f2e2c3;
}