/*
 Theme Name: WordPress
 Author: YummyMummy
 Design: Vanessa MacLeod Graphic Design
 Coded by Clive (info@psd2site.com)
*/



/* Begin Typography & Colors */
body {
	margin: 0; padding: 30px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fde3e5;
	color: #6e6e6e;
}

#page {
	margin: 0 auto;
	width: 1002px;
	background: url(images/page.png) repeat-y top;
	overflow: hidden;
}

#header {
	background: url(images/header.png) no-repeat;
	padding-top: 113px;
	overflow: hidden;
}

#header .logo {
	float: right; clear: right;
	padding: 50px 155px 0 0;
}

#header h1 {
	margin: 0; padding: 0;
	background: url(images/logo.png) no-repeat;
	width: 405px; height: 100px;
}

#header h1 a {
	display: block;
	width: 405px; height: 100px;
	text-indent: -999999px;
	outline: none;
}

#header .cake {
	width: 340px; height: 193px;
	float: left;
	background: url(images/cake.png) no-repeat right;
}

#header .nav {
	float: right;
}

#header .nav ul {
	margin: 0 40px 0 0; padding: 0;
	list-style: none; height: 33px;
}

#header .nav li {
	width: 105px; line-height: 24px; text-align: center; height: 33px;
	background: url(images/nav.png) no-repeat;
	float: left;
}

#header .nav li a {
	display: block;
	width: 105px; height: 33px; line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	color: #9c9c9c;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#header .nav li a:hover, #header .nav li.current_page_item a {
	background: url(images/nav-over.png) no-repeat;
	color: #ffffff;
}

#content {
	width: 904px;
	margin: 0 auto;
}

#content .subcake {
	width: 119px; height: 143px;
	background: url(images/subcake.png) no-repeat;
	float: right;
	margin-top: -80px;
	position: relative; z-index: 1;
}

#main {
	float: left;
	width: 586px;
}

#main.noside {
	float: none;
	width: 100%;
}

#main h1 {
	margin: 0; padding: 45px 0 25px 57px;
	font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #481313;
}

#main h1.home {
	margin: 0; padding: 45px 0 5px 57px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	width: 1002px;
	padding-top: 55px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat top;
	clear: both;
	font-size: 11px;
	color: #8d8c8d;
}

#footer a {
	color: #8d8c8d;
}

#footer .left {
	float: left;
}

#footer .left .cake {
	width: 84px; height: 109px;
	background: url(images/fcake1.png) no-repeat;
	position: relative; z-index: 1;
	margin: -400px 0 0 -70px;
}

#footer .right {
	float: right;
}

#footer .right .cake {
	width: 136px; height: 185px;
	background: url(images/fcake2.png) no-repeat;
	position: relative; z-index: 1;
	margin: -140px -80px 0 0;
}

#footer .copy {
	float: left;
	width: 935px;
	text-align: right;
}

#footer .logox {
	float: right;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #f04e5b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #eaa4aa;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px 0;
	background: url(images/post-head.png) no-repeat top;
	padding-top: 20px;
}

#main.noside .post {
	background: url(images/post-head-noside.png) no-repeat top;
}

.post .inner {
	padding: 0 12px 10px 12px;
	background: url(images/post.png) repeat-y top;
	overflow: hidden;
}

#main.noside .post .inner {
	background: url(images/post-noside.png) repeat-y top;
}

.post .info {
	padding: 0 12px 30px 57px;
	background: url(images/post-foot.png) no-repeat bottom;
}

#main.noside .post .info {
	background: url(images/post-foot-noside.png) no-repeat bottom;
}

.post .info a, .post .info span {
	color: #f04e5b;
}

.post .date {
	float: left;
	margin-right: 10px;
	background: #f47d87 url(images/date.png) no-repeat;
	height: 30px; width: 35px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}

.post .date span {
	display: block;
	font-size: 11px; line-height: 11px;
}

.post h2 {
	color: #f04e5b;
	font-size: 13px;
	margin: 0; padding: 3px 0;
}

.post h2 a {
	color: #f04e5b;
}

.post hr {
	display: block;
	}

.post .entry {
	clear: both;
	padding-left: 45px;
}

.clear {
	clear: both;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 40px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar .textwidget {
	padding: 5px 0 0 40px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: right;
	width: 300px;
	background: url(images/side-head.png) no-repeat top;
	margin-top: 30px;
	padding-top: 20px;
	color: #8d8c8c;
}

#sidebar .inner {
	background: url(images/side.png) repeat-y;
	padding: 1px 20px;
}

#sidebar .foot {
	background: url(images/side-foot.png) no-repeat bottom;
	padding-bottom: 20px;
}

#sidebar .gallery {
	overflow: hidden;
	padding-right: 30px;
}

#sidebar .gallery img {
	border: 1px solid #f04e5b;
	float: left; margin-right: 2px; margin-bottom: 2px;
}

#sidebar form {
	margin: 0;
}

#sidebar h3 {
	margin: 0; padding: 0 0 0 40px;
	background: url(images/side-h3.png) no-repeat left;
	height: 31px; line-height: 31px;
	color: #f04e5b;
	font-size: 16px;
	font-weight: normal;
}

#sidebar a {
	color: #8d8c8c;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.hot {
	text-align: right;
	position: relative; z-index: 1;
	height: 38px; line-height: 27px;
	margin-bottom: -20px; padding-right: 45px;
}

.hot strong {
	display: block; float: right;
	position: relative; z-index: 1;
	width: 145px; height: 38px; line-height: 27px; padding-left: 6px;
	background: url(images/hot.png) no-repeat;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}

/* End captions */
