/*   
Theme Name: True Self Yoga Thematic
Author: Mado Hesselink
Author URI: http://www.mydesigngarden.com
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: url(images/bg.jpg);

}

#main {
	background: transparent;
	width: 1020px;
	padding: 0;
}

#wrapper {
	background: url(images/bg.jpg);
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 400px;
	background: url(images/color.jpg);
	margin: 20px auto 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid black;
	
}

#blog-title {
	height: 400px;
	margin-top: -88px;
	background: url(images/header.png) center center no-repeat;
}

#blog-title a {
	display: none;
}

#blog-description {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    width: 1020px;
	margin: -76px auto;
	border: none;
	clear: both;
	color: #0298c6;
	
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #0298c6;
	float:left;
}
.sf-menu a {
	border-left:1px solid #0298c6;
	border-top:1px solid #0298c6;
	border-bottom:1px solid #0298c6;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0298c6;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #e9f5f8;
	outline:		0;
    border-bottom-color:#0298c6;
}
.sf-menu ul {
    border-right:1px solid #0298c6;
    border-bottom:1px solid #0298c6;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


/*Main Content*/

#container {
	padding: 25px;
	border-right: 1px solid #0298c6;
	width: 600px;
	margin: 0;
	background: #FFF;
}

#content {
	width: 580px;
}

/*Sidebar Menu*/

#primary {
	width: 320px;
	border: none;
	margin: 7px 0 25px 0;
}

.main-aside ul li {
	width: 286px;
}

.aside ul ul {
	margin-left: 0;
	width: 246px;
	padding: 0 20px 10px 20px;
}

.aside ul li{
	list-style-type: none;
	margin-bottom: 10px;
	background: white;
	
}

.aside ul ul li {
	padding: 0;
	width: 266px;
}



.aside h3 {
	font-size:15px;
	font-style:normal;
	font-weight: bold;
	line-height:22px;
	text-transform:capitalize;
	margin-bottom: 10px;
	background: #0298C6;
	color: white;
	width: 266px;
	padding-left: 20px;
}


.aside a:link, .aside a:visited {
	color: #0298c6;
	text-decoration: none;
	font-weight: bold;
}

.aside a:hover, .aside a:active {
	background: #e9f5f8;
	color: #000;
}


/*footer*/

#footer {
	
	margin-top: 0;
	border-top: none;
}

#siteinfo {
	padding: 10px 0;
}

.home #content .sticky .entry-meta {
display: none;
}

.sticky .entry-utility {
	display: none;
}

#content .aside {
    border: none;
    padding: 0;
}

#content .aside ul {
    padding: 0;
}
