/** Everything else!
*************************************/
.body-noise {
  overflow: hidden;
	position: relative;
	background: url('http://static.tumblr.com/slqhnp0/8bIlp4esd/overlay.png');
}

.body-noise:before,
.body-noise:after {
	content: "";
	display: block;
	width: 336px;
	height: 157px;
	background-image: url('http://static.tumblr.com/slqhnp0/zmllp4et3/noise.png');
	position: absolute;
	top: 0;
}

.body-noise:before {
	left: 0;
	background-position: -281px 0;
}

.body-noise:after {
	right: 0;
	background-position: -618px 0;
}

.salaryman,
h2,
#nav a {
  letter-spacing: 0.2em;
	visibility: hidden;
}

.wf-active .salaryman,
.wf-active h2,
.wf-active #nav a,
.wf-active #about .block-subcontent:first-letter,
.iframe .salaryman,
.iframe h2,
.iframe #nav a,
.iframe #about .block-subcontent:first-letter {
	visibility: visible;
}


/** Utility
*************************************/
.left {
	float: left;
}

a,
a:hover {
	font-weight: bold;
	-webkit-transition: color .2s linear;
		 -moz-transition: color .2s linear;
	   			transition: color .2s linear;
}

#wrap {
	width: 920px;
	margin: auto;
	position: relative;
	z-index: 2;
}

#sidebar {
	width: 280px;
	margin-right: 40px;
}

#content {
	width: 600px;
}

.post-content ul {
	list-style-image: url('http://static.tumblr.com/slqhnp0/nQflp4euk/bullet.png');
}

.post-content li {
	padding-left: 10px;
}

.salaryman {
	font-family: 'SalarymanRegular', Helvetica, sans-serif;
}

/** Sprite
*************************************/
.sprite {
	background-image: url('http://static.tumblr.com/slqhnp0/yQglp4euy/sprite.png');
	background-repeat: no-repeat;
}

/** Ribbon
*************************************/
#ribbon-container {
  height: 114px;
  width: 1130px;
  position: relative;
	left: -140px;
	top: 42px;
	margin-bottom: 100px;
}

#ribbon-container div, 
#ribbon-container #site-title {
  position: absolute;
}

#bigtext,
#bigtext div {
	height: 57px;
	line-height: 67px;
	position: relative !important;
}

#bigtext {
	font-size: 42px;
	width: 580px;
}

.ribbon {
  z-index: 1;
}

.tint {
  background-color: #fff;
  opacity: 0.35;
  filter: alpha(opacity=35);
  z-index: 2;
}

.underside, .end {
  width: 0px;
  height: 0px;
}

.underside {
  z-index: 3;
}

.end {
  border-right: 35px solid transparent;
}

.lower-left {
  width: 164px;
  height: 90px;
  bottom: 0px;
  left: 0px;
}

.lower-right {
  width: 222px;
  height: 67px;
  bottom: 0px;
  left: 656px;
}

.fold-left {
  bottom: 0px;
  left: 90px;
	border-top-width: 38px;
	border-top-style: solid;
	border-left: 74px solid transparent;
}

.fold-middle {
  bottom: 0px;
  left: 656px;
	border-top-width: 38px;
	border-top-style: solid;
	border-right: 82px solid transparent;
}

.fold-right {
  bottom: 0px;
  left: 839px;
	border-top-width: 38px;
	border-top-style: solid;
	border-left: 38px solid transparent;
}

#ribbon-container .shadow {
  border-top: 38px solid #000;
  z-index: 4;
  opacity: 0.15;
  filter: alpha(opacity=15);
}

#ribbon-container #site-title {
  position: relative;
  top: 1px;
  left: 90px;
  width: 600px;
  height: 57px;
	padding: 9px 25px;
  z-index: 5;
  margin: 0px;
	font-weight: normal;
	overflow: hidden;
}

#site-title a {
	color: #fff;
	font-weight: normal;
}

.upper-right {
  top: 6px;
  left: 838px;
  height: 70px;
  width: 256px;
  z-index: 5;
}

.upper {
  border-top-width: 35px;
	border-top-style: solid;
  top: 6px;
  right: 1px;
}

