/***** APPBLOG TUMBLR THEME *****/
/***** Version: 1.0 *****/
/***** Created by: Amit Jakhu *****/
/***** Website: http://www.amitjakhu.com *****/
/***** Support: http://appblogtheme.tumblr.com *****/

/***** RESET *****/

* {
    margin: 0;
    padding: 0;
    border: none;
}

html {}

/***** SS SOCIAL *****/

@font-face {
    font-family: 'ss_socialregular';
    src:url('http://demo.amitjakhu.com/appblog/ss-social/webfonts/ss-social-regular.eot');
    src:url('http://demo.amitjakhu.com/appblog/ss-social/webfonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
		url('http://demo.amitjakhu.com/appblog/ss-social/webfonts/ss-social-regular.woff') format('woff'),
		url('http://demo.amitjakhu.com/appblog/ss-social/webfonts/ss-social-regular.ttf') format('truetype'),
		url('http://demo.amitjakhu.com/appblog/ss-social/webfonts/ss-social-regular.svg#SSSocialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .ss-icon.ss-social,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after{
	font-family: 'ss_socialregular';
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	white-space: nowrap;
	/*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}
.ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-wordpress:before,.ss-wordpress.right:after{content:''}.ss-blogger:before,.ss-blogger.right:after{content:''}.ss-posterous:before,.ss-posterous.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-svpply:before,.ss-svpply.right:after{content:''}.ss-readmill:before,.ss-readmill.right:after{content:''}.ss-dropbox:before,.ss-dropbox.right:after{content:''}.ss-dribbble:before,.ss-dribbble.right:after{content:''}.ss-behance:before,.ss-behance.right:after{content:''}.ss-github:before,.ss-github.right:after{content:''}.ss-octocat:before,.ss-octocat.right:after{content:''}.ss-stackoverflow:before,.ss-stackoverflow.right:after{content:''}.ss-paypal:before,.ss-paypal.right:after{content:''}.ss-kickstarter:before,.ss-kickstarter.right:after{content:''}.ss-foursquare:before,.ss-foursquare.right:after{content:''}.ss-skype:before,.ss-skype.right:after{content:''}.ss-rdio:before,.ss-rdio.right:after{content:''}.ss-spotify:before,.ss-spotify.right:after{content:''}.ss-lastfm:before,.ss-lastfm.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-rss:before,.ss-rss.right:after{content:''}

/***** ANIMATIONS *****/

@keyframes slide-right {
	from {left: -30px; opacity: 0;}
	to {left: 0; opacity: 100;}
}

@-moz-keyframes slide-right {
	from {left: -30px; opacity: 0;}
	to {left: 0; opacity: 100;}
}

@-webkit-keyframes slide-right {
	from {left: -30px; opacity: 0;}
	to {left: 0; opacity: 100;}
}

/***** TYPE *****/

body {
	font-size: 0.875em; /* 14px */
}

h1 {
	font-size: 3em; /* 42px */
	font-weight: 700;
	line-height: 1.190476190em; /* 50px */
}

h2 {
	font-size: 2.5714285714em; /* 36px */
	font-weight: 700;
	line-height: 1.222222222em; /* 44px */
}

h3 {
	font-size: 2.1428571428em; /* 30px */
	font-weight: 600;
	line-height: 1.266666667em; /* 38px */
	margin-bottom: 0.833333333em; /* 25px */
}

h4 {
	font-size: 1.71428571em; /* 24px */
	font-weight: 600;
	line-height: 1.333333333em; /* 32px */
}

p, li {
	font-size: 1em; /* 14px */
	line-height: 1.6428571428em; /* 23px */
	margin-bottom: 0.833333333em; /* 25px */
}

strong {
    font-weight: 600;
}

em {
	font-style: italic;
}

blockquote, .source {
	font-size: 1em; /* 14px */
	line-height: 1.6428571428em; /* 23px */
	border-left-width: 10px; /* 10px */
	margin: 2.60416666667% /* 25px */ 0 2.60416666667% /* 25px */ 3.125% /* 30px */;
	padding-left: 2.083333333%; /* 20px */
}

blockquote, .source {
	border-left-style: solid;
}

ul, ol {
	margin: 0 0 2.60416666667% /* 25px */ 3.125% /* 30px */;
}

ul li, ol li {
	margin: 0.52083333333% /* 5px */ 0 0.52083333333% /* 5px */ 3.125% /* 30px */;
}

/***** NAVIGATION *****/

#navigation {
	position: fixed;
	z-index: 1000;
	left: -253px;
	top: 0;
	height: 100%;


	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#navigation:hover, #navigation:focus, .navigation-active {
	left: 0 !important;
}

.navigation-inner {
	width: 270px;
	padding: 125px 0 0 0;
	margin: 0 0 75px 0;
	height: 100%;
}

#navigation nav ul, #navigation nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation nav ul {
	margin-right: 17px;
	border-top-width: 1px;
	border-top-style: solid;
}

#navigation:hover nav ul, #navigation:focus nav ul, #navigation:hover #social, #navigation:focus #social, #navigation:hover #search, #navigation:focus #search {
	margin: 0;
}

