/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */



/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */


body {
	font-family: 'PT Serif', serif;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}

#container {
	width: 940px;
	margin: 0 auto;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

/** GENERAL POST STYLES **/

.postMain blockquote {
	width: 400px;
	padding-left: 10px;
	border-left: 3px solid rgba(0,0,0,0.1);
}

 .postMain blockquote p {	
	width: 380px !important;
}

/** HEADER **/

header {
	overflow: auto;
	height: auto;
	position: relative;
}

.logo h1 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 42px;
	font-size: 2.625rem;
	padding-top: 6px;
	margin: 33px 0;
}

.header.logo {
height: 125px;
width: 500px;
line-height: 125px;
}

.header.logo.highres {
	display: none;
}

.header.logo img {
max-width: 100%;
max-height: 110px;
height: auto;
width: auto;
vertical-align: middle;
}

/** Nav **/

.nav {
	position: absolute;
	right: 0;
	top: 57px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	list-style-type: none;
	float: left;
	margin-left: 25px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.nav ul li a {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
}

.nav ul li a:hover, .nav ul li a.active {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.nav select {
	display: none;
}



.sepLine.nav { 
	position: static; 
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	font-family: 'PT Serif', serif;
	padding: 15px 0 2px 0;
	line-height: 30px;
}

.sepLine.nav ul {
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	display: inline-block;
}

.sepLine.nav ul:first-child {
	margin-left: 0;
}

.sepLine.nav ul li {
	margin: 0 15px 0 0;
}

/** description **/

#description.headerDesc {
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'PT Serif', serif;
	padding: 30px 0;
	line-height: 30px;
}

#description.headerDesc p {
	line-height: 27px;
}

/** POSTS **/

.post {
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	padding: 70px 0;
	overflow: auto;
}

.permalink .post {
	padding: 70px 0 0 0;
}

.permalink .post h3.title {
	margin-top: -20px;
}

.permalink .post.postPage h3.title {
	margin-top: 0;
}


.permSection {
	width: 522px;
	padding-bottom: 70px;
}

.postMain {
	width: 522px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	color: #333;
}

.postMain h3.title, .post.link a.link, .post.quote .quoteText  {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 15px 0;
	display: block;
	line-height: 24px;
	line-height: 2rem;
}

.postMain h4 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

.post .postMain {
	float: left;
	
}

.post .postMain p {
	margin-bottom: 20px;
}

.post .postMain em {
	font-style: italic;
}

.post .postMain ul li, .post .postMain ol li {
	margin-bottom: 10px;
}



.post .meta {
	float: left;
}


.postMain ul {
	list-style-type: circle;
}

.postMain ol {
	list-style-type: lower-alpha;
}

.post blockquote img, .post .postMain img {
	height: auto;
	max-width: 100%;
	width: auto;
}

/** TEXT **/

.post.text .postMain img {
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 5px;
	margin: 15px 0;
}

.noImageEffect .post.text .postMain img {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}



/** META **/
/**    ODD **/
.post .meta {
	background: url('http://static.tumblr.com/qxrkgx6/fEAlyy7cy/vertical-sep.png') left top repeat-y;
	width: 318px;
	margin-left: 78px;
	padding-left: 22px;
	font-family: 'PT Sans', sans-serif;
	
}

.post .meta ul.meta-list {
	clear: both;
}

.post .meta ul.meta-list li {
	text-align: left;
	margin-bottom: 15px;	
}

.post .meta ul.meta-list li:last-child {
	margin-bottom: 0;
}

.post .meta ul.meta-list li a {

	padding-left: 36px;
	background: url('http://static.tumblr.com/qxrkgx6/ozblzcu6g/meta-sprite.png') no-repeat 10px 2px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	filter: alpha(opacity=100);
	opacity: 0.5;
	
	display: inline-block;
	line-height: 20px;
}

.post .meta ul.meta-list li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.post .meta ul.meta-list li.tags a {
	
	background: none;
	opacity: 1;
	filter:alpha(opacity=100);
	margin:  0 3px 5px 0;
	
}

