@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "droid-serif-n4","droid-serif",serif;
	font-style: normal;
	font-weight: 400;
	color:#333;
	background:#F7F7F7;
}

a {
	color:#e42027;
}
a:hover {
}

p {	
	font-family: "droid-serif-n4","droid-serif",serif;
	font-style: normal;
	font-weight: 400;
	font-size:14px;
	line-height: 1.25em;
	-webkit-margin-before: 0.8em;
	-webkit-margin-after: 0;
}
p:first-child {
	font-family: "crete-n7","crete",serif;
	font-style: normal;
	font-weight: 700;
	font-size:20px;
	color:#e42027;
	margin:2px 0;
	line-height: 1em;
}
p:last-child {
	margin-bottom:5px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	margin-bottom: 20px;
}

.clear {
	clear:both;
}

.html_photoset iframe {
	background:#AFAFAF!important;
	border:1px solid #AFAFAF!important;
	-moz-box-sizing:    border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing:         border-box!important;
}

/* Typekit loading styles
.wf-loading {
  display:hidden;
} 
.wf-active {
  display:visible;
} */

#wrapper {
	max-width:605px;
	margin:0 auto;
	overflow:auto;
		transition: max-width 0.5s ease-in;
		/* Safari */
		-webkit-transition: max-width 0.5s linear;
}


/* HEADER */
#masthead {
	font-family: "crete-n7","crete",serif;
	font-style: normal;
	position:fixed;
	float:left;
	width:125px;
	padding:42px 0 0;
	text-align:center;
	opacity:1;
	max-height:100%;
		transition:opacity 1s ease-in;
		/* Safari */
		-webkit-transition: opacity 1s ease-in;
}

#masthead .logo a {
	width:100%;
	height:75px;
	margin:0 auto;
	padding:5px 0;
	display:block;
	text-indent:-5000px;
	background:url('http://asyoureup.com/chris-spain/logo.png') center no-repeat;
}
	
#masthead .site_name {
	border-bottom:1px solid #e42027;
	margin: 0 auto 15px;
}
#masthead .site_name h1 {
	font-size:1.25em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin:5px 0;
}
#masthead .site_name h1 a {
	text-decoration:none;
	color:#333;
}
#masthead .site_name ul li {
	font-family: "crete-n7","crete",serif;
	font-weight:700;
	font-size:0.95em;
	color:#e42027;
	margin-bottom:4px;
}
#masthead .site_name li.crossed {
	margin-bottom:-16px;
}
#masthead .site_name .crossout {
	background:url('http://asyoureup.com/chris-spain/strikeout.png') center no-repeat;
	background-size:contain;
	margin-bottom:9px;
	display:inline-block;
	text-indent:-5000px;
	width:70%;
}

#masthead nav ul li {
	margin-bottom:0;
}
#masthead nav ul li:first-child a {
	padding-top:0;
}
#masthead nav ul li:last-child a {
	border-bottom:none;
	padding-bottom:10px;
}
#masthead nav ul li a {
	width:100%;
	height:100%;
	color:#333;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	border-bottom:1px dotted #333;
}
#masthead nav ul li a:hover {
	color:#e42027;
}
	
#masthead form input {
	margin-top: 5px;
	text-align: center;
	padding: 5px;
	font-size: 0.75em;
	font-style: italic;
	opacity: 0.75;
	width:100%;
	border:1px solid #AFAFAF;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}
#masthead form input[type="submit"] {
	display:none;
}

#masthead .link-icons {
	margin-top: 20px;
	border-top: 1px solid #e42027;
	padding-top: 15px;
}
.link-icons .linkbutt {
	width:30px;
	height:30px;
	display:inline-block;
	padding:0 4px;
}
.link-icons .linkbutt:first-child {
	float:left;
}
.link-icons .linkbutt:last-child {
	float:right;
}
.link-icons .linkbutt a {
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-5000px;
	display:block;
	width:100%;
	height:100%;
}
.link-icons .linkbutt a:hover {
	background-position:bottom;
}
.link-icons .asyoureup-icon a {
	background-image:url('http://asyoureup.com/chris-spain/icon-asyoureup.png');
}
.link-icons .twitter-icon a {
	background-image:url('http://asyoureup.com/chris-spain/icon-twitter.png');
}
.link-icons .rss-icon a {
	background-image:url('http://asyoureup.com/chris-spain/icon-rss.png');
}

#masthead #ayu-book-button {
	background:url('http://asyoureup.com/chris-spain/ayu-book-button.png') bottom left no-repeat;
	border-top: 1px solid #e42027;
	height: auto;
	margin-top: 15px;
}
#masthead #ayu-book-button a {
	background:url('http://asyoureup.com/chris-spain/ayu-book-button.png') bottom right no-repeat;
	text-indent:-5000px;
	position:relative;
	display:block;
	height: 167px;
	width: 125px;
	margin-top:15px;
	opacity:0;
		transition: opacity 0.42s ease;
		/* Safari */
		-webkit-transition:opacity 0.42s ease;
}
#masthead #ayu-book-button a:hover {
	opacity:1;
		transition: opacity 0.17s ease;
		/* Safari */
		-webkit-transition:opacity 0.17s ease;
}