.navigation-active nav ul, .navigation-active #social, .navigation-active #search {
	margin: 0 !important;
}

#navigation nav ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navigation nav ul li a {
	font-size: 11px; /* 11px */
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 40px 13px 40px;
	display: block;
}

#navigation nav ul li:hover a:after, #navigation nav ul li:focus a:after {
	font-family: 'Revalia', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
	content:'>';
	position: absolute;
	right: 30px;
}

#navigation #social, #navigation #social li, #navigation #social li a {
	margin: 0;
	padding: 0;
}

#navigation #social {
	margin-right: 17px;
	list-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	clear: both;
	overflow: auto;
}

#navigation #social li {
	display: inline-block;
	float: left;
	min-width: 20%;
	max-width: 20%;
	overflow: hidden;
}

#navigation #social li a {
	display: block;
	padding: 12px 0 10px 0;
	text-align: center;
	font-size: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navigation #search, #navigation #search .input, #navigation #search .button {
	margin: 0;
	padding: 0;
	border: none;
}

#navigation #search {
	margin-right: 17px;
	clear: both;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navigation #search .input {
	float: left;
	display: block;
	max-width: 80%;
	padding: 16px 30px 14px 40px;
	font-size: 11px; /* 11px */
	font-weight: 600;
	text-transform: uppercase;
}

#navigation #search .button {
	display: inline-block;
	min-width: 20.3%;
	max-width: 20.3%;
	overflow: hidden;
	position: absolute;
	right: 17px;
	padding: 9px 0 10px 0;
	cursor: pointer;
	z-index: 100000;
	font-family: 'Revalia', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navigation:hover #search .button, .navigation-active #search .button {
	right: 0 !important;
}

#navigation .footer {
	opacity: 0.5;
	position: relative;
	margin: 50px 40px;
	

	font-size: 11px;
	line-height: 16px;
}

#navigation .nav-icon-bg {
	width: 16px;
	height: 17px;
	padding: 9px 7px;
	position: absolute;
	top: 125px;
	right: -15px;
	z-index: -1;
}

#navigation .nav-icon {
	width: 16px;
	padding: 9px 7px;
	position: absolute;
	top: 125px;
	right: -15px;
	z-index: 1000000;
	overflow: visible !important;
}

#navigation .nav-icon, #navigation .nav-icon-bg, .logo {
	margin-top: 1px !important;
}

#navigation .nav-icon hr {
	height: 3px;
	margin: 2px 0;
	width: 16px;
}

#back-top {
	width: 17px;
	height: 14px;
	padding: 3px 9px 18px 9px;
	margin: 0;
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 1000000;
	display: block;
	border: none;
	overflow: hidden;
	
	font-family: 'Revalia', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

/***** HEADER *****/

#header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	height: 100%;
}

.header-inner {
	width: 190px;
	padding: 0 30px 0 50px;
	margin: 125px 0 75px 0;
}

.logo {
	display: block;
	line-height: 0.76em; /* 38px */
	margin-bottom: 15%; /* 45px */
}

.logo a {
	display: block;
}

.logo span {
	font-size: 0.7142857142em; /* 30px */
}

.logo img {
	max-width: 190px;
	display: block;
	margin-bottom: 8.68421052631%; /* 45px */
}

