/*  
Theme Name: Yoga Bonding
Theme URI: http://www.yogabonding.com/content
Edited: http://www.mannastudio.com
*/



/* Begin Typography & Colors */
body {
	background: #D6E5BE;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

a {
	color: #663F2B;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a img {
	border: none;
	}

#masthead {
	background: url("http://www.yogabonding.com/images/nav/header.jpg") repeat-x;
	height: 193px;
	text-align: right;	
	}
#masthead img {
	border: 0px;
	}
#contentwrap {
	background: #fff;
	width: 100%;
	}
#page {
	background: #fff;
	text-align: left;
	width: 780px;
 	margin: 0 auto;
border: 0px dashed blue;
	} 

#content {
	font-size: 1.1em;
border: 0px dashed orange;
	}

.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 540px;
border: 0px dashed green;
	}
.clear {
	clear: left;
	}
#sidebar {
	background: #FFFAF0 url('http://www.yogabonding.com/images/nav/bg-sidebar.jpg') no-repeat top center;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	margin-left: 570px;
	width: 200px;
	border: 0px solid #F5E8CE;
	}
#sidebarpad {
	padding: 20px 20px 0 20px;
	}
#sidebar a {
	font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}
#sidebarbottom {
	background: #FFFAF0 url('http://www.yogabonding.com/images/nav/bg-sidebar-bottom.jpg') no-repeat top center;
	height: 28px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
	}
.post {
	position: relative;
	margin: 0px;
	text-align: justify;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
	}
h1 {
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	}

h2 {
	font-size: 1.2em;
	color: #8E573C;
	margin: 0;
	}
#sidebar h2 {
	color: #333;
	text-decoration: none;
	}


h3 {
	font-size: 1.3em;
	color: #8E573C;
	padding: 0;
	margin: 30px 0 0;
	}
h4 {
	font-size: 1.2em;
	color: #333;
	padding: 0;
	margin: .5em 0 -.7em 0;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Structure */
table.footer {
	background: url("http://www.yogabonding.com/images/nav/footer-bg.jpg") repeat-x;
	clear: both;
	}
td.copyright {
	color: #8D977C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background: url("http://www.yogabonding.com/images/nav/footer-curve.jpg") no-repeat top right;
	height: 81px;
	width: 100%;
	vertical-align: bottom;
	padding: 0px 0px 25px 15px;
	}
.copyright a {
	color: #5F6654;
	}
.copyright a:hover {
	color: #000000;
	text-decoration: none;
	}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 30px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists */

.entry ul {
	padding: 0 0 0 1.5em;
	} 

.entry li {
	}

.entry ul li {
	}

#sidebar ul ul li {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
border: 0px solid red;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	line-height: 1.5em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 7px 12px;
	}
#sidebar ul ul ul li {
	margin: 3px 0 0 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.fineprint {
	font-size: 9px;
	line-height: 1.2em;
	margin-top: 3em;
	color: #666;
	}
/* End Various Tags & Classes*/

/* Home Page Styles */
.homenav {
	font-size: 68.75%;
	font-weight: normal;
	padding: 0 15px;
	margin-top: 5px;
	}
.homenav h4 {
	font-size: 1.2em;
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	}
.homenav a, .homenav a:visited, .page_item a {
	color: #8E573C;
	padding-left: 15px;
	border: 0;
	}
.homenav a:hover, .page_item a:hover {
	background: url('http://www.yogabonding.com/images/nav/bullet-homenav.gif') no-repeat 0 5px;
	color: #000;
	padding-left: 15px;
	border: 0;
	text-decoration: none;
	}

.excerpts {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 68.75%;
	font-weight: normal;
	padding: 15px 15px 0 15px;
	}

.excerpts .storytitle {
	font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #8E573C;
	}
.excerpts p {
	margin: 0;
	}
.snippetbox {
	background: url('http://www.yogabonding.com/images/nav/bg-snippets.jpg') no-repeat top center;
	vertical-align: top;
	width: 250px;
	margin: 0;
border: 0px solid red;
	}
.snippetbox h1 {
	padding: 15px 0 0 15px;
	}
.snippetboxbottom {
	height: 28px;
	background: url('http://www.yogabonding.com/images/nav/bg-snippets-bottom.jpg') no-repeat;
	margin: 0 0 .5em 0;
	padding: 0;
border: 0px solid green;
	}	
.mainpagefootlinks {
	font-size: 11px;
	}
	
