
body {
  background:#030;
  margin:0;
  padding:40px 20px;
  font: small Arial, Helvetica, Sans-Serif;
  text-align:center;
  color:#333;
  }
a:link {
  color:#333;
  text-decoration:none;
  }
a:visited {
  color:#333;
  text-decoration:none;
  }
a:hover {
  color:#000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

.clearboth { clear: both; }


#bodyBox {
	background: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
}
#bodyBoxNew {
	background: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 1px solid #333;
}


.layoutTable {
	margin: 0;
	padding: 0;
	width: 898px;
	/*border: 1px solid red;*/
}

.tableHeaderCell {
	margin: 0;
	padding: 0;
	vertical-align: top;
	/*border: 1px solid blue;*/
	border-bottom: 1px solid #333;
}

.tableLeftCell {
	width: 150px;
	margin: 0;
	padding: 7px;
	vertical-align: top;
	/*border: 1px solid blue;*/
}
.tableMiddleCell {
	margin: 0;
	padding: 5px 5px 5px 3em;
	vertical-align: top;
	/*border: 1px solid blue;*/
}
.tableRightCell {
	width: 150px;
	margin: 0;
	padding: 7px;
	vertical-align: top;
	/*border: 1px solid blue;*/
	text-align: right;
}

/* Header
----------------------------------------------- */
#header {
/*  width:760px;
  margin:0 auto 2em;*/
  text-align: center;
}

#header img {
	/*border-bottom: 1px solid #333;*/
	border-left: auto;
	border-right: auto;
}

#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#333;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#666;
  }


/* Content
----------------------------------------------- */
#content {
  width:760px;
  margin:0;
  margin:0 auto;
  padding:0;
  text-align:left;
}
#contentNew {
/*
  width:798px;
*/
  width:898px;
  margin:0;
  padding:0;
  text-align:left;
}

	


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font: 90% Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  letter-spacing:.2em;
  color:#030;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 6em .5em 0;
  color: #999;
  }
.post {
  margin:.5em 4em 3.5em 0;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:bold;
  line-height:1.4em;
  color:#030;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 2em 0 0;
  color:#ccc;
  text-align: right;
  }
.post-footer em, .comment-link {
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
	color: #030;
  margin-left:.6em;
  }

.post img {
  padding:3px;
  border:1px solid #ddd;
  
  /* The following will display images in the center, with centered text */
  display:block;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }



.sidebar {
	font-size: 85%;
}
.sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #999;
  list-style:none;
  }
.sidebar li {
  margin:0;
  padding:0.7ex 0 .25em 15px;
  text-indent:-15px;
  line-height:1.25em;
  }
.sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Left sidebar
----------------------------------------------- */
.leftSideBar {
  line-height:1.5em;
}

.leftSidebarPhotos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
  
.leftSidebarPhotos ul li {
	margin: 1em 0 1em 0;
	padding-left: 0;
}
.leftSidebarPhotos img {
	/* for some reason images are being pushed left 1.5em */
	margin-left: 1.5em; 
}

.leftSidebar ul {
	margin: 0;
	/*padding: 0;*/
	list-style: none;
}
  
.leftSidebar ul li {
	margin: 0.1em 0 0em 1.5em;
	padding: 0;
}

.leftSidebarMoreSpace {
	line-height: 200%;
}

/*
.leftSidebarArchiveSublist {
	margin: 0;
}
*/

.googleSearchBox {  
  border-bottom:1px dotted #999;
}

/* Right Sidebar Content (old, for movable type ----------------------------------------------- */
#sidebar {
  background: #fff;
  padding: 5px;
  width:170px;
  float:right;
  font-size: 85%;
  text-align:right;
  }

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #999;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0.7ex 0 .25em 15px;
  text-indent:-15px;
  line-height:1.25em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

.dottedLineAbove {
  border-top:1px dotted #999;
	padding-top: 1em;
}

.sidebar-title {
	margin-top: 15px;
}

.sidebar-title-top {
	margin-top: 60px;
}

/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 0.5em;
  /*border-bottom:1px dotted #ccc;*/
  /*padding-bottom:1.5em;*/
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:right;
  padding:3px;
  /*border:1px solid #fff;*/
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }







/* Images inserted in text
----------------------------------------------- */
.imageInsertRight {
	/*float: right;*/

	margin: 1em;
	padding: 0.5em;
/* border: 1px solid #f00; */

	/*clear: right;*/ /* Keeps next image below this one */
	
	text-align : center;
	font-size: xx-small;
}

div.imageInsertRight img {
	border: 1px solid #382912;
}

.imageInsertLeft {
	float: left;

	margin: 1em;
	padding: 0.5em;
/* border: 1px solid #f00; */

	clear: left; /* Keeps next image below this one */
	
	text-align : center;
	font-size: xx-small;
}


div.imageInsertLeft img {
	border: 1px solid #382912;
}


/* Style designed for centered images in blog entries. */
.imageCenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	font-style:italic;
}

.imageCenter img {
  padding:4px;
  border:1px solid #ddd;
}


/* Main index content
----------------------------------------------- */
.mainList-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:bold;
  line-height:1.4em;
  color:#c60;
  }


.mainList {
  margin:.5em 0 1.5em;
  border-bottom: 1px dotted #ccc;
/*  padding-bottom: 1.5em; */
  }
.mainList ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style:none;
}
.mainList li {
  margin:0;
/*  padding:0 0 .25em 15px; */
  padding:0 0 .25em;
  line-height:1.5em;
}
.mainList p {
  color:#666;
  line-height:1.5em;
}


.mainList a, .mainList a:visited, .mainList strong {
  text-decoration:none;
  color:#039;
  font-weight:normal;
  font-size: 120%;
  line-height: 1.5em;
}
.mainList-title strong, .post a:hover {
  color:#c60;
}


.entryListDate {
	padding-left: 3em;
}

.entryListCategory {
	padding-left: 3em;
}


/* recipes content
----------------------------------------------- */


#main {
	width: 560px;
	float: left;
	}
#main table {
/*	font-size: small;*/
	padding: 10px;
	text-align: left;
	font-size: 90%;	/* hack seems necessary to get IE to use the same font size as everyone else here */
}

#main table th {
	border-bottom: 1px solid #999;
	text-align: left;
}
#main table td {
}

.recipeTableTitleColumn {
	width: 300px;
}
.recipeTableCategoryColumn {
	width: 120px;
}
.recipeTableDateColumn {
	width: 100px;
}





/* Footer
----------------------------------------------- */
#footer {
  /*width:660px;*/
  clear:both;
  margin:2em auto;
  text-align: center;
}
#footer hr {
	/*
	** Don't display rule, just force the footer to display 
	** below all over elements, floating or fixed.
	** Note: with "clear:both" in the #footer def,
	** this hr doesn't seem to be necessary.
	*/
	display:none;
}
#footer p {
  margin:0;
  padding-top:15px;
  font: 80% Verdana,Sans-serif;
  color: #030;
  /*text-transform:uppercase;*/
  letter-spacing: .1em;
}



.credits {
	margin: 0;
	padding: 0 0 1ex 0;
	font-size: x-small;
}
.credits p {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: x-small;
}
.credits a {
	color: #777;
}
