@charset "utf-8";

/*  ---------------------------------------
    The Potential of Web Typography
    (c) Ian Lynam: http://ianlynam.com  
    (c) Craig Mod: https://craigmod.com
    
    Fonts courtesy of Underware: 
    http://underware.nl
    
    (c) 2009
    --------------------------------------- */  


@import url(mozilla-fonts.css);    

/*  ----------------------------
    CSS RESET
    ---------------------------- */    
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
      margin:0; padding:0; 
      color: #444;
      }
      
    table { border-collapse:collapse; border-spacing:0; }
    fieldset,img { border:0; }
    address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
    ol,ul { list-style:none; }
    caption,th { text-align:left; }
    h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
    q:before,q:after { content:''; }
    abbr,acronym { border:0; }
    a { color: inherit; text-decoration: none; border-bottom: 1px solid #666; }
    a:hover { color: #000; border-bottom: 1px solid #000; }
    strong { font-weight: bold; }
    a:active, a:focus { outline: none; }
    
    em {
      font-style: italic;
      }



@charset "utf-8";

/*  - - - - - - - - - - - - - - - - - - - - -
    craigmod.com -- masthead.css
    https://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;
          }






  
  
/*  GENERAL
    -------------------------------- */
    body { 
      font-size: 15px;
      line-height: 1.4em;
      font-family: "Hoefler Text", Georgia, Times, serif;
      background: none top center repeat-y;
      /*background: transparent url(/images/21px_baseline.png) top center repeat-y;*/
      background-color: #f9f9f9;
      }
      
    #body_wrap {
      width: 1040px;
      margin: 0px auto;
      }

    #not_firefox {
      float: left;
      width: 100%;
      background-color: #000;
      color: #fff;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      }
      
      #not_firefox a:hover {
        color: #999;
        border-bottom: 1px solid #999;
        }


