/*  
Theme Name: Bodhisattva Theme
Theme URI: http://wordpress.org/
Description: Custom theme for Bodhisattva Yoga.
Version: 1.0
Author: Kenneth Feldman
Author URI: http://kpfdigital.com/

	This theme was designed and built by Kenneth Feldman,
	whose blog you will find at http://theoreticalken.com/
*/

/*CSS Reset*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapseborder-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0; font-variant:normal}
sup{vertical-align:baseline; position:relative; top:-0.5em}
sub{vertical-align:text-bottom}
input, textarea, select{font-family:inherit; font-size:inherit; font-weight:inherit}
input, textarea, select{font-size:100%}
legend{color:#000}
hr{visibility:hidden; clear:both}
a{text-decoration:none; outline:none}

/* Gets rid of the WP Stats Slimely Face */
img#wpstats {display:none}

/* Maintains a scroll bar, reducing side-to-side shift as page lengths differ */

html, body { min-height: 101%; }


/* Setting consistent margin-bottom makes all elements push down on any following elements uniformly. */

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, dd, fieldset, address {margin-bottom:1em}

/* Necessary for links in divs with transparent backgrounds? */

a {position:relative}



/* Sets the site-wide link colors */

a:link{color:#0171a5; text-decoration:none; border-bottom:0px solid #91bbbf}
a:visited{color:#0171a5; text-decoration:none; border-bottom:0px solid #91bbbf}
a:hover{color:#633; text-decoration:none; border-bottom:0px solid #BF0101}




#top_nav a:link{color:#a85454; text-decoration:none; border-bottom:0px dotted #BF0101}
#top_nav a:visited{color:#a85454; text-decoration:none; border-bottom:0px dotted #BF0101}
#top_nav a:hover{color:#a8fcff; text-decoration:none; border-bottom:0px dotted #BF0101}


/* Sets current page state for Main Menu and Sidebar Subpage links. Bad part is that Sidebar Sub-sub pages get affected too */

li.current_page_item a:link, li.current_page_ancestor, #top_nav li.current_page_item a:link, #top_nav li.current_page_ancestor a:link {color:#a8fcff; text-decoration:none; background-color: #a85454;}
li.current_page_item a:visited, li.current_page_ancestor a:visited, #top_nav li.current_page_item a:visited, #top_nav li.current_page_ancestor a:visited  {color:#a8fcff; text-decoration:none; background-color: #a85454;}
li.current_page_item a:hover, a:hover, li.current_page_ancestor a:hover, #top_nav li.current_page_item a:hover, #top_nav li.current_page_ancestor a:hover  {color:#a8fcff; text-decoration:none; background-color: #a85454;}


/* So we turn off all Sidebar Sub-sub page links */

li.current_page_ancestor ul li.page_item a:link{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.page_item a:visited{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.page_item a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}

li.current_page_item ul li.page_item a:link{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_item ul li.page_item a:visited{color:#069; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_item ul li.page_item a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}


/* Then re-activate only current page links of Sub pages */

li.current_page_ancestor ul li.current_page_item a:link{color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.current_page_item a:visited{color:#cd782c; text-decoration:none; border-bottom:0px dotted #BF0101}
li.current_page_ancestor ul li.current_page_item a:hover{color:#633; text-decoration:none; border-bottom:0px dotted #BF0101}


/* Top Nav Bar */	
	
	
	
ul#top_nav {
	width: 100%;
	position: absolute;
	top: 95px;
	left: 0px;
	background-color: #99cccc;
	color: #ffffff;
	float: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
	}	
	
ul#top_nav li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 0px;
	}	
	
ul#top_nav li a {
	padding: 0em 1.0em;
	text-decoration: none;
	border-right: 0px dashed #fff;
	border-left: 0px solid #fff;
	font-weight: bold;
/*
	background: transparent url('images/colons.gif') 2px 2px no-repeat;
*/
	}

ul#top_nav li a:hover {
	background-color: #a85454;
	}
		
	


/* Begin Typography & Colors */
body {
	font-size: .75em; 
	font-family: Arial, Helvetica, Verdana, Geneva, Sans-Serif;
	background-color: #f1edd0;
	color: #663333;
	text-align: center;
	}

#page {
	background-color: transparent;
	border: 0px solid #959596;
	text-align: left;
	}



#content {
	font-size: 1.0em
	}

.widecolumn .entry p {
	font-size: 1.00em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

#footer {
	border: none;
	}

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

h1, h2, h3 {
	font-weight: normal;
	color: #cd782c;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

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

h3 {
	font-size: 1.3em;
	
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #cd782c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #660;
	text-decoration: none;
	}

/*
a:hover {
	color: #147;
	text-decoration: underline;
	}
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: transparent;
	margin: 0px auto;
	padding: 0;
	width: 950px;
	border: 0px solid #959596;
/*
	background: #ffffff url('images/page_bg.jpg') repeat-y top center;
*/
	}

#header {
	position: relative;
	background: #f1edd0 url('images/header_bg.png') no-repeat top center;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 120px; 
	width: 950px;
	}

#content {
	margin-bottom: 25px;
	}



.narrowcolumn {
	float: left;
	padding: 35px 0px 20px 0px;
	margin: 0px 0 0;
	width: 701px;
	background-color: transparent;
	}

.widecolumn {
	padding: 35px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
	background-color: transparent;
	}

.post {
	padding: 0 65px 0 25px;
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	background-color: transparent;
	padding: 35px 0 0 25px;
	margin: 0 auto;
	clear: both;
	background: #f1edd0 url('images/footer_top_bg.png') repeat-x top center;
	}


#footer img {
	margin: 0 0 15px 0px;
	}

 
 
