/*--------- 
	article
		-articles
		-comments
		-blockquote
		-code
	recipe
		
---------------**/
/*** articles ***/
div.article {
	border-bottom:1px solid #eee;
	margin-bottom:15px;
	padding-bottom:15px;
	text-align: center;
  position:relative;
}
div.article .post-permalink {
  position:absolute;
  top:-30px;
  left:-10px;
  visibility:hidden;
  font-size:22px;
}
div.article .post-permalink a {
  text-decoration:none;
}
div.article:hover .post-permalink {
  visibility:visible;
}
h1, h2, .blog p, .tags, legend {
	text-align: left;
}
h1, h1 a:link, h1 a:visited, h1 a:active {
	color:#a62e2e;
  text-decoration:none;
}
h1 a:hover {
  text-decoration:underline;
}
h1 {
	font-size: 20px;
}
h2 {
	color:#c2c0c0;
	font-size:12px;
	margin:15px 0;
	padding-left:25px;
	background: transparent url(/images/theme/ic_articledate.gif) left no-repeat;
}
div.article h2 a:link, div.article h2 a:visited, div.article h2 a:active {
	color:#c2c0c0;
  text-decoration:none;
}
div.article h2 a:hover {
  text-decoration:underline;
}
.postby {
	font-style: italic;
}
div.post img, div.image img {
	padding:5px;
	border:1px solid #815a5a;
	width:300px;
	background: transparent;
}

pre {
  text-align:left;
  overflow:scroll;
  max-height:400px;
  background:#000;
  color:#fff;
  width:428px;
  padding:1em;
}
pre:hover {
  z-index:5000;
  width:725px;
}
code .symbol   {color:#399;}
code .string   {color:#6f0;}
code .keywords {color:#f60;}
code .constant {color:#399;}
code .function_name {color:#fc0;}

div.blog p {
	margin:15px 0;
	text-align: left;
}
div.blog dl {
	list-style: square;
}
div.blog dl dt {
	color: #a62e2e;
	padding:3px 0;
}
div.blog dl dd {
	color:#815a5a;
	margin-left:20px;
	background: transparent url(/images/theme/redbullet.gif) left no-repeat;
	padding:3px 0 3px 10px;
}
ul.tags {
	list-style: none;
}
ul.tags li {
	display:inline;
}
ul.tags li a,
ul.tags li a:visited,
ul.tags li a:active {
	text-decoration: none;
}
ul.tags li a:hover {text-decoration:underline;}

/*** comment form ***/
form {
	border-top:1px solid #eee;
	margin-top:10px;
}
fieldset {
	border:none;
	margin:10px 0;
}
legend {
	font-size:15px;
	color:#a62e2e;
	padding-bottom:15px;
}
input {
	padding:3px;
	border:1px solid #aaa;
}
.blog fieldset p {
	padding:0;
	margin:10px 0;
	line-height: normal;
}

textarea {
	width:400px;
	height:200px;
	border:1px solid #aaa;	
}
.submit {
	background:#eee;
	color:#777;
	border:1px solid #ccc;
	padding:4px;
}
/*** comment field ***/
div.user-comment {
	margin:5px 0;
	padding:5px;
	background:#f9edef;
}
div.user-comment p {
	padding:0;
	margin:0;
}
div.user-comment p.name {
	font-size:14px;
	color:#333;
}
div.user-comment p.message {
	padding-left:15px;
}
/*** blockquote ***/
.blog .blockquote {
	width:300px;
	margin:15px auto;
	font-size:12px;
	line-height: 23px;
	background: transparent url(/images/theme/ic_blockquote.gif) top left no-repeat;
	padding:0 0 0 70px;
	color:#333;
}


/*--------- 
	recipe
---------------**/
h3 {
	color:#a62e2e;
	padding-bottom:5px;
}
div.recipe {
	margin:20px 0;
  text-align:left;
}
div.recipe p {
	margin:0;
}
div.recipe h1 {
	font-size:22px;
	margin:0 0 10px 0;
	padding:0;
}
.chef {
	float:left;
	padding:0 10px 0 0;
}
dl.cooking-stats {
	background:#f6ebde;
	padding:7px 0;
}
dl.cooking-stats dd {background: none;}
dl.ingredients {margin:10px 0;}
dl.ingredients dt {
	color:#a62e2e;
	font-size:14px;
}
img.recipe {
	width:200px;
	float:right;
	padding:5px;
	margin:5px;
	border:1px solid #f6ebde;
}

/*---------
  photo
---------------**/
div.image img {
  width:435px;
}

div.date-line h2 {
  margin:0;
}
