@charset "utf-8";

/*  - - - - - - - - - - - - - - - - - - - - -
    craigmod.com -- moonrise.css     .    *   
    https://craigmod.com      .      ---       
    (c) 2010-         *     --- *  8888-
                           --888--8888---
    *  ..      *         --8888888---66---
    - - - - - - - - - - - - - - - - - - - - - */


/*  Style Overrides For THE BLACK Ver.
    -------------------------------------- */
    body {
      font-family: Palatino, Georgia, Times, serif !important;
      background-color: #000 !important; 
      color: #fff;
      }

    header { background: transparent url(/journal/images/annapurna_moonrise/bg-header3.jpg) bottom left no-repeat !important; border: 0px !important; }
        logo_mast #tag_line { color: #666 !important; }
        header #logo_mast .popup { background-color: transparent; }
          #logo_mast h1 a { color: #333 !important; } 
          #logo_mast h1 a:hover { color: #666 !important; }
    
        .popup a:hover { color: #e71212 !important; }
        header nav a { color: #666; }
        
    a { border: 0px !important; }
    a:hover { color: #fff !important; border: 0px !important; }  

    h2 { font-size: 2.4em !important; }

    #footer_menu {
      background: transparent url(/journal/images/annapurna_moonrise/bg-footer_menu.jpg) top center no-repeat !important;
      padding-bottom: 20px;
      border-top: 1px solid #222 !important;
      color: #666;
      }
      
      #footer_menu ul li a { color: #666; }
      #footer_menu ul li.selected a { color: #e71212 !important; }
      #footer_menu ul li.selected a:hover { color: #fff !important; background-color: transparent !important; }
                  
      #footer_menu h4 a, #footer_menu h4 {
        color: #999 !important;
        /*border-bottom: 1px solid #154b7c !important;*/
        border-bottom: 1px solid #222 !important;
        }


    #disqus_thread { border-top: 1px solid #222 !important; }
      
    footer { background-color: #000 !important; border: 1px solid #060e18 !important; }
    
    .recommended h4 { font-size: 1.2em !important; }

    .final-notes { margin-top: 30px; padding-top: 30px; border-top: 0px solid #154b7c; }
      .final-notes p { margin-bottom: 1.5em; }
      .final-notes p a { color: #666; }

    h3#dsq-comments-count, #dsq-options { border: 0px !important; }



/*  MOONRISE
    -------------------------------------- */
    #moonrise h1 {
      font-size: 5.5em;
      font-variant: small-caps;
      letter-spacing: 5px;
      margin-bottom: 20px;
      margin-left: 10px;
      font-family: "Hoefler Text", Georgia, Times, Serif;
      }
      
    #moonrise h2 {
      float: left;
      _width: 100%;
      +width: 100%;
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 5px solid #e71212;
      margin-bottom: 20px;
      margin-top: 60px;
      margin-left: 10px;
      clear: both;
      }
      
    #moonrise h5 {
      font-weight: bold;
      color: #e71212;
      margin-bottom: 1.7em;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: .8em;
      letter-spacing: 1px;
      }

    #moonrise #intro {
      background: transparent url(/journal/images/annapurna_moonrise/bg-intro.jpg) top left no-repeat;
      float: left;
      width: 1040px;
      height: 880px;
      margin-top: 20px;
      }
      
      #moonrise #intro blockquote {
        font-style: italic;
        font-family: Palatino, Georgia, Times, serif;
        font-size: 2em;
        line-height: 1.2em;
        color: #ddd;
        margin-top: 1em;
        margin-bottom: 3.8em;
        margin-left: 20px;
        margin-right: 20px;
        }
        
        #moonrise blockquote cite {
          font-size: .6em;
          text-transform: uppercase;
          letter-spacing: 1px;
          }
      
      #moonrise #intro .col {
        float: left;
        width: 430px; 
        margin-left: 10px;
        margin-right: 10px;
        }
        
        cite.mod {
          font-size: 1.6em;
          }
          
          cite.mod a {
            text-transform: uppercase;
            font-size: .8em;
            }
        
      #moonrise #intro p {
        font-size: 1.9em;
        margin-bottom: 1em;
        line-height: 1.4em;
        font-weight: normal;
        color: #bbb;
        }




/*  Formatting
    -------------------------------------- */
    .sc {
      font-size: .8em;
      text-transform: uppercase;
      font-weight: inherit;
      }
      



