﻿@font-face {
    font-family: 'AlbertusExtraBoldRegular';
    src: url('../fonts/albr85w-webfont.eot');
    src: url('../fonts/albr85w-webfont.eot?#iefix') format('eot'),
          url('../fonts/albr85w-webfont.woff') format('woff'),
          url('../fonts/albr85w-webfont.ttf') format('truetype'),
          url('../fonts/albr85w-webfont.svg#webfont1mnwrkt6') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { background: #f9f9f9; }
.navbar { background:#f4f4f4; }
h1 {
  height:0px;
  text-indent:-9999px;
}
h2 { font-family: 'AlbertusExtraBoldRegular', Garamond; font-size:50px; }
h3, .gigtitle { font-family: 'AlbertusExtraBoldRegular', Garamond; font-size:20px; color:black; }
.gigtitle { font-size:16px; line-height:40px; }
.break { padding-top:60px; }
.centerimage { margin:0 auto; }
.thumbnail { margin-bottom:10px; }
.paypalbuy { text-align:center; }
.paypalbutton { vertical-align:bottom; }
.profilepic { display:inline; }
.pageouter {
  background-color:#f4f4f4;
  /*-webkit-border-radius: 8px;
  border-radius: 8px; 
  -webkit-box-shadow: inset 0px 0px 10px 0px #000000;
  box-shadow: inset 0px 0px 10px 0px #000000;
  background:#ffffff url(../images/corner-left.png) no-repeat 0 100%;*/
}
.pageinner {
  /*background:transparent url(../images/corner-right.png) no-repeat 100% 100%;*/
  padding:30px 30px 60px 30px;
}
.icons { margin-top:20px; }
.icons a { padding:28px; }
.icons2 a { padding:5px; }
.icons img { border: none; }
.mediaitem { position:relative; }
.mediaitem img { padding:2px 4px; }
.btn-play{
  text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	margin:-37px 0 0 -37px;
	background: url(../images/btn-play.png) no-repeat;
	width:73px;
	height:73px;
	cursor:pointer;
	z-index:5;
}
