body {
    padding-top: 90px;
    padding-bottom:30px;
}

section{
	padding-bottom:20px;
}

/* TYPE */
@font-face {
    font-family: 'TradeGothicBoldCondTwenty';
    src: url('../fonts/trade_gothic_bold_condensed_no._20-webfont.eot');
    src: url('../fonts/trade_gothic_bold_condensed_no._20-webfont.eot?iefix') format('eot'),
         url('../fonts/trade_gothic_bold_condensed_no._20-webfont.woff') format('woff'),
         url('../fonts/trade_gothic_bold_condensed_no._20-webfont.ttf') format('truetype'),
         url('../fonts/trade_gothic_bold_condensed_no._20-webfont.svg#webfontqQpFaBed') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container{
	width:1100px;
}

/* MEDIA QUERIES - RESPONSIVE! */
@media screen and (max-width: 1200px) {
	.container, .fixedHeader {
		width:1100px;
	}
}
@media screen and (max-width: 1024px) {
	.container, #td-clone.fixedHeader {
		width:900px;
	}
	#tourdates .extra-wrapper{
		width:898px;
	}
	#tourdates tr.break td:first-of-type:after {
		width:898px;
	}
	.body-tourdates .navbar .main-nav > li > a, .navbar #user-login {
		padding: 0 4px;
		letter-spacing: 1px;
		font-size: 14px;
	}
	.body-tourdates .navbar .brand {
		font-size:21px;
	}
	.body-tourdates .user-status-search{
		width: 275px;
	}
}

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

	html {
		-webkit-text-size-adjust: none;
	}
	body{
		padding-top:0;
	}
	body .navbar-fixed-top {
		position:relative;
	}
	body .navbar-inner {
		height: 44px;
	}
	body #mobile-menu{
		/*display:block;*/
	}
	body .navbar .brand {
		line-height: 48px;
		font-size: 20px;
		/*margin: 0 0 0 55px;*/
		margin: 0 0 0 15px;
	}
	body .container .main-nav{
		display:none;
	}
	body .navbar-search{
		height: 37px;
		margin: 7px 0 0 0;
	}
	body [class*="span"] {
		max-width: 320px;
	}
	body .container, #td-clone.fixedHeader {
		width:320px;
	}
	body .user-status-search {
		width: 80px;
	}
	body #user-status {
		display:none;
	}
	body .navbar-search .search-query {
		width:60px;
	}
	body .main-container{
		padding-top:0;
	}
	body .artists-header h2 {
		float: none;
		text-align: center;
	}
	body #artists-all {
		margin-top: 0;
	}
	body #artists-all .artist_box {
		width:155px;
		height:100px;
		background-size: 100%;
	}
	body .navbar .company-info{
		display:none;
	}
	body .footer.container{
		height:auto;
		width:290px;
	}
	body #artist-img {
		position: relative;
		background: transparent;
		position: absolute;
		max-width: 100px;
		right: 5px;
		top: 54px;
		min-height: 0;
		max-height:100px;
	}
	body #band_name {
		font-size: 24px;
		max-width: 210px;
	}
	body #band_name,
	body .band-label,
	body .band-url{
		margin-left:5px;
	}
	body .table-header{
		margin-top:15px;
	}

}
/* for iphone page slide */
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 200px;
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
}


select{
    margin-bottom:9px;
}
.tabbable .tab-content, .tabbable table{
    padding:0;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    margin:0;
}
.tabbable table td:first-of-type {
    text-align:right;
    width:100px;
}

.clearafter:after{
	clear:both;
	float:none;
	display:block;
	content:'';
}



/* autocomplete */
.ui-autocomplete, .ui-menu{
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 40px;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: white;
	border-color: #CCC;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	zoom: 1;
}

.ui-menu-item{
	line-height: 18px;
}
.ui-menu-item a, .ui-autocomplete-category{
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-autocomplete-category{
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color: #B3B3B3;
	letter-spacing: 1px;

}
#ui-active-menuitem, .ui-state-hover{
	color: white;
	text-decoration: none;
	background-color: #08C;
}

/* ================================================== 
// Home
// ================================================== */

#artists-all{
	margin-top:30px;
}

.artist_box {
	float: left;
	width: 270px;
	background: #EEE;
	display: block;
	height: 180px;
	margin-right: 5px;
	margin-bottom: 5px;
	position:relative;
}
#artists-all .artist_box {
	width: 213px;
	height: 140px;
}
#artists-all .artist_info {
	padding: 8px;
}
#artists-all .artist_box h3 {
	font-size: 18px;
	line-height: 18px;
}

.artist_info {
	padding: 15px 10px 10px;
	background:rgba(0,0,0,.75);
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
	
}
.artist_box h3 {
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'TradeGothicBoldCondTwenty';
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.artist_box h3 a{
	color:#fff;
}

.artist_box a {
	color: #fff;
	text-shadow:0 1px rgba(0,0,0,.7);
	padding: 0 5px;
}

@-moz-document url-prefix() {

}