/*
Theme Name: Bon Appetite
Theme URL: http://www.cleveland-wpthemes.com
Description: Bon Appetite theme.
Version: 1.0
Author: Cleveland-wpthemes
Author URI: http://www.cleveland-wpthemes.com/
Tags: dark, fixed width, two columns, right sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/

/* Global */

body {
	color: #000;
	background: #5e5439 url(images/bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
	text-decoration: none;
	color: #000;
}
a:hover, .post a:hover {
	color: #900;
	text-decoration: none;
}
#blog_title ,.post-title ,h1 ,h3 ,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
blockquote, code {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px dashed #999;	
}
blockquote {
	background: #F8F4AB;
}
code {
	background: #F5D582;
}

/* Layout */
#wrapper {
	min-width: 998px; /* not working in IE6 */
	overflow: hidden;
	background: url(images/container_bg.jpg) center 505px repeat-y;
}
#bottom_frame {
	padding: 0 0 5px 0;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
	background: url(images/top_frame.jpg) no-repeat center top;
}
#top_container {
	margin: 0 auto;
	background: url(images/top_container.jpg) no-repeat center 216px;
}
#header , #container , #footer {
	width: 998px;
}
#header {
	height: 216px;
}
#container {
	min-height: 900px;
	padding: 0px 0 70px 0;
}
#footer {
	clear: both;
	height: 80px;
	position: relative;
}
/* Footer */
.credit {
	font-size: 1.1em;
	text-align: center;
	padding: 0px 99px 0px 137px;
}
.credit, .credit a, .credit a:hover {
	color: #54220d;
}
/* Header */
#header #blog_title {
	font-size: 44px; /* Blog Title */
	padding: 26px 200px 0 380px;
	text-align: left;
	text-shadow: /* -2px -2px 2px #fff, -2px 0 2px #fff,
		0 -2px 2px #fff, */2px 2px 2px gray,
		0px 2px 2px gray, 2px 0 2px gray;
	/* text-shadow: 3px 3px 2px #000; */
	/*for IE*/
	filter: progid:DXImageTransform.Microsoft.Glow(color=gray, strength=4);
}
#header #blog_title a:hover {
	text-shadow: /* -2px -2px 2px #fff, -2px 0 2px #fff,
		0 -2px 2px #fff, */2px 2px 0px gray,
		0px 2px 0px gray, 2px 0 0px gray;
	/* text-shadow: 3px 3px 2px #000; */
}
#header h2 {
	font-size: 1.4em; /* 1.4 Blog Description */
	text-align: left;
	padding: 0px 200px 0 570px;
}
#header #blog_title, #header #blog_title a {
	color: lightyellow;
}
#header h2 {
	color: #fff;
}

/* menu */
#menu {
	width: 403px;
	height: 26px;
	position: absolute;
	left: 276px;
	top: 178px;
	overflow: hidden;
}
#menu ul li {
	padding: 0 12px;
	font-size: 1.4em; /* Menu Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
}
#menu ul li a {
	padding: 0px 0 0px 0px;
	line-height: 2;
	color: #f9ec83;
}
#menu ul li a:hover {
	color: lightyellow;
}
#menu ul ul li {
	font-size: 1em;
}

/* searchform */
#searchform {
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 182px;
	width: 158px;
}
.searchtext {
	width: 150px;
	color: #000;
	border: 0;
	font-size: 1.2em;
	background: url(images/spacer.gif);
	padding: 0;
	margin: 7px 4px 0 0;
	float: left;
}
#searchsubmit {
	border: 0;
	margin: 10px 0 0px 0;
	width: 50px;
	height: 20px;
	float: left;
}
#rss {
	position: absolute;
	left: 865px;
	top: 93px;
}
#rss img {
	width: 65px;
	height: 66px;
}