/*  ESSAY 
    -------------------------------- */
    #essay {
      float: left;
      width: 100%;
      /*border-top: 21px solid #000;*/
      }
      
      #lead {
        float: left;
        width: 630px;
        margin-left: 10px;
        padding-top: 2.8em;
        }
        
        #lead h2 {
          float: left;
          width: 100%;
        	font-size: 3em;
        	line-height: 0.466666666666667em;
          margin-top: 0.466666666666667em;
          font-family: Liza;
          color: #000;
          }
          
        #lead h3 {
          float: left;
          font-family: AutoSmall;
        	line-height: 1.16667em;
        	font-size: 1.2em;
        	margin-top: 1.16667em;
        	margin-left: 75px;
          letter-spacing: 2px;
          color: #09f;
          }
          
        #lead cite { 
          float: left;
          width: 500px;
          font-family: Auto;
          margin-left: 75px;
          margin-bottom: 1.4em;
          color: #666;
          }

          #lead cite a { 
            color: #666;
            border-bottom: 1px solid #666;
            }

          #lead cite a:hover { 
            color: #000;
            }
        
        #lead p {
          clear: both;
        	font-size: 1.2666666666666666em;
        	line-height: 1.105263157894737em;
          font-family: Auto;
          color: #000;
          }
          
          #lead p:first-line {
            font-family: AutoSmall;
            float: left;
            letter-spacing: 1px;
            }
                        
          #lead p:first-letter {
            font-size: 3.2em;
            line-height: 1em;
            margin-top: .1em;
            color: #09f;
            float: left;
            margin-right: .2em;
            font-style: italic;
            font-family: Auto;
            }          

      #glyph {
        text-shadow: 2px 2px 8px #ddd;
        font-family: FaukinGlyph;
        width: 250px;
        float: left;
        font-size: 25em;
        color: #efefef;
        margin-top: 140px;
        }
      
      #essay_body {
        float: left;
        width: 780px;
        margin-top: 1.4em;
        }
        
      .side_bar {
        border: 1px dashed #09f;
        width: 280px;
        margin-left: 10px;
        padding: 1.4em;
        padding-bottom: 0em;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-bottom: 1.4em;
        margin-top: -3px;
        background-color: #efefef;
        }
      
      #essay .text_col {
        float: left;
        width: 370px;
        margin-left: 10px;
        margin-right: 10px;
        }
        
        #essay .text_col blockquote {
          margin-left: 1em;
          margin-right: 1em;
          }

        #essay .text_col blockquote p {
          font-family: Dolly;
          font-style: italic;
          margin: 0;
        	font-size: 1.2em;
        	line-height: 1.166666666666667em;
        	color: #888;
          }

          #essay .text_col cite {
            display: block;
            font-style: normal;
            font-family: DollySmall;
            letter-spacing: .1em;
            color: #09f;
            margin-bottom: 1.4em;
            margin-left: 1em;
            }

          #essay .text_col cite a {
            border-bottom: 1px solid #09f;
            }
        
        #essay .text_col p {
          margin-bottom: 1.4em;
          font-family: Auto;
          color: #444;
          }
          
          span.sc {
            font-family: AutoSmall;
            letter-spacing: 1px;
            margin: 0px !important;
            line-height: 1em;
            }

          
          #essay .text_col p.emphasis {
            text-transform: lowercase;
            font-variant: small-caps;
            }

          #essay .text_col p.drop:first-letter {
            font-family: FaukinGlyph;
            font-size: 3em;
            float: left;
            margin-right: .1em;
            margin-top: .1em;
            line-height: 0.466666666666667em;
            color: #09f;
            }

  
          #essay .text_col p.drop:first-line {
            font-family: AutoSmall;
            letter-spacing: 1px;
            /*line-height: 1em;*/
            }
           
        #essay .text_col strong {
          font-family: Auto;
          font-weight: bold;
          }   

        #essay .text_col em {
          font-family: Auto;
          font-style: italic;
          line-height: .5em;
          }

          #essay .text_col .img_block {
            float: left;
            width: 175px;
            margin-right: 20px;
            text-align: center;
            font-size: 1.6em;
            color: #666;
            }

            #essay .text_col .img_block img {
              margin-bottom: 5px;
              }
              
          #essay .text_col h3, #resources h3 {
          	font-size: 1.2em;
          	line-height: 1.166666666666667em;
          	margin-top: 1.166666666666667em;
            color: #333;
            font-family: Auto;
            font-style: italic;
            }

          #essay .text_col h4 {
            font-family: Auto;
            color: #666;
            }

          #essay .text_col h4 em {
            font-family: Auto;
            font-weight: inherit;
            font-style: italic;
            }

          #essay .text_col ul {
            font-family: Auto;
            list-style-position: outside;
            margin-left: 1em;
            margin-bottom: 1.4em;
            }
        
          #essay .text_col ul li {
            }

            #essay .text_col ul li span {
              color: inherit;
              margin-right: .5em;
              }

      #resources {
        color: white;
        float: left;
        width: 230px;
        margin-left: 10px;
        margin-top: 1.4em;
        padding: 10px;
        padding-top: 0px;
        background-color: #efefef;
        }
        
        #resources p {
          font-size: .8em;
          line-height: 1.75em;
          
          }
        
        #resources h4 {
          font-size: 1.1em;
          line-height: 1.272727272727273em;
        	margin-top: 1.272727272727273em;
          font-family: Auto;
          font-variant: small-caps;
          text-transform: lowercase;
          border-bottom: 1px solid #ddd;
          }
          
        #resources h5 {
          float: left;
          color: #999999;
          font-family: DollySmall;
          letter-spacing: 1px;
          text-transform: lowercase;          
          }
        
        #resources ul {
          float: left;
          margin-bottom: 1.4em;
          list-style: circle;
          list-style-position: outside;
          margin-left: 2em;
          }
          
          #resources ul li {
          	font-size: 0.8666666666666667em;
          	line-height: 1.6153846153846154em;
            }


/*  MAST HEAD
    -------------------------------- */    
/*
    #header {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      margin-top: 40px;
      padding-bottom: 20px;
      }
  */    
      #menu {
        float: right;
        width: 510px;
        font-size: 1.8em;
        font-variant: small-caps;
        letter-spacing: 1px;
        }
        
        #menu ul {
          float: left;
          display: inline;
          }
          
          #menu ul li {
            float: left;
            display: inline;
            margin-right: 10px;
            }
      
    
