/* DOCUMENT ELEMENTS */

cite.book-title
{
  font-family: serif;
  font-size: 1.05em;
}
.audio-player
{
  background: #f7f7f7;
  border-radius: .25em;
  border: 1px solid #dddddd;
  padding: .44em;
}
.audio-player img
{
  width: 64px;
  margin-right: .44em
}

q 
{ 
  font-style: italic; 
}
q.spoken-word
{
}
q.fancy
{
  font-style: italic;
  XXXfont-family: Georgia, serif;
}
q.fancy:before
{
  content: "\201C";
  font-style: normal;
  font-size: 1.2em;
  font-family: serif;
}
q.fancy:after
{
  content: "\201D";
  font-style: normal;
  font-size: 1.2em;
  font-family: serif;
}




hr.fade-to-edges { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #bbb, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #bbb, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #bbb, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #bbb, #f0f0f0); 
}
hr.solid-light-gray {
  border-top: 1px solid #ccc;
  border-bottom: 0px;
}


#at-custom-mobile-bar {
    box-shadow: none !important;
    border-top: 1px solid silver;
}

#adBlock {
    background: mistyrose;
    xdisplay: none;
}

#search
{
  display: none; 
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 9999;
  width: 444;
}
@media (max-width: 488px) 
{
  #search
  {
    width: 90%;
  }
}

.hayhouse
{
  margin-top: 1.6em;
}

.hayhouse a 
{
  float: left; 
  margin-right: 8px;
  width: auto;
}

.hayhouse:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.hayhouse img
{
  display: block;
  height: auto; 
  width: 100%; 
  max-width: 366px
}
.hayhouse .desc p
{
  font-size: .9em;
  line-height: 1.3;
}
.hayhouse .min-width
{
  min-width: 12em; display: inline-block;
}
.hayhouse .desc p:first-child
{
  margin-top: 0 !important;
}

#ads .hayhouse .desc
{
  display: none;
}
#ads .hayhouse a 
{
  float: none; 
  margin-right: 0;
  width: 100%;
}

