/*reset all styles : http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* actual styling */

* {
	font-family: Verdana !important;
	line-height: 1.4;
	color: #333;
}

html, 
body {
    height: 100%;
}
body {
	background-image: url("../images/background.png");
    background-repeat: repeat-y;
	background-position: center; 
	background-color: #f4f3f3;
	font-size: 80%;
}

#mainColumn {
	width: 810px;
	margin: 0 auto;
	padding-bottom: 75px;
}

.link {
	margin: 10px 0;
}
body {
}
.publication-header {
	padding-top: 20px;
	text-align: center;
}
.publication-header a {
	font-family: "Trebuchet MS" !important;
}
h1 {
	font-size: 3em;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Trebuchet MS" !important;
}
h2 {
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS" !important;
	text-transform: uppercase;
}

#portrait {
	float: right;
	font-size: 80%;
}
#portrait img {
	width: 100px;
	/*border-radius: 35px;*/
	/*border: 2px solid grey;*/
	box-shadow:2px 2px 5px #555555;
}
#content {
	margin-right: 180px;
}

.publication-short {
	margin: 10px 5px;
}
.publication-short .thumbnail {
	width: 130px;
	float: left;
}
.publication-short .desc {
	margin-left: 150px;
	padding-top: 10px;
}
.publication-short h3 {
	font-weight: bold;
}
.publication-short .links {
	padding-top: 10px;
}
.publication-short .links img {
	vertical-align:middle;
}

.authorBlock {
	float: left;
	width: 260px;
	text-align: center;
}
.author {
	font-weight: bold;
}

a img {
	vertical-align: middle;
}