.post .meta ul.meta-list li.tags a {
	background: none;
	padding: 0;
	opacity: 0.5;
	filter: alpha(opacity=100);
}
.post .meta ul.meta-list li.tags a:not(:last-child):after  {
	content: ",";
}




.post .meta ul.meta-list li.tags a:hover {
	opacity: 1;
}
	
	/** icons **/
	
	.post .meta ul.meta-list li.permalink a {
		background-position: 10px -272px;
	}
	
	.post .meta ul.meta-list li.postedOn a {
		background-position: 10px -53px;
	}
	
	
	
	.post .meta ul.meta-list li.place a {
		background-position: 10px 2px;
	}
	
	
	.post .meta ul.meta-list li.postNotes a {
		background-position: 10px -108px;
	}
	
	.post .meta ul.meta-list li.reblog a {
		background-position: 10px -217px;
	}
	
	.post .meta ul.meta-list li.tags {
		background: url('http://static.tumblr.com/qxrkgx6/ozblzcu6g/meta-sprite.png') no-repeat 10px 1px;
		padding-left: 36px;
		overflow: auto;
		background-position: 10px -381px;
		filter: alpha(opacity=100);	
		opacity: 1;
	}
	
	.post .meta ul.meta-list li.source a {
		background-position: 10px -326px;
	}
	
	.post .meta ul.meta-list li.commentsLink a {
		background-position: 10px -163px;
	}

.post .meta ul.meta-list li.tags ul {
	margin: 0;
	padding: 0;
	float: right;
}



.post .meta ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/** MAP **/

.post .mapContainer {
	float: left;
	overflow: auto;
}

.post .mapContainer.inactive {
	display: none;
}

.post .mapContainer .map {
	width: 280px;
	height: 190px;
	margin: auto;
	margin-top: 10px;
}

.post .mapContainer .mapMain {
	width: 300px;
	height: 210px;
	background-color: #fff;
	border: 1px solid #dedede;
}

.post .mapContainer .mapBottom {
	height: 30px;
	background:  url('http://static.tumblr.com/qxrkgx6/5Ullyy9k3/map-shadow.png') no-repeat center top;
}


.post .mapContainer .mapMain .mapLink {
	width: 300px;
	height: 210px;
	display: block;
	position: absolute;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 10;
	-webkit-transition: opacity 0.2s linear;
	}

.ie7 .mapContainer .mapMain {
	padding-top: 10px;
	height: 200px;
}

.ie7 .mapContainer .mapMain .mapLink {
	width: 280px;
	height: 190px;
}

.post .mapContainer .mapMain .mapLink span {
	display: block;
	width: 32px;
	height: 32px;
	background: url('http://static.tumblr.com/qxrkgx6/hrVlzl2gn/out-32x32.png') no-repeat right top;
	position: absolute;
	right: 20px;
	top: 20px;
}

.noImageEffect .post .mapContainer .mapMain .mapLink span {
	top: 10px;
}


.post .mapContainer .mapMain .mapLink:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.post .mapContainer .mapShadow {
	display: none;
}

/** PHOTO POST **/

.post .photoShell span {
	display: inline-block;
}

.post .photoShell img, .post.photoset .photoShell .html_photoset {
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	vertical-align: bottom;
}

.post.photoset .photoShell .html_photoset {
	padding-bottom: 5px;
}

.post .photoShell .photoShadow {
	margin: 0;
	overflow: auto;
}

.post .photoShell .photoShadow .left, .post .photoShell .photoShadow .right {
	float: left;
	width: 50%;
	background: url('http://static.tumblr.com/qxrkgx6/BKUlyzvp9/image-shadow.png') no-repeat left top;
	height: 25px;
}

.post .photoShell .photoShadow .right {
	background-position: right -26px;
}

