/*  
Theme Name: Innate Wholeness
Theme URI: http://innatewholeness.com/wp-content/themes/innatewholeness
Description: The Wordpress Theme for innatewholeness.com
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* Colors 
.lemon {
  color: #ff7;
}
.mint {
  color: #bd9;
}
lite_mint {
	color: #dec;
}
.green {
  color: #5a6;
}
.teal {
  color: #278;
}
.blue {
  color: #35a;
}
.indigo {
  color: #339;
}
*/

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #339 url(images/halo.jpg) repeat-x;
	font-size: 1em;
	color: #333;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	background: #fff;
	height: 204px;
	width: 960px;
	text-align: left;
}
#column-wrap {
	background: #fff url(images/container.gif) repeat-y;
}
#left {
	width: 200px;
	float: left;
}
#main {
	width: 760px;
	float: left;
	position: relative;
}
#footer {
	width: 960px;
	background: #dec;
	border-top: 4px solid #bd9;
}
.content {
	padding: 10px;
}
#left .content {
	padding: 0;
}
#main .content {
	padding: 30px 60px 20px;
}

#footer .content {
	padding: 4px 20px;
	font-size: 0.9em;
	color: #666;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* Fonts */
body, .send input, #searchsubmit, #commentform #submit, #optinform2 input.button, h2, h3, h4, h5, h6, #main .addthis_default_style p.share {
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/masthead.jpg) no-repeat;
	width: 960px;
	height: 204px;
	display: block;
}
#masthead .content {
	padding: 0;
}

/* Left Menu */
.skiplinks {
	display: none;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#left ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	color: #fff;
	line-height: 1em;
	font-size: 16px;
	text-align: left;
	background: transparent url(images/nav.jpg) 0 0 repeat-y;
}
#left ul li a:hover {
	color: #278;
	background-position: 0 -100px;
}
#left ul li li.page_item a {
	color: #fff;
	padding: 4px 6px 4px 25px;
	font-size: 15px;
	line-height: 1em;
	margin: 0;
}
#left ul li li.page_item a:hover {
	color: #278;
	background-position: 0 -100px;
}
#left ul li li li.page_item a {
	color: #fff;
	padding: 4px 6px 4px 35px;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
}
#left ul li li li.page_item a:hover {
	color: #278;
	background-position: 0 -100px;
}
#left ul li.current_page_item a, #left ul li li.current_page_item a, #left ul li li li.current_page_item a {
	color: #888;
	background-position: 0 -200px;
}
#left ul li.current_page_item a:hover,  #left ul li li.current_page_item a:hover, #left ul li li li.current_page_item a:hover, #left ul li.current_page_ancestor a:hover {
	color: #278;
	background-position: 0 -100px;
}
#left ul li.current_page_item li a, #left ul li li.current_page_item li a {
	color: #fff;
	background-position: 0 0;
}
#left ul li.current_page_ancestor a {
	color: #ccc;
}

/* General Formatting */
h2 {
	font-size: 1.6em; 
	line-height: 1.3em; 
	color: #339;
	margin: 0 0 0.8em 0;
	text-align: right;
	letter-spacing: 0.02em;
	padding-right: 10px;
	background: transparent url(images/h2-back.jpg) 0 0px repeat-y;
	width: 680px;
	position: absolute;
	top: 0;
	right: 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #278;
	margin: 1em 0 0 0;
}
h4 {
	font-size: 1.2em;
	color: #278;
	margin: 1em 0 0 0;
}
h5 {
	font-size: 1.1em;
	color: #278;
	margin: 1em 0 0 0;
}
h6 {
	font-size: 1em;
	color: #278;
	margin: 1em 0 0 0;
}
p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0.8em 0 0.4em 0;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote p {
	margin: 1.6em 20px 0.8em;
	line-height: 1.6em;
}
blockquote p.withattrib {
	margin-bottom: 0;
}
hr {
	display: none;
}
a img {
	border: none;
}

