/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   THEME: Consczen for We Are Consciousness Itself website, ADF
   Normalize.css is intended to be used as an alternative to CSS resets

   It is suggested that you read through the normalize.css file and customise it
   to meet the design requirements of a project rather including it as a "black
   box". @see http://nicolasgallagher.com/about-normalize-css/

   Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
         @see http://snook.ca/archives/html_and_css/no_css_reset/
   ========================================================================== */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
  /*
   * To use a 14px font size on the page, delete the 16px and 12px declarations.
   * To use a 12px font size on the page, delete the 16px and 14px declarations.
   */

  /* Use a 16px base font size */
  font-size: 100%; /* 1 */

  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */

  /* Establish a vertical rhythm. */
  line-height: 1.5em;
}


/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
position:relative;
padding:0;
margin:0;
height:100%;
min-width:240px;
min-height:100%;
background-color:#0e0700;
}

/* =============================================================================
   Links
   ========================================================================== */

/*
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */

a:link {
}

a:visited {
}

a:hover,
a:focus {
}

a:active {
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
  outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
  font-size: 2em;
  /* Sets the line height to 2 units of vertical rhythm */
  line-height: 1.5em; /* 3rem / 2em = 1.5em */
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em; /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em;
  word-spacing:1px;
}

h2 {
  font-size: 1.5em;
  line-height: 2em; /* 3rem / 1.5em = 2em */
  margin-top: 1em; /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em;
  word-spacing: 1px;
}

h3 {
  font-size: 1.17em;
  line-height: 1.282em; /* 1.5rem / 1.17em = 1.282em */
  margin-top: 1.282em;
  margin-bottom: 1.282em;
  word-spacing: 1px;
}

h4 {
  font-size: 1em;
  line-height: 1.5em; /* 1.5rem / 1em = 1.5em */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.807em; /* 1.5rem / 0.83em = 1.807em */
  margin-top: 1.807em;
  margin-bottom: 1.807em;
}

h6 {
  font-size: 0.75em;
  line-height: 2em; /* 1.5rem / .75em = 2em */
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Thematic break */
hr {
  height: 1px;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  white-space: nowrap;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
  font-weight: bold;
}

blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 30px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: .75em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
  quotes: none;
}

/* 2 */

q:before,
q:after {
  content: '';
  content: none;
}

/* @todo Determine how big element affects vertical rhythm. */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.underline {
text-decoration:underline;
}
/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul,
.item-list ul /* Drupal override */ {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 0;
}

.item-list ul li { /* Drupal override */
  margin: 0;
}

dd {
  margin: 0 0 0 30px; /* LTR */
}