.highRes {
		position: relative;
	}
	
	.zoomBtn {
		position: absolute;
		bottom: 15px;
		right: 15px;
		height:  32px;
		width: 32px;
		background: url('http://static.tumblr.com/qxrkgx6/PAllvpvki/zoom.png') no-repeat left top;
		opacity: 0;
		filter:alpha(opacity=0); /* For IE8 and earlier */	
		
		-webkit-transition: opacity 0.2s linear;
	}
	
	.zoomBtn.hover {
		display: block;
		filter:alpha(opacity=70); 
		opacity: 0.7;
	}
	
.post.photo .postMain p, .post.photoset .postMain p, .post.video .postMain p {
	width: 498px;
	margin-left: 12px;
}

.post.photoset .photoShell.small {
	display: none;
}

/** NO IMAGE EFFECT */

.noImageEffect .photoShadow, .noImageEffect .videoEffect, .noImageEffect .mapBottom, .noImageEffect .videoShadow, .noImageEffect .albumShadow {
	display: none;
}

.noImageEffect .post .photoShell img, .noImageEffect .post.photoset .photoShell .html_photoset {
border: none;
padding: 0;
vertical-align: bottom;
}

.noImageEffect .post .mapContainer .mapMain {
width: 300px;
height: 210px;
background-color: transparent;
border: none;
}

.noImageEffect .post.video .videoShell .vidHolder, .noImageEffect .post .albumShell img {
border: none !important;
padding: 0 !important;
}

.noImageEffect .post.photo .postMain p, .noImageEffect .post.photoset .postMain p, .noImageEffect .post.video .postMain p {
	margin-left: 0 !important;
}

.noImageEffect .videoShell, .noImageEffect .post .photoShell span, .noImageEffect .post.photoset .photoShell .html_photoset {
	margin-bottom: 20px;
}

.noImageEffect .post .mapContainer .map { margin-top: 0;}



/** AUDIO POSTS **/

.post .albumShell span {
	display: inline-block;
}

.post .albumShell img {
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 5px;
	vertical-align: bottom;
}

.post .albumShell .photoShadow {
	margin: 0;
	overflow: auto;
}

.post .albumShell .albumShadow .left, .post .albumShell .albumShadow .right {
	float: left;
	width: 50%;
	background: url('http://static.tumblr.com/qxrkgx6/BKUlyzvp9/image-shadow.png') no-repeat left -6px;
	height: 19px;
}

.post .albumShell .albumShadow .right {
	background-position: right -30px;
}


.audio h3.track {
	font-size: 24px;
	font-size: 1.5rem;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 5px;
	font-family:   'PT Sans', sans-serif;
	font-weight: bold;
}


.audio .artist, .askerDiv {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: none;
	font-family:   'PT Sans', sans-serif;
	margin-bottom: 20px;
	
}

.audio .audioContent {
	overflow: auto;
}

.audio .albumArt {
	float: left;
	margin-right: 30px;
	
}

.post.audio .albumArt {
	width: 200px;
}

 .post.audio .albumArt span img  {
 	height: auto;
 	max-width: 200px;
 	width: auto;
 }

/** VIDEO POSTS **/


.post .videoShell span {
	display: inline-block;
}

.post.video .videoShell .vidHolder {
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 10px 10px 10px;
	vertical-align: bottom;
	width: 500px;
}

.post .videoShell .videoShadow {
	margin: 0;
	overflow: auto;
}

.post .videoShell .videoShadow .left, .post .videoShell .videoShadow .right {
	float: left;
	width: 50%;
	background: url('http://static.tumblr.com/qxrkgx6/BKUlyzvp9/image-shadow.png') no-repeat left top;
	height: 25px;
}


.post .videoShell .videoShadow .right {
	background-position: right -26px;
}



/** QUOTE POSTS **/

.post.quote .quoteText {
	text-indent: -0.4em;
	padding-left: 10px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 28px;
}

.post.quote .source {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 10px 0 0 10px;
}

/** CHAT POSTS **/

.post.chat ul.chat {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 500px;
}

.post.chat ul.chat li {
	margin-bottom: 35px;
	overflow: auto;
}

.post.chat ul.chat li div {
	float: left;
}

