@charset "utf-8";

/*  - - - - - - - - - - - - - - - - - - - - -
    craigmod.com -- masthead.css
    http://craigmod.com
    (c) 2009-etc etc etc
    - - - - - - - - - - - - - - - - - - - - - */

/*  MAST HEAD
    -------------------------------- */    
    #header {
      float: left;
      width: 100%;
      border-bottom: 1px dotted #ddd;
      padding-bottom: 30px;
      margin-bottom: 40px;
      /*background: transparent url(/images/horiz.png) bottom left repeat-x;*/
      /*background: transparent url(/images/gu-45.png) top right no-repeat;*/
      border-top: 1px solid #000;;
      }
      
    #home { float: left; width: 270px; }
      
    #mast_illustration {
      float: left;
      width: 270px;
      background: transparent url(/images/gu-45.png) 10px 10px no-repeat;
      position: relative;
      bottom: -3px;
      }
      
      #mast_illustration a {
        opacity: .3;
        }

      #mast_illustration a:hover {
        opacity: 1;
        border: 0px;
        }
      
    #logo_mast {
      float: left;
      width: 770px;
      margin-top: 100px; 
      padding-bottom: 20px;
      margin-left: 270px;
      }
      
      .bubbleInfo {
        float: left;
        position: relative;
        }
        
      .popup {
        display: none;
        position: absolute;
        border: 0px solid #ddd;
        padding: 5px;
        text-align: center;
        font-family: Helvetica;
        width: 125px;
        text-transform: uppercase;
        color: #777;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        letter-spacing: 1px;
        }
        
        #section_top_thumbs .popup {
          background-color: #efefef;
          padding: 8px;
          color: #333;
          -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
          }
        
        .popup a {
          border: 0px;
          color: inherit;
          }

      #logo_mast h1 {
        float: left;
        /*display: block;*/
        height: 37px;
        margin-right: 20px;
        }
        
        #logo_mast h1 a {
          /*display: block;*/
          font-size: 2em;
          line-height: 1em;
          font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, Times, serif;;
          /*text-indent: -9999px;*/
          padding-top: 40px;
          border: 0px;
          /*overflow: hidden;
          background: transparent url(/images/@craigmod.png) top left no-repeat;*/
          }

        #logo_mast h1 a:hover {
          /*background: transparent url(/images/@craigmod.png) left -37px no-repeat;*/
          }

      nav { 
        float: left; 
        width: 910px; 
        clear: both; 
        font-size: 1em; 
        letter-spacing: 0px; 
        font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, Times, serif;
        color: #ddd;
        }
        
        nav a { color: #333; border: 0px; }
        
      #logo_mast #tag_line {
        float: left;
        width: 500px;
        /*height: 50px;*/
        line-height: 1.2em;
        text-transform: uppercase;
        font-size: 1.3em;
        margin-top: 15px;
        letter-spacing: 1px;
        color: #666;
        clear: both;
        }
                
        #logo_mast #tag_line a:hover {
          border: 0px;
          color: #000;
          }