ul ul, ul ol,
ol ul, ol ol,
.item-list ul ul, .item-list ul ol,
.item-list ol ul, .item-list ol ol {
  margin: 0; /* Turn off margins on nested lists. */
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul,
.item-list ul /* Drupal override */ {
  padding: 0 0 0 30px; /* LTR */
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */

  /* vertical-align: bottom; */ /* Suppress the space beneath the baseline */

  /* Responsive images */
  /* @todo Add responsive embedded video. */
  max-width: 100%;
  height: auto;
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
  overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
  margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */ /* LTR */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
  line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
  *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* width: 100%; */ /* Prevent cramped-looking tables */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/*
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */

th {
  text-align: left; /* LTR */
  padding: 0;
  border-bottom: none;
}

tbody {
  border-top: none;
}

/* CUSTOM CLASSES */

html, body {
height:100%
}
/* ::::::::::::::::::::::  BASE STYLES  (from 240px to 319) :::::::::::: */
p, pre {
margin:.75em 0;
word-spacing: 1.5px;
letter-spacing: .1px;
}
.righttext { text-align:right; }
.mahavakya { font-weight:700; }

#page {
position:relative;
text-align:center;
background: rgb(94,40,7); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,161,27,1) 0%, rgba(88,26,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 90%, color-stop(0%,rgba(255,161,27,1)), color-stop(100%,rgba(88,26,4,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,161,27,1) 0%,rgba(88,26,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,161,27,1) 0%,rgba(88,26,4,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,161,27,1) 0%,rgba(88,26,4,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,173,27,1) 0%,rgba(88,26,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2807', endColorstr='#8f4e00',GradientType=0 ); /* IE6-9 fallback on vertical gradient */
height:100%;
}
body > #page{ height: auto; min-height: 100%; }
#main {
position:relative;
min-height:inherit;
padding-bottom:55px;
}

#content {
margin: 45px 0 0 0;
padding: 0;
position:relative;
min-height:inherit;
height:100%;
}
div.region-header {
position:relative;
width:100%;
}


.node-book, .node-custom-book, .node-page, .node-homepage, .bodybox, .contact-form, .node-book-cover {
position:relative;
margin-left:auto;
margin-right:auto;
width: 80%;
padding:15px 15px 65px;
text-align:center;
height:100%;
min-height:100%;
}
.node-book, .node-custom-book, .node-23, .node-49, .contact-form, .node-24, .node-180, .node-181 {
background-color: #ebe4c4;
text-align:left;
-webkit-box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0, .45);        
        box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0, .45);
}
.node-2, .node-35, .node-6, .node-book-cover {
text-align:center;
box-shadow:none;
}
.node-3, .node-2, .node-6, .node-35, .node-homepage, .bodybox, .node-book-cover {
border: 2px solid #ebe4c4;
background: rgb(164,100,24); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(249,164,57,1) 0%, rgba(95,41,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 90%, color-stop(0%,rgba(249,164,57,1)), color-stop(100%,rgba(95,41,10,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(249,164,57,1) 0%,rgba(95,41,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(249,164,57,1) 0%,rgba(95,41,10,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(249,164,57,1) 0%,rgba(95,41,10,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(249,164,57,1) 0%,rgba(95,41,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7927', endColorstr='#a46418',GradientType=0 ); /* IE6-9 fallback on vertical gradient */
}
.copyright {
font-size: 70%;
line-height:3em;
margin:0;
}
.copyright a {
color: #b38935;
}

/*   ::::::::::::::   BOOK STYLES  ::::::::::::  */

div#book-navigation-2 ul.menu, 
article.node-book ul.links, 
article.node-book ul.links li, 
article.node-book ul.links li.leaf, {
visibility:hidden;
list-style-type:none;
list-style:none inside none;
font-size:0px;
border:0px none;
line-height:0;
padding:0;
margin:0;
height:0;
}

.book-navigation .page-links { border:none;padding:0;}

.book-title2 {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
color: #fefbe4;
font-size:150%;
margin: .75em 0;
letter-spacing:.03em;
word-spacing: .15em;
}
.subtitle {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
color: #3D1C00;
font-size: 130%;
line-height:1.5em;
letter-spacing:.5px;
}
.author2 {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
color: #fefbe4;
font-size:160%;
margin: .75em 0;
}

#footer .block-views  {
margin:0;
width:100%;
position:relative;
}

#content {
position:relative;
display:block;
min-width: 32px;
}

#content .block-views {
margin:0;
position:fixed;
top: 48%;
width:32px;
height: 40px;
overflow:hidden;
}
#content div.block-views.even {
left:-6px;
}
#content div.block-views.odd {
right: -6px;
}
#content .freepager-previous > a {
margin: 0;
padding:0;
display:block;
height:40px;
width:32px;
overflow:hidden;
background-repeat:no-repeat;
background-position: 0px 40px !important;
background:url('/sites/default/files/prev-arrow4.png');
}

#content .freepager-next > a {
margin: 0;
padding:0;
display:block;
height:40px;
width:32px;
overflow:hidden;
background-repeat:no-repeat;
background-position: 0px 40px !important;
background:url('/sites/default/files/next-arrow4.png');
}
#content .freepager-previous > a:hover,
#content .freepager-next > a:hover {
background-position: 0px 0px !important;
}
#footer .freepager-next, #footer .freepager-previous {
padding:0;
margin:0;
font-size:0;
line-height:0;
}
#footer .freepager-current, #footer .freepager-current .copyright {
padding:0;
margin:0;
}

#footer .freepager-previous {float:left; }
.section-book-cover .copyright {padding-left:32px;}
.section-learn-more .copyright {padding-right:32px;}