.lower {
  top: 41px;
  right: 1px;
}

.ribbon.lower-left:before,
.ribbon.lower-left:after {
	content: "";
	display: block;
	position: absolute;
	width: 1000px;
	height: 90px;
	left: -1000px;
	top: 0;
}

.ribbon.lower-left:after {
	background: #fff;
	opacity: 0.35;
	filter:alpha(opacity=35);
}

/** Ribbon icons
*************************************/
.upper-right .sprite {
	display: block;
	float: right;
	width: 47px;
	height: 47px;
	margin-right: 9px;
	margin-top: 11px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
		      border-radius: 24px;
	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
     			transition: background-color .2s linear;
	background-color: rgba(0,0,0,.15);
}

.upper-right .sprite:hover {
	background-color: rgba(0,0,0,.2);
	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
     			transition: background-color .2s linear;
}

#rss {
	background-position: -46px 1px;
}

#random {
	background-position: -92px 1px;
}

#ask {
	background-position: 1px 0;
}

/** Headers
*************************************/
h1,
h1 a {
	font-size: 24px;
	font-weight: bold;
}

#content h1 {
	margin-bottom: 20px;
}

h2 {
	font-family: 'SalarymanRegular', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff; /* color */
	margin-bottom: 13px;
}

/** Block wraps
*************************************/
.block-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 56px;
	-webkit-box-shadow: 10px 10px 0 0 rgba(0,0,0,.05);
		 -moz-box-shadow: 10px 10px 0 0 rgba(0,0,0,.05);
					box-shadow: 10px 10px 0 0 rgba(0,0,0,.05);
}

#content .block-wrap,
#content .block-wrap:after {
	background: #fff;  /* color */
}

#content .block:before {
	border-color: transparent transparent #fff #fff; /* same as above */
}

.block-wrap:before,
.block:before { /* folded corner */
	display: block;
	width: 0;
	height: 0;
	content:"";
	position:absolute;
	top:-16px;
	right:0;
	border-width:8px;
	border-style:solid;
	z-index: 2;
}

.block-wrap:after { /* color bar */
	display: block;
	content:"";
	position:absolute;
	top:-16px;
	left:0;
	height: 16px;
}

#sidebar .block-wrap:after {
	width: 264px;
}

#content .block-wrap:after {
	width: 584px;
}

#sidebar .block-wrap:before,
#content .block-wrap:before {
	border-color:transparent transparent #000 #000;
	opacity: 0.25;
	filter:alpha(opacity=25);
	z-index: 5;
}

/** Block-back (noise)
*************************************/
.block-back {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 230px;
	top: -16px;
	left: 0;
	background: url('http://static.tumblr.com/slqhnp0/zmllp4et3/noise.png');
}

/** Blocks
*************************************/
.block {
	position: relative;
	padding: 18px 20px 20px;
	z-index: 2;
}

#content .block {
	padding-bottom: 9px;
}

/* special padding-tops for specific blocks */
.answer .block {
	padding-top: 4px;
}

.photo .block,
.video .block {
	padding-top: 24px;
}

.text .block {
	padding-top: 22px;
}

/* resume the usual block stuff */
.block:after,
.block:before {
	display: block;
	width: 0;
	height: 0;
	content:"";
	position:absolute;
}

.block:after { /* drop shadow */
	top:0px;
	right:-10px;
	border-width:5px;
	border-style:solid;
	border-color: transparent transparent rgba(0,0,0,.05) rgba(0,0,0,.05);
	z-index: 3;
}

.block:before {
	z-index: 4;
}

.block-subcontent {
	overflow: hidden;
	background: rgba(255, 255, 255, .25);
	padding: 20px;
	width: 100%;
	margin-left: -20px;
	margin-bottom: -20px;
	color: #fff;
}

/** Captions
*************************************/
#twitter,
#about,
.caption {
	font-size: 14px;
}

/** Nav
*************************************/
#nav a {
	color: #fff; /* color */
	font-size: 24px;
	font-weight: normal;
	font-family: 'SalarymanRegular', Helvetica, Arial, sans-serif;
}

#nav li {
	margin-bottom: 15px;
	position: relative;
}


