/*
Theme Name: Selfish Woman
Description: Personal Disign.
Version: 1.2
Author: Snegurka
Author URI: http://web-esse.ru/
*/



/* Begin Typography & Colors */
body {
	font-size: 82.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffbeec;
	color: #4F4F4F;
	margin:0px;
	padding:0px;
	}

/* STRUCTURE */

#wrapper{
	width:1280px;
	margin:0px auto;
	padding:0px;
}

#header_wrap{
	width:100%;
	background: #832F59;
	margin-top:10px;
	margin-bottom:10px;
}
#content {
	float:left;
	width:1280px;
	margin-left:30px;
}

#sidebar {
	float:left;
	margin-left:36px;
	margin-top:-13px;
	width:296px;
	background:#fff;
	padding-top:15px;
}

#footer {
	background: #832F59 url('images/footer.png')  top repeat-x;
	clear:both;
	height:70px;
	padding-top:45px;
	margin-bottom:20px;
	color:#fff;
}

/* HEADER */

#header {
	background: url('images/logo.png') no-repeat left;
	height:262px;
	width:1280px;
	margin:0px auto;
}

/* CONTENT */

#wrap_post{
	float:left;
	width:830px;
}

.post {
	float:left;
	background:#fff;
	width:827px;
	margin-bottom:5px;
	margin-left:2px;
	padding-right:10px;
}

.text_post{
  margin-left:7px;
}

.text_post  p{
	margin:0px;
	padding:0px;
}

.post h2{
	display:block;
	width:100%;
	height:20px;
	background: url('images/post_top.png') no-repeat left top;
	padding-left:30px;
	padding-bottom:11px;
	padding-top:5px;
	margin:0px auto;
	margin-left:-3px;
	font-style:oblique;
	font-size:110%;
}

.post_bottom{
	width:100%;
	clear:both;
	height:23px;
	padding-top:10px;
	padding-left:15px;
	margin-left:-3px;
	background: url('images/post_bottom.png') no-repeat left top;
}

small {
	color:#AFAFAF;
	float:right;
	margin-right:35px;
}

.post_bottom span {
	float:left;
}

.nav{
	float:left;
	width:100%;
	padding:5px;
	background:#fff;
	margin-bottom:10px;
	text-align: center;
}

.current{
	color:#F8A3E2;
	font-weight: bold;
}


/* SIDEBAR */

#rss{
	position:relative;
	float:left;
	width:65px;
	top:-97px;
	left:20px;
}

#home{
	position:relative;
	float:left;
	width:70px;
	top:-97px;
	left:45px;
}

#sitemap{
	position:relative;
	float:left;
	top:-97px;
	width:70px;
	left:70px;
}

#rss a{
	display:block;
	width:100%;
	height:65px;
	background: url('images/rss.png') no-repeat left top;
}

#home a{
	display:block;
	width:100%;
	height:70px;
	background: url('images/home.png') no-repeat left top;
}

#sitemap a{
	display:block;
	width:100%;
	height:70px;
	background: url('images/sitemap.png') no-repeat left top;
}

#category {
	background: url('images/menu.png') no-repeat top;
	padding-top:68px;
	font-size:108%;
	margin-top:-12px;
}

#tags{
	background: url('images/tags.png') no-repeat top;
	padding:85px 25px;
}

h2, a, #sidebar a:hover {
	color:#f887c0;
}

h2 a, #sidebar a {
	text-decoration:none;
}

#sidebar ul, #category ul{
	list-style-type:none;
}

#sidebar a:hover{
	text-decoration:underline;
}

/* FOOTER */






/* WP */

img {
	border:3px solid #ffbeec;
}

img.alignleft {
	float: left;
 	margin: 4px;
}


