body {
    height: 100%;
    color: #454545;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-text-stroke: 1px transparent;
  }
  
		body {
			background: #b3c6e4 url(http://www.chrisspooner.com/jakethelab/Cloudy.jpg) fixed center bottom no-repeat;
		}
		body.cloudy, body.partly-cloudy, body.mostly-cloudy {
			background: #b3c6e4 url(http://www.chrisspooner.com/jakethelab/Cloudy.jpg) fixed center bottom no-repeat;
		}
		body.rain, body.thunderstorms, body.drizzle, body.showers, body.thundershowers, body.scattered-showers, body.scattered-thunderstorms, body.isolated-thunderstorms {
			background: #9eacaf url(http://www.chrisspooner.com/jakethelab/Rainy.jpg) fixed center bottom no-repeat;
		}
		body.sunny, body.fair, body.hot {
			background: #8cdafe url(http://www.chrisspooner.com/jakethelab/Sunny.jpg) fixed center bottom no-repeat;
		}
		body.snow, body.mixed-rain-and-snow, body.mixed-rain-and-sleet, body.snow-flurries, body.light-snow-showers, body.blowing-snow, body.hail, body.sleet, body.snow-showers, body.heavy-snow {
			background: #889986 url(http://www.chrisspooner.com/jakethelab/Snowy.jpg) fixed center bottom no-repeat;
		}

	ul#weather {
		position: absolute; top: 40px; left: 40px;
		list-style: none; display: none;
	}
		ul#weather li {
			margin: 0 0 12px 0;
		}
			ul#weather li a {
				display: block; width: 60px;
				background: url(http://www.chrisspooner.com/jakethelab/weather-icons.png) no-repeat; text-indent: -9999px;
			}
				ul#weather li.cloudy a {
					height: 32px; background-position: 0 0;
				}
				ul#weather li.sunny a {
					height: 63px; background-position: 0 -43px;
				}
				ul#weather li.rainy a {
					height: 50px; background-position: 0 -115px;
				}
				ul#weather li.snowy a {
					height: 48px; background-position: 0 -177px;
				}
				
				ul#weather li.cloudy a:hover {
					height: 32px; background-position: -60px 0;
				}
				ul#weather li.sunny a:hover {
					height: 63px; background-position: -60px -43px;
				}
				ul#weather li.rainy a:hover {
					height: 50px; background-position: -60px -115px;
				}
				ul#weather li.snowy a:hover {
					height: 48px; background-position: -60px -177px;
				}


  a {
    color: #238db1;
    text-decoration: none;
  }

  *:active,*:focus { outline: 0px; }
  a img { border-width: 0px; }

  p {
    margin: 0 0 14px 0;
  }
  
  em { font-style: italic; }
  strong { font-weight: bold; }

  blockquote {
    border-left: 4px solid #EFEFEF;
    margin: 0 0 14px 0;
    padding: 0 0 0 15px;
  }

  #container {
    width: 500px;
    height: 100%;
    background: url(http://static.tumblr.com/thpaaos/kT3kqnqrm/container-bg.png) repeat-y;
    margin: auto;
    padding: 50px 45px;
  }

      #container .header h1 {
		font-size: 85px;
		text-align: center;
		letter-spacing: -4px;
      }

        #container .header a h1 {
          color: #454545;
          text-decoration: none;
        }

	   #container .header h2 {
		font-size: 23px;
		text-align: center;
		color: #E3E3E3;
      }

      #container .header td.description {
        width: 240px;
        font-size: 10px;
        line-height: 14px;
        text-align: right;
        margin: 33px 0 0 0;
        float: right;
      }

    #container .separate {
      width: 570px;
      height: 8px;
      background: #EFEFEF;
      margin: 50px 0 50px -35px;
    }

    #container ul.posts {

    }

      #container li.post {
        min-height: 57px;
        list-style-type: none;
        margin: 0 0 80px 0;
        position: relative;
      }

        #container li.post a.post_type {
          width: 57px;
          height: 57px;
          background: #2aabd5;
          border-radius: 28px;
            -moz-border-radius: 28px;
            -webkit-border-radius: 28px;
          filter:alpha(opacity=54);
            -moz-opacity:0.54;
            -khtml-opacity: 0.54;
            opacity: 0.54;
          display: block;
          position: absolute;
          left: -79px;
          top: 0px;
        }

        #container li.post a.note_count,
        #container a.heart {
          width: 57px;
          height: 57px;
          background: #e73939;
          border-radius: 28px;
            -moz-border-radius: 28px;
            -webkit-border-radius: 28px;
          filter:alpha(opacity=54);
            -moz-opacity:0.54;
            -khtml-opacity: 0.54;
            opacity: 0.54;
          display: block;
          position: absolute;
          left: -79px;
          top: 47px;
        }
        
          #container .heart {
            top: 0px !important;
          }
          
            #container a.heart_icon {
              width: 17px;
              height: 15px;
              background: url(http://static.tumblr.com/thpaaos/k6Eks51ol/heart.png) no-repeat;
              position: absolute;
              top: 21px;
              left: -59px;
              display: block;
            }

        #container li.post a.comments {
          width: 103px;
          color: #2e2d2a;
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 0px;
          background: #fbff86;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          filter:alpha(opacity=54);
            -moz-opacity:0.54;
            -khtml-opacity: 0.54;
            opacity: 0.54;
          padding: 12px 18px 8px 49px;
          display: block;
          position: absolute;
          top: -38px;
          right: -50px;
          height: 6px;
        }

        li.post .label {
          width: 57px;
          font-size: 12px;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase;
          text-decoration: none;
          position: absolute;
          left: -79px;
          display: block;
          margin: -9px 0 0 0;
        }

          li.post a.label {
            text-decoration: none;
          }

          li.post a.label.type {
            color: #fff;
            top: 27px;
          }

          li.post a.label.noteNumber {
            color: #fff;
            top: 70px;
            font-size: 18px;
          }

            li.post a.label.noteNumber span {
              font-size: 10px;
              display: block;
              margin: 15px 0 0 0;
            }

          li.post .label.notes {
            color: #fff;
            font-size: 10px;
            top: 85px;
          }

        #container li.post img {
          max-width: 100%;
        }

        #container li.post .caption {

        }

          #container li.post .caption a {
            padding: 1px;
          }

            #container li.post .caption a:hover,
            #container .header .description a:hover,
            .footer .credit a:hover,
            ul#likes a:hover {
              background: #e5f8ff;
            }

          #container li.post .caption ol,
          #container li.post .caption ul {
            margin: 0 0 14px 20px;
          }

        #container li.post a.title {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 14px 0;
          display: block;
        }
        
          #container li.post a.title:hover {
            text-decoration: underline;
          }

          #container li.post a.title.link {
            color: #6db123;
            text-decoration: underline;
            padding: 0 45px 0 0;
            position: relative;
          }

            #container li.post a.title.link:hover span {
              background: #f1fae7;
            }

            #container li.post a.title.link .arrow {
              width: 32px;
              height: 22px;
              background: url(http://static.tumblr.com/thpaaos/4aWkqnqso/sprite-link.png) 0px 0px;
              position: absolute;
              right: 0px;
              top: 3px;
            }

              #container li.post a.title.link:active .arrow {
                background-position: -32px 0px;
              }

        table.chat {
          width: 100%;
          margin: 0 0 3px 0;
          border-collapse: collapse;
        }

          h2 + table.chat {
            margin: 0 0 14px 0 !important;
          }

           table.chat tr td {
             padding: 3px 10px;
           }

             table.chat tr td.name {
              font-weight: bold;
              text-align: right;
              vertical-align: top;
            }

             table.chat tr td.line1 {
              background: #F2F2F2;
             }

        #container li.post .media {
          width: 500px;
          border: 8px solid #e1e1da;
          margin: 0 0 14px -10px;
          padding: 2px;
        }
        
        

        #container li.post .quote {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 14px 0;
        }

        #container li.post .audio {
          background: #fff;
          margin: 0 0 14px 0;
          padding: 1px;
          overflow: hidden;
        }

          #container li.post .audio .player {
            width: 207px;
            height: 27px;
            border: 1px solid #f2f2f2;
            margin: 0 10px 0 0;
            padding: 1px;
            float: left;
          }

          #container li.post .audio span.count {
            height: 22px;
            color: #fff;
            font-size: 10px;
            font-weight: bold;
            background: url(http://static.tumblr.com/thpaaos/TQFkqnqt1/play-count.png) top left;
            padding: 4px 0 6px 12px;
            position: relative;
          }

            #container li.post .audio span.count .right {
              width: 10px;
              height: 22px;
              background: url(http://static.tumblr.com/thpaaos/TQFkqnqt1/play-count.png) top right;
              position: absolute;
              right: -10px;
              top: 0px;
            }

        #container li.post a.download {
          width: 25px;
          height: 22px;
          background: url(http://static.tumblr.com/thpaaos/GqXkqnqth/sprite-download.png) top left;
          margin: 0 10px 0 0;
          display: block;
          float: left;
        }

          #container li.post a.download:active {
            background-position: -25px 0;
          }

          #container li.post a.download.image {
            position: absolute;
            top: 25px;
            left: 15px;
            display: none;
          }

            #container li.post:hover a.download.image {
              display: block;
            }

        li.post .tags {

        }

          li.post .tags a.tag {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            background: #e3e3e3;
            border-radius: 3px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
            padding: 1px 5px;
          }

            li.post .tags .tag:hover {
              color: #fff;
              background: #b69ec8;
            }

    .footer {
      overflow: hidden;
    }

      .pagination {
        width: 148px;
        height: 67px;
        background: url(http://static.tumblr.com/thpaaos/xNskqnqtx/sprite-pagination.png) top left;
        float: right;
        overflow: hidden;
      }

        a.button {
          width: 67px;
          height: 67px;
          background: url(http://static.tumblr.com/thpaaos/xNskqnqtx/sprite-pagination.png);
          display: block;
        }

          a.button.left {
            background-position: 0px -67px;
            float: left;
          }
            a.button.left:active { background-position: -0px -134px; }

          a.button.right {
            background-position: -81px -67px;
            float: right;
          }
            a.button.right:active { background-position: -81px -134px; }

      .footer .credit {
        height: 50px;
        font-size: 11px;
        line-height: 17px;
        border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
        border: 3px solid #efefef;
        float: left;
        padding: 7px 17px;
      }
      

  ul#likes {
    width: 500px;
    list-style-type: none;
    overflow: hidden;
  }

  li.like_post {
    width: 150px;
    font-size: 11px;
    padding: 0 25px 0 0;
    list-style-type: none;
    float: left;
  }
        
    li.like_post img {
      max-width: 140px;
      background: #fff;
      border: 4px solid #e1e1da;
      margin: 0 0 14px 0;
      padding: 1px;
    }
    
    li.like_post .like_link a {
      color: #6db123;
      text-decoration: underline;
      font-size: 14px;
    }
    
      li.like_post .like_link a:hover {
        background: #f1fae7 !important;
      }
      
    li.like_post .like_title {
      font-size: 14px;
    }
      
    li.like_post  blockquote {
      border-left: 2px solid #EFEFEF;
      margin: 0 0 14px 0;
      padding: 0 0 0 7px;
    }
    
    .post_info_bottom {
      background: #F2F2F2;
      border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
      padding: 0 6px;
      display: block !important;
    }
    
      #post_info_bottom a:hover {
        background: transparent !important;
        text-decoration: underline;
      }
    
    li.like_post ul,
    li.like_post ol {
      margin: 0 0 0 15px;
    }
    
  a.arrow.back,
  a.arrow.forward {
    display: none !important;
  }


  a.install {
    width: 96px;
    height: 20px;
    background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
    display: block;
    position: absolute;
    top: 26px;
    right: 3px;
  }


li.post { border-bottom: 2px dashed #efefef; margin: 0 0 52px 0 !important; padding: 0 0 40px 0;}

  ol.notes { margin: 0px; font-size: 13px; list-style-type: none; }
    ol.notes a { color: #f95d5d; }
      ol.notes a:hover { background-color: #fff2f2; }
    ol.notes img.avatar { display: none; }
    ol.notes blockquote { margin: 0; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