/** Nav arrow and pagination arrows
*************************************/
#nav .active:before,
.paging-arrow {
	content: "";
	display: block;
	width: 74px;
	height: 46px;
	position: absolute;
	left: -89px;
	top: -11px;
	background-image: url('http://static.tumblr.com/slqhnp0/SdBlp4evw/arrows.png');

}

#next {
	right: 128px;
	left: auto;
}

#previous {
	left: 128px;
	background-image: url('http://static.tumblr.com/slqhnp0/SdBlp4evw/arrows.png');
}

.paging-arrow {
	overflow: hidden;
	text-indent: -9999px;
	top: 41px;
}

/** Sidebar
*************************************/
.see-more-container {
	clear: both;
	text-align: center;
	margin-top: 40px;
	height: 41px;
}

.see-more {
	padding: 11px 16px;
	font-weight: bold;
	-webkit-user-select: none;
		 -moz-user-select: none;
					user-select: none;
}

.see-more,
.see-more:hover,
.see-more:visited {

	color: #fff; /* color */

	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
	   			transition: background-color .2s linear;
}

/** User info
*************************************/
#user-image {
	margin: auto;
	overflow: hidden;
	width: 128px;
	height: 128px;
	margin-bottom: 24px;
	-webkit-border-radius: 64px;
	   -moz-border-radius: 64px;
		      border-radius: 64px;
}

#about .block-subcontent:first-letter {
  visibility: hidden;
	font-family: SalarymanRegular;
	font-size: 45px;
	display: block;
	float: left;
	line-height: 50px;
	margin-right: 8px;
	margin-bottom: -10px;
}

/** Search
*************************************/
#search,
#submit {
	float: left;
	display: block;
}

#search {
	width: 194px;
	height: 19px;
	padding: 5px;
	line-height: 19px;
	border: none;
}

#search:focus {
	outline: none;
}

#submit {
	width: 32px;
	height: 29px;
	border: 0;
	background-position: -200px -48px;
}

#submit,
#submit:hover {
	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
	   			transition: background-color .2s linear;
}

/** Social Media Icons
*************************************/
#social {
	width: 300px;
	overflow: hidden;
	margin: 0 0 20px -20px;
	position: relative;
	top: -15px;
}

#social:empty {
	display: none;
}

.social-icon {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 0 20px 20px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
		      border-radius: 20px;
}

.social-icon,
.social-icon:hover {
	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
	   			transition: background-color .2s linear;
}

#twitter-icon {
	background-position: -0px -48px;
}

#facebook-icon {
	background-position: -40px -48px;
}

#dribbble-icon {
	background-position: -80px -48px;
}

#flickr-icon {
	background-position: -120px -48px;
}

#linkedin-icon {
	background-position: -160px -48px;
}

#gowalla-icon {
	background-position: 0 -88px;
}

#foursquare-icon {
	background-position: -40px -88px;
}

#forrst-icon {
	background-position: -80px -88px;
}

#rdio-icon {
	background-position: -120px -88px;
}

#mlkshk-icon {
	background-position: -160px -88px;
}


/** Twitter
*************************************/
#twitter {
	display: none;
	margin-top: 70px;
}

#twitter h2 {
	text-align: center;
}

#tweets {
	margin-left: 0;
}

.tweet-text,
.tweet-time {
	display: block;
}

.tweet-text {
	-webkit-border-radius: 20px 20px 0 0;
	   -moz-border-radius: 20px 20px 0 0;
		      border-radius: 20px 20px 0 0;
	background: rgba(255, 255, 255, .25);
	padding: 15px 20px;
	color: #fff;
	line-height: 21px;
}

.tweet-time {
	-webkit-border-radius: 0 0 20px 20px;
	   -moz-border-radius: 0 0 20px 20px;
		      border-radius: 0 0 20px 20px;
	background: rgba(255, 255, 255, .5);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 14px 21px;
}

.tweet-time a,
.tweet-time a:hover {
	color: #fff;
}

#updates-icon {
	position: absolute;
	display: block;
	height: 56px;
	width: 56px;
	top: -37px;
	left: 50%;
	margin-left: -28px;
	z-index: 3;
	background-position: -2px -130px;
	-webkit-border-radius: 28px;
	   -moz-border-radius: 28px;
		      border-radius: 28px;
}

