@charset "utf-8";
/* CSS Document */

.content_header {
	background: #232629;
	}
	
.content_header .photo {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
.content_header h1 {
	margin-left: 90px;
	width: 300px;
	}
	
	
/* [ VCard overrides ] */
/* [ Generic vCard ] */

.vcard {
	padding: 10px 0;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	border: none;
	background: none;
	}
	
	* html .vcard {
	  height: 1px;
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #eee;
		}
		
	.adr {
		padding: 5px 0;
		border: none;
		}
		
	.links {
		padding: 15px 0;
		line-height: 18px;
		}
		
	/* [ Association vCard ] */
	.association {
		}
		
	.association .photo {
		position: absolute;
		top: 60px;
		left: 20px;
		}
		
		
/* [ Related Content - Association List ] */
.associations_list {
	margin: 10px 0;
	padding: 5px;
	list-style: none;
	font-size: 11px;
	}
	
	.associations_list a {
		color: #ccd6da;
		padding-left: 35px;
		display: block;
		}
		
	.associations_list li {
		line-height: 35px;
		position: relative;
		height: 35px;
		}
		
	.associations_list li img {
		position: absolute;
		top: 0;
		left: 0;
		}
