/* Foundation v2.1.3 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -----------------------------------------
  Less Variables & Mixins
----------------------------------------- */

/* -----------------------------------------
   Mixins
----------------------------------------- */

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
a {
  color: #e91c21;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #ff561f;
}
a:focus {
  color: #af3423;
  outline: none;
}
p a, p a:visited {
  line-height: inherit;
}
#aboutMePic,
.flickrImageHolder,
#podcastImages,
#artistImages,
#workImage,
.lfm_art img,
#djPic {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
}

.flickrImageHolder:hover,
#podcastImages:hover,
#artistImages:hover,
.lfm_art img:hover{
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #f14b34;
}
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);
}
ul {
  list-style-type: square;
  margin-left: 20px;
}

#sectionTitle {
  padding-top: 12px;
  text-align: left;
}
#sectionLinks {
  padding-top: 22px;
  text-align: right;
}
#sectionLinksMobile {
  padding-top: 5px;
  text-align: left;
}
#sectionLinks a {
  padding-left: 10px;
  color: #9d9084;
}
#sectionLinks a:hover {
  color: #ff561f;
}
#subTitles {
  padding-bottom: 5px;
}
#dropdown {
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}

#socialList, #aboutSite, #linkList ul {
  padding-top: 8px;
}
#podcastGrid, #artistGrid ul{
  text-align: center;
}

#socialList img {
  float: left;
  margin-right: 10px;
}

#socialTextLabel {
  text-align: right;
  color: #CCC;
}

/* -----------------------------------------
   Social Icons
   ----------------------------------------- */
#serviceThumb a{
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
}
#serviceThumb a:hover {
  background-position: -51px 0; 
}

#facebookSprite{
  background: transparent url(../images/s_icon_facebook.png) no-repeat;
}
#twitterSprite{
  background: transparent url(../images/s_icon_twitter.png) no-repeat;
}
#flickrSprite{
  background: transparent url(../images/s_icon_flickr.png) no-repeat;
}
#fittSprite{
  background: transparent url(../images/s_icon_fitt.png) no-repeat;
}
#lastfmSprite{
  background: transparent url(../images/s_icon_lastfm.png) no-repeat;
}
#linkedInSprite{
  background: transparent url(../images/s_icon_linkedIn.png) no-repeat;
}
#deliciousSprite{
  background: transparent url(../images/s_icon_delicious.png) no-repeat;
}

/* -----------------------------------------
   Lightbox Modal - FancyBox v2.0.4
   ----------------------------------------- */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('../images/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../images/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* -----------------------------------------
   MailChimp email form
   ----------------------------------------- */
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


/* -----------------------------------------
   Carousel
   ----------------------------------------- */
.clearfix {
	float: none;
	clear: both;
}
/* prev-next pagination */
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
/* numeric pagination */
.pager {
	float: left;
	width: 100%;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
/* itunes pagination */
.pagination {
	text-align: center;
}
.pagination a {
	width: 12px;
	height: 12px;
	margin: 15px 15px 0 0;
	display: inline-block;
	background: #b0a79c;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.pagination a.selected {
	background: #d4cbb7;
	cursor: default;
}
.pagination a span {
	display: none;
}
   
/* -----------------------------------------
   Masthead
   ----------------------------------------- */
#masthead {
  background: #3d3938;
  background-image: url('../images/topBar_BG.png');
  background-repeat: repeat-x;
  margin-bottom: 50px;
  height: 40px;
  width: 100%;
  opacity: 0.9;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .5);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .5);
}

#mastheadMobile {
  background: #3d3938;
  background-image: url('../images/topBar_BG.png');
  background-repeat: repeat-x;
  margin-bottom: 50px;
  height: 45px;
  opacity: 0.9;
}


#navLeft h6 {
  float: right;
  list-style: none;
  padding-top: 10px;
  font-weight: 600;
  text-align: right;
  text-shadow: 1px 1px 2px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  z-index: 20;
}
#navRight h6 {
  float: left;
  padding-top: 10px;
  font-weight: 600;
  text-align: right;
  text-shadow: 1px 1px 2px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  z-index: 20;
}

#navLeft a,#navRight a{
  color: #ffffff;
}

#navLeft a:hover,#navRight a:hover{
  color: #ded7d4;
}

.hi{
	width: 205px;
	font-size: 13px;
	font-weight: 700;
	color: #a52e0e;
	position: absolute;
	top: 1px;
	text-align: center;
}

.hiMobile{
	width: 205px;
	font-size: 13px;
	font-weight: 700;
	color: #a52e0e;
	position: absolute;
	top: 1px;
	text-align: center;
}

#topTab {
  padding: -3px, 0, 5px, 10px;
  float: left;
  display: inline;
}

#logoMobile{
  width:210px;  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hiMsg{
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* centered nav
#firstRow{
  margin-left: auto;
  margin-right: auto;	
  text-align: center;
}

#navLeft{
  margin-left: 100px;
  margin-right: 30px;
  float: left;
}

#navRight{
  margin-left: 30px;
  float: left;
}
*/

#navLeft, #navRight{
  text-align: center;
  display: inline;
}

#navLeft li, #navRight li {
  list-style: none;
  float: right;
  padding: 0 8px;
  margin-right: 8px;
}

#footer {
  background: #3d3938;
  padding-top: 25px;
  margin-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

#floatSpacer{
	height: 100px;
}

/* -----------------------------------------
   Bio
   ----------------------------------------- */

/*  
#bioRow{
	padding-top: 90px; spacing hack
}*/
   
#bioText{
  padding-top: 25px;
}
#introText{
  padding-top: 20px;
}
#emailLink{
  width: 400px;
}

/* -----------------------------------------
   Work
   ----------------------------------------- */
.quote {
  padding-top: 12px;
}


/* -----------------------------------------
   Flickr
   ----------------------------------------- */
#flickrPics1, #flickrPics2, #flickrPics3, #flickrPics4{
	margin-left: 0;
}

.flickrImageHolder{
	width: 230px;
	height: 150px;
	overflow: hidden;
	background: #000;
}

#flickrPics1 li, #flickrPics2 li, #flickrPics3 li, #flickrPics4 li{
	list-style: none;
	display: inline;
	padding-right: 11px;
	float: left;
	text-align: center;
}

#FlickrDropdown{
	margin: 5px 0 0 0;
}

/* ---------------------------------------------
	DJ
-----------------------------------------------*/
#dj h6{
	padding-bottom: 10px;
}

/* ---------------------------------------------
	Last.fm
-----------------------------------------------*/
#lastfm {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#lastfm dl{
	position:relative;
	float:left;
	padding:8px 8px 8px 15px;
	margin:0 20px -5px 20px;
}
#lastfm img{
	width: 131px;
	height: 89px;
}
#lastfm dd{
	position:relative;
	text-align: center;
	padding-top: 3px;
}
/* carousel
#lastFMcarousel ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#lastFMcarousel li {
	color: #b7af9f;
	text-align: center;
	width: 148px;
	height: 148px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
 */
 
/* -----------------------------------------
   Footer
   ----------------------------------------- */
#backToTopLink {
  text-align: left;
  font-weight: 600;
}
#footerBody {
  color: #ffffff;
}
#footerSub {
  font-weight: 600;
  color: #FFF;
}
.qr{
  padding-top: 15px;
}
#nerdBadge{
 padding-bottom: 5px;
}







