/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
  Modified by : Nacho Barrientos Arias
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

p {
    text-align: justify;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	height:110px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
    font-weight: bold;
}
#header .nick {
    color:#770000;
}
#header .subtitle {
	color:#770000;
	font-size:180%;
	letter-spacing:-2px;
	text-align:right;
    margin-top: 2px;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
    font-weight:bold;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}

#navigation .highlight {
  color:#770000;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h2 {
	border-bottom:1px dashed #700;
	font-size:1.8em;
	padding:20px 0 0;
}
#content h3 {
  font-size:1.2em;
  padding:20px 10px 0;
}
#content p {
	padding:7px 20px 0px;
}
#content ul {
  padding:10px 45px 0;
  list-style-type: none;
}
#content ul.email {
  list-style-image: url('images/email_icon.gif');
}
#content a {
  color:#700;
}
#content .address {
  font-style: italic;
}
#content .address.big {
  font-style: italic;
  font-size: 110%;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:right;
	width:751px;
}

#footer p {
  text-align:right;
}

#footer .subtitle {
  font-size: 90%;
}

#footer .subsubtitle {
  font-size: 80%;
}

/* Social icons */
.social-buttons {
    width: auto;
    height: 24px;
    float: right;
    margin-top: 2px;
}
.social-button {
    float: left;
    background: no-repeat;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    background-image: url('images/social_sprite.png');
    cursor: pointer;
}
.social-button.facebook {
    background-position: 0px -29px;
}
.social-button.twitter {
    background-position: 0px 0px;
}

