/* print styles for www.edinburghquartet.com */
/* author: Amy Beeston   */
/* contact: webmaster@edinburghquartet.com */
/* created: 14 May 2009 */


#logo_screen, #navig, #sidebar, #footer .links .pagefind {
	display: none;
}
#tagline {
	color: gray;
	padding-right: 62px;
	text-align: right;	
}
#tagline h1 {
	display: none;
}
#tagline h2 {
	font-size: 7pt;
}
#logo_print {
	text-align: right;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;

}
p {
	text-align: justify;
}
a:link, a:visited {
	color: #00A7F5;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	color: gray;
	font-size: 8pt;
	margin-top: 64px;
}
#footer a {
	color: gray;
}
#footer p {
	text-align: center;
}


/* publicationspage ---------------------------------------------------------------------------- */


#publicationspage .reference {
	margin: 16px 0 16px 0;
	padding: 0 0 0 0;
}
#publicationspage .reference .author {
	font-weight: bold;
}
#publicationspage .reference .author span {
	font-weight: normal;
}

#publicationspage .reference .publication {
	font-style: italic;
}


/* contacts ------------------------------------------------------------------------------------ */
#contactspage .vcard {
	padding: 0;
	margin: 18px 0 12px 64px;

}
#contactspage .fn {
	padding: 0;
	margin: 0;
	line-height: 2.4em;
	font-weight: bold;
	color: #00A7F5;
}
#contactspage .url {
	display: none;
}


#contactspage .vcard .org,
#contactspage .vcard .street-address {
	padding: 0;
	margin: 0 0 0 32px;
}
#contactspage .vcard .adr,
#contactspage .vcard .tel,
#contactspage .vcard .mail {
	padding: 0;
	margin: 0 0 0 64px;
}


#contactspage .vcard .adr .type, 
#contactspage .vcard .tel .type {
	color: #cccccc;
}
#contactspage .vcard .mail {
	color: #cccccc;
}
#contactspage .vcard .mail .email {
	color: #333333;
}




/* legal terms ------------------------------------------------------------------------------- */
#legal_terms p {
	text-align: left;
	font-size: 0.8em;
}
