/*
	Parisa Tabriz
	2007
*/

html {
  font-size: 14px;
  font-family: Sans-Serif;
  color:#000000;
  padding:0px;
  margin:0px;
  background-color: #ffffff;
}

body {
  margin: 0px;
}

.main {
  position: absolute;
  top: 75px;
  right: 31px;
  left: 31px;
  _width: 93%; /* ie/win sucks */
}

.content {
  border-top: 3px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 3px solid #000000;
  padding: 15px 20px 15px 20px;
  background-color: #fcfcfc;
  margin-bottom: 0px;
}

.searchbox {
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

/* General link properites */
a:link {
color: #000000;
font-size: 12px;
font-weight: bold;
background-color:transparent;
text-decoration: none;
}

a:visited {
color: #000000;
font-size: 12px;
font-weight: bold;
background-color:transparent;
text-decoration: none;
}

a:active {
color: #000000;
font-size: 12px;
font-weight: bold;
background-color:transparent;
text-decoration: none;
}

h1 {
  margin: 0px;
  font-size: 25px;
  color: #000000;
}

h2 {
  margin: 0px;
  color: #000000;
}

/* Blog post title */
h2 a:link, h2 a:visited, h2 a:active {
  font-size: 20px;
}

h3 {
  font-size: 16;
  color: #000000;
  margin: 0px;
}

h4 {
  padding-left: 2px;
  padding-bottom: 1px;
  color: #000000;
  margin-top:0px;
  margin-bottom:5px;
}

.menu {
  position: absolute;
  top: 30px;
  right: 30px;
  left: -5px;
  font-size: 14px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  color:#564b47;
  font-size: 16px;
}

.menu ul {
  list-style: none;
}

.menu li {
  display: inline;
  padding-right: 4px;
}

.blog-search {
  position: absolute;
  top: 40px;
  right: 35px;
  font-size: 14px;
  padding: 0px 0px 0px 10px;
  text-align: right;
  color:#564b47;
  font-size: 16px;
}

.img {
  margin: 0px 0px 0px 0px;
}

/* Arhives */
.arch {
  padding-top: 5px;
}

.arch ul {
  list-style: none;
}

.arch li {
  display: inline;
  padding-left: 7px;
}

.blogPost {
  margin: 0px 2px 20px 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.blogPost ul {
  list-style: square;
}

.blogPost li {
  padding: 2px 0px 0px 0px;

}

/* Blogger Comments */

.blogComments {
  margin-top:10px;
  color:#000000;
  padding-bottom:0px;
  margin-bottom:0px;
  font-weight:bold
  }

.blogComments .byline {
  font-size:1em;
  font-weight:normal;
  color:#B1A041;
  margin-right:10px;
  display:inline
}

.blogComments img {
  border: 0px;
}

.blogComment {
  font-size:1em;
  margin:3%;
  color:#000000;
  font-weight:normal;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000000;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}

/* Image style */
.thumbs {
 font-size: 11px;
 color:#564b47;
}

.thumbs img {
  margin: 2px;
  border: 2px solid #564b47;
  text-decoration: none;
}

.thumbs a:link {text-decoration:none;}
.thumbs a:visited {text-decoration:none;}
.thumbs a:active {text-decoration:none;}
.thumbs a:hover {text-decoration:none;}

.thumbs table {
  color:#564b47;
}

.thumbs td {
  text-align: center;
  padding: 10px;
}

.code-font {
  font-family: monospace;
}

.code {
  border: 2px solid #564b47;
  color: #000000;
  background: #aaaaaa;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 16px 20px 16px;
  padding: 10px;
}

.recipe-intro {
  font-size: 14px;
}

td.recipe-image {
  vertical-align: top;
}

td.recipe-description {
  padding-left: 13px;
  padding-right: 7px;
  font-size: 14px;
  vertical-align: top;
}
