/*

	BLOG
	
*/

	/* Instafeed */

#instafeed {
	display: block !important;
	height: auto;
	width: 100%;
}

#instafeed img {
	display: block;
	float: left;
	height: auto;
	margin: 0 auto;
	max-width: 20%;
	width: 20%;
	
}

#instafeed a img {
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#instafeed a:hover img {
	opacity: .5;
}

	/* Blog Content */

section#blog-content {
	margin: 0 auto;
	padding: 0 0 4em 0;
	width: 80%;
}

#blog-wrapper {
	margin: 0 auto;
	width: 100%;
}

#blog-posts {
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 110%;
	float: left;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}

#blog-posts article {
	font-size: 110%;
	line-height: 1.4;
	margin: 0 auto;
	margin-bottom: 4em;
}

#blog-posts img {
	display: block;
	float: left;
	margin: 0 auto;
}

#blog-posts blockquote {
	font-style: italic;
	padding-left: 1em;
}

#blog-posts article h1 {
	margin: -.3em 0 -.5em 0;
	margin-top: -0.3em;
	padding-bottom: 0;
}

#blog-posts article h1 a {
	color: #B3ADAA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#blog-posts article h1 a:hover,
#blog-posts article h1 a:focus {
	background-color: transparent;
	color: #56D7D7;	
}

aside#blog-sidebar {
	float: right;
	width: 10%;
}

ul#categories {
	margin-bottom: 2em;
}

ul#categories h3 {
	margin-bottom: 1em;
}

ul#categories li a {
	font-size: 100%;
	line-height: 1.8;
}

ul#categories li#archive {
	margin-top: .5em;
}

a.sidebar-button {
	background-color: #FF684A;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
	border-radius: 2em;
	clear: both;
	color: white;
	display: block;
	font-size: 100%;
	margin-left: 0;
	margin-bottom: 1.5em;
	max-width: 250px;
	padding: .8em 0;
	text-align: center;
	text-transform: uppercase;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

a.sidebar-button:hover {
	background-color: #ff765b;
}

#search input {
	border: 2px solid #ECF1F3;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
	border-radius: 2em;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	box-shadow: none;
	color: #ECF1F3;
	font-family: "calluna-sans",sans-serif;
	font-size: 100%;
	max-width: 200px;
	padding: .7em .6em;
	outline: none;
	text-align: center;
	text-transform: uppercase;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 80%;
}

#search input:hover {
	border: 2px solid #B3ADAA;
	color: #B3ADAA;
}

#search input:focus {
	border: 2px solid #B3ADAA;
	color: #6A594C;
}

#searchresults {
	font-style: italic;
}

	/* Post Types */

#blog-posts .text {
	line-height: 1.6;
	padding: 1.5em 0 0;
}

#blog-posts .text p {
	padding-bottom: 1em;
}

#blog-posts .text ul li {
	font-size: 90%;
	list-style-type: disc;
	line-height: 1.4;
	padding-bottom: 1em;
	width: 100%;
}

#blog-posts .text ol li {
	line-height: 1.4;
	padding-bottom: 1em;
}

#blog-posts .quote {
	background-color: #B3ADAA;
	color: white;
	font-size: 130%;
	margin-bottom: 1em;
	padding: 1.5em;
}

.quote .attribution {
	font-size: 80%;
	font-style: italic;
	padding: 1em 0 0;
}

.quote .attribution a {
	border-bottom: 2px solid rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, 1);
}

.quote .attribution a:hover {
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, .25);
}

#blog-posts img.post-icon {
	display: inline;
	clear: both;
	margin: .4em .25em 0 0;
}

#blog-posts img.meta-icon {
	margin: .25em .25em 0 0;
}

#blog-posts img.avatar {
	margin-right: .5em;
}

#blog-content article.photoset p {
	float: left;
}

#blog-posts .link {
	overflow: hidden;
}

#blog-posts .link h1 {
	margin: 0 auto;
	padding-bottom: 0;
}

#blog-posts .link h1 a {
	background-color: #56D7D7;
	color: white;
	display: block;
	padding: 1em 1em 1em 1.2em;
	text-shadow: none;
}

#blog-posts .link h1 a:hover {
	background-color: #71dede;
	color: white;
}

.fluid-width-video-wrapper {
	margin: 0 0 1em 0;
}

#blog-posts .ask {
	background-color: #B3ADAA;
	color: white;
	font-size: 120%;
	margin-bottom: 1em;
	padding: 1.5em;
}

#blog-posts .ask h3 {
	color: white;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

#blog-posts .ask a {
	color: white;
}

#blog-posts .ask a:hover {
	color: white;
}

	/* Metadata */

#blog-posts .meta {
	font-size: 80%;
}

#blog-posts .meta ul li.info {
	float: left;
	padding-right: 1em;
}

#blog-posts .notes {
	font-size: 90%;
	margin-top: 2em;
	padding: 0;
	width: 100%;
}

#blog-posts .notes h3 {
	margin-bottom: 1em;
}

#blog-posts .notes ol {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#blog-posts .notes li {
	margin: 0 auto;
	padding-bottom: 1em;
}

	/* Pagination */

