

/*
Theme Name: TF 
Theme URI: http://tablefare.com/
Description: TableFare blog originally based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: David Peterman
Tags: brown, custom header, fixed width, two columns, widgets

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

*/

/*/////////////////////////////////////////////// Overall Blog Structure */

#blogpage {					/* overall blog wrapper */
	width: 960px;
}

#left {
	margin: 0 0px 0 0px;
	width: 228px;
}

#narrowcolumn {
	margin: 0px 20px 30px 50px;
	width: 500px;
	position: relative;
}
.photocredit {
	border-top: 1px solid #a98b56;
	margin: 10px 0 0px 0;
	text-align:center;
}

#narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #a98b56;
	border-bottom: 1px solid #a98b56;
	padding: 0 0 5px 0;
	margin: 0px 0 40px 0;
}

.alt {
	background-color: #f6efda;
}

.postedby {
	margin: 0 0 10px 0px;
}

.bookmark-me {
	text-align: right;
}


#right_bug {
	float:right;
	margin:148px 30px 0 0; 
	width:120px;
	padding: 5px;
	background-color: #f6efda;
}

/*/////////////////////////////////////////// HEADINGS */

.post h2{
	padding: 4px 4px 4px 10px;
}

#left h2 {
	margin: 0px 0 0 0;
	padding: 0;
	border-top: 3px solid #f6efda;

}

#narrowcolumn h2 {
	margin: 0 0 2px -10px;
}

h2.pagetitle {  /*  displayed at the top of archive pages */
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
}

h3 {
	padding: 0;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #634100;
}

.post {
	margin: 0 0 40px;
	-text-align: justify;
}

.post hr {
	display: block;
}

#narrowcolumn p {
	margin: 0px 0px 15px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

ol.commentlist  {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0 0 0;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
}


/*/////////////////////////////// Begin Images */
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 17px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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

.wp-caption {
	text-align: center;
	background-color: #f6efda;
	padding-top: 4px;
	margin: 0 5px 10px 5px;
	-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: 13px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	-color: #fefefe;
	color: #000000;
}

/*/////////////////////////////////////////////// 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, #left 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;
}

#left ul, #left ul ol {
	margin: 0 15px 0 15px;
	padding: 0 0 0 0;
}

#left ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0 0 15px 0;
}


#left ul li h2, #left ul li h3 {
	list-style-type: none;
	list-style-image: none;
	margin:0 -15px 0px -15px;
	padding: 10px 0 0 15px;

}

#left ul li h3 {
	list-style-type: none;
	list-style-image: none;
	margin:0 -15px 0px -15px;
	padding: 10px 0 0 15px;

}



#left ul p, #left ul select {
	margin: 5px 0 8px;
}

#left ul ul, #left ul ol {
	margin: 5px 0 0 10px;
}

#left ul ul ul, #left ul ol {
	margin: 0 0 0 10px;
}

ol li, #left ul ol li {
	list-style: decimal outside;
}

#left ul ul li, #left ul ol li {
	margin:5px 0 0;
	padding: 0;
}

/*///////////////////////////////////////// Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
}

#left #searchform #s {
	width: 108px;
	padding: 2px;
}

#left #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 textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#left form {
	margin: 0;
}


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


/*/////////////////////////////////////////////// Begin Various Tags & Classes */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #f6efda;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}



/*//////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////// fonts */
/*/////////////////////////////////////////////////////////////////////////*/


#narrowcolumn a, #narrowcolumn a:visited, #left a, #left a:visited #right_bug a, #right_bug a:visited {
	color: #634100;
	font-weight: bold;
}

#narrowcolumn a:hover, #left a:hover{
	color: #a98b56;
}

#narrowcolumn h1 {
	-font-size: 18px;
	-font-weight: bold;
}

#narrowcolumn h2 {
	font-size: 18px;
	font-weight: bold;
}

#narrowcolumn h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#narrowcolumn h2 a:hover {
	color: #06c;
}

#narrowcolumn h3 a:hover {
	color: #06c;
}

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

.post h2{
	background-color:#f6efda;
}

.postedby {
	font-size: 10px;
	line-height: 10px;
}

#left ul {
	font-size: 11px;
}

#left h2, #left h3 {
	font-size: 14px;
	font-weight: bold;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
}

.commentmetadata {
	font-weight: normal;
}



