/*

Theme Name: Kitchenblog
Theme URI: http://kitchenblog.vanabbe.nl
Description: Kitchen theme for Van Abbe Museum Eindhoven
Author: triptic
Author URI: http://www.triptic.nl
Version: 1.0

*/

/* Begin Typography & Colors */

.alt { background: #FCE3E4; }

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #000000;
	}

.commentlist li, #commentform input, #commentform textarea { font-size: 0.9em }

.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 { }

.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;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

.post {
	margin: 0 0 40px;
	/* text-align: justify; */
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */


/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

/* 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, #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;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.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 textarea {
	width: 96%;
	padding: 2px;
font-size: 1.5em
	}

#commentform #submit {	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* 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;
}
/* End captions */

/* The Kitchen overrules all */
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, q,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }

html 			{ height: 100.01%; background: #edd7d8 url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/bg_html.gif) repeat-x fixed top; }
body 			{ height: auto; background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/bg_body_center.gif) repeat scroll center; font-family:  georgia, arial, helvetica, sans-serif; font-size: 75%; line-height: 1.4em; }

* html body { height: 100%; }

.clearfix:after { content: '.';  display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; clear:both; }
* html .clearfix { height: 1%; }

a:link, a:visited { color: #000000; }
a { word-wrap: break-word; }

a:hover { color: #000000; background-color: #BEBEBE; }

p { color: #3b3b3b; padding: 2px 0 6px 0; }

h1 	{ clear: both; font-size:2.9em; padding: 10px 0; font-weight: normal; font-style: italic; line-height: 1.0em; zoom: 1; text-align : left; border: 1px solid #ffffff; }
h2	{ font-size:1.3em; padding: 10px 0 0 0; font-weight: normal; font-style: italic; line-height: 1.0 em;}
h3	{ font-size: 1em; padding: 10px 0 0 0; }

div.hr { background:url(../images/bg_hr.gif) repeat-x; height: 10px; margin: 8px 0;}


div.wrapper { width: 1000px; position: relative; margin: 0 auto; }
ul.iconbar { width: 75px; position: absolute;  left: 0; top: 65px; }
div.contentcontainer { float: left; padding-left: 80px; width: 570px; }
div.content			{ background: #ffffff; padding: 18px; margin: 0; }
div.menu 	{ float: right; width: 345px; padding: 68px 0; background: #ffffff;  text-align: center; }
div.menu div.sideitem { padding: 0 18px; text-align: left; }

div.menu ul.menu li {  }
div.menu ul.menu li a { text-decoration: none; font-size: 1.1em; font-weight: bold;}

div.menu img.pan { float: left; margin: 5px; }
div.menu img.book	{ float: left; margin: 5px; }
div.menu img.board     { float: left; margin: 5px; }
div.menu div.board      { padding-left: 50px; margin-bottom: -55px; position: relative;  }

div.menu img.board      { float: left; margin: 5px; }
div.menu div.chef       { padding: 0px; margin-bottom: -55px; position: relative; width: 260px;  }

img.logo { position: absolute; left: 95px; top: 60px; }
img.vanabbe {  position: absolute;  left: 750px; top: 2px; }

ul.iconbar { width: 75px; }
ul.iconbar li { text-align: center;  }
ul.iconbar li a { width: 45px; height: 45px; }

div.top { height: 95px; text-align: right; }
div.top a { font-style:italic; }
div.top div.padbox { padding: 3px 18px; line-height: 1.2em; }

div.fridge { width: 265px; background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/fridge_top.gif) no-repeat top center; float: left; }
div.inthefridge { padding:25px 25px 40px 25px; background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/fridge_bottom.gif) no-repeat bottom center; }
img.fridgehandle { float: right; }

div.oven { width: 265px; background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/oven_top.gif) no-repeat top center; float: right; }
div.intheoven { padding: 100px 25px 75px 30px; background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/oven_bottom.gif) no-repeat bottom center; }

div.post { padding: 10px 0 0 0; }
div.date { font-size: 1.3em; padding: 0 0 5px 0; font-style: italic; font-weight: normal; }
div.postinfo { font-weight: bold; padding: 8px 0; font-size: 0.9em; }
div.postinfo a { font-weight: normal; color: #000000; }
div.postinfo a:hover { }

div.comments { color: #000000; }

form.comment label { color: #3B3B3B; font-weight: bold; font-size: 0.9em; display: inline-block; }
form.comment input.text { border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px dotted #3B3B3B;  width: 200px; }
form.comment textarea	{ border: 1px solid #3B3B3B; width: 300px; height: 80px; }
form.comment input.button	{ border: 1px solid #3B3B3B; background: #3B3B3B; font-weight: bold; color :#ffffff; }

form.comment p { font-weight: bold }
form.comment p a { font-weight: normal }

a.gogo { }

div.ovencontentouter { background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/top_oven.gif) no-repeat top center; }
div.ovencontentinner {  background: url(http://thekitchen.vanabbe.nl/wp-content/themes/kitchenblog/images/foot_oven.gif) no-repeat bottom center; padding: 150px 30px 160px 40px; }
div.ovencontentinner h2 { text-align: right; }

