body {
	font: 20px/30px 'VegurRegular', Arial, sans-serif;
	background: #FFF url(../img/bg.png) repeat-x scroll 0 150px;
}

a {
	color: #0099FF;
}

h1 {
	font: 36px/36px 'VegurRegular', Arial, sans-serif;
	letter-spacing: 0;
}
h2 {
	font: 24px/32px 'VegurExtraLight', Arial, sans-serif;
	letter-spacing: 0;
}

h3 {
	font: 24px/36px 'VegurRegular', Arial, sans-serif;
	letter-spacing: 0;
	margin-top: 10px;
}

h1, h2, h3 {
	text-shadow: #AAA 1px 1px 3px;
}

ul {
	padding: 0 25px;
}

li {
	line-height: 1.8em;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin-top: 65px;
	background: transparent url(../img/avatar.png) no-repeat top left;
	padding-bottom: 30px;
}

#header, #technologies p {
	padding-left: 80px;
}

.col_left {
	float: left;
	width: 50%;
}

.col_right {
	width: 48%;
	float: right;
}

#twitter_widget {
	width: 48%;
}

#technologies p {
	padding: 20px 0 30px 80px;
	background-repeat: no-repeat;
}

#footer, .clear {
	padding: 20px 0;
	color: #999;
	clear: both;
}

#contao { background-image: url(../img/contao.png); }
#cakephp { background-image: url(../img/cakephp.png); }
#php { background-image: url(../img/php.png); }
#mysql { background-image: url(../img/mysql.png); }
#wordpress { background-image: url(../img/wordpress.png); }

.services li { list-style-image: url(../img/plus-circle.png); }

.services li.line-through { 
	list-style-image: url(../img/minus-circle.png); 
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}

.line-through {
	text-decoration: line-through;
}

#social a {
	display: block;
	padding: 10px 0;
}

#twitter .message, #lastfm .message {
	font-size: 16px;
	line-height: 1.2em;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
}
#twitter .message .time {
	font-size: 12px;
	display: block;
	text-align: right;
	color: #999;
}

#lastfm a {
	color: inherit;
	text-decoration: none;
}
#lastfm a:hover { color: #0099FF; }

#lastfm .album {
	font-size: 12px;
	display: block;
	color: #999;
}

/* hCard - Formatierungen */
.vcard .tel .type,
.vcard .adr .region,
.vcard .adr .country-name,
.vcard .org {
	display: none;
}

.vcard .adr .street-address,
.vcard .email {
	display: block;
}

.vcard .email {
	padding-top: 5px;
}

.vcard a {
	color: inherit;
	text-decoration: inherit;
}

.vcard a:hover {
	color: #0099FF;
}

.vcard .readable_type {
	color: #666;
}