* { margin: 0; padding: 0; }

html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 50px; /* bottom = footer height – For the footer*/ 
}
.page-wrap {
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 200px;
}

/* Responsive things */
@media all and (max-width: 600px) {
  body { line-height: 1.4; font-size: 16px; }
  .page-wrap { padding: 20px; }
  .page-wrap .blogname { font-size: 40px; }
  .page-wrap .navbar { font-size: 12px; }
  .post .post-title { font-size: 20px; }
  .post .lsf { font-size: 20px; margin-left: 5px; opacity: 0.75; }
  .post .quote-post { font-size: 20px; }
  .post .quote-author { font-size: 16px; }
  .post .post-footer { font-size: 12px; }
  .footer p { font-size: 12px;}
}

/* Header */
.site-header {
	text-align: center;
	line-height: 1;
	margin-top: 50px;
}
.blogname { /* The "Sean has a blog" header */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200; 
	font-size: 72px;
	color: #999;
	transition: all 0.25s ease-in-out 0s;
}
.navbar {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; 
	font-size: 18px;
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.navbar li { float: left; margin-right: 15px; display: inline; }
.navbar li a {
	color: #999;
	text-decoration: none;
	border: none;
	display: block;
}
.table { /* This div centers the nav list */
	display: table;
	margin: 0 auto;
}

/* Content */
.content {
	margin-top: 100px;
	margin-bottom: 100px;
}

/* Default Post */
.post {
	margin-top: 130px;
	transition: all 0.25s ease-in-out 0s;
}
.post img { /* This makes images resize for smaller viewports */
	max-width: 100%;
	height: auto;
	margin: 0 auto; /* This centres images within the post div */
	display: block;
	padding-bottom: 20px;
}
.post-title { /* Every type of post's title */
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.caption { /* Caption under Photo and Video posts */
	 font-size: 14px;
	 font-style: italic;
	 color: #666;
	 text-indent: 0px;
	 margin-top: -10px;
}
.footnotes {
	word-wrap: break-word;
}
.footnotes hr { /* Changes what the <hr> bar looks like when adding footnotes to posts */
	margin: 0 auto;
	width: 500px;
	margin-top: 30px;
	font-size: 10pt;	
}
.footnotes hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 15px;
}
.post-footer { /* This div holds the date and time at the bottom of every post */
	font-family: 'Lato', sans-serif;
	border-top: solid 1px #999;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	margin-top: 30px;
}
.post-footer p { padding: 1px; }

.permalink-notes { text-align: left; padding-top: 50px; }
.permalink-notes img { display: none; }
.permalink-notes li { padding: 5px; }

/* Posts tagged "XXX" text found on xxx.com/tagged/xxx */
.tagged-posts {
	font-size: 36px;
	text-align: center;
}
.tagged-posts em { color: #888; }
.search_query { color: #888; font-style: italic; font-weight: 300; }

/* Text post */
.text-post { }

/* Photo posts */
.photo-post { }

/* Photoset posts */
.photoset-post { }

/* Quote post */
.quote-post {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	font-style: italic;
}
.quote-author {
	font-size: 26px;
	font-weight: 300;
	color: #999;
}

/* Link posts */
.link-post { }

/* Chat posts */
.chat-post { }
.chat {
	list-style-type: none;
	width: 99%;
	padding: 10px;
}
.chat li {
	padding: 5px 5px 5px 15px;
}
.chat li:nth-child(odd) { background: #EAEAEA; }

/* Audio posts */
.audio-post p {
	font-size: 15px;
	margin-top: 5px;
}
.audio-post table {
	font-size: 13px;
	line-height:18px;
	margin-bottom: 10px;
}
.audio-post img { width:170px; }
.audio-info { height: 170px; }
.track-info { font-style: italic; }
.audio-cover { margin-right: 10px; float: left; }

/* Video posts */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-post iframe, .video-post embed, .video-post object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Pagination */
.pagination {
	padding-top: 50px;
}

/* Blog footer */
.footer {
	font-family: 'Lato', sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding: 20px 0px 20px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
}
.footer p { padding: 0px; }
#frmSearch {
	padding: 0px; 
	display: none;
}
#txtSearch {
	background: url(http://static.tumblr.com/g5gie7s/euqmov93w/search_btn.png) left no-repeat;
	width: 225px;
	padding: 2px 0 0 20px;
	color: #666;
	border: 0px;
	-webkit-appearance:caret;
}

/* Everything else */
p { padding: 5px; }
em, i { font-weight: 300; }
h1, h2, h3, h4 { font-weight: 400; }
h3 { font-size: 26px; }
.songtitle { display: none; } /* Hides song title from blog yet makes it visible in Dashboard */
blockquote {
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	margin: 10px 0px 10px 10px;
	padding-left: 30px;
	border-left: solid 1px #999;
}
ol, ul { padding-left: 30px; }
code {
	font-family: 'Inconsolata', sans-serif;
	font-size: 16px;
	color: #3f639e;
	background-color: #EAEAEA;
	width: 75%;
	margin: 10px 0px 10px 30px;
	padding: 10px 10px 10px 20px;
	word-wrap:break-word;
	display: block;
}
a:link {
	color: #65727A;
	text-decoration: none;
	border-bottom: 1px solid #8F9A9C;
	transition: all 0.25s ease-in-out 0s;
}
a:hover {
	color: #8F9A9C;
	transition: all 0.25s ease-in-out 0s;
}
a:visited {
	color: #8F9A9C;
	border-bottom: 1px solid #65727A;
	transition: all 0.25s ease-in-out 0s;
}

::selection {
	background: #E6E8E3;
	color: #bbb;
}
::-moz-selection {
	background: #E6E8E3;
	color: #bbb;
}
::-webkit-selection {
	background: #E6E8E3;
	color: #bbb;
}