@charset "utf-8";
body { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 2em; 
	margin: 50px; 
	background: #fff url('/i/ffff00.gif') repeat-x;
}
/* main containers */
#wrap {
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
	background: #fff;
}
#augmatic {
	width: 200px;
	float: left;
}
#worksfeed {
	margin-top: 0;
	padding-top: 0;
	margin-left: 230px;
	margin-bottom: 50px;
}
#delicious {
	margin-left: 230px;
}
#delicious h2 {
	font-size: 1em;
	font-style: italic;
	margin-bottom: 20px;
}
#delicious h2 a {
	text-decoration: none;
	color: #999;
}
/* typography */
h1 {
	font-size: 2.5em;
	padding-top: 150px;
	padding-bottom: 100px;
}
li {
	margin-bottom: 0.2em;
}
a.label { text-decoration: none; color: #000; background-color: #ffff00; padding-left: 5px; padding-right: 5px;}
a.label2 { text-decoration: none; color: #000; border-bottom: 1px dotted #999;}
a.label2:hover { background-color: #000; border-bottom: 1px solid #000; }


li.varazdin {
	margin-left: -20px;
}