/* Content */
#content {
	position: relative;
	width: 534px;
	padding: 33px 0px 0 0px;
	display: inline;
	margin: 0px 0px 0px 137px;
	float: left;
}
.post {
	padding: 0px 0 10px 0;
	margin: 0px 0 30px 0px;
	position: relative;
}
.post .post-title {
	margin: 0px 5px 0 0px;
	padding: 15px 15px 12px 57px;
	font-size: 1.4em; /* Post Title */
	background: url(images/post_header_bg.gif) no-repeat;
}
.post .post-title a {
	color: #874a2b;
}
.post .post-title a:hover {
	color: #900;
}
.edit_post {
	width: 83%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px 10px;
	background: #ffc;
	border: 1px dashed #999;
}
.edit_post a {
	font-style: italic;
	color: #33C;
}
.edit_post a.post-edit-link {
	margin-right: 15px;
	font-style: normal;
	color: #E5631C;
	text-decoration: underline;
}
.edit_post a:hover.post-edit-link {
	color: #33c;
}
.post_path span {
	color: #706ED6;	
}
.post_path a:hover {
	text-decoration: underline;
}
.postmetadata a {
	text-decoration: underline;
}
.entry {
	width: 470px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.2em;
}
.entry a {
	color: #5fa72a;
	text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
	color: #c86b47;
}
.post_path {
	font-size: 1.1em;
	margin: 0 0 0 32px;
	padding: 7px 7px 12px 15px;
	background: url(images/arrow.gif) left 10px no-repeat;
}
.postmetadata {
	padding: 2px 22px 0 32px;
	text-align: right;
	font-size: 1.1em;
}
.tags {
	font-size: 1.2em;
	margin: 10px 30px 0 32px;
}
.tags a {
	text-decoration: underline;
}
.read_comments {
	margin: 0px 18px 0 0px;
	text-align: right;
	font-weight: bold;
	padding: 10px 20px 10px 32px;
}
.bookmark {
	margin: 18px 0 0 32px;

}
.wp-pagenavi {
	padding: 5px 36px 5px 32px;
	line-height: 20px;
}
.read_comments a {
	font-size: 1.2em;
	color: #4b13b2;
	padding: 10px 0px 10px 20px;
	background: url(images/read_comments.gif) no-repeat;
}
.read_comments a:hover {
	color: #900;	
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}

/* welcome */
#welcome {
	color: #874f1a;
	font-weight: bold;
	font-size: 1.1em;
	padding: 15px 0 103px 0;
}
#welcome p {
	width: 187px;
	height: 122px;
	padding: 0px 0 0px 15px;
	overflow: hidden;
}

/* Sidebar */
#sidebar {
	width: 207px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 113px 0 0px;
	overflow: hidden;
	float: right;
	position: relative;
	color: #666;
}
#sidebar_main {
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
}
#sidebar_main h2 {
	padding: 11px 10px 18px 52px;
	font-size: 16px;
	color: #773418;
	position: relative;
	background: url(images/sidebar_header_bg.gif) no-repeat left 5px;
}
#sidebar_main ul li {
	overflow: hidden;
	font-size: 1.2em;
	padding: 3px 0px 12px 0px;
}
#sidebar_main ul li a {
	color: #773418;
}
#sidebar_main ul li a:hover {
	color: #424242;
}
#sidebar_main ul ul {
	padding: 0 0 0 40px;
	background: none;
}
#sidebar_main ul ul li {
	font-size: 1em;
	border: none;
	padding: 6px 0 6px 20px;
	background: url(images/sidebar_li.gif) no-repeat left 10px;
	position: relative;
}
#sidebar_main ul ul ul {
	padding: 0;
	margin: 0;
}
#sidebar_main ul ul ul li {
	font-size: 1em;
	padding: 6px 0 0px 20px;
	width: 80%;
}
#sidebar_main .textwidget {
	margin: 7px 0;
}
#sidebar select {
	font-size: 1em;
	margin: 7px 0;
	width: 95%;
}
#sidebar ul li div ,#sidebar_ul li object {
	padding: 0 10px;
}
#sidebar ul li div div {
	padding: 0;
}

/* PageNavi*/

.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #ccc;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 13px Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	font-style: normal;
	font-size: 12px;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
h3#comments {
	padding: 0 0 0 46px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	width: 85%;
	padding: 0 0 0 10px;
	color: #333;
	margin: 0 auto;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 85%;
}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
#content .comment-body p a {
	text-decoration: underline;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #C29581; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #D0AD9E;
}
.wp-pagenavi {
	line-height: 20px;
}

.edit_post { color: #666; }
.sidebar_c {width: 91%; margin: 0 auto; color: #773418; }
.sidebar_c a {color: #773418; }
#wind {
	width: 200px;
	position: absolute;
	left: -200;
	top: 300;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #dcbea4;
	z-index: 4;
display: block;
}
.ph1 {
	width: 180px;
}
h1, .fn h1 {
	font-size: 1.2em;
	text-decoration: none;
}
.recipe {
	margin-top: 3px;
	margin-left: 7px;
	margin-right: 3px;
}
.bookmark_icon:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4); 
	-moz-transform: scale(1.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.4, M12=0, M21=0, M22=1.4, SizingMethod='auto expand')";
	margin-left: -0px;
	margin-top: -0px;
}
.post_tab {
	position: absolute; /* Абсолютное позиционирование */
	top: 105px; /* Положение от верхнего края */
	left: -25px; /* Положение от левого края */
	width: 40px;
	height: 80px;
}
#str_up {
	position: fixed;
bottom: 5px; right: 20px;
	display: block;
}
p img.photo
{
	border-radius: 14px;
}
.SMlink
{
color:red;
}
.tdr1
{
padding:10px 10px 10px 0;
}