/*baseline*/
* {
    margin: 0;
    padding: 0;
}

html {
    background: #C29C94 url(../i/bg.gif) repeat-x;
    color: #61310e;
    height: 100%;
}

body {
    font-family: Georgia, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    background: url(../i/swirl-trans.png) bottom right no-repeat;
    height: 97%;
}

img {
    border: 0;
}

/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: underline;
    color: #8a2f45;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #8a2f45;
}

fieldset {
    border: none;
}

legend {
    position: absolute;
    left: -9999px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

h1 {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    z-index: 999;
    position: absolute;
    left: 509px;
}

#nav {
	position: absolute;
	top: 68px;
	right: 21px;
}

#nav li {
	list-style: none;
	float: left;
	display: block;
}

#nav li a {
	display: block;
	text-indent: -9999px;
	height: 21px;
	width: 67px;
	background: url(../i/top-nav.gif) no-repeat;
}

#nav li#nav-about a {
	background-position: -67px 0;
	width: 86px;
}
#nav li#nav-cakes a {
	background-position: -153px 0;
	width: 62px;
}
#nav li#nav-contact a {
	background-position: -215px 0;
	width: 80px;
}
#nav li#nav-blog a {
	background-position: -295px 0;
	width: 33px;
}

.blog h1 {
	position:static;
	text-indent: 0;
	left: 0;
}

/*layout*/
#wrapper {
    margin: 0 auto;
    width: 988px;
    position: relative;
    top: 21px;
}

#hdr {
    background: url(../i/t.gif) no-repeat bottom center;
    height: 122px;
}

a#logo {
    text-indent: -9999px;
    display: block;
    background: url(../i/logo-trans.png) no-repeat;
    width: 270px;
    height: 224px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 100;
}

#hdr p {
    text-indent: -9999px;
    display: block;
    background: url(../i/tel.gif) no-repeat;
    width: 140px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 0;
}

#content:after, #article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content, #article {
    display: inline-block;
}

#content, #article {
    display: block;
    background: url(../i/cBg.png) repeat-y;
    padding: 0 4px;
    position: relative;
    z-index: 0;
}

img#tl {
    margin: -28px 0 0;
    position: absolute;
    z-index: 101;
}

h1#tagline {
    background: url(../i/tagline.gif) no-repeat;
    width: 379px;
    height: 38px;
    top: 10px;
}

#bodyTxt:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#bodyTxt {
    display: inline-block;
}

#bodyTxt {
    display: block;
    position: relative;
    z-index: 999;
    width: 457px;
    padding: 66px 0 12px 504px;
    min-height: 206px;
}

#content p {
    font-size: 12px;
    margin: 0 0 12px;
}

#primaryNav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#primaryNav {
    display: inline-block;
}

#primaryNav {
    display: block;
    position: relative;
    z-index: 9999;
    background: url(../i/ribbon-trans.png) no-repeat top center;
    padding: 60px 0 45px 503px;
}

#primaryNav li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

#primaryNav li a {
    display: block;
    background: url(../i/nav.gif) no-repeat;
    text-indent: -9999px;
    height: 22px;
    width: 78px;
}

#primaryNav li#meetPat a {
    background-position: -89px 0;
    width: 112px;
}

#primaryNav li#ourCakes a {
    background-position: -218px 0;
    width: 73px;
}

#primaryNav li#contactUs a {
    background-position: -301px 0;
    width: 70px;
}

#primaryNav li#blog-nav a {
	background: url(../i/blog-nav.gif) no-repeat;
	width: 71px;
	height: 31px;
}

#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer {
    display: inline-block;
}

#footer {
    display: block;
    background: url(../i/b-trans.png) no-repeat 0 -18px;
    padding: 34px 0 0;
    position: relative;
    z-index: 100;
}

#footer p {
    float: left;
    margin: 0 0 0 20px;
    font-size: 12px;
}

#footer p a {
    font-weight: bold;
}

#footer p#copy {
    float: right;
    margin: 0 20px 0 0;
}

/*meet pat*/
#meetPatHeading {
    background: url(../i/meetPat.png) no-repeat;
    width: 138px;
    height: 29px;
    top: 10px;
}

/*cakes*/
h1#cakes {
    background: url(../i/cakes-trans.png) no-repeat;
    width: 78px;
    height: 29px;
    top: 10px;
}

#thumbNails:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#thumbNails {
    display: inline-block;
}

#thumbNails {
    display: block;
    position: relative;
    width: 457px;
    padding: 71px 0 27px 495px;
    min-height: 206px;
    z-index: 999;
}

ul#secondaryNav {
    margin: 0 0 10px;
    height: 39px;
}

ul#secondaryNav li {
    display: block;
    float: left;
    list-style: none;
}