/* Format Custom Classes */
.border-top {
	border-top: 1px solid #ddd;
	padding-top: 4px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}
.byline {
	font-size: 0.8em;
	text-align: right;
	color: #999;
	font-style: italic;
}
.quote {
	color: #888;
	font-size: 1.3em;
	text-align: center;
	margin: 1.6em 0 0 0;
	font-style: italic;
}
.quoted {
	text-align: right;
	margin: 0 30px 1em;
}
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.nomargintop {
	margin-top: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
#main .subnav {
	line-height: 1.1em;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #666;
	padding-bottom: 6px;
}
#main .subnav a {
	text-decoration: none;
}
.one-line-per-page {
	margin: 200px 20px;
}
#main .pagelink p {
	word-spacing: 3px;
}
#main .pagelink a {
	width: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	color: #144;
}
#main .pagelink a:hover {	
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
sup.wpmlrequired {
	display: none;
}
.bigspaceabove {
	margin-top: 5em;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 14px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 14px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	border: none;
}
.alignleft {
	float: left;
	border: none;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Main Lists */
#main ul {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ul li {
	margin: 0.6em 0 0 2em;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	line-height: 1.4em;
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ol li {
	margin: 0.4em 0 0 2em;
}
#main li {
	font-size: 0.85em;
}

/* Main Links */
#main a {
	text-decoration: underline;
	color: #278;
}
#main a:visited {
	color:#5a6;
}
#main a:hover {
	color: #1ba;
}

/* Footer Links */
#footer #to-top {
	text-align: center;
}
#footer .copyright {
	margin: 8px 0;
	text-align: right;
	float: right;
}
#footer .address {
	float: left;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #278;
	font-weight: bold;
}
#footer a:hover {
	color: #339;
	text-decoration: underline;
}
#footer p {
	margin: 0;
}

/* Posts */
#main .post {
	padding: 6px 12px 20px;
	text-align: left;
	margin: 20px 0 0 0;
	background: transparent url(images/underline1.jpg) left bottom no-repeat;
}
#single #main .post {
	margin-top: 0;
}
#main .post h3 {
	text-align: left;
	padding-top: 0;
	margin-top: 0;
}
#main .post h3 a {
	text-decoration: none;
}
#main .post h3 a:hover {
	text-decoration: underline;
}
.post hr {
	display: block;
}
#main .post .byline {
	font-size: 0.8em;
	text-align: right;
	color: #777;
	font-style: italic;
	padding: 0 6px;
}
#main .post .byline a {
	color: #999;
}
#main .post .byline a:hover {
	color: #3aa;
}
#main .navigation {
	margin: 0 auto;
}
#main a.more-link {
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: left;
}
#main p.comments-link {
	display: inline;
}
#main .post .bio p {
	font-size: 0.85em;
	line-height: 1.2em;
	font-style: italic;
	margin: 20px 60px;
	text-align: center;
	color: #339;
}
h5#respond, h5#comments {
	clear: both;
}

