/*   
Theme Name: pts
Theme URI: www.tightslice.com
Description: A Tight Slice
Author: Austin Petito
Author URI: www.tightslice.com
Version: 1.1
.
General comments/License Statement if any.
.
*/

* {
    margin:0;
    padding:0;
}

html, body, #wrap {
    height: 100%;
}

body {
    font-family: Georgia, serif;
    font-size:13px;
    font-weight:100;
    color:#5E5851;
    background:url('http://tightslice.com/pts-site/images/back.png') repeat;
    letter-spacing: .01em;
}

a, a:link { 
    color:#3E3934;
    font-size:14px;
    text-decoration: none; 
}

a:hover {
    color:#2B2724;
    text-decoration: none; 
}

h1 {
    font-family: Georgia, Serif;
    font-size: 12px;
    color:#3E3934;
    text-align: left;
}
    
h1 a, a:link { 
    color:#3E3934;
    text-decoration: none;
    font-size: 22px
    text-align: left;
}

h1 a:hover {
    color:#2B2724;
    text-decoration: none; 
}

h1 a:visited {
   color:#3E3934;
   text-decoration: none;
   font-size: 22px 
}


h2 {
    font-family: Georgia, Serif;
    font-size: 22px;
    color:#2B2724;
    text-align:left;
}
    
h2 a, a:link, a:visited { 
    color:#2B2724;
    text-decoration: none;
    font-size: 22px; 
}

h2 a:hover {
    color:#3E3934;
    text-decoration: none; 

}

h3 {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color:#3E3934;
}

h4 {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color:#2B2724;
    text-align:right;
    font-weight:lighter;
    font-style:oblique;
}

h5 {
    font-family: Lucida Grande, Trebuchet, sans-serif;
    font-size: x-small;
    letter-spacing:.25em;
    color:#2B2724;
    text-align:left;
    font-weight:lighter;
    text-transform: uppercase;
}



hr {
   border: 0;
   height: 1px;
   width: 100%;
   text-align: left;
   color:#3E3934;
   background-color:#3E3934;
}

Strong {
    color:#3E3934;
}

li {
    list-style:none;
}

#wrapper {
    min-width:1000px;
    max-width:1000px;
    width: auto !important; /*IE6 hack*/
    width:1000px; /*IE6 hack*/
    margin:0 auto; /*center hack*/
    min-height:100%;
    position:relative;
    margin-bottom:0px;
    background-color:#0F0000;
    overflow:hidden;
}


#header {
    width:965px;
    height:200px;
    background:url('http://tightslice.com/pts-site/images/header2010.gif') no-repeat;
    overflow: hidden;
    clear: both;
    position: relative;
    border-left-color:#2B2724;
    border-right-color:#2B2724;
    border-left-style: double;
    border-right-style: double;
    border-width: 6px;
    margin-left: 11px;

}



#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .work {
  width: 62px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/work2010.gif') no-repeat;
  left: 685px;
  top: 92px;
}
#menu .work span {
  width: 62px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/work2010_over.gif') no-repeat;
  left: 0px;
  top: 0px;
}

#menu .wcurrent {
  width: 62px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/work2010_over.gif') no-repeat;
  left: 685px;
  top: 92px;
}


#menu .blog {
  width: 55px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/blog2010.gif') no-repeat;
  left: 768px;
  top: 92px;
}

#menu .blog span {
  width: 55px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/blog2010_over.gif') no-repeat;
  left: 0px;
  top: 0px;
}

#menu .bcurrent {
  width: 55px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/blog2010_over.gif') no-repeat;
  left: 768px;
  top: 92px;
}

#menu .store {
  width: 64px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/store2010.gif') no-repeat;
  left: 843px;
  top: 92px;
}

#menu .store span {
  width: 64px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/store2010_over.gif') no-repeat;
  left: 0px;
  top: 0px;
}

#menu .scurrent {
  width: 64px;
  height: 27px;
  background: url('http://tightslice.com/pts-site/images/store2010_over.gif') no-repeat;
  left: 843px;
  top: 92px;
}


#menu .email {
  width: 163px;
  height: 16px;
  background: url('http://tightslice.com/pts-site/images/email2010.gif') no-repeat;
  left: 740px;
  top: 145px;
}

#menu .email span {
  width: 163px;
  height: 16px;
  background: url('http://tightslice.com/pts-site/images/email2010_over.gif') no-repeat;
  left: 0px;
  top: 0px;
}



#content {
    margin:0px auto;
    padding-left:60px;
    width:500px;
    line-height:1.5em;
    margin-bottom:20px;
    display:block;
    overlay:hidden;

}

#content a {
  text-decoration:none;
  color:#3E3934;
  border:0px;

}

#content a:hover {
    color:#2B2724;

}