ul#secondaryNav li {
    display: block;
    text-indent: -9999px;
    background: url(../i/cakesNav-trans.png) no-repeat;
    height: 14px;
    width: 112px;
}

ul#secondaryNav li a {
    display: block;
    width: 94px;
    border-bottom: 1px solid #a2714d;
}

ul#secondaryNav li a:hover {
    border-bottom: none;
}

ul#secondaryNav li#flavours {
    background-position: -112px 0;
    width: 65px;
}

ul#secondaryNav li#flavours a {
    width: 47px;
}

ul#secondaryNav li#howToOrder {
    background-position: -177px 0;
    width: 76px;
}

ul#secondaryNav li#howToOrder a {
    width: 77px;
}

#loader {
    background: url(../i/loading.gif) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 171px;
    left: 205px;
    z-index: 0;
}

/*contact*/
h1#contactPage {
    background: url(../i/contact.gif) no-repeat;
    width: 105px;
    height: 29px;
    top: 10px;
}

#bodyTxt form {
    font-size: 12px;
}

#bodyTxt label {
    width: 121px;
    float: left;
    clear: both;
    margin: 0 5px 5px 0;
}

#bodyTxt input, #bodyTxt textarea, #bodyTxt select {
    width: 305px;
    margin-bottom: 5px;
}

.errField {
    background: #FFCFCF;
    border: 1px solid #ff0000;
}

.error {
    color: #ff0000;
}

#bodyTxt #submit {
    float: right;
    margin: 10px 28px 10px 0;
    width: auto;
}

h1#thanks {
    background: url(../i/thanks.gif) no-repeat;
    width: 351px;
    height: 40px;
    top: 10px;
}

/*Blog*/
.blog #logo {
	background: url(../i/logo-blog-trans.png) no-repeat;
	height: 172px;
}

.blog h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px;
}

#commentform p {
	margin: 0 0 5px;
	font-size: 11px;
}

.commentlist {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px;
}

.commentlist li {
	padding: 10px;
	list-style:none;
}

.commentlist .odd {
	background: #f3ebdf;
}

#blog-content {
	background: url(../i/blog-content-bg.gif) repeat-y;
	margin-top: 18px;
}

#blog-content-top {
	background: url(../i/blog-content-top.gif) no-repeat;
	height: 16px;
}

.tagline {
	background: url(../i/latest-news.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	line-height: 0;
	font-size: 0;
	width: 393px;
	height: 38px;
	position: absolute;
	right: 305px;
	top: 5px;
}

#article {
	position: relative;
	padding: 130px 0 20px 20px;
}

.post-categories {
	list-style:none;
}

.post-categories li {
	float: left;
	margin-right: 5px;
}

#sidebar {
	float: right;
	clear: right;
	margin: 17px 45px 0 0;
	list-style:none;
	width: 237px;
	font-size: 12px;
}

#sidebar h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
}

#sidebar li {
	list-style: none;
	margin: 0 0 20px;
	background: url(../i/sidebar-divider.gif) no-repeat bottom;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

#sidebar li li {
	margin: 0 0 7px;
	padding: 0;
	background: none;
}

#sidebar .subscribe {
	background: none;
	padding: 0;
	margin: 0 0 20px;
}

.blog #article {
	padding: 52px 0 0 15px; 
}

.post {
	float: left;
	clear: left;
	padding: 10px 0 0 30px;
	width: 610px;
	margin-bottom: 20px;
}

.excerpt, #blog-text {
	clear: both;
	margin: 20px 0;
	font-size: 12px;
	padding: 10px 0 0;
}

.tfe {
	clear: both;
	margin: 0 20px 0 0;
	-moz-box-shadow: 2px 2px 2px 0 #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
}

.subscribe a {
	background: url(../i/feed-icon.gif) no-repeat;
	display: block;
	padding: 0 0 0 20px;
}

.post-heading {
	line-height: 30px;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}

.post-heading a {
	color: #693b1a;
	font-weight: normal;
}

.post-categories {
	float: left;
}

.post-categories small {
	margin-right: 5px;
	float: left;
}

.date {
	display:block;
	font-size: 11px;
}

.separator {
	background: url(../i/divider.gif) no-repeat;
	height: 28px;
	width: 348px;
	margin: 0 0 20px 160px;
	clear: left;
}

#twitter {
	display: block;
	width: 237px;
	height: 86px;
	background: url(../i/twitter-logo.gif) no-repeat;
	text-indent: -9999px;
}

#article p {
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 20px;
}

#article img {
	-moz-box-shadow: 2px 2px 2px 0 #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
}

/*
 WP-specific
 ---------------------------------------------------------*/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#searchform label {
	position: absolute;
	left: -9999px;
	top:0;
}

.wp-caption-text {
	text-align: center;
	margin-bottom: 30px;
}