.post.chat ul.chat li div.line {
	width: 380px;
	background: url('http://static.tumblr.com/qxrkgx6/fEAlyy7cy/vertical-sep.png') left top repeat-y;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

.post.chat ul.chat li div.label {
	font-weight: 500;
	padding-top: 2px;	
	width: 80px;
	text-align: right;
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
}

/** ASK POSTS **/



/** PAGINATION **/

.pagination {
	padding: 30px 0 28px;
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	overflow: auto;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'PT Sans', sans-serif;
}


.pagination p {
	float: left;
	width: 60%;
	margin: 0;
}

.pagination .right, .pagination .left {
	width: 20%;
}

.pagination.perm p {
	width: 50%;
}

.pagination .right {
	text-align: right;
	opacity: 1;
}

.pagination .left {
	text-align: left;
	opacity: 1;
}

.pagination a, .nextPrev a {
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

/** POST NOTES **/

#notes {
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	padding: 30px 0 0 0;
	margin-top: 50px;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'PT Sans', sans-serif;
}

#notes ol li a { 
	color: #000;
}

#notes ol li a:hover {
	opacity: 1;
}

#notes ol {
	margin: 0;
	padding: 0;
}
#notes ol li {
    list-style-type: none;
    margin-bottom: 5px;
}

ol.notes li a img {
    display: none;
}

.more_notes_link_container {
    text-align: left!important;
}

/** COMMENTS **/

.comments, .facebookComments {
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	padding: 30px 0 0 0;
	margin-top: 40px;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'PT Sans', sans-serif;
}

.comments h2, .facebookComments h2, #notes h2 {
	font-size: 14px;
	font-size: 0.875rem;
	color: #646262;
	text-transform: uppercase;
	margin-bottom: 10px;

}

.comments a {
	color: #000;
}

/** share **/

.fbShare iframe {
	width: 105px !important;
}

.gpShare {
	margin-right: 5px;
}

.shareSection {
	overflow: auto;
	margin-top: 30px;
	height: 30px;
}

.shareSection span {
	display: block;
	float: left;
}

/** INSTAGRAM **/

ul#gramImages li {
	float: left;
	margin-right: 8px;
}

ul#gramImages li:last-child {
	margin-right: 0;
}

ul#gramImages li a {
	display: block;
	
}


ul#gramImages li a img, #fImages a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #dedede;
	width:  60px;
	height: 60px;
	transition: all 0.30s ease-in-out;
   -webkit-transition: all 0.30s ease-in-out;
   -moz-transition: all 0.30s ease-in-out;
}

ul#gramImages li a:hover img, #fImages a:hover img {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	
}


/** FLICKR **/
#fImages div a {
	margin-right: 8px;
	
}

#fImages div a:last-child {
	margin-right: 0;
}

#fImages a.external {
	margin-top: 10px;
	display: block;
}

/** FOOTER **/

footer {
	
	font-family: 'PT Sans',sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}

footer p {
	line-height: 20px;
}


footer .credit {
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	padding: 30px 0 60px 0;
	overflow: 0 auto;
	font-size: 13px;
	font-size:0.8125rem;
}

footer .credit .copyright {
	float: left;
}

footer .credit .themeCredit {
	float: right;
}

footer .widget {
	float: left;
	margin-bottom: 20px;
}

footer .footerMain {
	overflow: auto;
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
	padding: 30px 0;
}

footer .widget h3 {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 10px;
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center bottom;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/** footer widgets **/
footer .pages, footer .social {
	width: 140px;
}

footer .widget.pages ul li, footer .widget.social ul li {
	margin-bottom: 7px;
}


footer .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


footer .twitter, footer .instagram, footer .foursquare, footer .flickr, footer .desc {
	width: 300px;
}
/*
footer .twitter {
	height: 150px;
}

 footer .instagram {
 	height: 120px;
 }
 
footer .flickr {
	height: 120px;
}
*/

/** twitter widget **/
span.tweet_text {
	line-height: 20px;
}
			
footer .twitter .tweet_time {
	display: block;
	margin-top: 10px;
}

/** social footer **/


footer .widget.social ul li {
	margin-bottom: 10px;
}


footer .widget.social ul li a span {
	display: inline-block;
	width: 20px;
	height: 25px;
	background: url('http://static.tumblr.com/qxrkgx6/JCflzf9dx/social-sprite.png') no-repeat left 6px;
	margin-right: 5px;
	vertical-align: bottom;
}
footer .widget.social ul li a#facebook {
	margin-top: -5px;
}