/* NARROW HEADER */
#narrowhead {
	opacity:0;
	height:1px;
	margin:0 0 -1px;
	overflow:hidden;
	display:block;
}
#narrowfoot {
	display:none;
}

/* NARROW NAVBAR */
nav.narrow-navbar {
	/*transition values*/
	opacity:0;
	max-height:35px;
	margin:0 0 -35px;
	overflow:hidden;
	display:block;
}

/* CONTENT */
#content {
	width:450px;
	position:relative;
	float:right;
	margin:0 auto 0 125px;
	padding:42px 0 0 30px;
		transition: margin 0.5s ease-in, padding 0.5s ease-in;
		/* Safari */
		-webkit-transition: margin 0.5s linear, padding 0.5s linear;
}
#page-footer {
	font-family: "crete-n7","crete",serif;
	font-style: normal;
	font-weight: 700;
	font-size:14px;
	text-align:center;
	bottom:0;
	padding: 0 0 15px;
	height:20px;
	clear:both;
}

article {
	margin-bottom:42px;
}

.html_photoset {
	margin-bottom:-4px;
}

.photo img {
	max-width:100%;
	height:auto;
	margin-bottom:-4px;
	border:1px solid #AFAFAF;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

.caption {
	background:#EBEBEB;
	border:1px solid #AFAFAF;
	border-top:0;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	padding: 10px;
	clear:left;
}

blockquote {	
	border: 1px solid #AFAFAF;
	padding: 5px 10px;
	background: #F7F7F7;
}


.post-buttons {
	width:100%;
	display:block;
	position:relative;
}
.post-buttons .post-button-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-buttons .dummy {
    margin-top: 20%; /* 4:3 aspect ratio */
}
.post-buttons .buttbutt {
    display: inline-block;
    position: relative;
	text-align:center;
	border-right:1px solid #AFAFAF;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	width:33.33%;
	float:left;
}
.post-buttons .buttbutt a {
	display:block!important;
	width:100%!important;
	height:100%!important;
}

.reblog-button.buttbutt {
	border-left:1px solid #AFAFAF;
}
a.reblog_button {
	display:block;
	width:100%;
	height:100%;
}
a.reblog_button svg {
	height:75%;
	margin-top:2%;
}
.reblog-button.buttbutt:hover a.reblog_button svg {
	fill:#AFAFAF;
}

.like-button {
	width:33%;
	text-align:center;
	display:inline-block;
	float:left;
}
.post-button-container .like_button {
	height:100%;
}
.post-button-container .like_button iframe {
	opacity:0.23;
	width:100%;
	height:60%;
	padding:4% 0;
}
.like-button.buttbutt:hover .post-button-container .like_button iframe {
	opacity:0.39;
}
.like-button.buttbutt:active .post-button-container .like_button iframe {
	opacity:0.95;
}
/*.my-like {
    background: url('http://asyoureup.com/chris-spain/like-button.png') top no-repeat;
	background-size:cover;
    height:100%;
    width:100%;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}
.my-like:hover {
	background-position:bottom;
}
.my-liked {
    background: url('http://asyoureup.com/chris-spain/like-button.png') center no-repeat;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    height:100%;
    width:100%;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}*/

.permalink-button.buttbutt {
	float:right;
}
.permalink-button.buttbutt a {
	background:url('http://asyoureup.com/chris-spain/button-permalink.png') no-repeat;
	background-position:top;
	background-size:cover;
	width:100%;
	height:100%;
	display:block;
	text-indent:-5000px;
}
.permalink-button.buttbutt a:hover {
	background-position:bottom;
}

.metadata ul {
	text-align:right;
	font-size: 0.7em;
	height: 2.1em;
	background:#424242;
	border:1px solid #AFAFAF;
	border-top:0;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	display:none;
}
.metadata ul li {
	display:inline-block;
	float: right;
	margin: 5px 15px;
}
.metadata ul li:first-child {
	float: left!important;
}
.metadata ul li a {
	font-weight:700;
	color:#EBEBEB;
	text-decoration:none;
}

.search-title {
	text-align:center;
	margin-bottom:42px;
}
.search-title h2 {
	font-family: "crete-n7","crete",serif;
	font-style: normal;
	font-weight: 700;
	padding:15px 0;
	border:1px solid #AFAFAF;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	margin:0;
}
.search-title h2 .query {
	color:#e42027;
	text-transform:uppercase;
}
.search-title .caption p {
	font-weight:700;
}

#pagination ul li {
	font-weight: 600;
	display:inline-block;
	float:left;
	margin:0 10px 42px 10px;
}
#pagination ul li:last-child {
	float:right;
}