#footer {
position:absolute;
clear:all;
height: 33px;
bottom: 0;
width:100%;
}
.push {
position:absolute;
height:10px;
bottom:0;
width:100%;
}
#block-block-2 {
top:15px;
margin:0;
}
.portrait {
float:right;
margin: 0 10px 10px 10px;
text-align:center;
width:45%;
line-height:1em;
}
.portrait img {
width:100%;
height:auto;
border:1px solid #8f4e00;
}
.largephoto img {
border:1px solid #8f4e00;
}
 
span.caption {
font-size: 75%;
margin-left:20px;
text-align:center;
}
.largephoto {
text-align:center;
}
.pagepad,
.pagepad-linkpage {
font-size:90%;
z-index:495;
}
.pagepad h2,
.pagepad h2, pagepad-linkpage {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: .8em;
    margin-top: .8em;
}
.node-custom-book h2 {
text-align:center;
font-variant:small-caps;
}
.node-custom-book a {
color:#723107;
font-weight:700;
}
.node-custom-book a:hover,
.node-custom-book a:focus {
color:#cc4400;
}

.footnote {
border-top: 1px solid #9b550d;
font-size: 75%;
line-height:1.4em;
margin-bottom:1em;
}

/* :::::::::::::::  COMING SOON STYLES  :::::::::::::: */

.line1, .line2 {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
padding:0px;
margin:0px;
}
.line1 {
color: #270e00; 
margin-top:.4em;
}
.line2 {
color: #773300; 
margin-top:.1em;
padding-top:.1em;
}

.line3, .line4, .line4 a {
text-decoration:none;
color:#fefbe4;
padding:0px;
margin:0px;
}

.line3 {
letter-spacing:1px;
margin-top:.6em;
}
.line4 {margin: 15px 2px;}

.line4 a {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.line4 a:hover {
color:#fff;
}

.logo {
padding:1.2em 0 .2em;
margin: 1.4em 0 0;
}

.line1, .line2 {font-size:180%;line-height: 1em;}
.line3, .line4 {font-size: 180%;line-height: 1em; margin: .8em .1em .7em;}

.logo img {
width:17%;
}
/* ::::::::::  OM MAXIMENU SETTINGS  :::::::::::: */
#block-om-maximenu-om-maximenu-1 {
position:absolute;
top:0;
left:0;
overflow:visible;
z-index:499;
margin-bottom:0;
text-align:left;
width:100%;
max-width: 313px;
min-width:220px;
font-size:90%;
}
div#block-om-maximenu-om-maximenu-1 h2.block-title {
visibility:hidden;
line-height:0;
margin:0 !important;
font-size:0;
}
div.block-block-id-3 h3, div.block-block-id-5 h3, div.block-block-id-6 h3, .block-menu-id-menu-consciousness-itself h3 {
visibility:hidden;
line-height:0;
padding:0;
font-size:0px;
margin:0;
}
.block-block-id-5 p,
.block-block-id-6 p {
padding:0 0 0 1em;
}
.block-block-id-5 a,
.block-block-id-6 a  {
/* links in the last part of menu  */
color:#6B3104;
text-decoration:none;
font-style:italic;
}
.block-block-id-5 a:hover,
.block-block-id-5 a:focus,
.block-block-id-6 a:hover,
.block-block-id-6 a:focus {
color:#cc4400;
}

.om-maximenu.om-maximenu-block.om-maximenu-column ul.om-menu li.om-leaf .om-link {
float:left;
line-height:36px;
padding:0;
}
.om-maximenu-middle-right {
margin: 0 0 10px 0;
}