#promo-playing-the-matrix
{
  background-image: url(http://divine-cosmos.net/images/ads/Hayhouse/PlayingTheMatrix-AffiliateEvergreen-728x90.jpg);
  width: 728px;
  height: 90px;
}
@media (max-width: 788px) 
{
  #promo-playing-the-matrix
  {
    background-image: url(http://divine-cosmos.net/images/ads/Hayhouse/PlayingTheMatrix-AffiliateEvergreen-300x250.jpg);
    width: 300px;
    height: 250px;
  }
}
/*
@media (max-width: 799px) 
{
  #promo-playing-the-matrix
  {
    background-image: url(http://divine-cosmos.net/images/ads/Hayhouse/PlayingTheMatrix-AffiliateEvergreen-591x90.jpg);
    width: 591px;
    height: 90px;
  }
}
*/


#promo
{
  display: table;
  margin-top: 1.2em;
  border-top: 1px solid #ccc;
  padding-top: .4em;
}
#promo h4
{
  margin-top: 0;
}
#promo > div
{
  display: table-row;
}
#promo .img
{
 display: table-cell; 
}
#promo .img img
{
  display: block;
  cursor: pointer;
   margin-right: .6em;
   xfloat: left;
}
#promo .desc
{
 display: table-cell;
    color: #333;
    vertical-align: top;
      font-size: .8em; 
  line-height: 1.4; !important

}
  #promo .desc p
  { 
    xfont-size: .8em;
    line-height: inherit;
  }


@media (max-width: 588px) 
{
  #promo 
  {
   display: block; 
  }
  #promo > div
  {
   display: block; 
  }
  #promo .img
  {
   display: block; 
   margin-right: 0;
   margin-bottom: .6em;
  }
  #promo .desc
  { 
    display: block;
  }

}

#comments h4
{
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  padding-top: .33em;
}

.suggested-reading h4
{
  border-top: 1px solid #ccc;
  padding-top: .33em;
}

.draft
{
  color: red;
  font-style: italic;
}
.callout
{
  background: #eee; 
  border: 1px solid #ccc; 
  padding: .5em .7em;
}

.callout2
{
  width: 90%;
  margin-top: 1em; 
  margin-bottom: 1em; 
  background: #fafafa; 
  padding: 1em; 
  font-size: .9em; 
  border-radius: .5em; 
  webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
}

.callout3
{
  width: 90%;
  margin-top: 1em; 
  margin-bottom: 1em; 
  background: #fafafa; 
  padding: 1em; 
  font-size: .9em; 
  line-height: 1.4em;
  border-radius: .3em; 
  webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
}
.callout3 p
{
  line-height: 1.4em !important;
}

.callout3 p:last-of-type
{
  margin-bottom: 0;
.}


p.first
{
  margin-top: 0;
}

.h-spacer
{
  display: inline-block;
}

.salutation { margin-top: 0em; font-size: 1.2em; font-weight: bold; }

img.leadin-quote
{
    display: block;
    max-width: 96%;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
    border-radius: .25em;
}
img.quote
{
  display: block;
    height: auto;
    width: 80%;
    margin-left: 1.5em;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
    border-radius: .25em;
    margin-bottom: 1.5em;
}

blockquote, .blockquote
{
    border-left: 6px solid #eee;
    padding-left: .6em;
    padding: .3em .6em .3em;
    font-style: italic;
}
blockquote.bkimg
{
  width: 80%;
  background-size: cover
}
blockquote.bkimg .body
{
  color: white;
  height: 14em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, .6);
}
blockquote.bkimg-light .body
{
  color: black;
  height: 14em;
  text-shadow: 0px 0px 4px rgba(255,255,255, .9);
}

blockquote.quoted, .blockquote.quoted
{
  margin-right: 2.5em;
}
blockquote footer
{
  margin-top: .3em;
}
blockquote cite
{
  font-style: normal;
}

/*================================*/
/* BANNER                         */
/*================================*/

.banner
{
  position: relative;
  overflow-x: hidden;
}
.banner .page-draft-indicator
{
  font-size: 1.75em;
  font-weight: bold;
  color: red;
  background: transparent;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: .33em;
  left: .3em;
  z-index: 2;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin: 0 0 0;
  padding: 0 .3em 0;
  opacity: 1;
}
.banner .img
{
  width: 100%;
  clear: both;
  background-size: cover;
  background-position: center; 
  height: 522px; 
  transition: height .3s;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
}
.banner.short .img
{
  height: 322px !important;
  xxx: xxx;
}
.banner .title
{
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 40px;
  background: transparent;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  position: absolute;
  bottom: .33em;
  line-height: 1.3em;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .6em !important;
  display: inline-block;
  color: white;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.banner .left-margin
{
  display: inline-block;
}
.banner .title .left-margin
{
  width: 12px;
}
.banner .subtitle
{
  visibility: hidden;
  font-weight: normal;
  font-size: 16px;
  color: #ddd;
  position: absolute;
  bottom: 0;
  font-weight: normal;
  z-index: 9999;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
}
.banner .subtitle .left-margin
{
  width: 12px; 
}
.banner .photo-credit
{
  position: absolute;
  font-size: 12px;
  color: #ddd;
  bottom: .33em;
  right: .66em;
  z-index: 2;  
}

.gradient 
{
  width: 100%;
  height: 7em;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}

.article-page .banner .img
{
  height: 440px; 
}


/* LEFT COLUMN SECTIONS */
#fb-follow
{
  margin-top: 1.1em;
}

.book-desc
{
  font-size: .8em;
  line-height: 1.4 !important; 
}

#thumbnail-leadin-video
{
  width: 300px;
  height: 169px;
}

@media (max-width: 644px) 
{
  #thumbnail-leadin-video
  {
    width: 188px;
    height: 106px;
  }
}


    #leadin-audio {max-width: 98% !important}
    .video-wrapper  {max-width: 560px}
    #leadin-video.video-wrapper  {max-width: 98% !important}
    .h_iframe        {position:relative;}
    .h_iframe .ratio {display:block;width:100%;height:auto;}
    .h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}


/* ============ */
#share-bar
{
  display: none;
  position: fixed;
    xline-height: 1.8;
    width: 100%;
    background-color: #fbfbfb;
    bottom: -99px;
    left: 0;
    border-top: 1px solid silver;
    z-index: 9999;
    transition-property: bottom;
    transition-duration: 1s;
    transition-timing-function: ease-in;
}
@media (max-width: 444px) 
{
  #share-cnt
  {
    display: none;
  }
}
#share-bar .btn
{
  display: inline-block; 
  text-align: center;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

.at-resp-share-element
{
  display: inline-block !important;
  position: relative;
  top: 6px;
}

#follow.modal-dlg .box
{
    width: 444px;
    position: relative;
    margin: 11% auto;
    padding: 1em 1em 1em 1em;
    border-radius: .25em;
    background-color: #fff;
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,.5);
    overflow-x: hidden;
}
@media (max-width: 488px) 
{
    #follow.modal-dlg .box
    {
      width: 333px;
    }
}

#follow.modal-dlg
{
  background: rgba(0,0,0,0.4);
}
#follow.modal-dlg .close:hover 
{
    background: silver;
    color: white;
}
#follow.modal-dlg .close 
{
    background: #777;
    color: #FFFFFF;
    line-height: 32px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.share-widget
{
  font-size: .8em;
  color: #777;
  display: inline-block;
}
.share-widget .addthis_sharing_toolbox
{
  display: inline-block;
  position: relative;
  top: 3px;
  padding-left: .5em;
}

.suggested-reading cite
{
  font-size: .9em;
  white-space: nowrap;
}

.feedback a
{
  color: white;
  text-decoration: none;
}

    .xarticle p:first-child
    {
      margin-top: 0;
    }
    .article .subtitle
    {
      margin-top: 0;
    }

    .affiliate-promo
    {
      margin-top: 1.5em;
      xbackground: mistyrose;
      white-space: nowrap;
    }
    .affiliate-promo .ad
    {
      display: inline-block;
    }
    .affiliate-promo header
    {
      font-size: .7em; 
      color: #888;
      margin-bottom: .3em;    
    }
    .affiliate-promo .ad .tagline
    {
      font-size: .8em;
      color: black;
      font-weight: bold;    
      display: inline-block;
    }
    .affiliate-promo img
    {
      width: 50%;
      height: auto;
    }



  #got-feedback
  {
    background-color: #eee;
    color: yellow;
    padding: .3em;
    margin-top: 1em;
  }
  
  .advertisements
  {
    margin-top: 1.5em;
    white-space: nowrap;
  }
  .advertisements header
  {
    font-size: .8em;
    color: #888;
    margin-bottom: .5em;  
  }
  .advertisements img.ad
  {
    width: 100%;
    height: auto;
  }
  .advertisements ul
  {
    margin: 0;
    padding: 0;
    list-style-type: none;  
  }
  .advertisements li
  {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5em;  
  }


.divider
{
  margin: .6em 0 .6em;
  border-bottom: 1px solid #ddd;
}
header.recent-posts
{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: .3em;
}


.clearfix:after 
{
  clear: both;
}
.clearfix:before, .clearfix:after 
{
  content: "";
  display: table;
}

img.fit-to-width
{
  width: 100%;
  height: auto;
}

.pull-left 
{
  float: left;
}

.pull-right 
{
  float: right;
}
 
.wide-col 
{
  xbackground: mistyrose;
  position: relative;
  width: 67%;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.narrow-col 
{
  xbackground: palegreen;
  width: 33%;
  padding: 0;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout 
{
  padding: 5px 1em 1em;
  margin: 0 auto;
  xmin-width: 900px;
  max-width: 1200px; /*1850px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main 
{
  position: relative;
  background-color: white;
  padding-bottom: 1em;
}

.sidebar
{
  padding: 0 1em 0;
}


.newbanner
{
  display: block;
  position: relative;
  background-image: url(images/website-banner2.jpg);
}

.posted-by-on
{
  color: darkred;
  xfont-size: .9em;
  margin-bottom: 1em;
  padding-left: 12px;
}

.like-share-header
{
  color: #777;
  font-size: .8em;
  margin-bottom: 1em;
  padding-left: 12px;
}
    .like-share-header.end-of-post
    {
      padding-left: 0px;
    }

.fb-like-share
{      
  margin-left: 1em;
  color: silver;
  display: inline-block;
}
.fb-like-share-wrap
{
  color: #777;
  font-size: .8em;
  xmargin-bottom: 1em;
  xpadding-left: 2em;
  display: inline-block;
}

.xfb-like
  {  
  position: relative;
    top: -2px;    
    xmargin-left: 1em;
    color: silver;
  }

  .fb-like span
  {      
    height: 15px !important; 
  }

.content
{
  padding: .5em;
  padding-right: 1em;
  padding-top: 0;
  font-size: 19px;
  line-height: 32px;
  color: #333;
  xposition: relative;
  xtop: -2em;
  max-width: 42em;
}

.content h3, h4, h5
{
  font-family: 'Roboto Slab', serif;
}
.content h5
{
    font-size: .9em;
    margin-bottom: .8em;
    margin-top: .9em;
}

.content ul,
.content ol 
{
  line-height: 1.4;
}

.xcontent .title
{
  margin-top: 0;
  font-size: 1.7em;
  display: inline-block;
  color: black;
    margin-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
    background: white;
    border-radius: 4px;
    box-shadow: 10px 0px 10px 0px rgba(255, 255, 255, 0.3);
    margin-left: -.25em;
}

.inline-quote
{
  font-style: italic;
}

.letter .salutation
{
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
}

.letter .closing
{

}

.goto-comments
{
  font-size: .8em;
  font-style: italic;
  xcolor: #fb741c;
}

/* new signature */
.sig
{
  margin-bottom: 1.2em;
}
.sig img {
  width: 6.7em;
  display: inline-block;
}
.sig .name {
  font-style: italic;
  font-weight: bold;
  padding-left: .82em;
}
.sig .email {
  font-size: .8em;
}
.sig .nickname {
  font-style: italic;
  font-size: .8em;
}
.sig.avatar .contact-info 
{
  display: inline-block;
  position: relative;
  top: -0.22em;
  left: -1.2em;
  line-height: 1.4;
  width: 12em;
  background: transparent;
}
.sig.no-avatar .name 
{
  padding-left: 0em;
}
.big-btn
{
  font-size:1.1em;
}

.hilight
{
  background: yellow;
}

.yellow.hilight
{
  background: #ff6;
}
.pink.hilight
{
  background: lightpink;
}
.green.hilight
{
  background: lightgreen;
}

.comment
{
  xvertical-align: super;
  font-size: .8em;
  background: mistyrose;
  border: 1px solid red;
  padding: .1em .5em .1em;
  border-radius: 3px;
  margin-left: .5em;
  margin-right: .5em;
}

.error
{
  color: red;
  font-weight: bold;
}

body 
{  
  background: url(images/horz-waves.png);
  padding: 0;
  margin: 0em;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
table 
{  
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.hidden
{
  display: none;
}

/* unvisited link */
.content a:link,  /* div.main */
.content a:visited
{
  color: #2E8AE6; /*#5D7EC1;*/
}
.content a:hover,
.content a:active
{
  color: #6699FF;
}

.sup
{
  color: #ccc;
  vertical-align: super;
  font-size: smaller;
}

.msgbar
{
  display: none;
  position: relative;
  xtop: 34px;
  xleft: 42%;
  margin-bottom: .3em;
  padding: .5em;
  padding-left: 1em;
  padding-right: 1em;
  background: #ACFFAC;
  color: black;
  border-top: 1px solid #329532;  /* 40% darker palegreen */
  border-bottom: 1px solid #89EC89;  
  -webkit-xborder-radius: 4px;
     -moz-xborder-radius: 4px;
          xborder-radius: 4px;
  -webkit-xbox-shadow: 0px 0px 2px 0px #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          xbox-shadow: 0px 0px 2px 0px #000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.msgbar .close-btn
{
  display: none;
  position: absolute;
  top: .5em;
  right: 1em;
  cursor: pointer;
}

.msgbar .close-btn:hover
{
  font-weight: bold;
}

.letter
{
  padding-top: 0;
}

.article
{
  padding-top: 0;
}

header.site
{
  XXXoverflow-x: hidden; /* removed this to allow EBOOK tab to oveflow */
  position: relative;
  z-index: 999;
  xposition: fixed;
  xtop: 0;
  xz-index: 999;
  xfont-style: Italic;
  background: #222;
  padding: .3em;
  padding-left: .4em;
  padding-bottom: .5em;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

header.site .logo-title
{
  white-space: nowrap;
}

header.site a
{
  color: white;
  text-decoration: none;
}
header.site img
{
  width: 32px;
  height: 32px;
  position: relative;
  top: 4px;
  padding-right: 2px;
}

header.site h1
{
  display: inline;
  font-size: 2em;
  margin: 0;
  white-space: nowrap;
  padding-right:  .33em;
  font-style: italic;
}

header.site h3
{
  display: inline;
  color: #eee;
  font-size: 1.1em;
  font-weight:  normal;
  font-style: italic;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.menu
{
  display: inline;
  color: #888;
  font-style: normal;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5em;
  xbackground: palegreen;
}
.menu li
{
  display: inline;
  text-transform: uppercase;
  margin-right: 1.33em;
  font-weight: bold;
}
.menu li:last-child
{
  margin-right: 0;
}
/* unvisited link */
.menu a:link,
.menu a:visited
{
  color:  silver;
}
.menu a:hover,
.menu a:active
{
  color: #9BACE0;
  xtext-decoration: underline;
}

.menu li::after 
{ 
  content: "";
}
.menu li:last-child:after
{
  content: '';
}

.main .newbanner
{
  xposition: relative;
  height: 600px;
  xbackground-size: 100%;
  background-repeat: no-repeat;
  background: palegreen;
}
.main .newbanner .title
{
  position: absolute;
  border-top: 0px;
  font-size: 2.5em;
  color: white;
  xmargin-bottom: .3em;
  xpadding-left: .3em;
  xpadding-right: .6em;

}


div.main
{
  position: relative;
  top: 0;
  transition: top 500ms;
  xpadding: 2.5em;
  xpadding-top: 1.6em;
  xpadding-bottom: 1.6em;
  xmax-width: 42em;
  xmargin-top: 1em;
  xmargin-bottom: 1.6em;
  xmargin-left: auto ;
  xmargin-right: auto ;
  background: #fff;
  xborder-radius: 3px;
  x-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  x-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  xbox-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.main p 
{
  line-height: 1.6em;
}

.main p.callout
{
  line-height: 1.4em;
}

xdiv.main footer
{
  line-height: 1.2em;
  font-size: .8em;
  font-style: italic;
  color: #aaa;
  margin-top: 1em;
  border-top: 1px solid #ddd;
  padding: .7em 0 .5em;
  text-align: center;
}

div.main footer span
{
  white-space: nowrap;
  xxcolor: red;
}

footer.site
{
  line-height: 1.2em;
  font-size: .8em;
  font-style: italic;
  color: #777;
  padding: 1em;
  text-align: center;
  clear: both;
}
footer.site span
{
  white-space: nowrap;
  xxcolor: red;
}
footer.site .bull
{
  padding-left: .3em;
  padding-right: .3em;
}

.products
{
  margin-top: 2em;
  border-top: 1px solid silver;
}

.feedback
{
  background-color: #29AFFF; /*#0F95FC*/;
  xborder: 1px solid #0F95FC;
  -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 14px;
  right: -49px;
  line-height: 14px;
  padding: 6px 30px;
  position: fixed;
  text-decoration: none;
  top: 50%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 49%;
  z-index: 2000;
}

.feedback a
{
  color: white;
  text-decoration: none;
}

/******************************/
/**** BREAK-POINT 1350 px ****/


/******************************/
/**** BREAK-POINT ****/

@media (max-width: 1244px) 
{
  .menu
  {
    XXXpadding-left: 4em;
  }
  .menu li
  {
    xmargin-right: 1.1em;
  }
}
/******************************/
/**** BREAK-POINT ****/

@media (max-width: 1144px) 
{
  .menu
  {
    padding-left: 2em;
  }
}
@media (max-width: 1077px) 
{
  .menu
  {
    display: block;
    padding-left: 2.77em;
  }
}
@media (max-width: 1111px) 
{
  .banner .img
  {
    height: 440px !important;     
  }
  .page-tshirts .banner .img
  {
    height: 322px !important;     
  }
  .banner.short .img
  {
    height: 272px !important;
  }
  .banner .title
  {
    font-size: 32px;
  }
  .gradient 
  {
    height: 4em;
  }
  .banner .subtitle
  {
    font-size: 13px;
  }
}

/***************************/
/**** BREAK-POINT ****/

@media (max-width: 900px) /* 800 */
{
  #share-bar
  {
    display: table;
  }
  .pull-left
  {
    float: none;
  }
  .pull-right
  {
    float: none;
  }
  .wide-col:before 
  {
    display: none;
  }
  .wide-col 
  {
    width: 100%;
  }
  .narrow-col 
  {
    width: 100%;
    border-left: 0;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
  }
  #recent-posts
  {
    xdisplay: none; 
  }
  .sidebar
  {
    display: none; 
  }
  img.leadin-quote
  {
      max-width: 100%;
  }


  .share-widget
  {
    XXXdisplay: none;
  }
}

/***************************/
/**** BREAK-POINT ****/

@media (max-width: 644px) 
{
  .content h3, h4, h5
  {
    xxxfont-size: 1em;
    xxxcolor: orange;
  }
  header.site h3
  {
    display: block;
    color: #eee;
    font-size: 1.1em;
    white-space: nowrap;
    position: relative;
    top: -2px;
    xpadding-left: 2.5em;
    padding-left: .2em;
  }
  .menu
  {
    padding-left: .44em;
  }
  .menu li
  {
    font-size: 1em;
    margin-right: 1em;
  }

}

@media (max-width: 633px) 
{
  #evo-revo-rap img { width: 122px !important;}

  .quote.preview 
    {
      width: 100% !important;
    }

  .fb-like-share-wrap
  {
    xdisplay: none;
    padding-left: 0;
    margin-top: .5em;
  }
  .fb-like-share
  {
    margin-left: 0;
  }
  blockquote.quoted, .blockquote.quoted
  {
    margin-right: 1em;
  }

  .banner .title
  {
    font-size: 22px;
  }
  .gradient 
  {
    height: 3em;
  }

  .banner .left-margin
  {
    width: 9px;
  }
  .banner .subtitle
  {
    font-size: 11px;
  }
  .banner .photo-credit
  {
    font-size: 9px;
  }

}

/***************************/
/**** BREAK-POINT      ****/

@media (max-width: 522px) 
{
}
@media (max-width: 458px) 
{

  .banner .img
  {
    height: 244px !important;     
  }
  .page-tshirts .banner .img
  {
    height: 244px !important;     
  }
  header.banner.short .img
  {
    height: 150px !important;
  }

  .content
  {
    padding: .5em;
    padding-right: .5em;
    font-size: 16px; /*1em;*/
    line-height: 1.6em;
    position: relative;
    top: 0em;
  } 
  .xcontent .title
  {
    font-size: 1.1em;
    margin-bottom: .16em;
  }  

  .sig img
  {
    width: 108px;
  }
  img.quote
  {
    width: 96%;
    margin-left: .25em;    
  }
  blockquote.quoted, .blockquote.quoted
  {
    margin-right: 0em;
  }
}