.description {
	margin-bottom: 5.20833333333%; /* 50px */
}

.download-btn {
	font-size: 1.2857142em; /* 18px */
	padding: 13.1578947368421%; /* 25px */
	font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.download-notes {
	font-size: 0.7857142em; /* 11px */
	line-height: 1.45454545em; /* 16px */
	margin-top: 7.8947368421%; /* 15px */
}

/***** SCROLLER *****/

.hs-content-scroller .jspVerticalBar, .hs-content-scroller .jspHorizontalBar {
	opacity: 0;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.hs-content-scroller:hover .jspVerticalBar, .hs-content-scroller.jspHorizontalBar {
	opacity: 1;
}

/***** CONTENT *****/

#content {
	max-width: 960px !important;
	width: 50%;
	padding: 125px 60px 75px 60px;
	left: 360px;
	position: relative;
}

/***** POSTS *****/


#posts, .post {
	margin: 0;
	padding: 0;
	position: relative;
}

.post p a:hover, .post blockquote a:hover, .post li a:hover, .post .source a:hover, .post .caption a:hover, .permalinks li a:hover, .tags li a:hover, .content-source a:hover, #navigation .footer a:hover {
	cursor: pointer;
    text-decoration: underline;
}

.caption, .description {
	margin-top: 2.604166666667%; /* 25px */
}

.text img {
	width: 100% !important;
}

.photo img {
	width: 100%;
	max-width: 960px !important;
}

.photoset img {
	width: 100%;
	max-width: 960px !important;
}

.photoset .caption {
	position: relative;
	margin-top: 4.16666666667%; /* 40px */
}

.chat ul, .chat ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat ul li {
	padding: 1.25% /* 12px */ 3.125% /* 30px */;
}

.chat ul, .answer ul {
	border-top-width: 1px;
	border-top-style: solid;
}

.chat ul li, .answer ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.chat ul li .label, .answer .label {
	margin-right: 0.4166666667%; /* 4px */
	font-weight: 600;
	display: inline;
}

.quote h4 {
    font-style: italic;
}