/** Sites I Follow
*************************************/
.following {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	overflow: hidden;
	text-indent: -99999px;
	-webkit-border-radius: 22px;
		 -moz-border-radius: 22px;
					border-radius: 22px;
	float: left;
	margin-right: 10px;
}

.followed {
	overflow: hidden;
}

/** Likes
*************************************/
#likes {
	margin-left: 0;
}

#likes .like_post {
	margin-bottom: 20px;
	line-height: 24px;
}

#likes .like_post img {
	max-width: 240px;
}

#likes a {
	color: #fff;
}

#likes a:hover {
	color: #bfbfbf;
}

/** Permalinks
*************************************/
.permalink {
	display: block;
	width: 44px;
	height: 37px;
	position: absolute;
	bottom: 18px;
	right: -18px;
	text-indent: -999999px;
	background-position: -200px -77px;
	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
	   			transition: background-color .2s linear;
}

.permalink:hover {
	-webkit-transition: background-color .2s linear;
		 -moz-transition: background-color .2s linear;
	   			transition: background-color .2s linear;
}

.permalink:after,
.permalink:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	position: absolute;
	bottom: -8px;
	right: 0;
}

.permalink:after {
	border-color: rgba(0, 0, 0, .25) transparent transparent rgba(0, 0, 0, .25);
}

/** Paragraphs
*************************************/
.block p,
.block ul {
	margin-bottom: 20px;
}

/** Videos, Images
*************************************/
.photo img,
.photoset .html_photoset,
.video .video-container {
	margin-bottom: 20px;
}

/** Quotes
*************************************/
blockquote {	
	padding-left: 47px;
	line-height: 23px;

	font-style: italic;
	position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}

blockquote:before {
	display: block;
	content: "";
	width: 76px;
	height: 52px;
	position: absolute;
	left: -13px;
	top: -30px;
	background: url('http://static.tumblr.com/slqhnp0/yQglp4euy/sprite.png') -53px -128px;
}

.quote blockquote,
.answer blockquote {
	padding-left: 40px;
	line-height: 26px;
}

/** Audio
*************************************/
.audio-player {
	margin-bottom: 20px;
}

.album-art-image img {
	display: block;
	width: 258px;
}

.album-art-image,
.album-art-record {
	position: absolute;
	top: 0;
	left: 0;
}

.album-art-image {
	z-index: 2;
}

.album-art-record {
	z-index: 1;
	width: 245px;
	height: 245px;
	left: 75px;
	-webkit-transition: left .2s linear;
		 -moz-transition: left .2s linear;
	   			transition: left .2s linear;
}

.album-art:hover .album-art-record {
	-webkit-transition: left .2s linear;
		 -moz-transition: left .2s linear;
	   			transition: left .2s linear;
	left: 125px;
	/*-webkit-transform: rotate(30deg);*/
}

.album-content {
	float: left;
}

.album-content embed {
	width: 180px;
}

.album-art {
	float: right;
	width: 370px;
	margin-right: -30px;
	margin-left: 40px;
	margin-bottom: 30px;
	position: relative;
	min-height: 258px;
}

.audio-info {
	margin-bottom: 20px;
	width: 560px;
}

#content .audio-info h1 {
	margin-bottom: 5px;
}

/** Link post
*************************************/
.link h1 {
	overflow: hidden;
}

.link h1 a {
	position: relative;
	display: block;
	float: left;
	padding-right: 42px;
}

.link h1 a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	width: 32px;
	height: 16px;
	background: url('http://static.tumblr.com/slqhnp0/yQglp4euy/sprite.png') 0 -195px;
}

/** Question post
*************************************/
.asker-image {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 15px;
	-webkit-border-radius: 32px;
	   -moz-border-radius: 32px;
		      border-radius: 32px;
}

.question,
.source {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

.question {
	clear: both;
	color: #fff; /* color */
	padding: 18px 15px;
	position: relative;
	margin-top: 30px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		      border-radius: 15px;
}

.question:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 80px;
	border-width: 0 60px 30px 0;
	border-style: solid;
	display: block;
	width: 0;	
}

