/* * * * * * * * * * * * * * * GENERAL * * * * * * * * * * * * * * */

body {
	font-family: georgia, serif;
	font-size: 1em;
	background: white url("../images/erik.jpg") fixed left bottom no-repeat;
	overflow: scroll;
}

h1, h2, h3, p, li {
	background: white;
}

h1 {
	font-family: Microsoft Sans Serif, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -.85em;
}

li {
	margin-bottom: 10px;
}

li:before {
	content: "\00BB \0020";
}

a img {
	border: none;
}

a, a:visited {
	color: black;
}

a:hover, a:visited:hover {
	color: white;
	background: black;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * CLASSES * * * * * * * * * * * * * * */

.col {
	float: left;
	width: 300px; /*32%;*/
	margin: 0 10px 0 0;
	padding: 0;
}

.col_header {
	height: 35px;
}

.date_pub {
	font-style: italic;
}

.publisher {
	font-size: 70%;
}

/* * * * * * * * * * * * * * * IDs * * * * * * * * * * * * * * */

#wrapper {
	float: right;
	width: 75%;
}

#about {
	width: 740px;
	font-size: 1.2em;
}

#iconList li {
	display: inline;
}
