/*------------
 Global Reset
------------*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 1em;
		font-family: inherit;
		vertical-align: baseline;
	}
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: #333;
		background: white url(http://assets.putthison.com/tumblr/images/background.gif) repeat-x top;
		font-size: 87.5%;
		font-family: Georgia, Constantia, serif;
	}
	html>body {
		font-size: 14px;
	}
	ol, ul {
		list-style: none;
	}
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
/*-------------
 Shared Styles
-------------*/

	a:link,a:visited {
		text-decoration: none;
		color: #fb000f;
	}
	a:hover {
		text-decoration: underline;
	}
	
	.clear { clear: both; }
	
	strong { font-weight: bold; }
	em { font-style: italic; }
	
	.alignright { text-align: right; }
	
	.amp {
    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  	font-weight: normal;
  	font-style: italic;
  	font-size: 1.4em;
  	position: relative;
  	bottom: -1px;
	} /* Thanks Mr. Cederholm! */
	
	.caps {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .857em;
	}
    .caps .lining {
      font-family: "Times New Roman", Times, Cambria, serif;
      font-size: 1.083em;
    }
	
	.module {
    margin-bottom: 2em;
	}

/*------
 Layout
------*/

  #container {
    width: 940px;
    margin-left: 43px;
    position: relative;
    padding-top: 37px;
  }
  
  #content {
  	border-top: 2px solid #7f7f7f;
  	padding-top: 2px;
  	margin-left: 140px;
  }
  #content .inner {
    border-top: 1px solid #7f7f7f;
  }
  
  #main {
    width: 520px;
    float: left;
  }
  #sidebar {
    width: 260px;
    float: right;
    padding: 21px 0 0 20px;
  }
  
/*-------
 Headers
-------*/

  #header h1 a {
    position: absolute;
  	padding: 149px 0 0 0;
  	overflow: hidden;
  	background: transparent url(http://assets.putthison.com/tumblr/images/logo.gif) no-repeat top left;
  	height: 0px !important;
  	width: 97px;
  	display: block;
  	top: 0;
  	left: 0;
  }
  #header h2 {
    position: relative;
  	padding: 23px 0 0 0;
  	overflow: hidden;
  	background: transparent url(http://assets.putthison.com/tumblr/images/tagline.gif) no-repeat top left;
  	height: 0px !important;
  	margin-left: 140px;
  	margin-bottom: 22px;
  	width: 801px;
  }
  
  h4,
  h5 {
    font-family: "Gill Sans", Arial, Helvetica, Calibri, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
    #sidebar h4 {
      text-align: center;
      margin: .25em 0 .75em;
    }
    
  h5 {
    font-size: .786em;
    letter-spacing: 1px;
  }
  
/*-------
 Content
-------*/

  /* Shared post styles */
  
  .post h3 {
    font-size: 1.71em;
    width: 300px;
    padding-left: 5px;
    float: left;
  }
  .post-meta {
    width: 185px;
    float: right;
    text-align: right;
    padding-top: 10px;
  }
    .post-meta .post-date {
      margin-bottom: 8px;
    }
    .post-meta em {
      text-transform: none;
    }
  .post-tags {
    background: url(http://assets.putthison.com/tumblr/images/dotted.gif) repeat-x top;
    padding-top: 10px;
    line-height: 1.4;
  }
    .post-tags strong {
      font-weight: normal;
			font-family: "Gill Sans", Arial, Helvetica, Calibri, sans-serif;
			padding-left: 5px;
			letter-spacing: 2px;
    }
    .post-tags a {
      margin: 0 5px;
    }
    .post-tags #permalink {
      float: right;
      margin-right: 0;
    }
  
    .post.text {
      border: 1px solid #7f7f7f;
      border-top: 0;
      border-left: 0;
      padding: 30px 20px 10px 0;
    }
      
    .text-content {
      padding: 10px 0 10px 5px;
      line-height: 1.5;
    }
      .text .text-content {
        padding: 0 0 0 5px;
      }
      
  	.text-content p,.text-content blockquote {
  		line-height: 1.5;
  		margin: 1.35em 0;
  	}
  	.text-content ul,.text-content ol {
  		margin: 1.5em 2em;
  	}
  		.text-content ol li {
  			list-style-type: decimal;
  		}
  		.text-content li {
  			margin: .75em 0;
  			line-height: 1.5;
  			list-style-type: disc;
  		}
  		.text-content ol ol,.text-content ul ul {
  			margin: .75em 2em;
  		}
  		.text-content li ol li {
  			list-style-type: lower-alpha;
  		}
  		.text-content li ul li {
  			list-style-type: circle;
  		}
    .text-content blockquote {
  		margin: 1em 0;
  		font-style: italic;
  		border-left: 5px solid #f9f8f2;
  		padding: 0 10px;
  		font-size: .93em;
  	}
  
  /* Photo posts */
  
    .video,
    .photo {
      border-bottom: 1px solid #7f7f7f;
      padding: 20px 0 10px;
    }
    .video-content,
    .photo-content img {
      border: 10px solid #f9f8f2;
      margin-top: 1em;
    }
    
  /* Quote posts */
  
    .quote {
      border: 1px solid #7f7f7f;
      border-top: 0;
      border-left: 0;
      padding: 20px 20px 10px 0;
    }
      .quote q {
        font-size: 1.71em;
        line-height: 1.25;
        text-indent: -0.5em;
        display: block;
        margin: 1em 0;
        padding-left: 5px;
        text-shadow: 0 0 1px #fff;
      }
      .quote cite {
        font-size: 1.33em;
        display: block;
        text-align: right;
        margin: 1em 0;
        padding-left: 5px;
        text-shadow: 0 0 1px #fff;
      }
      
  /* Link posts */
  
    .link {
      border: 1px solid #7f7f7f;
      border-top: 0;
      border-left: 0;
      padding: 20px 20px 10px 0;
    }
      .link-link {
        font-size: 1.71em;
        line-height: 1.25;
        margin: 0 0 .75em 5px;
      }
      .link p {
        line-height: 1.5;
        margin: .75em 0 1.35em 5px;
        font-style: italic;
      }
  
  /* Audio posts */

    .audio {
      border: 1px solid #7f7f7f;
      border-top: 0;
      border-left: 0;
      padding: 20px 20px 10px 0;
    }

  /* Navigation */
  
    #navigation {
      height: 12px;
      padding: 40px 0;
    }
      #nav-older {
        float: left;
      }
      #nav-newer {
        float: right;
      }
  