/*  COLOPHON
    ---------------------- */        
    #colophon {
      float: left;
      width: 100%;
      border-top: 1px solid #ddd;
      padding-top: 20px;
      margin-top: 20px;
      padding-bottom: 20px;
      }
      
      #colophon h3 {
      	font-size: 1.2666666666666666em;
      	line-height: 1.105263157894737em;
      	margin-bottom: 1.105263157894737em;
        color: #333;
        font-family: Auto;
        font-style: italic;
        }

      
      #colophon .short_text {
        float: left;
        width: 240px;
        margin-left: 10px;
        margin-right: 10px;
        font-family: Auto;
        }
        
      #colophon h4 span {
        font-family: FaukinGlyph;
        }

      h4.liza {
        font-family: Liza;
        font-size: 1.6em !important;
        line-height: 0.875em !important;
        }

      h4.auto {
        font-family: Auto;
        font-style: italic;
        }

      h4.dolly {
        font-family: Dolly;
        font-style: italic;
        }
        
      #colophon .short_wrap {
        float: left;
        }

        #colophon .short_text p {
        	font-size: 0.8666666666666667em;
        	line-height: 1.6153846153846154em;
        	margin-bottom: 1.6153846153846154em;
          }
          
      
      #colophon #biowrap {
        width: 100%;
        float: left;
        /*border-bottom: 1px solid #000;*/
        padding-bottom: 10px;
        margin-bottom: 10px;
        }
        
      #colophon .bio {
        width: 500px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        }
                  
        .bio img {
          float: left;
          margin-right: 10px;
          }
          
      #colophon .credits {
        float: left;
        width: 500px;
        margin-left: 10px;
        margin-right: 10px;
        }
        
        .credits h5 {
          font-size: 1.8em;
          margin-bottom: 10px;
          }
          
        .credits img {
          float: left;
          margin-right: 10px;
          }
          
        .credits p {
          font-size: 1.2em;
          line-height: 1.6em;
          font-family: Helvetica, Arial, sans;
          float: left;
          color: #666;
          }
      
      #colophon .bio p {
        font-family: Auto;
        float: left;
        color: #666;
        margin-bottom: 1.4em;
        }     

/*  FOOTER MENU
    --------------------------- */
    #footer_menu {
      float: left;
      width: 100%;
      margin-top: 30px;
      border-top: 1px solid #efefef;
      padding-top: 30px;
      padding-bottom: 20px;
      }
      
      #footer_menu h4 {
        font-family: Helvetica, Arial, sans;
        font-size: .7em;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 0px;
        margin-bottom: 5px;
        }

        #footer_menu h4 a {
          text-transform: none;
          }
        
        #footer_menu h4.illustrations {
          margin-top: 10px;
          }
      
      #footer_menu_online, #footer_menu_print, #footer_menu_photography, #footer_menu_about {
        float: left;
        display: inline;
        width: 240px;
        margin-right: 20px;
        text-align: left;
        }
        
      #footer_menu_online {
        margin-left: 10px;
        }
        
      #footer_menu_about {
        margin-right: 0px;
        text-align: left;
        }
          
        #footer_menu_about p {
          font-size: .8em;
          line-height: 1.3em;
          font-family: Helvetica, Arial, sans-serif;
          margin-top: 5px;
          }
        
      #footer_menu ul li {
        font-size: .7em;
        line-height: 1.3em;
        font-family: Helvetica, Arial, sans;
        }
        
        #footer_menu ul li a {
          display: block;
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent;
          }
          
          #footer_menu ul li.selected a {
            border-top: 1px solid #f00;
            border-bottom: 1px solid #f00;
            color: #000;
            }
            
            #footer_menu ul li.selected a:hover {
              border-top: 1px solid #000;
              border-bottom: 1px solid #000;
              background-color: #efefef;
              }
          
          #footer_menu ul li a:hover {
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            color: #000;
            }
            
          #footer_menu ul li a:visited {

            }
          
          #footer_menu img { max-width: 100%; }
          
          
    #footer {
      float: left;
      width: 100%;
      background-color: #000;
      padding-top: 30px;
      padding-bottom: 30px;
      }
      
      #footer span {
        font-family: Arial, sans-serif;
        font-size: .7em
        }
      
      #footer p {
        color: #444;
        font-family: Sauna;
        text-align: center;
        font-size: 1.1em;
        }
        
        #footer p a {
          color: #666;
          border-bottom: 1px solid #666;
          }

        #footer p a:hover {
          color: #999;
          }
          
  .dropshadowhell {
    text-shadow: 5px 5px 10px #141414;
    }