/*
5c77b5
89b8e4
*/

body {
padding: 20px;
font-family: 'EB Garamond', 'Times New Roman', serif;
background: #ffffff;
}

#wrapper {
max-width: 760px;
margin: auto;
line-height: 30px;
}


#logo {
position: relative;
width: 100%;
}

#logo img {
height: auto;
}

h1 {
xmargin-left: 20%;
xfont-size: 25px;
xline-height: 40px;
xfont-weight: normal;
}

#cover {
xmargin: 0px -20px;
width: 100%;
}

img {
max-width: 100%;
height: auto;
display: block;
}

hr {
border: 0;
border-top: 5px solid #d24533;
height: 1;
}

hr.large {
margin: 0 -20px;
border: none;
border-top: 1px solid #ccc;
height: 59px;
background-color: #eee;
}

a {
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
color: #d24533;
}
p.buy {
text-align: center;
display: block;
line-height: 50px;
background: #5c77b5;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
font-family: 'Helvetica Neue', sans-serif;
margin: 0 -20px 30px;
}
p.buy a {
border-bottom: none;
color: #ffffff;
display: block;
}

h2, h3 {
font-family: 'Helvetica Neue', sans-serif;
font-weight: normal;
}

h2 {
margin: 0px;
font-size: 30px;
padding: 10px 0;
line-height: 30px;
}

nav {
font-family: 'Helvetica Neue', sans-serif;
font-size: 24px;
text-align: center;
padding: 10px;
line-height: 40px;
}

h3 {
font-size: 24px;
}

h4 {
font-size: 20px;
background: rgba(92,119,181,0.2);
font-style: italic;
font-weight: normal;
padding: 0 0.5em;
display: inline-block;
margin: 0;
}

p {
margin: 20px 0;
}

p, li {
font-size: 20px;
line-height: 30px;
}

/*
p em {
background: rgba(0,0,0,0.1);
padding: 0 0.5em;
}
*/

span.tickets {
background: rgba(0,0,0,0.1);
padding: 0 0.5em;
position: absolute;
right: 0;
top: 5px;}

ul.gigs {
list-style: none;
margin: 20px 0 !important;
padding: 0 !important;
}

.gigs li {
border-bottom: 1px dashed #aaa;
padding: 5px 130px 4px 0;
position: relative;
}

ul.gigs li:last-child {
border-bottom: none;
padding-bottom: 5px;
}


.image-wrapper {
}

ol li {
display: inline-block;
}
ol li:after {
content: " / ";
color: #999;
}
ol li:last-child:after {
content: "";
}
#footer {
text-align: center;
}


/* tablets: portrait */

@media screen and (max-width: 768px) { 
		
	#cover img {
	border-left: 0;
	border-right: 0;
	}

	h1 {
	font-size: 22px;
	}

}


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

	#logo {
	position: relative;
x	height: 150px;
	}

	h2 {
	font-size: 25px;
	}

}