/*
Theme Name: Pastry Pal Theme
Version: 1.0
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td { 
	margin:0;
	padding:0;
}

table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}

/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;font-weight:normal;
}
*/
	
ol,ul {
	list-style:none;
	}
	
caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
	
body {
	background:#D7FED0 url(images/bg.gif) repeat-x top left;
	
	/*
		color:#4D4D4D;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	*/
	color:#202122;
	/* font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; */
	font-family:Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;	
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;	
}

a {
	text-decoration:none;
	color:#4D4D4D;
}

a:hover {
	text-decoration:underline;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

#container {
	position:relative;
	width:995px;
	margin:0 auto;
}

#header {
	position:relative;
	width:995px;
	height:206px;
	background:url(images/header_bg.jpg) no-repeat top left;
}

#logo {
	display:block;
	position:absolute;
	top:40px;
	left:10px;
}

#header ul {
	/*
		font-size:15px;
	*/
	position:absolute;
	top:141px;
	left:0px;
	width:700px;
	height:53px;
	color:white;	
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif; 
	letter-spacing:2px; 
	line-height:1em; 
	text-transform:uppercase;
}

#header ul li {
	display:block;
	float:left;
}

#header ul li a {
	display:block;
	float:left;
	width:115px;
	height:53px;
	padding:12px 0 0 12px;
	font-size:15px;
	color:white;
	text-transform:uppercase;
	border-left:1px solid white;
}

.subscribe {
	position:absolute;
	width:220px;
	height:70px;
	top:167px;
	left:810px;
	z-index:1;
}

.subscribe p {
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif; 
	position:absolute;
	top:16px;
	left:-7px;
	font-size:15px;
	text-transform:uppercase;
	color:#3d4d5a;
	font-weight:bold;
	margin:0;
	padding:0;
}

a.rss-subscribe {
	display:block;
	position:absolute;
	width:55px;
	height:55px;
	top:0px;
	left:85px;
}

a.email-subscribe {
	display:block;
	position:absolute;
	width:56px;
	height:56px;
	top:0px;
	left:140px;
}

#content {
	position:relative;
	width:995px;
	height:auto;
	padding:14px 0 30px 0;
}

#left-panel-wrapper {
	position:relative;
	width:670px;
	height:auto;
	float:left;
	background:url(images/left-panel-middle_bg.jpg) repeat-y top left;
}

#left-panel {
	position:relative;
	background:url(images/left-panel-top_bg.jpg) no-repeat top left;
	
	padding:28px 28px 25px 23px;
}


.sub-pagetitle {
	/*
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	*/
	font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:1.4em;
	color:#7B7B7B;
	margin-bottom:15px;
}



#sidebar {
	position:relative;
	width:295px;
	height:auto;
	float:right;
	padding-top:6px;
}

#footer-wrapper {
	position:relative;
	width:100%;
	background:#80D63D;
}

#footer {
	position:relative;
	width:995px;
	margin:0 auto;
	font-size:14px;
	color:white;
}

#footer a {
	font-size:14px;
	color:white;
}

#footer p {
	padding:8px 0 22px 0;
}

.box {
	position:relative;
	width:299px;
	background:url(images/box-middle.jpg) repeat-y top left;
	margin-bottom: 0px;
}

.box-top {
	position:relative;
	width:299px;
	background:url(images/box-top.jpg) no-repeat top left;
}

.box-bottom {
	position:relative;
	width:299px;
	background:url(images/box-bottom.jpg) no-repeat bottom left;
}

.about-me {
	min-height:0px;
	/*
		position:relative;
		background:url(images/avatar.jpg) no-repeat 1px 24px;
	*/
}

.about-me h2 {
	position:absolute;
	top:3px;
	left:11px;
}

.about-me p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#226a9b;
	padding-top:30px;
	padding-left:10px;	
	padding-right:20px;
	padding-bottom:0px;		
/*
	width:165px;
	line-height:20px;	
	padding:33px 0 10px 125px;	
*/
}

#contact-me {
	
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 1.2em;
	margin-bottom:20px;
	display:block;
	width:293px;
	background:url(images/contact-me.jpg) no-repeat top left;
	height:46px;	
	line-height:46px;
	/* 

		color:#80D63D; 
		font-size:17px;
		font-weight:bold;		
	*/
	color:#ffffff;
	padding-left:20px;
}

.entry {
	margin-bottom:20px;
}

.thread-alt {
	/* background-color: #f8f8f8; */
}
.thread-even {
	background-color: white;
}
.depth-1 {
	/* border: 1px solid #ddd; */
}

.even, .alt {

	/* border-left: 1px solid #ddd; */
}

small {
	/* 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	*/
	
	color:#7B7B7B;
	font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	font-size:78%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:1.4em;
	
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	/*
		font-family: 'Lucida Grande', Verdana, Sans-Serif;
		font-size: 1.2em;
	*/
	
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 1.2em;
	
	}

h2 {
	/*
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		display:block;
	*/
	
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:25px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;		
	color:#85CF4D;
	border-top:1px solid #85CF4D;
	padding-top:4px;
	margin-bottom:5px;
	
}

h2 a {
	/*
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:25px;
	*/
	color:#85CF4D;	
}

h2 a:hover {
	color:#80D63D;
	text-decoration:none;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-bottom:1px dotted #7B7871;
	}
.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 {
	color:#C41616;
	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;
	}

#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;
	}

.post {
	text-align: justify;
	/*
		margin: 0 0 40px;
	*/
	}
	
.post img {
	border:1px solid #CCCCCC;
	padding:4px;
}	

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata, .postmetadata a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#7b7b7b;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	/*
		font-size:17px;
		font-weight:bold;
	*/
	color:#80D63D;
	border:none;
	display:inline;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

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, #sidebar ul 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: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:left;
	}

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 {
	width:610px;	
	margin-left:20px;
	margin-bottom:20px;
}

#comments {
	width:610px;
	margin-left:20px;	
}


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	width:610px;	
	margin-left:20px;
	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 {
	font-family:Georgia,sans-serif;
	font-weight:bold;
	margin:0 0 10px;
	margin: 0;
	display: block;
	}

#sidebar form {
	margin: 0;
	}

#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; }

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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	/*
		margin-top: 10px;
	*/
}

.alignright {
	width:300px;
	float: right;
	text-align:right;
}

.alignleft {
	width:300px;
	float: left;
	text-align:left;
}

.navigation a {
	font-size:14px;
	text-transform:uppercase;
	color:#56B1DB;
}



.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;
}

#norule {
	border: none;
}

#printedRecipe {
	display:none;	
}
