@font-face {
  font-family: Boton;
  src: url(botoni.ttf);
}


body {
	margin: 0 0;
	padding: 0 0;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 62.5%;
}

/* @group CONTENT */

#content {
	position: fixed;
	bottom: 0;
	width: 95%;
	height: 100%;
	background: url("img/bg_flower.png") no-repeat right bottom;
}

/* @group INTRODUCTION */

#about {
	font-size: 3em;
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

#about .introduction {
	font-family: Boton, Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
}

#about .introduction a {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 3px 5px 2px 5px;
	text-decoration: none;
	margin-top: 14px;
	line-height: 1.8em;
}

#about .interest {
	line-height: 1.6em;
}

#about .interest a {
	padding: 3px 5px;
}

#about .interest .other {
	font-size: 0.6em;
	font-family: Tahoma, Geneva, sans-serif;
}

#about .contact {
	font-size: 0.4em;
}

#about .contact a {
	text-decoration: none;
	padding: 2px 3px;
}

/* @end */

/* @end */

/* @group SOCIAL TREE */

#socialtree {
	list-style: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 600px;
	height: 630px;
	margin: 0 0;
	padding: 0 0;
	background: url("img/bg_me.png") no-repeat bottom center;
}

#socialtree li {
	position: absolute;
}

#socialtree li a {
	text-decoration: none;
}

#socialtree li.twitter {
	right: 500px;
	bottom: 390px;
	font-size: 2.5em;
}

#socialtree li.lastfm {
	right: 80px;
	bottom: 570px;
	font-size: 1.5em;
}

#socialtree li.facebook {
	right: -30px;
	bottom: 150px;
	font-size: 2em;
}

#socialtree li.linkedin {
	right: 20px;
	bottom: 350px;
	font-size: 2em;
}

/* @end */

/* @group THEMES */

#themes {
	list-style: none;
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0 0;
	padding: 0 0;
}

#themes li {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}

#themes li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999px;
	overflow: hidden;
	
}

#themes li.white a {
	border: 3px solid #cccccc;
	background-color: #fff;
}

#themes li.yellow a {
	border: 3px solid #cccc33;
	background-color: #ffff66;
}

#themes li.orange a {
	border: 3px solid #cc6600;
	background-color: #ffcc66;
}

#themes li.purple a {
	border: 3px solid #ff66ff;
	background-color: #993399;
}

#themes li.blue a {
	border: 3px solid #3399cc;
	background-color: #00ffff;
}

/* @end */