body {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:12px;}

section.studiomates {margin-top:50px;}
.vcard {background:no-repeat;margin:10px;padding-left:100px;width:180px;/*height:120px;*/float:left;}
/*.vcard:nth-child(3n+4) {clear:both;}*/ /* 3 cards per line */
.vcard h1, .vcard h2 {font-size:12px;}
.vcard p.tweet {color:#666;}

footer:before {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
footer {clear:both;padding-top:50px;font-size:9px;color:#ccc;}

ul.social {list-style:none; display:inline;}
ul.social li {float:left;padding:2px;}

/* last.fm */
body.alumni p.playing {
	display:none;
}
p.playing {
  padding: 0 30px;
  background: #ff1e16;
  border-top: 1px solid #d42a20;	
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  clear: both;
  }
p.playing span.header {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 4px;
  font-weight: bold;
  letter-spacing: .1em;
  }  
  
p.playing span.song a {color: #fff;}
p.playing span.song a:hover {text-decoration: underline;}
  
p.playing span.user, p.playing span.user a {
  font-size: 12px;
  color: #ffafaa;
  text-transform: lowercase;
  }

p.playing span.title {
  font-style:italic;
  font-size: 14px;
  }
p.playing span.song {
  font-size: 14px;
  color: #fff;
  }


p.playing a.lastfm {
  float:right;
  font-size: 12px;
  font-family: arial, sans-serif;
  color: #ffafaa;
  }


/* J S M */

body {background: #fff; margin:0;}

body>header,body>footer,body>section {display:block;/*width:980px;*/margin:0 auto 0 auto;}

section.studiomates {padding: 0 20px; margin-top: 10px;}

body>footer {padding: 30px;}

p {line-height: 1.5em;}

a:link, a:visited {
  color: #00c0f3;
  }

/*ck a:hover {
  color: #fe4837 !important;
  background: #ffc;
  }
*/
.masthead {
  background: #00adf3;
  border-bottom: 1px solid #0090bf;
  height: 28px;
  }

.masthead h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 30px;
  padding: 0 30px;
  font-weight: bold;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", sans-serif;
  }
.masthead h1, .masthead h1 a {
	color:#fff;
}

/*Pinkyville*/

body.alumni .pinkyville {
	display:none;
}

.pinkyville {
  width: 1082px;
  height: 315px;
  float: left;
  position: relative;
}
  
#photos {
	position:absolute;
	width:760px;
	height:315px;
	overflow:hidden;
}
#photos a {
	position:absolute;
	display:none;
	top: 0;
  	left: 0;
	width:760px;
	height:315px;
	background-repeat:no-repeat;
	background-position:left center;
	-o-background-size: 760px auto;
	-moz-background-size: 760px auto;
	-webkit-background-size: 760px auto;
	background-size: 760px auto;
}
#photos a.previous {
	display:block;
}
#photos a.show {
	z-index:1;
	display:block;
}

.fade {
  width: 200px;
  height: 315px;
  position: absolute;
  top: 0;
  left: 560px;
  z-index:2;
  background: url(../images/fade.png) top right repeat-y;  

}

.desc {
  padding: 63px 0px 10px 30px;
  font-size: 24px;
  line-height: 34px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2", sans-serif;
  width: 333px;
  color: #ff1e16;
  font-weight: 300;
  float: right;
  position: relative;
  z-index: 3;
}

.vcard {
	background:#fff;
	padding: 0px;
	width: 336px;
	height: 100px;
	overflow: hidden;
	float:left;
	border: 1px solid #ddd;
	border-top: 1px solid #fbfbfb;	
	-moz-box-shadow: 2px 2px 10px #ddd;
	-webkit-box-shadow: 2px 2px 10px #ddd;
	box-shadow: 2px 2px 10px #ddd;
	}

.vcard header {
  padding: 10px;
}

.vcard .avatar {
	float: left;
	height:60px;
	width:60px;
	margin: 9px;
	border: 1px solid #ccc;
	}

.vcard h1 {
	font-size: 23px;
  	font-family: "ronnia-condensed-1","ronnia-condensed-2", sans-serif;	
	color: #00adf3;
	font-weight: bold;
	margin: 5px 0 .5em 0;
	line-height: 1em;
	text-transform: uppercase;
	}

h2 a:link, h2 a:visited {
	color: #666;
	}

.vcard h2 {
  font-family: "ronnia-condensed-1","ronnia-condensed-2", sans-serif;  
	color: #878787;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	}

.vcard h2 a{color: #878787;}	
.vcard h2 a:hover {text-decoration: underline;}	

.vcard p.tweet {
  padding:10px;
  background: #ececec;
  border-top: 1px solid #d8d8d8;
  font-size: 12px;
  line-height: 16px;
  color: #363636;
  clear: both;
  height: 51px;
  overflow-y:auto;
  overflow-x:hidden;
  }

.vcard p.tweet a {color:#00adf3;}
.vcard p.tweet a.date {
  font-size:9px; 
  color:#989898;
  }