#work {

    width:965px;
    line-height:1.5em;
    margin-left: 11px;
    margin-top: -2px;
    background-color:#0F0000;
    overflow: hidden;
    border-left-color:#2B2724;
    border-right-color:#2B2724;
    border-left-style: double;
    border-right-style: double;
    border-width: 6px;
    height: 100%;


}

#work a {
  font-family: Verdana, Lucida Grande, Trebuchet, sans-serif;
  font-size: 12px;
  text-decoration:none;
  color:#3E3934;

}

#work a:hover {
    color:#2B2724;

}

#work_container {
    min-width:900px;
    max-width:900px;
    width: auto !important; /*IE6 hack*/
    width:900px; /*IE6 hack*/
    margin:0px auto; /*center hack*/
    height: 18px;
    position:relative;
    border-bottom-color:#2B2724;
    border-bottom-style: double;
    border-width: 4px;
    margin-top: 2px;
    background: url('http://tightslice.com/pts-site/images/topflag.gif') no-repeat;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 6px;
   
}

#top_container {
    width:600px;
    max-height:610px;
    float:left;
    margin:15px 0 50px 0;
}

#shirt_container {
    width:600px;
    max-height:610px;
    float:left;
    margin:50px 0 50px 0;
}

#poster_container {
    width:540px;
    max-height:880px;
    float:left;
    margin:50px 0px 50px 35px;
}


.caption_container {
    width:160px;
    height:200px;
    background: url('http://tightslice.com/pts-site/images/client.gif') no-repeat;
    float:left;
    margin-left:30px;
    margin-top:50px;

}

.top_caption {
    width:160px;
    height:200px;
    background: url('http://tightslice.com/pts-site/images/client.gif') no-repeat;
    float:left;
    margin-left:30px;
    margin-top:15px;

}

.caption {
    line-height:16px;
    margin:40px 20px 0 0;
    padding-left:5px;
	
}

.blog_line {
    width:500px;
    height:0px;
    border-top-color:#2B2724;
    border-top-style: double;
    margin:50px 0 50px 0px;
    border-width: 4px;
}

.clearfooter {
    height:0px;
    clear: both;
}

#bottom_menu {
    font-family: Georgia, serif;
    text-align:center;
    font-size:12px;
    border-left-color:#2B2724;
    border-right-color:#2B2724;
    border-left-style: double;
    border-right-style: double;
    border-width: 6px;
    width: 965px;
    height: 75px;
    background:url('http://tightslice.com/pts-site/images/bottomflag.gif') no-repeat;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-left: 11px;
    margin-top: -2px;
    padding-top: 31px;
    color: #2B2724;
    line-height:16px;
    letter-spacing:0px;
 
}

#bottom_menu a, a:visited {
    font-family: Georgia, serif;
    text-align:center;
    font-size:12px;
    color:#5E5851;
    line-height:16px;
    
}

#bottom_menu a:hover {
    color:#3E3934;
}

#bottom_menu span {
    padding-top: 5px;
}

#footer {
    position:relative;
    min-width:1000px;
    max-width:1000px;
    width: auto !important; /*IE6 hack*/
    width:1000px; /*IE6 hack*/
    margin:0 auto; /*center hack*/
    height:105px;    
    background:#0f0000;
    overflow: hidden;
    line-height:16px;



}


  /** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1,
  #header h4 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px 0;
  }
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  #nav,
  #subNav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #subNav {
    margin-top: 10px;
  }
    #nav li,
    #subNav li {
      display: inline;
      padding: 0 10px 0 0;
    }

    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }

/**      main content     */
#primaryContent {
  width: 500px;
  float: left;
  padding: 0 0px 0 0;
  margin: 30px 120px 0 85px;
  line-height:1.5em;
   
}

  #primaryContent h1 {
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 22px;
  }

  #primaryContent h2 {
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 22px;
  }

  

  /* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle, 
  #primaryContent h2.postTitle {
    font-size: 22px;
    align:left;
    font-weight:lighter;
    color:#5E5851;
  }

  #primaryContent h1.postTitle a,  
  #primaryContent h2.postTitle a {
    font-size: 22px;
    color:#5E5851;
  }

  #primaryContent h2.postTitle a:visited {
    font-size: 22px;
    color:#5E5851;
  }

  #primaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  ol#posts {
    list-style: none;
    margin; 0;
    padding: 0;
    border:0px;

   
  }

  ol#commentlist {
    font-family: Georgia, Serif;
    font-size: 13px;
    width:500px;
    line-height: 1.35em;

}


li.postWrapper, div.postWrapper {
    width:500px;
 }

      .postWrapper img {
       margin-bottom: 20px;
       border:0px;
      
 }

.flag {
    height: 30px;
    background: url('http://tightslice.com/pts-site/images/dateflag.gif') no-repeat;
    padding:2px 0 0 7px;
    font-family: Verdana, Lucida Grande, Trebuchet, sans-serif;
    font-size: 10.5px;
    font-weight: bold;
    letter-spacing:.1em;
    text-align:left;
    text-transform: uppercase;
    color: #0f0000; 
   
}

div.post {
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: left;
    font-family: Verdana;
    font-size:13px;
    font-weight:lighter;
    color:#5E5851;
    line-height: 1.75em;
 }

div.post a {
  text-decoration:none;
  color:#3E3934;
  font-size: 14px;

}

div.post a:hover {
    color:#2B2724;

}

      p.postMeta {
    color:#3E3934; 
}

      p.postMeta a {
    color:#3E3934;
    text-transform:uppercase;
    font-size:12px;
    border: 0px; 
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
     
}

      p.postMeta a:hover {
    color:#2B2724;
}

  
  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
 
  #pagination a, a:hover, a:visited {
    border: 0px;
    text-decoration:none;
  }

    #pagination li {
      display: inline;
      border: 0px;
    }
    #pagination .previous {
      text-align: left;
      float: left;
      border: 0px;
    }
    #pagination .future {
      text-align: right;
      float: right;
      border: 0px;
    }

/**       sidebar          */
#secondaryContent {
  width: 160px;
  float: left;
  margin-top: 80px;
  list-style: none;
  line-height:1.5em;
}