footer .widget.social ul li a#facebook:hover span {
	background-position: left -19px;
}

footer .widget.social ul li a#twitter span {
	background-position: -27px 6px;
}

footer .widget.social ul li a#twitter:hover span {
	background-position: -27px -19px;
}


footer .widget.social ul li a#flickr span {
	background-position: -82px 5px;
}

footer .widget.social ul li a#flickr:hover span {
	background-position: -82px -19px;
}


footer .widget.social ul li a#foursquare span {
	background-position: -55px 6px;
}

footer .widget.social ul li a#foursquare:hover span {
	background-position:  -55px -19px;
}

footer .widget.social ul li a#youtube span {
	background-position: -109px 6px;
}

footer .widget.social ul li a#youtube:hover span {
	background-position: -109px -19px;
}

footer .widget.social ul li a#vimeo span {
	background-position: -137px 6px;
}

footer .widget.social ul li a#vimeo:hover span {
	background-position: -137px -19px;
}

footer .widget.social ul li a#lastfm span {
	background-position: -164px 6px;
}

footer .widget.social ul li a#lastfm:hover span {
	background-position: -164px -19px;
}

/** foursquare **/

#foursquareContent {
	overflow: auto;
	height: 140px;
}


#foursquareContent .fsImage {
	float: right;
	margin-left: 5px;
}

#foursquareContent .fsImage img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #dedede;
	width:  61px;
	height: 61px;
}

#foursquareContent .shout {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
}

#foursquareContent .timeAgo {
	margin-top: 10px;
	display: block;
}


/** LEFT ALIGN CONTENT **/

.twoCol header {
	background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center bottom;
}

#left {
	width: 600px;
}

#left .post:first-child {
	background: none;
	padding-top: 35px;
}

.audio .embedNormal {
			display: block;
		}
		
.audio .embedSmall {
	display: none;
}


/** Instagram Page */

#instagram-page {
	overflow: auto;
}

#instagram-page ul {
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow: auto;
}

#instagram-page ul li {
	list-style-type: none;
	float: left;
	margin-right: 22px;
	text-indent: 0px;
	
}

#instagram-page ul li a {
	text-decoration: none;
	border-bottom: none;
}


#instagram-page ul li:nth-child(6n+6) { margin-right: 0; }


#instagram-page ul li img {
	border: 1px solid #e5e5e5;
	padding: 3px;
	width: 130px;
	height: 130px;
}

.loadMoreGrams, .loadMoreFlicks {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
}

.loadMoreFlicks {
	font-size: 13px;
}

.noMoreGrams, .noMoreFlicks {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 15px;
	display: none;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #000;
	
}

.noMoreGrams.display, .noMoreFlicks.display {
	display: block;
}

.instagramPage .spinner, #flickr-page .spinner, #instagram-page .spinner {
	background: transparent url("http://static.tumblr.com/qxrkgx6/swNlw2j5k/ajax-loader__1_.gif") no-repeat scroll 6px center ;
	padding: 12px;
	display: none;
}

.gram-page #cboxContent {
	margin-top: 25px;
	margin-bottom: 50px;
	
}

.gram-page #cboxTitle {
	position: absolute;
	top: auto;
	bottom: -85px;
	left: 0;
	height: 80px;
	color: #ffffff;
	text-shadow: none;
}

.gram-page .postMain, .photo-page .postMain {
	width: auto;
}

#fancybox-title {

	margin-top: 9px !important;
}

/** flickr **/

.loadMoreFlicks {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
	text-decoration: none !important;
	cursor: pointer;
	display: inline-block;
}