.question:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 80px;
	border-width: 30px 0px 0px 17px;
	border-style: solid;
	border-color: transparent transparent transparent white;
	display: block;
	width: 0;
}

.source {
	line-height: 54px;
}

.answer blockquote {
	margin-top: 53px;
}

/** Chat post
*************************************/
.chatlog {
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
	overflow: hidden;
	margin: 0;
}

.chatlog li {
	padding: 20px;
	margin: 0;
}

.chatlog .odd {
	background: #f2f2f2; /* color */
}

.chatlog .even {
	background: #e6e6e6; /* color */
}

.chatlog .label {
	font-weight: bold;
}

/** Post Meta
*************************************/
.meta-wrap,
.notes {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 5px dotted #efefe6; /* color */
}

.notes,
#disqus_thread {
	margin-top: 5px;
}

.notes {
	padding-bottom: 20px;
	border-bottom: 5px dotted #efefe6; /* color */
	margin-left: 0;
	list-style-type: none;
}

#content .notes li {
	line-height: 30px;
}

.meta {
	overflow: hidden;
}

#content .tags {
	margin-bottom: 9px;
}

.tags {
	overflow: hidden;
}

#content .tags li {
	float: left;
	margin-right: 15px;
	padding-left: 0;
}

.tags a,
.note-count,
.comment-count {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bfbfbf; /* color */

	-webkit-transition: color .2s linear;
		 -moz-transition: color .2s linear;
	   			transition: color .2s linear;
}

.tags a:hover,
.note-count:hover,
.comment-count:hover {
	color: #aaa; /* color */

	-webkit-transition: color .2s linear;
		 -moz-transition: color .2s linear;
	   			transition: color .2s linear;
}

.note-count {
	margin-right: 20px;
}

.tags,
.note-count,
.comment-count {
	position: relative;
	margin-left: 0;
	padding-left: 25px;
	min-height: 20px;
}

.note-count,
.comment-count {
	float: left;
	margin-bottom: 9px;
}

.tags:before,
.note-count:before,
.comment-count:before {
	content: "";
	display: block;
	background-image: url('http://static.tumblr.com/slqhnp0/yQglp4euy/sprite.png');
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.tags:before {
	background-position: -244px -46px;
	top: 4px;
}

.note-count:before {
	height: 13px;
	top: 0;
	background-position: -244px -62px;
}

.comment-count:before {
	height: 13px;
	width: 14px;
	background-position: -244px -75px;
	top: 1px;
}

/** Pagination
*************************************/
#pagination {
	margin-top: 40px;
	margin-bottom: 60px;
	position: relative;
}

#n-of-m {
	width: 120px;
	height: 120px;
	color: #fff;
	margin: auto;
	-webkit-border-radius: 60px;
		 -moz-border-radius: 60px;
					border-radius: 60px;
	font-size: 30px;
	text-align: center;
	position: relative;
}

.paging {
	margin-top: 10px;
	position: absolute;
}

#current,
#total {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#current {
	top: 10px;
	left: 20px;
}

#slash {
	font-size: 71px;
	top: 1px;
	left: 37px;
}

#total {
	top: 46px;
	left: 60px;
}

/** Footer
*************************************/
#content #footer.block-wrap {
	text-align: center;
	color: #fff; /* color */
}

#footer {
	line-height: 23px;
}

#footer .block {
	padding-top: 8px;
	padding-bottom: 26px;
}

#footer p {
	margin-bottom: 0;
}

#footer a,
#footer a:hover {
	color: #fff;
	font-weight: bold;
}

/** IE!
*************************************/
.ie .block-wrap:before,
.ie .block-wrap:after,
.ie .block:before,
.ie .block:after,
.ie .permalink:after,
.ie .permalink:before,
.ie .ribbon.lower-left:before,
.ie .ribbon.lower-left:after {
	display: none;
}

.ie .block-back {
	top: 0;
}

.ie .block-wrap {
	padding-top: 16px;
}

/* Updated CSS Changes */

#sidebar .block-wrap .block ul {
	overflow:visible;
	width:216px;
}

.no-overflow {
	width: 216px;
	overflow: hidden;
	display: block;
}

em {font-family:italic;}