html, body, div, img, p, ol, ul, li, h1, h2, h3, h4, h5, h6, a  {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	border: 0;
}

html, body, div, p, ol, ul {
	font-size: 0.95em;
	line-height: 1.3em;
}

a, li{
	font-size: 1em;
}

body {
	background-color: #fff;
}

#page {
	margin-top: 0;
	margin-left: 50px;
	width: 910px;
}
#header {
	height: 53px;
	padding-top: 40px;
}
#flickr {
	clear: both;
}
#wrapper {
	clear: both;
}
#footer {
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}
#footer p {
	font-size: 0.85em;
	line-height: 1.1em;
}
div.container {
	float: left;
	display: block;
	margin: 0 6px 6px 0;
	
	background-color: #fff;
	background-repeat: no-repeat;
}
div.teaser {
	display: block;
	height: 230px;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.58);
}
div.twoColumn {
	margin: 17px 0;
	
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
p.caption {
	margin: 0 0 17px 0;
	padding: 0;
	font-size: 11px;
}
span.meta {
	color: #444;
	font-style: italic;
}
span.title, span.year {
	position: relative;
	left: 0;
	top: 74%;
	color: #fff;
	text-align:right;
}
span.title {
	padding-left: 18px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
span.year {
	padding-left: 19px;
	color: #ddd;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
}
span.abstract {
	text-transform: uppercase;
}
span.abstract a {
	text-decoration: underline;
}
img.single {
	margin: 17px 0px;
}
img.singleCaption {
	margin: 17px 0 2px 0;
}

h1 {
	color: #444;
	font-size: 21px;
	text-transform: lowercase;
}

h2 {
	color: #bbb;
	margin: 16px 0 21px -1px;
}
h2.text {
	margin-bottom: 10px;
}
h2 span, h2 a {
	padding: 2px 7px 3px 7px;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-bottom-left-radius: 	2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 	2px 2px;
	-webkit-border-top-right-radius: 	2px 2px;
}
h2 span {
	color: #fff;
	background-color: #111;
}
h2 a {
	color: #000;
	background-color: #fffeec;
}
h2 a:hover {
	color: #ff0000;
	background: #fff000;
}
h3 {
	margin: 18px 0 8px 0;
}

/** EXTERNAL LINKS **/
a.ext {
	margin: 0 -2px;
	padding: 0 2px;
	color: #000;
	background-color: #fffeec;
}
a.mail {
	padding-left: 12px;
	line-height: 17px;
	background: #fffeec url('../img/icn_mail.gif') no-repeat 2px center;
	font-weight: bold;
}
a.mail span {
	font-weight: normal;
}
a.mail:hover {
	background-image: url('../img/icn_mail-hover.gif');
}

ul.huge li, ul.huge li a, a.huge {
	font-size: 1.3em;
	line-height: 1.6em;
}

ul.tiny li, ul.tiny li a, .tiny {
	line-height: 1.25em;
	font-size: 0.9em;
}

ul.floating li {
	display: inline;
}
ul.floating li img {
	margin: 0 1px 4px 0;
}

/** STARTPAGE - COLUMNS **/
div.col1, div.col2, div.col3 {
	position: relative;
	float: left;
	width: 315px;
	margin-top: 36px;
}

div.col1, div.col2 {
	margin-right: 36px;
}

/** TWITTER **/
li.tweet {
	margin-bottom: 4px;
	padding-top: 8px;
	list-style: none;
	border-top: 1px solid #eee;
}
li.tweet:first-child {
	margin-top: 13px;
	padding-top: 0;
	border-top: 0;
}
a.link {
	padding: 0 2px;
	color: #000;
	background-color: #fffeec;
}
a.tag {
	padding: 0 3px;
	background-color: #f6f6f6;
	color: #bfbfbf;
}
a.ext:hover, a.link:hover, a.tag:hover {
	background-color: #fff000;
	color: #ff0000;
}