#inner_footer {
	padding: 0 0 25px 0;
	margin: 0 auto;
	color: #937d7d;
	font-size: .85em;
	}

#inner_footer a {
	color: #937d7d;
	}




#footer p {
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 25px;
	margin: 0;
	}

/*
h2 {
	margin: 0px 0 0;
	}
*/

h2.pagetitle {
	margin-left: 10px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
/*
p img {
	padding: 0;
	max-width: 100%;
	}
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	

	
	
	
	
/* Kenny's CAPTIONS / IMAGES css mods

These CCS maintain the nice border/box around images that are not CAPTIONED, or not linked.

 */






.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

img.alignright,
img.alignleft,
img.alignnone,
img.centered {
	border: 1px solid #cccccc;
	text-align: center;
	background-color: transparent;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.alignleft, img.alignleft {
	margin: 0 20px 7px 0;
	}

div.alignright, img.alignright {
	margin: 0 0 7px 20px;
	}
	
img.alignnone {
	padding: 4px;
	margin: 0 10px 10px 0;
	}
	
	
.wp-caption img {
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 5px 5px;
	margin: 0;
	text-align: center;
}

/* End captions */


	
#sidebar img.alignnone {
	margin-bottom: 0;
	}
	
	
	
	
	
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.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;
	}




/* Begin Sidebar */
#sidebar {
	display:inline; /* IE 6 Double Float Margin bug killer */
	float: right;
	padding: 35px 0 25px 0;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 184px;
	background: transparent /*url('images/sidebsar_bg2.jpg') no-repeat top center*/; /* transparent */
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/*
 Sidebar NAV List 

#sidebar ul#red-head {
	font-size: 1.2em;
	line-height: 1.0em;
	list-style: none;
	}
#sidebar ul#red-head li {
	margin-bottom: 1em;
	}
	
#sidebar ul#red-head li	{
	padding-left: 22px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}	

#sidebar ul#red-head li.current_page_item {
	background-image: url(images/bullet-orange.gif);
	}	
*/




#sidebar ul, #sidebar ul ol {
	background-color: transparent; /* transparent */
	margin-left: 15px;
	margin-right: 10px;
	}

#sidebar ul li {

/*
	list-style-type: none;
	list-style-image: none;
*/
	margin-bottom: 15px;
	background-color: transparent; /* transparent */
	}

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	background-color: transparent; /* transparent */

	}
	
#sidebar {
	color: #8d6464;
	line-height: 1.4em;
	}	
	
	
#sidebar .widget {
	margin-bottom: 4em;
	}	
	
	
	
	
	
	
/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 138px;
	padding: 2px;
	margin-bottom: 5px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	clear: both;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 0 65px 0 25px;
	}
/* End Various Tags & Classes*/



/* Recent News Box */


#recent_news {
	width: 250px;
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 1em;
	}


#recent_news h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #F30;
	margin: 0 0 1em 0;
	}	


	
#recent_news .post_date {
	font-size: 10px;
	color: #000000;
	margin: 0 0 0px 0;
	}	
	
	
#recent_news h4.post_title {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 0 0 3px 0;
	}	
	
#recent_news .post_content {
	font-size: 11px;
	line-height: 13px;
	color: #444444;
	margin: 0 0 1em 0;
	}	
	





#h_col_1 {
	width: 362px;
	float: left;
	background-color: transparent; /* transparent */
	padding-top: 83px;
	}

#h_col_2 {
	width: 453px;
	float: right;
	background-color: transparent; /* transparent */
	padding-top: 115px;
	text-align: center;
	}
	
#h_col_2 .headline p {
	font-size: 15px;
	line-height: 27px;
	margin: 0 0 25px 0;
	color: #5e5e3b;
	}
	
#h_col_2 h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 10px 0;
	color: #575737;
	}


.home_content {
	padding: 0 37px 20px;
	}



#homeslidecontainer {
	width: 362px;
	height: 255px;
	background: #99cccc url('images/slideshow_bg.png') top center no-repeat;
	margin: 0 0 81px 0;
	padding-top: 15px;
	}	


#homeslideshow {
	width: 362px;
	height: 239px;
	background-color: transparent;
	}	


#h_col_2 div.homesubnav {
	font-size: 17px;
	line-height: 34px;
	}

#h_col_2 div.homesubnav a {
	/*border-bottom: 1px solid #90C;*/
	text-decoration: underline;
	color: #0283bf;
	}




.qotm {
	padding: 0 45px;
	margin: 0 0 5em 0;
	}

.qotm h2 {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #a85454;
	margin-bottom: 10px;
	}

.qotm p {
	font-size: 15px;
	line-height: 18px;
	color: #996633;
	margin-bottom: 9px;
	}









/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */


.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