#block-block-4 {
/* home and book icons outside the maximenu */
position:absolute;
z-index:500;
top:12px;
left:40px;
margin:0;
padding:0;
}
.block-menu-id-menu-consciousness-itself a {
display:block;
font-size: 89%;
text-decoration:none;
color:#723107;
text-indent:-1em;
padding-left:2em;
}
.block-menu-id-menu-consciousness-itself a:hover,
.block-menu-id-menu-consciousness-itself a:focus {
color:#cc4400;
}
.block-menu-id-menu-consciousness-itself {
/* the middle block in the om maximenu block */
/* middle menu in the menu block */
clear:both;
margin-left:5px;
margin-right:15px;
line-height:1.4em;
margin-bottom: .5em !important;
}
.block-menu-id-menu-consciousness-itself h3 {
visibility:hidden;
line-height:0;
}
.block-block-id-5 {
/* bottom links in menu block */
margin-left:5px;}
.link-menu img {
margin-left: 10px;
}
.home-link {
position:absolute;
margin:0 0 0 12px;
}
.book-link {
position: absolute;
margin:0 0 0 29px;
}
.websitehome {
visibility:visible;
line-height:0px;
}
.closemenu {
width:100%;
text-align:left;
background-color:#985716;
height: 45px;
}
.ex {
margin-left:-38px;
}
.toc {
float:left; 
clear:both; 
text-indent: 0px;
margin: 20px 0 10px 10px;
color:#6B3104;
font-weight:700;
}
ul.menu li.last {
font-style:italic;
font-weight:600;
}
ul.menu li ul.menu li.last {
font-style:normal;
font-weight:400;
}
/* :::::::: MENU BLOCK SETTINGS ::::::::::::::: */
.block-menu-id-menu-consciousness-itself ul {
padding:0 0 0 20px;
}
.block-menu-id-menu-consciousness-itself a {
padding-left: 1em;
}
/* :::::::::::  HOME PAGE SETTINGS   ::::::::::::  */
.homelogo {
display:block;
position:relative;
margin-top:-8%;
margin-bottom:.6em;
}
.homelogo img {
width: 15%;
}
.intro, .intro h2, .intro h3, .intro h4, .intro h5 {
color: #fefbe4;
line-height: 1.6em;
padding:0;
margin:0;
}
.intro h5, .intro h4 {
font-size: 83%;
}
.intro h4 {
letter-spacing: -.5px;
}
.intro h3 {
font-size: 84%;
word-spacing: 1px;
}
.intro h2 {
font-size: 90%;
}
.book-title h1 {
font-size: 140%;
color: #3d1c00;
line-height: 1.25em;
}
.attribution p{
color: #fefbe4;
font-size: 120%;
margin:.4em 0 0 0;
line-height: 1.4em;
}
.attribution {
clear:both;
}
p.author {
font-size: 140%;
margin:0;
letter-spacing:.05em;
word-spacing: .15em;
}
.book-and-links {
position:relative;
}
.ebook-cover {
-webkit-box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .20);      
        box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .20);
}
.ebook-links ul {
margin: .6em 0 1.5em;
}
.ebook-links ul li a {
text-decoration:none;
color:#3D1C00;
}
.ebook-links ul li a:hover,
.ebook-links ul li a:active {
color:#CC4400;
}
.ebook-links {
font-weight:bold;
color:#3D1C00;
text-align:left;
position:relative;
width:9em;
float: none;
clear:both;
top: 0px;
margin:20px auto 0 auto;
padding:0;
}
.ebook-links ul li {
list-style-type:disc;
}
.ebook-links strong {
color:#FEFBE4;
}
ul.downloads {
text-align:left;
}
.primary-link {
font-weight:700;
text-shadow: 1px 1px 2px #cf7406;
filter: dropshadow(color=#cf7406, offx=1, offy=1);
}

/* :::::: SOCIAL SHARE ICONS :::::: */
#block-social-share-social-share {
position:absolute;
bottom:22px;
left:0;
right:0;
margin:0 auto;
padding:0;
}
#block-social-share-social-share h2.block-title {
visibility:hidden;
line-height:0;
text-align:-9999px;
}

.social-share {
/*text-align:right;*/
margin-left:-16px;
}

/* NEW SOCIAL CODE */
a.social-share-facebook, a.social-share-twitter, a.social-share-googleplus, a.social-share-linkedin, a.social-share-myspace {
  display:-moz-inline-box;
  display:inline-block;
  text-indent:-3000px;
  overflow:hidden;
  vertical-align:top;
  height:32px;
  width:32px;
  background-repeat:no-repeat;
 background-position: 0 0;
}
a.social-share-facebook {
background:url('/sites/default/files/images/facebook2.png');
}
a.social-share-twitter {
background:url('/sites/default/files/images/twitter2.png');
}
a.social-share-googleplus {
background:url('/sites/default/files/images/googleplus2.png');
}
a.social-share-linkedin {
background:url('/sites/default/files/images/linkedin2.png');
}
a.social-share-myspace {
background:url('/sites/default/files/images/myspace2.png');
}
a.social-share-facebook:hover, a.social-share-twitter:hover, a.social-share-googleplus:hover, a.social-share-linkedin:hover, a.social-share-myspace:hover,
a.social-share-facebook:focus, a.social-share-twitter:focus, a.social-share-googleplus:focus, a.social-share-linkedin:focus, a.social-share-myspace:focus {
background-position:-32px 0px;
}