.loadMoreFlicks {
	font-size: 13px;
}

.noMoreGrams, .noMoreFlicks {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 15px;
	display: none;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #000;
	
}

.noMoreGrams.display, .noMoreFlicks.display {
	display: block;
}

.instagramPage .spinner, #flickr-page .spinner, #instagram-page .spinner {
	background: url("http://static.tumblr.com/qxrkgx6/swNlw2j5k/ajax-loader__1_.gif") no-repeat scroll 6px center #FFFFFF;
	padding: 12px;
	display: none;
}



#fancybox-title {

	margin-top: 9px !important;
}


/** flickr page **/

#flickr-page ul {
	margin: 0;
	padding: 0;
	overflow: auto;
}

#flickr-page ul li {
	float: left;
	list-style-type: none;
	text-indent: 0px;
	margin: 0 12px -15px 0;
}

#flickr-page ul li:nth-child(10n+10) { margin-right: 0; }

#flickr-page ul li a img {
	border: 1px solid #e5e5e5;
	padding: 3px;
}


#flickr-page ul li:nth-child(odd) {
	
}

#flickr-page ul li a {
	border-bottom: none;
}

.post .mainText #flickr-page ul li:before, .post .mainText #instagram-page ul li:before {
	content: "";
}



/** colorbox **/

	
	/** colorbox **/
	
	/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/



#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(http://static.tumblr.com/fftf9xi/rkklqu1ni/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://static.tumblr.com/fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}


/* =============================================================================
   RESPONSIVE.
   ========================================================================== */
@media screen and (min-width: 941px) {

	
	.post.even .postMain {
		float: right;
		
	}
	
	/**    EVEN **/
	.post.even .meta {
		background: url('http://static.tumblr.com/qxrkgx6/fEAlyy7cy/vertical-sep.png') right top repeat-y;
		width: 318px;
		margin: 0 78px 0 0;
		padding: 0 22px 0 0;
	}

	
	/** icons **/
	
	.post.even .meta ul.meta-list li.permalink a {
		background-position: right -272px;
	}
	
	.post.even .meta ul.meta-list li.postedOn a {
		background-position: right -53px;
	}
	
	.post.even .meta ul.meta-list li.place a {
		background-position: right 2px;
	}
	
	.post.even .meta ul.meta-list li.postNotes a {
		background-position: right -108px;
	}
	
	.post.even .meta ul.meta-list li.reblog a {
		background-position: right -217px;
	}
	
	.post.even .meta ul.meta-list li.tags {
		background: url('http://static.tumblr.com/qxrkgx6/ozblzcu6g/meta-sprite.png') no-repeat 10px 1px;
		padding:  0 24px 0 0;
		overflow: auto;
		background-position: right -381px;
		opacity: 1;
	}
	
	.post.even .meta ul.meta-list li.source a {
		background-position: right -326px;
	}
	
	.post.even .meta ul.meta-list li.commentsLink a {
		background-position: right -163px;
	}
	
	
	.post.even .meta ul li {
		text-align: right;
		
	}
	
	.post.even .meta ul {
		margin: 0;
		padding: 0 12px 0 0;
		list-style-type: none;
	}
	
	.post.even .meta ul.meta-list li {
		text-align: right;
		
	}
	
	.post.even .meta ul.meta-list li a {
	
		padding-right: 24px;
		background-position: right 1px;
		display: inline-block;
	}
	
	.post.even .meta ul.meta-list li.tags {
		padding-right: 24px;
	}
	
	.post.even .meta ul.meta-list li.tags a {
		padding-right: 0;
		display: inline-block;
		margin: 0 0 5px 3px;
	}
	
	.post.even .mapContainer {
		float: right;
	}

}/*/mediaquery*/



