/*
Theme Name: kulinich.ru
Theme URI: http://numberonedesigner.com/
Description: Makeup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.3 Georgia, "Times New Roman", sans-serif;
  color: #171717;
  width: 100%;
}
a {
  color: #F00E0E;
  outline: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 8px 0;
}
img {border: none;}

#wrapper {
  width: 950px;
  margin: 0 auto;
  background: #ABC3CE url(i/header-left.jpg) 0 35px no-repeat;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 311px;
	border-top: 4px solid #FFF;
  background: url(i/header-right.jpg) 100% 31px no-repeat;
  position: relative;
}
#menu {
	width: 100%;
  height: 31px;
	line-height: 27px;
	text-align: right;
	background: #04283D url(i/menu-bg.gif) no-repeat;
}
#menu li {
	display: inline;
	padding: 0 15px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 36px;
	left: 0;
	width: 247px;
	height: 205px;
	padding-top: 70px;
	font-size: 52px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	letter-spacing: -2px;
	background: #00646B;
}
#logo b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 247px;
	height: 275px;
	background: url(i/header-left.jpg) 0 -5px no-repeat;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
  width: 100%;
  overflow: hidden;
  background: #FFF url(i/content-bg.gif) 0 5px no-repeat;
  padding: 15px 0 0;
}
#content {
  width: 455px;
  padding: 12px 20px 20px;
  float: left;
  border: 1px solid #C8D8D9;
  border-width: 0 1px;
   overflow: hidden;
}
.post {
	margin: 0 0 45px;
}
#content h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: -1px;
}
#content h2 a {
	color: #04283D;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.date {
	margin: 13px 0 7px;
	font: 9px Tahoma, Arial;
	color: #FFF;
}
.date span {
	background: #F00E0E;
	padding: 1px 3px;
}
.entry {text-align: justify;}
.postmetadata {
	padding: 8px 0;
	border-top: 1px solid #C8D8D9;
	height: 15px;
}
.postmetadata a {
	color: #A3A3A3;
}
.labels {
	float: left;
	font: 9px Tahoma, Arial;
	color: #989898;
	background: url(i/tags.gif) 0 2px no-repeat;
	padding: 0 0 2px 14px;
}
.comments {
	float: right;
}
.comments a {
	color: #F00E0E;
	font: bold 11px Tahoma, Arial;
	text-decoration: none;
	background: url(i/comments.gif) 0 4px no-repeat;
	padding: 0 0 0 14px;
}
.comments a:hover {
	text-decoration: underline;
}

h3.pagetitle {
	text-align: left;
	margin: 5px 0 20px !important;
	font-weight: normal;
	text-align: center;
	font-size: 18px !important;
}
#content h3 {
	font-size: 15px;
	margin: 0 0 10px;
}

.post ul,
.post ol {
	margin: 0 0 0 30px;
}
.post li {
	padding: 8px 0;
}

.commentlist {margin: 20px 0 40px 20px;}
.commentlist li {padding: 8px 8px 2px;}
.alt {background: #F2F9FC;}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 150px;
	border: 1px solid #C8D8D9;
}
#comment {
	width: 448px;
	height: 170px;
}
#submit {
	width: 80px;
	height: 20px;
	padding: 0;
	background: #FFF;
	cursor: pointer;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}



/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  float: left;
  width: 215px;
  border: 1px solid #C8D8D9;
  border-width: 0 1px;
  margin-left: -1px;
  padding: 5px 5px 32767px 5px;
  margin-bottom: -32737px;
  font: 11px Tahoma, Arial;
}

.sidebar.right {
  width: 216px;
  margin-right: -2px;
}

.sidebar h3 {
	font: bold 11px Arial, Tahoma;
	text-transform: uppercase;
	background: #C0E1F4;
	padding: 1px;
}
.sidebar h3 span {
	display: block;
	border: 1px solid #FFF;
	padding: 3px 0 2px 7px;
}

.sidebar ul {
	margin: 8px 8px 13px 10px;
	list-style: none;
	line-height: 12px;
}
.sidebar li {
	padding: 2px 0;
}
.sidebar a {
	color: #3C3C3C;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}

.tags {
	margin: 10px;
	text-align: center;
}

ul.subcribe li {
	padding: 4px 0;
}
ul.subcribe img {
	margin: 0 3px -3px 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #E7E1D0;
	padding: 12px;
	border-top: 2px solid #FFF;
	text-align: center;
	color: #817E76;
	font-size: 11px;
}
#footer a {color: #817E76;}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}