/* css */
/* ================================================== 

bootstrapped 1.0 by Mario Andrei Pantoja
Year 2013
License: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported
Details: http://creativecommons.org/licenses/by-nc-sa/3.0/

================================================== */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body{
	background-color: #F5E6B1;
	color: #d16300;
	font-family: "futura-pt-1","futura-pt-2";	
	//background-image: url(../img/bg.jpg);
}


.jumbotron {
	background-color: #ffd354;
	
}

.jumbotron h1{
	font-family: "futura-pt-1","futura-pt-2";
	font-weight: 500;
	//padding-top: 60px;
	
}
.jumbotron p{
	font-weight: 500;
	
}
.navbar{
}


.date {
	font-size: 1.1em;
	font-weight: bold;
}
.ma-header{
		color: #ffd354;

}


h1,h2,h3,h4{
	font-family: "futura-pt-1","futura-pt-2";
}


/* LAST FM======================= */

#lastfm {

    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
	}

#lastfmrecords {

    padding-left: 16px;
    /* background-color: #E21303; */ /* last fm red */
	}

	#lastfmrecords p {
	    font-size: 1.2em;
	    font-weight: bold;


		}

	#lastfmrecords img {

		}

	#lastfmrecords ol, #lastfmrecords ol li, #lastfmrecords ol li a, #lastfmrecords ol li img {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    border: 0;
	    text-decoration: none;
		}

		#lastfmrecords ol li {
		    margin: 5px 5px 5px 0;
		    float: left;
		    position: relative;
			}

			#lastfmrecords ol li a {
			    display: block;
			    position: relative;
			    float: left;
			    width: 80px;
			    height: 80px;
			    text-indent: -1000em;
			    overflow: hidden;
			    z-index: 1;
				}

			#lastfmrecords ol li img {
			    position: absolute;
			    width: 80px;
			    height: 80px;
			    border: 0;
				}



/* Vinyl */

		#lastfmrecords ol li.vinyl img {
		    width: 72px;
		    height: 72px;
		    left: 2px;
		    top: 1px;
		}

		#lastfmrecords ol li.vinyl a {
		    background: url(http://www.mystery-man.com/tumblr/img/album_overlays/vinyl.png) 0 0 no-repeat;
		    width: 96px;
		    height: 76px;
		}

		#lastfmrecords ol li.vinyl { 
			background: url(http://www.mystery-man.com/tumblr/img/album_overlays/vinyl_insert.gif) 2px 1px no-repeat 
		}



/* flickr ======================= */

#flickr_badge_uber_wrapper {
	margin-top: 18px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

#flickr_badge_wrapper {

}
	#flickr_badge_wrapper a {
		margin: 10px;
	}
	#flickr_badge_wrapper img {
		display: inline-block;
		height: auto;
		max-width: 100%;
		padding: 4px;
		line-height: 1.428571429;
		background-color: #ffffff;
		border: 1px solid #dddddd;
		border-radius: 4px;
		-webkit-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;
	   
	}
.date{
}

.permalink{
	font-size: 1.5em;
	font-weight: 700;
}
/* PHOTOSETS OVERIDE FOR COOL BORDERS */
.photo img, photoset img{
margin-bottom: 10px;
}
.post .video{
	text-align: center;
}
div.post.photo{
	text-align: center;
}
.post .photo .caption{
	text-align: left;
}
.photoset img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	//padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	margin-bottom: 8px;
	
   
}
.audio{
	/*align the photos with the  audio player ... use the other player this
	one uses an iframe :( */
	//padding-left: 8px;
}
.quote{
  	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
  	font-size: 1.2em;
}
.link {
	padding-bottom: 50px;
	
}
.link_title{
 	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
 	font-weight: bold;
	font-size: 1.8em;
}

.link .description{
		font-size: 1.4em;
	
}
.caption{
	padding: 20px;
	
}
.hashtags{
	padding: 0px 0px 50px 0px
}
.hashtags .btn a{
	font-size: 1.3em;
	font-weight: bolder;
}
#social_links{
}


#wrapper {
	width: 100%;
	max-width: 1100px;
	min-width: 800px;
	margin: 50px auto;
}

#columns {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 2;
	column-gap: 15px;
	column-fill: auto;
}

.pin {
	display: inline-block;
	//background: #FEFEFE;
	//border: 2px solid #FAFAFA;
	//box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	//margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	//padding: 15px;
	//padding-bottom: 5px;
	//background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pin img {
	width: 100%;
	//border-bottom: 1px solid #ccc;
	//padding-bottom: 15px;
	//margin-bottom: 5px;
}

.pin p {
	font: 12px/18px Arial, sans-serif;
	color: #333;
	margin: 0;
}


.pin2 {
	display: inline-block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pin2 img {
	width: 100%;
}

.pin2 p {
	margin: 0;
}

@media (min-width: 960px) {
	#columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (min-width: 1100px) {
	#columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}



.landing_page{
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background: url('http://www.mystery-man.com/tumblr/img/madrid.jpg'); // no-repeat center center;
  background-size: cover;
}

.landing_page h1{
	color: rgb(248, 244, 225);

}
.subtitle1{
		color: rgb(224, 238, 248);
}

