
@import url("stylesheet.css");
/***** resets *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**** global ****/


body {
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 84%;
}

p {
	color: black;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol {
	list-style: decimal;
	padding-left: 40px;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

a.image {
	border: none;
}

a.image:hover, a.image:active {
	background: none;
}

a {
	border-bottom: 1px dotted #4f571a;
}

a:link {
    color: #4f571a;
	text-decoration: none;
	outline: none;
	padding: 1px;

}

a:visited {
	color: #4f571a;
	padding: 1px;
	text-decoration: none;
	outline: none
}

a:hover, a:active {
	padding: 1px;
	background-color: #eee;
	outline: none;
}

body.home h2, body.about h2 {
	/*font-family: 'OctinVintageBRegular-1','OctinVintageBRegular-2',Arial,sans-serif;´*/
	font-family: 'OctinSpraypaintARegular-1','OctinSpraypaintARegular-2',Arial,sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0.6em;
}


h1 {
	font-size: 200%;
	line-height: 0.9em;
	margin-bottom: 0.6em;
}

#past-events h1 {
	padding: 0.5em 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.6em;
	
}

h3 {
	font-weight: bold;
}

h4 {
	font-style: italic;
	margin-bottom: 1em;
}




.program {
	margin-top: 2em;
}

.program ul {
	list-style: square;
	padding-left: 2em;
	margin-bottom: 1.6em;
}

p.subhead {
	margin-bottom: 0;
	font-size: 90%;
}

img.caption {
	margin-bottom: 0;
}

p.caption {
	text-align: right;
	font-size: 10px;
	margin: 0 0 0 13px;
	color: #777;
}

.left-pic {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#wrapper {
	margin-top: 60px;
	margin: 60px auto 0 auto;
	width: 700px;
}

#content {
	padding-top: 20px;
	width: 550px;
}

#stockhausen-mirza {
	background: url(/images/mikrophonie-tam-tam.jpg) no-repeat;
	height: 564px;
	width: 700px;

}

#stockhausen-mirza div {
	visibility: hidden;
}

.right {
	float: right;
	padding-left: 10px;
}

.left {
	float: left;
	padding-right: 10px;
}

.upcoming {
	width: 360px;
	float: left;
	margin: 20px 40px 40px 0;
}

.plain {
	font-weight: normal;
	
}

.clear {
	clear: both;
}

.blurb {
	width: 300px;
	float: left;
}

.blurb p {
	font-weight: bold;
	padding-top: 67px;
}

.recent {
	margin-bottom: 40px;
	width: 520px;
}

/***** intro *****/

div.intro {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
	display: none;
}

#intro h1 {
	text-align: center;
	font-family: Courier, monospace;
	font-size: 120%;
}

#intro {
	display: none;
}


/***** header *****/





/***** nav ******/

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #111;
}

#nav ul {
	margin: 0 auto;
	width: 680px;
	padding: 10px;
}

#nav ul li {
	list-style: none;
	margin: 0px;
	display: inline;
	padding: 1em 1em 1em 0;
}

#nav ul li a {
	padding: 2px;
	font-weight: bold;
	text-transform: lowercase;
	color: white;
	font-size: 110%;
	border: none;
}

#nav a:hover, #nav a.current {
	background-color: white;
	color: #111;
}

/***** Event List ****/
#past-events .event {
	margin-bottom: 4em;
	width: 500px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

	.event img {
		border: 1px solid black;
		margin-bottom: 1em;
	}
	.event .date {
		color: #888;
		font-size: 86%;
	}
	
	.event p {
		font-size: 92%;
	}

	.event h3 {
		font-size: 18px;
		margin-bottom: 0.5em;
	}

	.event h3 a {
		color: black;
		border: none;
	}

/****** Forms *****/

#mc_embed_signup form {
	width: 260px;
	margin-bottom: 40px;
}

#mce-error-response,
#mce-success-response {
	padding: 4px;
	margin: 10px 0;
}

#mce-error-response {
	background-color: #FAE1E1;
	border: 2px solid red;
}

#mce-success-response {
	background-color: #F8FFB7;
}

legend {
	color: #ccc;
}

fieldset {
	/*border: 2px solid #ddd;*/
	padding: 1em;
	width: 240px;
}

.mc-field-group {
	margin-bottom: 10px;
}

#mc_embed_signup label {
	width: 72px;
	display: block;
	float: left;
	color: #555;
}

#mc_embed_signup input[type=text] {
	display: block;
	width: 160px;
}

#mc_embed_signup input.btn {
	margin: 20px 0 0 72px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	font-weight: bold;
}

#mc_embed_signup input.btn:hover {
	background-color: #333;
	color: white;
	cursor: pointer;
}