* { margin: 0; padding: 0; font-size: 100%; outline: none; }

html {
	border-top: 5px solid RGBa(0,0,0,0.25);
}

body {
	background: url(../img/design/map.png) no-repeat center -30px;
	background-color: #777;
	font: 12px/18px Arial;
	color: RGBA(255,255,255,1);
	border-top: 1px solid RGBa(255,255,255,0.25);
}
.theme-blue { background-color: #688393; }
.theme-green { background-color: #728E3F; }
.theme-red { background-color: #935454; }
.theme-magenta { background-color: #695271; }

img {
}
a {
	color: RGBA(0,0,0,1);
	text-decoration: none;
	background-color: RGBa(255,255,255,0.5);
	padding: 0 3px;
}
a:hover { background-color: transparent; }
a:active { position: relative; top: 1px; background-color: RGBA(0,0,0,0.25); color: RGBa(255,255,255,1); }
a:focus { outline: 1px dotted #FFF; }
p { margin: 0 0 1em 0; }
blockquote { font: italic 14px/18px Cambria, Georgia, serif; }

hr { clear: both; visibility: hidden; }

#wrap {
	position: relative;
	max-width: 960px;
	margin: auto;
}
#wrap:after,
#footer:after {
	clear: both;
	display: block;
	content: " ";
}

h1 {
	height: 140px;
	background: url(../img/design/name.png) no-repeat 0 60px;
	text-indent: -9999em;
}
#date {
	position: absolute;
	top: 65px;
	right: 10px;
	width: 140px;
	height: 60px;
}
#date img {
	float: left;
}


/* Grid */
*[class*="g-"] {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.g-1 { width: 60px; }
.g-2 { width: 140px; }
.g-3 { width: 220px; }
.g-4 { width: 300px; }
.g-5 { width: 380px; }
.g-6 { width: 460px; }
.g-7 { width: 540px; }
.g-8 { width: 620px; }
.g-9 { width: 700px; }
.g-10 { width: 780px; }
.g-11 { width: 860px; }
.g-12 { width: 940px; }

.g-f { margin-left: 0; }
.g-l { margin-right: 0; }

.g-i-1 { margin-left: 90px; }
.g-i-2 { margin-left: 170px; }
.g-i-3 { margin-left: 250px; }
.g-i-4 { margin-left: 330px; }


/* Titles */
h2 {
	margin: 40px 10px 0 10px;
	height: 30px;
	background: url(../img/design/titles.png) no-repeat 0 0;
	text-indent: -9999em;
}
h3 {
	margin: 30px 0 20px 0;
	height: 24px;
	background: url(../img/design/titles.png) no-repeat 0 0;
	text-indent: -9999em;
}
#title-about { background-position: 0 0; }
#title-about-current { background-position: 0 -30px; }
#title-about-previous { background-position: 0 -60px; }
#title-about-networks { background-position: 0 -90px; }
#title-stream { background-position: 0 -120px; }
#title-stream-status { background-position: 0 -150px; }
#title-stream-recommended { background-position: 0 -180px; }
#title-portfolio { background-position: 0 -210px; }
#title-portfolio-projects { background-position: 0 -240px; }
#title-about-downloads { background-position: 0 -270px; }


/* "Sweet Links" */
.sweet-links,
.sweet-links ul {
	list-style: none;
}
.sweet-links a {
	display: block;
	position: relative;
	margin: 0 -5px;
	padding: 4px 100px 6px 28px;
	background: url(../img/design/icons.png) no-repeat 5px 0;
	color: RGBA(255,255,255,1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	outline: none;
}
a[href*="twitter"] { background-position: 5px -60px; }
a[href*="facebook"] { background-position: 5px -120px; }
a[href*="xing"] { background-position: 5px -180px; }
a[href*="last"] { background-position: 5px -240px; }
a[href*="mayoris"] { background-position: 5px -300px }
a[href*="insyma"] { background-position: 5px -360px; }
a[href*="bildxzug"] { background-position: 5px -420px }
a[href*="velthynet"] { background-position: 5px -480px }
a[href*="mitac"] { background-position: 5px -540px }
a[href*="first-swiss"] { background-position: 5px -600px }
a[href*="hausheer"] { background-position: 5px -660px; }
a[href*="steintafel"] { background-position: 5px -720px }
a[href*="unilu"] { background-position: 5px -780px; }
a[href*="landi"] { background-position: 5px -840px; }

.sweet-links a span {
	position: absolute;
	top: 7px;
	right: 5px;
	text-align: right;
	padding: 2px 4px 3px 4px;
	font-size: 10px;
	line-height: 1.0;
	background: RGBa(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sweet-links a:hover { background-color: RGBa(0,0,0,0.2); }
.sweet-links a:hover span, .sweet-links a.active span { background: RGBA(255,255,255,.25); }
.sweet-links a:active, .sweet-links a.active { background-color: RGBa(0,0,0,0.4); }
 
 
 
/* Adresse */
.address {
	width: 200px;
	position: relative;
	margin-top: 80px;
	padding: 10px;
	background: RGBa(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.address p {
	margin: 5px 0 0 0;
}
.address img {
	position: absolute;
	top: -5px;
	right: -10px;
}
.address span.triangle {
	position: absolute;
	left: -18px;
	top: 60px;
	width: 0;
	height: 0; 
	border-right: 18px solid RGBa(0,0,0,0.5);
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: none;
}

/* Networks */
.networks a {
	padding-right: 0;
}
/* Delicious */
.recommended a {
	background-position: 5px 0;
}

/* Portfolio */
.projects {
	position: relative;
}
.projects .sweet-links {
	float: left;
	width: 315px;
}
.projects .sweet-links ul {
	margin: 40px 0 0 0;
}
.projects a {
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.projects a span {
	right: 20px;
}
.projects .infos {
	float: right;
	overflow: hidden;
	width: 600px;
	background: RGBa(0,0,0,0.4);
	border: 10px solid RGBa(0,0,0,0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style: none;
}
.projects .infos li {
	display: block;
	width: 600px;
	margin: 0 0 20px 0;
}
.projects .enhance { height: 450px; }
.projects .enhance li { position: absolute; }
.projects .enhance h4 { margin: 0; }

.projects .infos h4 {
	height: 30px;
}
.projects .infos h4 span {
	float: right;
	margin: 0 0 0 5px;
	padding: 2px 4px 3px 4px;
	line-height: 1.0;
	font-size: 10px;
	background: rgba(255, 255, 255, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.projects .infos span.footnote {
	position: absolute;
	background: RGBa(0,0,0,0.6);
	bottom: 10px;
	right: 5px;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
}


/* Loading */
#status-ajax,
#delicious-ajax {
	position: relative;
}
p.loading {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	color: RGBa(255,255,255,1.0);
}
p.loading img {
	float: left;
	margin: 0 5px 0 0;
}
p.loading.enhance {
	display: block;
}

/* Love */
#love {
	position: relative;
	height: 80px;
	margin: 50px 10px 60px 10px;
	background: url(../img/design/love.png) no-repeat center 18px RGBa(0,0,0,0.25);
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: -9999em;
	display: none;
}
#love:nth-of-type(1n) {
	display: block;
}

/* Footer */
#footer {
	margin: 40px 10px 0 10px;
}
#copyright {
	float: left;
	width: 300px;
	padding: 5px 0 0 0;
	border-top: 3px solid RGBa(255,255,255,0.9);
}
#contact {
	float: right;
	width: 620px;
	padding: 7px 0 0 0;
	border-top: 1px solid RGBa(255,255,255,0.9);
}

/* Theme-Selection */
#theme {
	position: absolute;
	top: -6px;
	right: 10px;
	width: 140px;
	list-style: none;
}
#theme li {
	float: left;
}
#theme a {
	float: left;
	position: relative;
	width: 34px;
	height: 12px;
	margin: 0 0 0 -1px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999em;
	border: 1px solid RGBa(255,255,255,0.5);
	border-width: 0 1px 1px 1px;
	outline: none;
}
#theme li:first-child a { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
#theme li:last-child a { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }

#theme-blue { background: #688393; }
#theme-green { background: #728E3F; }
#theme-red { background: #935454; }
#theme-magenta { background: #695271; }


#theme a:hover {
	height: 18px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#theme a:active {
	height: 24px;
}
.theme-blue #theme #theme-blue,
.theme-green #theme #theme-green,
.theme-red #theme #theme-red,
.theme-magenta #theme #theme-magenta,
#theme .active {
	height: 24px; 
	z-index: 9; 
	background-image: url(../img/design/icons.png);
	background-repeat: no-repeat;
	background-position:  9px -960px;
	-moz-box-shadow: 0 0 10px RGBa(0,0,0,0.75); 
	-webkit-box-shadow: 0 0 10px RGBa(0,0,0,0.75); 
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* Boooh! */
#hate { display: none; }