/* Forms */
input, textarea {
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	color: #457;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
textarea {
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
input select {
	background: none;
}
.contact input, .contact textarea {
	width: 400px;
	font-size: 1.2em;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	color: #457;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.contact .send {
	margin-left: 370px;
	font-size: 0.9em;
	color: #000;
	background-position: 0 60%;
	padding: 3px;
	border-color: #999;
	width: 40px;
	cursor: pointer;
}
.send:hover {
	border-color: #3aa;
	color: #3aa;
	background-position: 0 0;
}
.required {
	font-size: 0.85em;
	font-style: italic;
	color: #888;
}
.contact-label {
	margin: 10px 0 2px;
	font-size: 0.9em;
}
#si_contact_captcha_code1 {
	width: 100px;
}
#pay-form {
	text-align: center;
	margin-top: 10px;
}
#pay-form input {
	background: transparent;
	border: none;
}
#searchform {
	margin: 20px 10px 0;
	padding: 2px;
	width: auto;
	height: 30px;
}
#searchform #s {
	width: 100px;
	border: 1px solid #ddd;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 4px;
	float: left;
}
#searchsubmit {
	text-align: center;
	width: 60px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 2px;
	float: left;
	margin-left: 6px;
}
#searchsubmit:hover {
	color: #3aa;
	border-color: #3aa;
}
#main #password-section {
	width: 400px;
}
#main #password-section label {
	font-size: 16px;
	float: left;
}
#main #password-section .password-box {
	font-size: 16px;
	float: left;
	display: block;
	width: 140px;
	float: left;
	line-height: 22px;
	padding: 4px;
}
#main #password-section .password-send {
	font-size: 16px;
	cursor: pointer;
	float: left;
	display: block;
	width: 60px;
	margin-left: 0.4em;
	line-height: 22px;
	padding: 4px;
}	
#main #password-section .password-send:hover {
	color: #3aa;
	border-color: #3aa;
}
select {
	width: 130px;
}
#commentform input, #commentform textarea {
	font-size: 1.2em;
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 400px;
	margin-top: 5px;
}
#commentform #submit {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
	padding: 2px;
	border-color: #999;
	width: 120px;
	background-position: 0 60%;
}
#commentform #submit:hover {
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
#commentform p {
	margin: 5px 0;
}
#optinform2 {
	width: 140px;
	margin: 0 10px;
	position: relative;
}
#optinform2 .content {
	padding: 6px;
}
#optinform2 input {
	color: #457;
	font-size: 14px;
	width: 110px;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	line-height: 24px;
}
#optinform2 fieldset {
	padding: 4px;
	border: none;
	font-size: 0.8em;
}
#optinform2 input.button {
	margin: 0;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 2px;
	width: 40px;
	position: absolute;
	top: 20px;
	left: 130px;
}
#optinform2 input.button:hover {
	color: #3aa;
	border-color: #3aa;
}
#left h3 {
	font-size: 1em;
	margin: 20px 10px 0;
}
#left p {
	margin: 0 10px;
}

/* Comments */
#main .commentlist {
	text-align: left;
}
#main .commentlist li {
	margin: 5px 0 0 0;
	padding: 6px 10px 4px;
	list-style: none;
	line-height: 1.3em;
	font-size: 0.9em;
	clear: both;
}
#main .commentlist p {
	margin: 10px 5px 6px 0;
	line-height: 1.3em;
}
#main .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
#main .commentmetadata {
	font-size: 0.8em;
	text-align: right;
	color: #aaa;
	font-style: italic;
	padding: 0 6px;
	display: block;

}
#main .commentmetadata a {
	color: #999;
}
#main .commentmetadata a:hover {
	color: #3aa;
}
#main .commentlist cite {
	color: #888;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1em;
	display: block;
	text-align: center;
	width: 48px;
	overflow: hidden;
}
#main .commentlist cite a {
	text-decoration: none;
}
#main #respond {
	margin-top: 10px;
}
.c-grav {
	width: 40px;
	float: left;
	position: relative;
}
.c-grav img {
  	border: 4px solid #e3e3e3;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.c-body {
	float: left;
	width: 400px;
	font-size: 1.1em;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	padding: 4px 20px 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	margin-left: 25px;
	border: 1px solid #eee;
}
.talk-bubble-stem {
	background: transparent url(images/talk-bubble.png) 0 0 no-repeat;
	width: 16px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: -26px;
}
.authcomment .c-grav img {
	border-color: #e4e9de;
}
.authcomment .c-body {
	background: #dec !important;
	border-color: #ab9;
	color: #547;
}
.authcomment .talk-bubble-stem {
	background-image: url(images/talk-bubble-auth.png) !important;
}

/* Links Page */
#main ul li.linkcat {
	list-style: none;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#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;
}

/* Site Credit */
#credit {
	width: 260px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #fff;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red-339.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}

