@font-face {
	font-family: Panefresco;
	src: url('font/Panefresco500wtRegular.ttf');
}

@font-face {
	font-family: PanefrescoBold;
	src: url('font/Panefresco800wtRegular.ttf');
}

html {
	background-color: #E6E6E6;
	color: #666;
}

h1,h2,h3,h4,h5 {
	font-family: PanefrescoBold, sans-serif;
}

h1 {
	font-size: 14pt;
}

h3 {
	font-size: 9pt;
}

a {
	/*color: #0B6FAD;*/
	text-decoration: none;
}

a:hover {
	color: #62BEF9;
}

body {
	margin: 0 auto;
	background-color: white;
	font-family: Panefresco, sans-serif;
}

.bar {
	padding: 0 30px;
	background-image: url('img/topbar.png');
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
	font-size: 90%;
	font-family: PanefrescoBold, sans-serif;
	color: white;
	text-shadow: 1px 0.5px black;
	text-align: right;
	display: none;
}

.bar a {
	font-family: PanefrescoBold, sans-serif;
	text-decoration: none;
	color: white;
}

.bar a:hover {
	text-shadow: 1px 0.5px #678191;
}

header {
	padding: 0px 30px;
	overflow: hidden;
}

#head {
	text-align: left;
	overflow: hidden;
	float: left;
	width: 65%;
}

#head img {
	float: left;
	width: 104px;
	height: 117px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin-right: 20px;
}

#contact {
	text-align: right;
	font-size: 80%;
	float: right;
	overflow: visible;
}

#contact ul {
	list-style-type: none;
}

nav {
	text-align: right;
	padding: 0px 30px;
	font-family: PanefrescoBold, sans-serif;
	display: none;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	display: inline;
	color: #888;
	font-size: 10pt;
}

nav a {
	color: #888;
	text-decoration: none;
}

nav a:hover {
	text-decoration: none;
	color: #AAA;
}

.separator {
	width: 100%;
	height: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #EEE;
	visibility: hidden;
}

#content {
	padding: 0px 30px;
}

section {
	font-size: 90%;
	margin-bottom: 50px;
	text-align: justify;
}

section h4 {
	height: 25px;
	border-bottom: 2px dotted #DDD;
}

section li {
	margin: 10px;
}

.entry {
	display: block;
	overflow: hidden;
}

.date {
	float: left;
	text-align: right;
	width: 12%;
}

.data {
	border-left: 2px dotted #DDD;
	float: right;
	width: 83%;
	padding-left: 20px;
}

.noprint {
	display: none;
}

a.tooltip span {
	display: none;
}