@media screen and (max-width: 940px) {

	#container {
		width: 90%;
		padding: 0 5%;
	}
	
	header {
		height: auto;
	}
	
	
	.header.logo {
		width: 100%;
	}
	
	.nav { 
		position: static; 
		background: url('http://static.tumblr.com/qxrkgx6/XOzlypafr/sep.png') no-repeat center top;
		font-size: 18px;
		font-size: 1.125rem;
		font-family: 'PT Serif', serif;
		padding: 15px 0 5px 0;
		line-height: 30px;
	}
	
	.nav ul {
		margin: 0 auto;
		padding: 0;
		overflow: auto;
		display: inline-block;
	}
	
	.nav ul:first-child {
		margin-left: 0;
	}
	
	.nav ul li {
		font-size: 20px;
		font-size: 1.2rem;
		margin: 0 15px 0 0;
	}
	
	.post .postMain, .meta {
		float: none;
		width: 100%;
	}
	
	
	.post .meta {
		float: none;
		background: none;
		width: auto;
		margin:  30px 0 0 0;
		padding-left: 0;
		font-family: 'PT Sans', sans-serif;
	}
	
	.post .meta ul.meta-list { 
		overflow: auto;
	}
	
	.post .meta ul.meta-list li { 
		float: left;
		margin: 0 15px 5px 0;
	}
	
	.post .meta ul.meta-list li a { 
		padding-left: 20px;
	}
	
	.post .meta ul.meta-list li.permalink a {
		background-position: left -273px;
	}
	
	.post .meta ul.meta-list li.postedOn a {
		background-position: left -54px;
	}
	
	
	
	.post .meta ul.meta-list li.place a {
		background-position: left 1px;
	}
	
	
	.post .meta ul.meta-list li.postNotes a {
		background-position: left -109px;
	}
	
	.post .meta ul.meta-list li.reblog a {
		background-position: left -218px;
	}
	
	.post .meta ul.meta-list li.tags {
		background: url('http://static.tumblr.com/qxrkgx6/ozblzcu6g/meta-sprite.png') no-repeat 10px 1px;
		padding-left: 20px;
		overflow: auto;
		background-position: left -382px;	
		opacity: 1;
	}
	
	.post .meta ul.meta-list li.tags a {
		padding-left: 0;
	}
	
	.post .meta ul.meta-list li.source a {
		background-position: left -327px;
	}
	
	.post .meta ul.meta-list li.commentsLink a {
		background-position: left -164px;
	}
	
	.post .mapContainer {
		margin: 0 0 15px 0;
	}
	
	.post .mapContainer .mapMain, .post .mapContainer .mapMain .mapLink {
		width: 420px;
	}
	
	 .noImageEffect .post .mapContainer .mapMain, .noImageEffect .post .mapContainer .mapLink, .noImageEffect .post .mapContainer  {
	 	width: 400px;
	 	height: 190px;
	 }
	 
	.noImageEffect .post .mapContainer {
		margin-bottom: 25px;
	}
	
	.noImageEffect .post .mapContainer .map {
		margin: 0;
	}
	 
	.post .mapContainer .map {
	width: 400px;
	}
	
	.post .mapContainer .mapBottom {
		display: none;
	}
	
	.post .mapContainer .mapShadow {
		margin: 0;
		overflow: auto;
		display: block;
	}
	
	.post .mapContainer .mapShadow .left, .post .mapContainer .mapShadow .right {
		float: left;
		width: 50%;
		background: url('http://static.tumblr.com/qxrkgx6/BKUlyzvp9/image-shadow.png') no-repeat left top;
		height: 25px;
	}
	
	.noImageEffect .post .mapContainer .mapShadow {
		display: none;
	}
	
	.post .mapContainer .mapShadow .right  {
		background-position: right -26px;
	}
	
	
	.post.chat ul.chat {
		width: 90%;
	}
	
	.post.chat ul.chat li div.label {
		width: 20%;
		text-align: left;
		float: none;
	}
	
	.post.chat ul.chat li div.label:after {
		content: ":";
	}
	
	.post.chat ul.chat li div.line {
		width: 70%;
		padding: 0;
		margin: 0;
		float: none;
		background: none;
	}
	
	.postMain p {
		width: 80%;
	}
	
	.post blockquote img, .post .postMain img {
		height: auto;
		max-width: 98%;
	}
	
	
	.audio .embedNormal {
			display: block;
		}
		