#secondaryContent a {
    list-style: none;
    margin:0 0 0 10px;
    color:#2B2724;
    border:0px;

}

#secondaryContent a:hover {
    color:#3E3934;
    text-decoration:none;
}
  
#secondaryContent h3 {
    padding: 0;
    margin: 0px 0 0 0;
    list-style: none;
  }

.screen-reader-text {
    font-size: 11px;
    padding-right:7px;
}

#searchform {
    width:180px;
    height:31px;
    border-top-color:#2B2724;
    border-top-style: double;
    border-bottom-color:#2B2724;
    border-bottom-style: double;
    padding:1px 0 0px 0px;
    border-width: 4px;
}

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    list-style: none;
    margin:0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 10px 0 10px 0;
      list-style: none;
      line-height:1.5em;
    }
  
    #secondaryContent > ul > li a {
      margin-left:0px;
      font-family:Lucida Grande, Trebuchet, sans-serif;
      color:#2B2724;
      font-size: x-small;
      letter-spacing:.1em;
      line-height:1.75em;
      text-transform: uppercase; 
    }
    

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
  background-color:#5E5851;
    border-style:solid;
    margin:5px 0 5px 0;
    color:#0f0000;
    border-color:#5E5851;
    padding:3px 0 2px 5px;
}

#comment li {
  width: 500px;
  margin:40px;

}

#comment h6 {
  margin:40px;
}

#postcomment {
   align:left;
   text-transform:uppercase;
   margin:10px 0 10px 0;
}

#commentlist a, a:visited {
    color:#3E3934;
    font-size:14px;
}
#commentlist a:hover {
    color:#2B2724;
}

input#s {
    width: 117px;
    height: 15px;
    background-color:#5E5851;
    border-style:solid;
    margin:5px 0 4px 0;
    color:#0f0000;
    border-color:#5E5851;


    
}

img.avatar {
    float:left; 
    margin:5px 20px 5px 0;
}

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#author {
    width: 160px;
    height: 15px;
    background-color:#5E5851;
    border-style:solid;
    margin:10px 5px 5px 0;
    color:#0f0000;
    border-color:#5E5851;
    padding:3px 0 2px 5px;
}

#email {
    width: 160px;
    height: 15px;
    background-color:#5E5851;
    border-style:solid;
    margin:5px 5px 5px 0;
    color:#0f0000;
    border-color:#5E5851;
    padding:3px 0 2px 5px;
}

#url {
    width: 160px;
    height: 15px;
    background-color:#5E5851;
    border-style:solid;
    margin:5px 5px 5px 0;
    color:#0f0000;
    border-color:#5E5851;
    padding:3px 0 2px 5px;
}

#respond h3 {
   font-family: Georgia, serif;
   font-size: 15px;
}

#comments small {
   font-family: san-serif;
}

#commentform {
   font-family:Georgia, serif;
   color:#2B2724;
   font-size:14px;
}

#commentform a, a:visited {
   color:#3E3934;
   font-size: 14px;
}

#commentform a:hover {
   color:#2B2724;
}

#submit {
    width:120px;
    height:29px;
    border:0px;
    margin-top:10px;
}

.widget_categories {
   color:#3E3934;
   font-family: Lucida Grande, Trebuchet, sans-serif;
   font-size: x-small;
   letter-spacing:.1em;
   line-height:1.5em;
}


#wp {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color:#5E5851;
    margin-left:0px;
    border:0px;
}

#wp a, a:visited {
   font-family: Georgia, serif;
   font-size: 12px;
   color:#3E3934;
   text-decoration:none;
   margin:0px;
   border: 0px;
}

#wp a:hover {
   color:#2B2724;
   border:0;
}

