/*
Theme Name: Nudel
Theme URI: http://squarecandydesign.com/
Description: Inspired by the Zen theme for Drupal (a "blank" theme to build your own custom theme on).  Basec on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Peter Wise
Author URI: http://squarecandydesign.com/
Tags: zen, blank, custom, customize, widget

	This theme derives its lineage from:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:80%;
background: #ffffff url(bg.gif) center 203px no-repeat;

	}

a {outline:none;}
a:hover {outline:none}
a:active, a:focus {outline:none;}

#page {
	text-align: left;
	}

#header {
	}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {}

.thread-even {}

.depth-1 {}

.even, .alt {}

#footer {
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.entry p a:visited {}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	}

.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;
	}

#sidebar {
	font-size: 1em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	}

a:hover {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 890px;
	}

#header {
	width: 890px;
	margin: 0 0 0 45px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 49px;
	margin: 0px 0 0;
	width: 500px;
	display: inline;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}

.post {
	margin: 0 0 40px;
	}

.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 {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0 0 0;
	margin: 0;
	width: 625px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size:10px;
	}
/* End Structure */



/*	Begin Headers */
h1, h2 {font-size:18px;  color:#444444; letter-spacing:.1em;}

h2.pagetitle {}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#666666;
	letter-spacing:2px;
	font-size:14px;
	}

h3 {}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */

html>body .entry ul {}

html>body .entry li {}

.entry ul li:before, #sidebar ul ul li:before {}

.entry ol {}

.entry ol li {}

.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 {
	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;
	}
/* 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;
	}

.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
{
	padding: 20px 0px 10px 10px;
	margin-left: 610px;
	width: 190px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul li {list-style:none;}
/* 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 */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

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-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;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#headermenu ul, #menumenu ul {margin: 0; padding:0;}
#headermenu ul li, #menumenu ul li {
	list-style-type: none;
	position: relative; 
	margin: 0; 
	padding: 0;
	float:left;
	}
#headermenu li a, #menumenu li a{
	display: block; 
	padding: 5px 7px; 
	text-decoration: none; 
	margin: 3px; 
	border: 1px solid #cccccc;
	text-align:center; 
}
#headermenu ul ul {display:none;}


a, a:visited, a:active {color:#333333;}
a:hover {color:#aaaaaa;}

.menuposttitle {font-size:1.4em; text-transform:lowercase; border-bottom: 1px solid #eeeeee; margin: 10px 20px 5px 25px; color:#999999;}
.menuposttitle a {text-decoration:none;}
.menupostdate {font-size:1em; text-transform:lowercase; margin: 0px 0px 30px 25px; color: #666666;}
h2.pagetitle {font-size:1.4em; text-transform:lowercase; margin: 20px 20px 0px 25px; color:#000000;}


.categoryarchive li {list-style:none;}
.categoryarchive li a {text-decoration:none;}
.categoryarchive li a:hover {text-decoration:none; color:#aaaaaa}


.backtoarchive {font-size:1.1em; text-transform:lowercase; margin: 30px 0px 30px -20px; color: #666666;}
.backtoarchive a {text-decoration:none; color:#666666;}
h3 {margin: 30px 0 15px 0; color:#999999; letter-spacing:.3em;}
.category-dinner p, .category-lunch p {padding-left: 20px; text-indent: -20px;}

.current_page_item a, .current_page_item a:visited, .current_page_item a:active {color: #888888; background-color:#eeeeee;}


.missiontext {color:#999999; padding-bottom:20px; border-bottom: 1px solid #aaaaaa; margin-bottom:20px;}

#sidebar input#name, #sidebar input#yhukc-yhukc {background:#ffffff; color:#666666; border:1px solid #cccccc; outline:none; margin: 5px 0; width:180px;}

.entry {margin-left: 25px;}

.homepagemenu li {list-style:none; display:inline; padding: 0 10px; }
.homepagemenu li a {text-decoration: none; text-transform:lowercase;}
.homepagemenu {margin:5px;}

#sidebar #subscribe {margin:0 0 20px 0; padding:0 0 20px 0; border-bottom: 1px solid #AAAAAA; }
#twitter, #rss, #facebook {display:block; width:164px; height:58px; border:none; text-indent:-100000px;}
#twitter {background: url(twitter.gif) 0 0 no-repeat;}
#rss {background: url(rss.gif) 0 0 no-repeat;}
#facebook {background: url(facebook.gif) 0 0 no-repeat;}

/* .ngg-gallery-thumbnail-box {float:left; width:103px; height:103px;} */


#specialnote {margin:20px 20px 20px 0; }
#specialnote p {margin:0px; padding:10px 10px 10px 0; font-size:1em; }