/* :::::::::::: LANGUAGE SWITCHER ::::::::::::::::: */

/*#block-lang-dropdown-language {
position:absolute;
top: .1em;
right: .1em;
margin-bottom:.1em;
z-index:9999;
}
#block-lang-dropdown-language .block-title {
margin:0;
padding:0;
height:0;
width:0;
visibility:hidden;
line-height:0;
}*/
#lang-dropdown-form {
position:relative;
}
#lang-dropdown-form > div > .form-item {
margin:.3em;
}
#edit-lang-dropdown-select {
width: 100px!important;
}
.dd_after .ddTitle, .dd .ddTitle, .lang-dropdown-select-element {
    background: none repeat scroll 0 0 #763508;
    border: 1px solid #3D1704;
    cursor: default;
    height: 1.5em;
    line-height:1.5em;
    overflow: hidden;
    padding: .3em .3em .3em .5em;
    text-indent: 0;
    }
.ddTitleText, .lang-dropdown-select-element {
    color:#FEFBE4;
}
.dd .ddChild, .lang-dropdown-select-element  {
    background-color: #955516;
    border:none;
    border-style:none;
    border-width:0;
    margin-top: .3em;
    margin-right: .5em;
    width: 130px;
    padding: 0;
    text-align: center;
}
}
.dd_after .ddChild {
background-color:#3D1704;
border: 1px solid #3D1704;
}
.dd_after .ddChild a, .dd .ddChild a {
background-color: #955516;
    padding: .3em .3em .3em .5em;
}
.dd_after .ddChild a.selected,
.dd_after .ddChild a:hover,
.dd .ddChild a.selected,
.dd .ddChild a:hover {
    background-color: #955516;
    padding: .3em .3em .3em .5em;
}

#block-lang-dropdown-language {
    position: absolute;
    top: .1em;
    right: .1em;
    margin-bottom: .1em;
    z-index: 9999;
}

#block-lang-dropdown-language .block-title {
    display: inline;
    padding-right: 1em;
    font-size: 14px;
    /* padding-top: 2em !important; */
    line-height: 5em;
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    color: #fefbe4;
    height: 0;
}

#lang_dropdown_form_language {
    margin-top: 1em;
    float: right;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
#block-lang-dropdown-language .block-title {
    display: none;
}
}
/* ===== == = === 20em (320px to 479px) left out the word "only" for IE=== = == ===== */

@media screen and (min-width: 320px) {
.pagepad,
.pagepad-linkpage {
font-size:100%;
}
.pagepad h2, pagepad-linkpage h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 1em;
    margin-top: 1em;
}
    p {padding-top:0px;}
    .line1 {
	padding-top:.2em;
    }
    .line1, .line2 {
    font-size:210%;
    line-height: 1.2em;
    }
    .line3 {font-size: 220%;}
    .line4 {font-size: 220%;}

.intro h5, .intro h4 {
font-size: 96%;
}

.intro h3 {
font-size: 100%;
}
.intro h2 {
font-size: 110%;
}
.book-title h1 {
font-size: 170%;
}
.attribution p{
font-size: 120%;
}
p.author {
font-size: 170%;
}
.homelogo {
margin-top:-15%;
}
.book-title2 {
font-size: 180%;
}
.subtitle {
font-size: 150%;
}
.author2 {
font-size: 200%;
}
#edit-lang-dropdown-select {
width: 120px!important;
}
}
/* ==============  394px to 479px =================== */
@media screen and (min-width: 394px) {
/* freepager placement */
#content div.block-views.even {
left:.25%;
}
#content div.block-views.odd {
right: .25%;
}
}
/* ===== == = === 30em (480px to 767px) left out the word "only" for IE === = == ===== */

