/* "Fix" procentual dimensions for strict (x)html */
html, body {
	height: 100%;
	width: 100%;
}
img {
  border: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
	color: #000;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
}
/* HEAD */
#head {
	width: 80%;
	height: 120px;
	margin: 0 10%;
	padding: 0;
	background: url('gfx/head_bottom.png') bottom repeat-x rgb(25,45,60);
	color: #FFFFFF;
	min-width: 660px;
}
#head_main {
	margin: 0 41px;
	padding: 5px 0;
	height: 110px;
}
#head_left {
	background: url('gfx/head_left.png') bottom left no-repeat;
}
#head_right {
	background: url('gfx/head_right.png') bottom right no-repeat;
}
/* CONTENT */
#content {
	width: 80%;
	margin: 32px 10% 0 10%;
	padding: 0;
	background: url('gfx/content_top.png') top repeat-x rgb(25,45,60);
	color: #FFFFFF;
	min-width: 660px;
}
#content_main {
	margin: 32px 41px 10px 41px;
	padding: 41px 20px 10px 20px;
}
.vcard #content {
  width: 400px;
  margin: 32px auto;
  min-width: 400px;
}
.vcard #content_main {
	margin: 10px;
	padding: 20px;
}
/* Content borders */
#content_bottom {
	height: 20px;
	margin: 0 41px;
	padding: 0;
	background: url('gfx/head_bottom.png') bottom repeat-x;
	color: #FFFFFF;
}
#content_left {
	background: url('gfx/content_topleft.png') top no-repeat;
	width: 41px;
	height: 120px;
	float: left;
}
#content_right {
	background: url('gfx/content_topright.png') top repeat-x;
	width: 41px;
	height: 120px;
	float: right;
}
#content_lb {
	background: url('gfx/content_left.png') left repeat-y;
}
#content_rb {
	background: url('gfx/content_right.png') right repeat-y;
}
#content_blb {
	background: url('gfx/head_left.png') bottom left no-repeat;
}
#content_brb {
	background: url('gfx/head_right.png') bottom right no-repeat;
}
/* OTHER STUFF */
.foto
{
  float: right;
  margin: 8px 16px;
  border: 2px ridge #CCC;
}

ul.iconifiedList li {
  line-height: 22px;
}

ul {
  list-style-type: none;
}

/* NAVIGATION */
#nav {
	margin-top: 28px;
	height: 28px;
	color: #FFFFFF;
  display: block;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
  display: inline; /* Fixes IE7 float bug */
} 
#nav a {
	display: inline-block;
	width: 111px;
	height: 28px;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#nav a:active, #nav a:focus, #nav a:hover {
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	top: -2px;
}
#nav .get-vcard img {
  background: url('gfx/vcard.png') no-repeat;
  width: 73px;
  height: 22px;
  position: relative;
  top: -2px;
}
#nav .get-vcard img:hover {
  background: url('gfx/vcard.png') 0 -22px no-repeat;
}
#nav .get-vcard a:hover {
  top: 0;
}
/* TEXT */
a {
  color: #CAE972;
  text-decoration: none;
}
a:visted {
  color: #BAD962;
}
a:active, a:focus, a:hover {
  color: #E0FF88;
}

h1 {
	font-size: 1.2em;
  color: rgb(185,230,60);
	margin: 0 0 0 -8px;
}
#head h1 {
  margin-top: 2px;
}
h2 {
	font-size: 1.1em;
  color: #fff;
  margin-left: 8px;
}
h3 {
	font-size: 1.05em;
  color: #fff;
  margin: 2px;
}

#content p {
  text-align: justify;
}
/* PAGE SPECIFIC STUFF */

/* About */
#skillz {
  list-style-type: none;
  padding-left: 16px;
}
#skillz>li {
  padding-bottom: 8px;
}
#skillz ul {
  list-style-type: none;
  padding: 4px 0 0 16px;
}

/* Portfolio */
.portoDetails {
  margin-left: 16px;
}
.portoToggle {
  display: none;
  margin-left: 16px;
}
/* Contact */
#contactForm input.text {
  width: 300px;
}
#contactForm textarea {
  width: 300px;
}
/* WEB-VCARD */
#vcardnav {
	margin: 10px 0;
	padding: 0;
}
#vcardnav a {
	display: inline-block;
	float: left;
	color: #fff;
	text-decoration: none;
  margin: 2px 4px;
}
#vcardnav a:active, #vcardnav a:focus, #vcardnav a:hover {
	font-weight: bold;
}
#networks ul {
  padding: 4px;
}
#networks li {
  width: 200px;
  height: 80px
  border: 1px solid #ccc;
  clear: left;
}
#networks li a {
	display: block;
	width: 200px;
	height: 70px;
	padding: 5px;
	text-decoration: none;
}

#networks li a img {
	float: left;
  margin: 2px 4px;
}
#networks li a strong {
  display: block;
}

/* ICONS */
.icon {
  margin: 0px 2px;
  vertical-align: text-top;
}
.icon-skill {
  background: url('gfx/icon-skill.png') no-repeat;
}
.icon-skill-0 {
  background-position: -48px top;
}
.icon-skill-1 {
  background-position: -32px top;
}
.icon-skill-2 {
  background-position: -16px top;
}
.icon-skill-3 {
  background-position: 0px top;
}
.icon-home {
  background: url('gfx/icons/building.png') no-repeat;
}
.icon-route {
  background: url('gfx/icons/car.png') no-repeat;
}
.icon-mail {
  background: url('gfx/icons/mail.png') no-repeat;
}
.icon-phone {
  background: url('gfx/icons/mobile-phone.png') no-repeat;
}
.icon-error {
  background: url('gfx/icons/cross-circle-frame.png') no-repeat;
}
.icon-ok {
  background: url('gfx/icons/tick-circle-frame.png') no-repeat;
}
.icon-skype {
  background: url('gfx/icon-skype.png') no-repeat;
}