/*
Theme : Personal Homepage of Bettina Schnor
Author: Klemens Kittan
*/

body {
  font-size: 16px;
  line-height: 1.4;
}

a,
a:active,
a:hover,
a:visited {
	color: #ff8f00;
}

a:active,
a:hover {
	opacity: 0.7;
}

a:visited {
	text-decoration: none;
}

hr {
	border-color: #dedede;
	margin-top: 2em;
	margin-bottom: 1em;
}

.alignright20 {
  display: inline-block;
  width: 20px;
}

.hidden {
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.list-inline {
	margin-left: -2px;
}

.list-inline > li {
  padding-right: 2px;
  padding-left: 2px;
}

.margintop {
    margin-top: 2em;
}

.header h1 {
/*  color: #003f60;*/
  font-family: "Georgia","Times New Roman",Times,sans-serif;
  font-size: 1.7em;
  margin-top: 1em;
  margin-bottom: 0em;
}

.section h2 {
	background: url('../images/hr-title-separator.png') 0 100% no-repeat;
	font-size: 1em; 
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.thumbs img {
	display: block;
	margin-top: 20px;
}

.footer {
	font-size: 0.9em;
	padding: 2em 0 2em 0;
}