/*-------
 Sidebar
-------*/

  /* Shared Sidebar */
  
  .links h4 {
    background: url(http://assets.putthison.com/tumblr/images/sidebar-divider.gif) no-repeat bottom center;
    padding-bottom: 1em;
  }
  
  /* Hosts */

  #hosts {
    background: #f9f8f2;
    padding: 5px;
    text-align: center;
  }
    #hosts h4 {
      margin-bottom: 8px;
    }
    #hosts #hosts-portraits {
      display: none;
      margin-bottom: 10px;
      background: url(http://assets.putthison.com/tumblr/images/dotted-vertical.gif) repeat-y center;
      height: 105px;
      position: relative;
    }
      #hosts #hosts-portraits a {
        position: absolute;
      	padding: 110px 0 0 0;
      	overflow: hidden;
      	height: 0px !important;
      	width: 93px;
      	display: block;
      }
        #hosts #hosts-portraits #hosts-jesse {
          background: transparent url(http://assets.putthison.com/tumblr/images/jesse.png) no-repeat top left;
          top: -5px;
          left: 9px;
        }
        #hosts #hosts-portraits #hosts-adam {
          background: transparent url(http://assets.putthison.com/tumblr/images/adam.png) no-repeat top left;
          top: -1px;
          right: 9px;
        }
    #hosts .inner {
      border: 1px solid #fff;
      padding: 5px;
    }
    
  /* Subscribe */
  
  #subscribe li {
    margin: .5em 0;
  }
    
  /* Episodes & Sponsors */
    
  #episodes img,
  #sponsors img {
    margin: .71em 0;
  }
  
  #episodes table {
    width: 260px;
  }
    #episodes div {
      text-align: center;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    #episodes div a {
      margin: 0 .5em;
    }
  
  /* Blogroll */
    
  #blogroll {
    text-align: center;
  }
    #blogroll h5 {
      margin: 1.45em 0 .36em;
      color: #666;
    }
    #blogroll li {
      margin: .5em 0;
    }
    
  /* Credits */
    
  #credits table {
    width: 100%;
    border-bottom: 1px solid #999;
  }
    #credits td {
      background: url(http://assets.putthison.com/tumblr/images/dotted.gif) repeat-x top;
      padding: 8px 4px 7px;
    }
      #credits .first td {
        background: none;
        border-top: 1px solid #999;
        padding-top: 9px;
      }
      
  /* Categories */
    
  #categories table {
    width: 100%;
  }
    #categories td {
      padding: 7px;
      width: 116px;
    }
    #categories .break td {
      padding-top: 18px;
    }
    
  /* Links */
    
  #links {
    text-align: center;
  }
    #links li {
      line-height: 1.14;
      margin: .5em 0;
    }
    
  /* Kickstarter Widget */
  
  #sidebar .kickstarter-widget {
    width: 260px;
    height: 399px; 
    -ms-interpolation-mode: bicubic;
  }
    #sidebar .kickstarter-widget img {
      margin: 0 0 1em;`
    }
    
  /* Search */
  
  #search form {
    text-align: center;
    height: 22px;
  }
    #search .search-text {
      margin: 0 5px 0 0;
      padding: 2px;
      border: 1px solid #ccc;
      font-family: Georgia, Constantia, serif;
      font-size: 12px;
      vertical-align: top;
    }
    #search .search-button {
      margin: 0;
      padding: 0;
      vertical-align: top;
    }
    #nothing-found {
      text-align: center;
      padding: 40px;
      background: #F9F8F2;
      margin-top: 20px;
      text-transform: uppercase;
      letter-spacing: 3px;
    }
    #nothing-found form {
      margin-top: 20px;
    }