.pagination {
	clear: both;
	font-size: 90%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.pagination a {
	padding: 0 .5em;
	text-transform: uppercase;
}

a#pagination-older {
	margin: 0 1em 0 0;
}

a#pagination-newer {
	margin: 0 0 0 1em;
}

span.current_page {
	color: #B3ADAA;
	padding: 0 .5em;
}


/* =============================================================================
   PXU Photoset Extended Styles
   ========================================================================== */

.clearit:before, .clearit:after { content: ""; display: table; }
.clearit:after { clear: both; }
.clearit { *zoom: 1; }

/* Photoset */

.photo-slideshow {
  visibility: hidden;
}

.photo-slideshow.processed {
  visibility: visible;
}

.photo-slideshow .row {
	clear: both;
	width: 100%;
}

.photo-slideshow .pxu-photo {
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

.photo-slideshow .pxu-photo img {
  display: block;
}

.photo-slideshow.processed .pxu-photo img {
  width: 100%;
  height: auto;
}

.photo-slideshow .pxu-photo:first-child img {
  margin-left: 0;
}

.photo-slideshow .count-1 {
  width: 100%;
}

.photo-slideshow .count-2 {
  width: 50%;
}

.photo-slideshow .count-3 {
  width: 33.33%;
}

.photo-slideshow .count-4 {
  width: 25%;
}

.photo-slideshow .count-5 {
  width: 20%;
}

.photo-slideshow .pxu-info {
  display: none;
}

/* Icons for EXIF Data and Zoom */

.photo-data {
	position: relative;
	float: left;
}

.pxu-icons {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 66px;
	text-indent: -9999px;
	z-index: 999;
	visibility: hidden;
}

.pxu-icons > span, .pxu-icons .tumblr-box span {
	width: 20px;
	height: 20px;
	display: block;
	margin-bottom: 2px;
	cursor: pointer;
}

.zoom {
	background: url('http://static.tumblr.com/hugxd2w/kgem0so9j/zoom-icon.png');
}

.pxu-info {
	background: url('http://static.tumblr.com/hugxd2w/ffwm0so9t/info-icon.png');
	position: relative;
}

/* EXIF & CAPTION Data Tooltip */

.pxu-data {
  position: absolute;
  top: 30px;
  left: -110px;
  width: 240px;
  background: #000;
  background: rgba(0,0,0,.85);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-indent: 0;
  padding: 20px;
  display: none;
  opacity: 0;
  filter: alpha(opacity = 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  box-shadow: 2px 2px 7px rgba(0,0,0,0.55);

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

.pxu-caption {
  margin-top: 0;
  word-wrap: break-word;
}

.pxu-caption:before {
  content: url('http://static.tumblr.com/hugxd2w/SSBm6wxmm/caption-icon.png');
  opacity: 0.5;
  filter: alpha(opacity = 50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  float: left;
  margin-right: 5px;
}

.pxu-data.caption-only .pxu-caption {
  margin-bottom: 0;
}

.pxu-data table {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  width: 100%;
}

.pxu-data table tr {
  width: 100%;
}

.pxu-data table tr td {
  width: 50%;
  font-weight: bold;
  padding-bottom: 15px;
}

.pxu-data table tr:last-child td {
  padding-bottom: 0;
}

.pxu-data .label {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  padding-right: 12px;
  font-weight: normal;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.85);
  position: absolute;
  top: -10px;
  left: 110px;
}




/* BLOG RESPONSIVE QUERIES */

	
/* Large Desktop */
@media only screen
and (min-width: 920px)
and (max-width : 1200px) {

	#blog-posts {
		float: none;
		width: 100%;
	}
	
	aside#blog-sidebar {
		display: none;
	}

}


/* Landscape iPad */
@media only screen 
and (max-device-width : 1024px) 
and (orientation : landscape) {	
	
	#blog-posts {
		float: none;
		width: 100%;
	}

	aside#blog-sidebar {
		display: none;
	}
	
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
		-webkit-appearance: caret;
		-moz-appearance: caret;
	}

}

/* Medium Browser */
@media only screen 
and (min-width : 480px) 
and (max-width : 920px) {

	#blog-posts {
		float: none;
		width: 100%;
	}

	aside#blog-sidebar {
		display: none;
	}

}

/* Portrait iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	#instafeed {
		display: none;
	}
	
	section#blog-content {
		padding-top: 0;
	}
	
	#blog-posts {
		float: none;
		width: 100%;
	}

	aside#blog-sidebar {
		display: none;
	}
		
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
		-webkit-appearance: caret;
		-moz-appearance: caret;
	}
		
}

/* Small Desktop Browser */

@media only screen 
and (min-width : 480px) 
and (max-width : 530px) {

	#blog-posts {
		float: none;
		width: 100%;
	}

	aside#blog-sidebar {
		display: none;
	}	

}
 
/* Landscape iPhone and Down */
@media (max-width: 480px) {
	
	#blog-posts {
		float: none;
		width: 100%;
	}
	
	#blog-posts .meta {
		padding: 0 0 1em 0;
		width: 100%;
	}
		
	#blog-posts article {
		width: 100%;
	}

	aside#blog-sidebar {
		display: none;
	}
	
	.pagination {
		display: none;
	}
	
}