.quote h4 span {
    font-family: Georgia, 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.media {
	position: relative;
}

.media iframe, .media object, .media embed {
	position: relative;
	display: block;
}

.audio .audio-player {
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.audio .album-art {
	max-width: 250px;
	max-height: 250px;
	display: block;
	position: relative;
	float: left;
	margin: 0 6.25% /* 60px */ 0 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.audio .album-art img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.audio .audio-info {
	display: block;
	position: relative;
	margin-bottom: 3.125%; /* 30px */
}

.audio .audio-info h3 {
	margin-bottom: 0;
}

.audio .player {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	z-index: 100;
}

.audio .player .embed {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: -4px 0 0 -3px;
}

.audio iframe, .audio object, .audio embed {}

.soundcloud_audio_player {
	width: 100% !important;
}

.answer .asker {
	margin: -20px 0 15px 0;
	font-size: 0.857142em; /* 12px */
}

.answer .response p {
	display: inline;
}

/***** FOOTER *****/

#footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.navigation a {
	font-weight: 400;
	font-size: 14px;
	padding: 8px 14px;
	margin: 0 5px;
	position: relative;
	z-index: 11;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

/***** NIVO PHOTOSET SLIDER *****/

.nivo-caption {
	font-size: 0.857142857em !important; /* 12px */
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	width: 90%;
	z-index: 10;
	padding: 1.4583333333% /* 14px */ 3.125% /* 30px */;
}

.nivo-directionNav a {
	font-family: 'Revalia', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 27px;
	padding: 9px 8px 14px 8px;
	margin: 0;
	color: rgba(0,0,0,0.5);
	/*color: #fff;
	background: #000; */
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 11;
	cursor: pointer;
	display: block;
}

.nivo-prevNav {
	left: -45px;
	padding-left: 0.520833333333% !important; /* 5px */
}

.nivo-nextNav {
	right: -45px;
	padding-right: 0.520833333333% !important; /* 5px */
}

.nivo-directionNav a, .photo-link a {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

.nivo-directionNav a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

/***** SIDENOTES *****/

.sidenotes {
	position: relative;
	display: block;
	float: left;
	margin-left: -80px;
	top: 0;
}

.date {
	display: block;
	text-align: right;
}

.date .month {
	font-size: 1.285714285em; /* 18px */
	line-height: 1.6428571428em; /* 23px */
	display: block;
}

.date .day {
	font-size: 1.714285em; /* 24px */
	line-height: 1.2083333333em; /* 29px */
	display: block;
}

.date .year {
	font-size: 0.857142857em; /* 12px */
	line-height: 1.5em; /* 18px */
}

/***** SHARE *****/

.share {
	position: relative;
	margin-top: 18.75%; /* 15px */
}

.share span {
	cursor: pointer;
}

.share-btn {
	display: inline-block;
	font-size: 0.7857142em; /* 11px */
	font-weight: 700;
}

.share-box {
	width: 260px;
	border-width: 1px;
	border-style: solid;
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
	
	animation: slide-right 0.2s;
	-moz-animation: slide-right 0.2s;
	-webkit-animation: slide-right 0.2s;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.share-btn:hover .share-box, .share-box:hover, .share-btn:focus .share-box, .share-box:focus {
    display: block;
}

.short-url {
	font-weight: 400;
    font-style: normal;
    text-align: center;
    background: transparent;
    border: none;
}

.short-url, .social {
	font-size: 1em; /* 12px */
	width: 200px; /* 200px */
	padding: 12px 30px;
	margin: 0 auto;
}

.twitter-share, .facebook-share, .google-share {
    display: inline-block;
}

.twitter-share, .facebook-share {
	margin-right: 20px;
}

/***** FOOTER *****/

#posts footer {
	margin-bottom: 7.8125%; /* 75px */
	border-bottom: 1px;
    border-bottom-style: solid;
}

.footernotes {
	font-size: 0.857142857em; /* 12px */
	line-height: 1.75em; /* 21px */
	margin-top: 4.1666666667%; /* 40px */
	padding-bottom: 5.208333333%; /* 50px */
}

.permalinks, .tags {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.tags {
	margin-left: -8px;
}

.permalinks li, .tags li, .content-source {
	padding: 0;
	margin: 0;
	list-type: none;
	display: inline-block;
}

.permalinks, .permalinks li, .permalinks li a, .tags, .tags li, .tags li a, .content-source, .content-source a {
	font-size: 1em; /* 11px */
	line-height: 1.545454545em; /* 17px */
}

.permalinks li:after, .tags:before, .content-source:before {
	padding: 0 5px;
	content: "\002F";
	display: inline-block;
}

.tags li:after {
	content: '\002C\00a0';
}

.permalinks li:last-child:after, .tags li:last-child:after {
	content: ' ';
}

.permalinks li a {
	font-weight: 700;
}

/***** DISQUS COMMENTS *****/

#disqus {
	margin-bottom: 3.125%; /* 30px */
}

#disqus h4, #notes h4 {
	margin-bottom: 2.083333333% /* 20px */
}

/***** NOTES *****/

#notes ol, #notes ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#notes ol li, #notes ul li {
	margin: 1.3% 0;
}

/***** CUSTOM PAGES *****/

.custom-page {}

.custom-page h2 {
	margin-bottom: 5.2083333333%; /* 50px */
}

/***** TWITTER *****/

#twitter {
	position: relative;
    display: block;
	margin-top: 15.78947368421% !important; /* 30px */

    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=6);
}

#twitter:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

#twitter h4 {
	font-size: 1.285714em; /* 18px */
	font-weight: 600;
	line-height: 1.333333333em; /* 32px */
	margin-bottom: 10.526315789473% !important; /* 20px */
}

#twitter #tweets {
	border-top-width: 1px;
    border-top-style: solid;
}

#twitter p.preLoader {
	margin: 0;
	padding: 15px 0;
}

#twitter ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter ul#twitter_update_list li {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	display: block;
	border-bottom-width: 1px;
    border-bottom-style: solid;
}

#twitter ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	font-size: 0.857142em; /* 12px */
	line-height: 1.5em; /* 18px */
}

#twitter ul#twitter_update_list li span a {
	/* links in tweet content */
	display: block;
}

#twitter ul#twitter_update_list li a {
	/* timestamp link */
	display: block;
}