
/*
   Theme Name: Zydeccordion
   Theme URI: http://buckwheatzydeco.com
   Author: Joe Jakubowski
   Author URI: http://thej2.com/
   Description: Buckwheat Zydeco!
*/

  /* HEADER */ 


  #sparkle {
    background-image: url('img/glitter.png');
    /*width: 100%;*/
    background-repeat: repeat-x;
    margin: 0; padding: 0;
    height: 100%;
  }
  #stan {
    background-attachment: fixed;
    background-image: url('img/stan.png');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100%;
  }
  #logo { 
        padding-left: 33%;
  }
  #top {
        /* height: 174px;
         position: absolute;
         width: 100%;*/
  }
  
  #social { left: 0;
            position: fixed;
  }
  
  /* BODY */
  body { background-image: url('img/paisley.png');
    font-size: .8em;
  }
  h1 { background-image: url('img/80.png');
       display: inline-block;
       font-family: 'ITCCheltenhamStdLightCondensed', serif;
       font-size: 2.5em;
       padding: 0 .5em;
       text-transform: uppercase;
       line-height: 1.3em;
  }
  
  h2 { font-family: 'ITCCheltenhamStdLightCondensed', serif;
       font-size: 1.5em;
       text-transform: uppercase;
  }
  h3 { font-family: 'ITCCheltenhamStdLightCondensed', serif;
       font-size: 1.25em;
       text-transform: uppercase;
  }
  .date { display: inline;
      background-image: url('img/80.png');
      padding: 0 .5em;	
  }
  .post { background-image: url('img/80.png');
          padding: .1em 1em;
      margin-bottom: 3em;
      line-height: 1.5em;
      font-size: 1.25em;
  box-sizing: border-box; 
  }
  #content {
  
             padding: 0 0 1em 43%;
              margin-bottom: 6em;
               /*left: 0;
             position: relative;*/
             width: 55%;
  
  }
  a { color: #f41d53;
      text-decoration: none;
  }
  .clear { clear: both }
  
  /* FOOTER */
  .sock { margin: 0 auto;
          width: 100%;
  }
  #foot { background-image: url('img/pearl.png');
          bottom: 0;
          height: 6em;
          position: fixed;
          text-align: center;
          width: 100%;
  }
  #nav li { -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
              border-radius: 30px;
            background-image: url('img/plastic.png');
  
            color: #fff;
            display: inline;
            font-family: 'TradeGothicLTStdBoldCondensedNo.20', sans-serif;
            font-size: 2em;
            list-style: none;
            margin: 0 .3em  0 0;
            padding: .2em .5em;
            text-align: center;
            text-transform: uppercase;
  }
  #copyright { font-size: .7em; 
               background-image: url('img/80.png');
  }
  
  
  /* NECESSARY INCLUSIONS */
  html, body, img { border: 0;
                    font-family: "Verdana", sans-serif;
                    margin: 0;
                    outline: 0;
                    padding: 0;
                    height: 100%;
  }
  /* img { max-width: 100% } */
  @font-face { font-family: 'TradeGothicLTStdBoldCondensedNo.20';
               src: url('img/trade.eot');
               src: url('img/trade.eot') format('embedded-opentype'), url('img/trade.woff') format('woff'), url('img/trade.ttf') format('truetype'), url('img/trade.svg#TradeGothicLTStdBoldCondensedNo.20') format('svg');
  }
  @font-face { font-family: 'ITCCheltenhamStdLightCondensed';
               src: url('img/chel.eot');
               src: url('img/chel.eot') format('embedded-opentype'), url('img/chel.woff') format('woff'), url('img/chel.ttf') format('truetype'), url('img/chel.svg#ITCCheltenhamStdLightCondensed') format('svg');
  }
  img.alignright {float:right; margin:0 0 1em 1em}
  img.alignleft {float:left; margin:0 1em 1em 0}
  img.aligncenter {display: block; margin-left: auto; margin-right: auto}
  a img.alignright {float:right; margin:0 0 1em 1em}
  a img.alignleft {float:left; margin:0 1em 1em 0}
  a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
  .sml_name, .sml_email, .sml_submit {
    display: inline; margin: 0 10px 0 0;
  }
  .mobo {
      pointer-events: none;
     cursor: default;
    color: #000;
    text-decoration: none;}
#no img { display: none; }

