/*
Theme Name: Twis to Open Yoga
Theme URI: http://bachuk.com.com
Description: 
Version: 1.2
Author: Alex Bachuk
Author URI: http://bachuk.com
Tags: yoga
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*******************GENERAL STYLES**********************/
* {margin:0;}

html {height:100%;}

body {
	background:#ececec;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#777778;
	font-size:14px;
	min-height:100%
}

a img {outline:none; border:none;}
a {text-decoration:none; outline:none;}

#wrap {
	width:980px;
	margin:0 auto;
	
}

#wrapper {position:absolute;
	width:977px;
	margin:0 auto -4em;
	/*height:100%;*/
	background:url(style/images/bg.jpg) repeat-y;
	display:block;
	min-height:100%;
	height:auto !important;

	
}

#container {
	width:840px;
	margin:0px auto;
	padding-top:40px;
}

/*********************HEADER STYLES*********************/
#logo {
	float:left;
}
#tagline {
	/*margin:-30px 30px 0;
	float:right;*/
	line-height:40px;
	font-size:20px;
	text-align:center;
	margin-top:80px;
	background-image:url(style/images/hline-top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#000;
	font-family:"Papyrus", Arial, helvetica, sans-serif;
}

/********************MAIN CONTENT***********************/
.post {
	width:620px;
	/*position:relative;*/
	/*margin-left:195px;*/
	margin-top:12px;
	margin-bottom:10px;
	/*height:416px;*/
	/*overflow:auto;*/
	padding:0 20px 0 0;
	float:right;
}

#post-3 img {
	margin-bottom:20px;
}

#post-3 p {
	line-height:25px;
}

/********************SIDEBAR STYLES*********************/
#nav-holder {
	width:180px;
	background-image:url(style/images/vline.jpg);
	background-position:right top;
	background-repeat:no-repeat;
		float:left;
		height:500px;
		/*clear:both;*/
		position:relative;
		top:0;
}
#nav {
	color:#777778;
	text-align:right;
	width:165px;
	margin:92px 0 0 0;
	
}

#nav li a{
	color:#777778;
	font-size:17px;
	line-height:33px;
	letter-spacing:0.5px;
}

#nav li.current_page_item{
	text-decoration:underline;
}

/******************FOOTER*****************/
#footer {
	/*line-height:35px;
	font-size:12px;
	text-align:center;
	margin-left:195px;
	margin-top:-70px;
	height:70px;*/
	background-image:url(style/images/hline-bot.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	margin:40px 0;
	width:620px;
	text-align:center;
	height:4em;

}
	