.audio .embedSmall {
	display: none;
}

	
}/*/mediaquery*/



@media screen and (max-width: 520px) {

	.logo {
		text-align: center;
	}
	
	.nav ul {
		text-align: center;
	}
	
	.permSection, #notes {
		width: 100%;
	}
	
	.post.photo .postMain p, .post.photoset .postMain p, .post.video .postMain p {
		margin-left: 0;
		max-width: 100%;
	}
	
	.postMain p {
		width: 100%;
	}
	
	.postMain blockquote p {
		width: 100% !important;
	}
	
	.html_photoset, iframe {
		max-width: 100%;
	}
	
	.post.photo .photoShell span {
		width: 98%;
	}
	
	.post .photoShell span img {
		max-width: 94%;
	}
	
	.postMain blockquote {
		width: 80%;
	}
	

	.post .mapContainer {
		width: 99%;
	}
	
	.post .mapContainer .mapMain  {
		width: 98%;
	}
	
	.post .mapContainer .mapMain .mapLink {
		width: 88%;
	}
	
	.post .mapContainer .mapMain .map {
		width: 95%;
	}
	
	.post.photoset .photoShell.large {
		display: none;
	}
	
	.post.photoset .photoShell.small {
		display: block;
	}
	
	
	.post .mapContainer {
		display: none;
	}

	
	.permalink .post .mapContainer {
		display: block;
	}
	
	.permalink .post .mapContainer.inactive {
		display: none;
	}
	
	.post.text .postMain img {
		width: 95%;
	}
	
	.credit span {
		float: none !important;
		display: block;
		
	}
	
	footer .credit .copyright {
		margin-bottom: 10px;
	}
	
	footer .twitter, footer .instagram, footer .foursquare, footer .flickr, footer .desc {
		width: 100%;
	}
	
	footer .widget {
		margin-bottom: 30px;
	}
	
	ul#gramImages li, #fImages div a  { margin-right: 3%; }
	
	#fImages div a:last-child, ul#gramImages li:last-child {
		margin-right: none;
	}
	
	ul#gramImages li a img, #fImages a img {
		padding: 3px;
		background-color: white;
		border: 1px solid #DEDEDE;
		width: 50px;
		height: 50px;
	}
	
	
	  .nav ul , .sepLine.nav ul    { display: none; }
	  .nav select { display: block; margin-bottom: 10px; width: 100%; }
	
	.post.chat ul.chat {
	width: 100%;
	}
	
	.post.chat ul.chat li div.line { width: 100%;}
	
	.post.audio .albumArt {
		float: none;
	}

	
	.pagination .right, .pagination .left {
		width: 25%;
	}
	
	.pagination p {
	width: 50%;
	}
	
	
	.post .videoShell span {
	width: 100%;
	}
	
	.post.video .videoShell .vidHolder  {
		width: 100%;
		box-sizing: border-box;
	}
	
	.post.video .videoShell .vidHolder .tumblr_video_container  {
		width: 300px !important;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	
	.audio .embedSmall {
		display: block;
		height: auto;
		overflow: visible;
	}
	
	.audio .embedNormal {
		display: none;
	}
	

}/*/mediaquery*/


@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
	
	.post .meta ul.meta-list li a {
		background: url('http://static.tumblr.com/qxrkgx6/EK7lzmm6i/meta-sprite-2x.png') no-repeat 10px 2px;
		background-size: 17px 400px;
	}
	
	.post .meta ul.meta-list li.tags {
		background: url('http://static.tumblr.com/qxrkgx6/EK7lzmm6i/meta-sprite-2x.png') no-repeat 10px 1px;
		background-size: 17px 400px;
		background-position: left -381px;
	}
	
	footer .widget.social ul li a span {
		background: url('http://static.tumblr.com/qxrkgx6/ycjlzmn2j/social-sprite-2x.png') no-repeat left 6px;
		background-size: 184px 45px;
	}
	

	
	
}/*/mediaquery*/


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}