@media screen and (min-width: 480px) {
p, pre {
margin: 1.5em 0;
}
.block-block-id-5 p {margin:0;}
p {padding-top:0px;}
.line1, .line2 {
font-size:230%;
}

.intro, .intro h2, .intro h3, .intro h4, .intro h5 {
word-spacing:.2em;
}
.intro h5, .intro h4 {
font-size: 110%;
}
.intro h3 {font-size: 125%;}
.intro h2 {font-size: 135%;}
.intro h4 {letter-spacing: -.5px;}
.intro h3 {letter-spacing: .3px;}

    .line3 {font-size: 260%; line-height: 1.3em;}
    .line4 {font-size: 250%; line-height: 1.3em; }

  .node-homepage, .bodybox {
  width: 80%;
  }
  .node-page, .node-custom-book {
  width:76%;
  padding:20px 30px;
  }
  .pagepad {padding: 0 20px; }
  .pagepad-linkpage {
  padding: 0 20px;
  text-align:center;
  }
  .books-and-links img {float:none;}

.pagepad h3 {
text-align:center;
}
.mahavakya {
text-align:center;
}

  .attribution {
  margin-top:1.6em;
  }
.book-title h1 {
font-size: 205%;
line-height: 1.25em;
}
.attribution p {
font-size: 160%;
line-height: 1.4em;
}
p.author {
font-size: 205%;
line-height: 1.4em;
margin-bottom: .6em;
}
.book-title2 {
font-size: 240%;
}
.subtitle {
font-size: 190%;
}
.author2 {
font-size: 240%;
}
.portrait {
float:right;
margin: 0 0 20px 20px;
line-height:1.4em;
}
/* freepager placement */
#content div.block-views.even {
left:1.1%;
}
#content div.block-views.odd {
right:1.1%;
}
}
/* ====== == = === 37.5em (600 px and up) left out word "only" for IE=== = == ==== */
@media screen and (min-width: 600px) {
#content {
margin: 65px 0 0;
}
.ebook-links ul li a {
font-size: 110%;
}
}

/* ===== == = === 48em (768px AND UP) left out word "only" for IE and changed 48em to 768px=== = == ===== */

@media screen and (min-width: 768px) {

div.homelogo {
margin-top:-81px;
}
.intro h5, .intro h4 {
font-size: 130%;
}
.intro h3 {
font-size: 145%;
letter-spacing: .8px;
word-spacing: 2.5px;
}
.intro h2 {font-size: 150%;}

.ebook-links {
    position: absolute;
    right: 30px;
    text-align: left;
    top: 50px;
    vertical-align: middle;
    width: 25%;
}
.line1, .line2 {
font-size: 290%;
}
.line3 {
font-size:320%;
}
.line4 {
font-size:270%;
}
.book-title h1 {
font-size: 250%;
}
.attribution p{
font-size: 180%;
}
p.author {
font-size: 230%;
}
#block-block-4 {
position:absolute;
top:38px;
left:10px;
z-index: 498;
margin:10 0 0 0;
padding:0;
}
.websitehome {
visibility:visible;
line-height: 1em;
}
.home-link {
position:relative;
margin:20px 0 20px;
}
.book-link {
position:relative;
margin:0;
float:left;
clear:both;
}
.book-title2 {
font-size: 270%;
}
.subtitle {
font-size: 210%;
}
.author2 {
font-size: 270%;
}

/* FreePager placement */
#content div.block-views.even {
left:50%;
margin-left: -367px;
}
#content div.block-views.odd {
right:50%;
margin-right: -370px;
}
.block-menu-id-menu-consciousness-itself {
/* the middle block in the om maximenu block */
/* middle menu in the menu block */
clear:both;
margin-left:15px;
margin-right:20px;
line-height:1.4em;
margin-bottom: .5em !important;
}
}

/* ===== == = === FIT MENU BESIDE MAIN SCREEN ON LARGE MONITORS === = == ===== */

@media screen and (min-width: 1436px) {
/* ::::::::::  OM MAXIMENU SETTINGS  :::::::::::: */
div.om-maximenu-content {
margin-left:-318px!important;
}
.om-maximenu-middle h3 {
word-spacing:0;
}
.closemenu a {
visibility:hidden;
line-height:0;
}
}