/*  Photo blocks
    -------------------------------------- */
    .photo-block {
      width: 100%;
      float: left;
      color: #fff;
      margin-top: 20px;
      padding-top: 30px;
      padding-bottom: 20px;
      padding-left: 10px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 1.5em;
      }
      
      .photo-block h4 a {
        color: #333;
        text-transform: uppercase;
        font-size: .8em;
        letter-spacing: 1px;
        margin-bottom: 5px;
        float: left;
        width: 100%;
        }
      
      .photo-block .single_photo {
        float: left;
        width: 1020px;
        }
        
      .photo-block .double_photo {
        float: left;
        width: 505px;
        }

        .photo-block .double_photo.left {
          margin-right: 5px;
          }
  
        .photo-block .double_photo.right {
          margin-left: 5px;
          }

        
      .photo-block p.exposure {
        color: #999;
        text-align: right;
        font-size: .8em;
        }
        
      .photo-block p a {
        background-color: #333;
        padding: 3px 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border: 1px solid #555
        }
        
        .photo-block p a:hover {
          background-color: #666;
          border: 1px solid #999;
          color: #fff;
          }
        
        .photo-block a img {
          float: left;
          border: 1px solid #333;
          margin-bottom: 5px;
          }

          .photo-block a img:hover {
            border: 1px solid #e71212;
            }
          


/*  Text Blocks
    -------------------------------------- */
    .text-block {
      width: 100%;
      float: left;
      margin-top: 20px;
      }
      
      .text-block .single-col {
        float: left;
        width: 305px;
        margin-left: 10px; 
        margin-right: 10px;
        color: #bbb;
        }
        
        .single-col.wide {
          width: 434px;
          }
          
        .single-col.big blockquote {
          font-size: 2.2em;
          margin-left: 20px;
          margin-right: 20px;
          font-style: italic;
          color: #999;
          line-height: 1.4em;
          }
          
          .single-col.big cite {
            display: block;
            text-align: left;
            margin-right: 20px;
            margin-left: 20px;
            margin-bottom: 2.2em;
            margin-top: 1em;
            font-size: 1.2em;
            text-transform: uppercase;
            }
        
        .text-block p {
          font-size: 1.5em;
          line-height: 1.4em;
          margin-bottom: 1.4em;
          }
        
        .text-block .wide p {
          font-size: 1.7em;
          line-height: 1.4em;
          margin-bottom: 1.4em;
          }
          
        .single-col.big {
          width: 695px;
          }
          
          .single-col.big p {
            font-size: 1.8em;
            line-height: 1.6em;
            }
          
        .text-block p strong {
          color: #fff;
          }
          
        .text-block .star {
          }
        
      .text-block .double-col {
        float: left;
        width: 630px;
        margin-left: 10px;
        margin-right: 10px;
        }




/*  Sales Hubbub
    -------------------------------------- */
    .recommended h4 {
      font-family: Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: .8em;
      font-weight: normal;
      }
      
    .referral {
      float: left;
      width: 305px;
      margin-top: 30px;
      padding-top: 0px;
      border-top: 1px solid #ddd;
      border-bottom: 2px solid #000;
      border-left: 1px solid #333;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      }
      
      .referral h4 {
        text-align: center;
        font-family: Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: .8em;
        background-color: #e71212;
        background: transparent url(/images/journal/gf1-fieldtest/buy-bg.png) bottom left no-repeat;
        line-height: 3em;
        color: #fff;
        margin-bottom: 10px;
        }
        
        .referral .item a {
          border: 0px;
          -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
          -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
          }

        .recommended .item a:hover {
          color: #fff !important;
          }
        
        .referral .item img {
          margin-top: -10px;
          }
          
    .item {
      float: left;
      width: 100%;
      margin-bottom: 5px;
      margin-top: 10px;
      }
      
      .item img {
        float: left;
        margin-right: 10px;
        }
        
      .item a {
        float: left;
        width: 100%;
        color: #666;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid #333 !important;
        vertical-align: middle;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
        background-color: #000;
        font-size: 1.5em;
        }
        
        .item a:hover {
          color: #000 !important;
          }
        

#dsq-content ul#dsq-reactions .dsq-reaction-header { color: #fff; }
.dsq-reaction-message { color: #666; }
#dsq-content ul#dsq-reactions .dsq-reaction-footer { color: #fff; }
      