/* Random quote */
.quotescollection_randomquote {
	width: 180px;
	margin: 20px 10px 10px;
}
.quotescollection_randomquote q {
	font-size: 1em;
	line-height: 1.3em;
	color: #339;
}
.quotescollection_randomquote cite {
/*	display: block;  To display author and source in a new line */
	text-align: right;
	font-size: 1em;
	color: #555;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 0.2em;
}
#quotescollection_nextquote-0 {
	color: #359;
	text-align: right;
	font-size: 0.8em;
}
#quotescollection_nextquote-0 a {
	border-width: 0;
	color: #359;
}
#quotescollection_nextquote-0 a:hover {
	border-width: 0;
	color: #fff;
}
blockquote.quotescollection {
	border: 0;
	background: none;
	padding: 0;
	margin: 2em;
	font-size: 1em;
}
blockquote.quotescollection q {
}

blockquote.quotescollection cite {
	display:inline;	
	font-size: 0.9em;
}

/* Social Network Links */
#socialnets {
	margin: 20px 0 0;
	height: 70px;
}
#socialnets a {
	margin: 2px 2px 6px;
	text-indent: -9000px;
	font-size: 1px;
	width: 30px;
	height: 30px;
	background: transparent url(images/socialnets/facebook.gif) 0 0 no-repeat;
	display: block;
	float: left;
}
#socialnets a#facebook:hover {
	background-position: 0 -30px;
}
#socialnets a#twitter {
	background-image: url(images/socialnets/twitter.gif);
}
#socialnets a#twitter:hover {
	background-position: 0 -30px;
}
#socialnets a#youtube {
	background-image: url(images/socialnets/youtube.gif);
}
#socialnets a#youtube:hover {
	background-position: 0 -30px;
}
#socialnets a#feed {
	background-image: url(images/socialnets/feed.gif);
}
#socialnets a#feed:hover {
	background-position: 0 -30px;
}

/* AddThis Buttons */
.addthis_toolbox {
	margin: 30px 0 0 0;
	float: left;
}
.addthis_default_style a {
	margin: 30px 0 0 0;
}
.addthis_default_style p.share {
	margin: 26px 0 0 0;
	color: #333;
	float: left;
}
#home .addthis_toolbox {
	margin: 0;
}

/* WP Audio Player */
.wpaudio-container {
	display: inline-block;
	zoom: 1; *display:inline;
	line-height: 1;
	margin: 16px 30px 8px 0;
	border: 1px solid #eee;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
#main .wpaudio-container a.wpaudio, #main .wpaudio-container a.wpaudio:visited {
	text-decoration: none;
	font-size: 20px;
	display: block;
	width: 540px;
	color: #888;
}
#main .wpaudio-container a.wpaudio:hover {
	color: #3aa;
}
#main .wpaudio-container a em {
	font-size: 0.6em;
	font-style: italic;
	letter-spacing: 0;
}
.wpaudio {
	font-weight: normal;
	letter-spacing: 1px;
}
.wpaudio-play {
	margin: 0 5px 0 0;
	border: 0;
	width: 33px;
	height: 33px;
	background: transparent;
	vertical-align: middle;
}
.wpaudio-slide {
	display: none;
}
.wpaudio-bar {
	position: relative;
	margin: 2px 0 0 19px;
	height: 5px;
	font-size: 1px;
	background: #eee;
}
.wpaudio-bar-playable {
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 5px;
	z-index: 11;
	background: #ccc;
}
.wpaudio-bar-position {
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 5px;
	z-index: 12;
	background: #c00;
}
.wpaudio-bar-click {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	z-index: 12;
	cursor: pointer;
}
.wpaudio-meta {
	margin: 3px 0 0 19px;
	float: right;
	width: 400px;
	font-size: 10px;
	color: #888;
	text-align: right;
}
#main .wpaudio-meta a.wpaudio-download {
	font-size: 12px;
}
.wpaudio-position {
	display: inline;
	margin-left: 2em;
	font-size: 12px;
	color: #333;
}

/* Premium Slider */
#main .lof-container {
	width: 800px;
	height: 260px;
	margin: 0 auto;
}
#main .lof-container li {
	list-style: none;
}
