/*
Author: José Marques
URL: http://josemarques.info

*/

@import "reset.css";


/* HTML5 tags */  
header, section, footer, aside, nav, article, figure {  
     display: block;  
} 

/**
 *
 * Font used: Fontin Sans: [http://www.josbuivenga.demon.nl/fontinsans.html]
 */

@font-face {
	font-family: Chunkfive;
	src: url("../fonts/Chunkfive.otf") format("opentype");
}



body {
	
	background-image: url("../img/back.png");
	font-family: Chunkfive, Helvetica, Arial, sans-serif;
	font-size:62.5%;
	border-top: #1E1E1E 3px solid;	
}

.me{
	background: url("../img/me.png") right bottom no-repeat ;
	height: 150px;
}

header  h1{
	text-indent: -3000px;
}

header h2{

	padding-top: 28px;
	width: 690px;
	height: 150px;
	font-size: 3.5em;
	line-height: 1.1em;
	color: #4B4B4B;
	text-shadow: 0 0 8px #fff !important;
	
}

header h2 span{
	color: #2D2C2C !important;
}

#content h2{
	font-size: 2.8em;
	letter-spacing: -0.02em;
	line-height: 1.4em;
	color: #F2FF7F;
	text-shadow: -1px -1px 0 #000 !important;
	
}


p,
ul,
label,
input{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	
}


p{
	text-shadow: 1px 1px 0px #000;
	font-family: Helvetica;
	font-weight: 50;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



p span{
	color: #000;
	background-color: #F2FF7F;
	padding: 0.15em 0.2em 0;
	margin-right: 0.5em;
	text-shadow: 0 0 0;	
	
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	font-family: Chunkfive;
	
}

p span a{
	color: #000;
	text-decoration: none;
}

p span:hover{
	background-color: #fff;
	
}



p span a:hover{
	color: #000;
	text-decoration: none;
	
}



p a{
	color: #fff;	
	text-decoration: none;
}

p.contacts a{
	color: #fff;	
	text-decoration: underline !important;
}

p.contacts a:hover{
	text-decoration: none !important;
}

p a:hover{
	color: #F2FF7F;	
	text-decoration: underline;
}

p.aboutDesc,
ul.presence{
	height: 130px;
}

.contactTitle{
	margin-top: 15px;
}


ul.presence li {
	padding-left: 20px;
}

ul.presence li a{
	color: #fff !important;
}

ul.presence li a:hover{
	color: #F2FF7F !important;
}

ul.presence li a:hover{
	text-decoration: none !important;
}

li.twitter {
	background: url('../img/twitter.png') left center no-repeat;
}

li.flickr {
	background: url('../img/flickr.png') left center no-repeat;
}

li.delicious {
	background: url('../img/delicious.png') left center no-repeat;
}

li.delicious {
	background: url('../img/delicious.png') left center no-repeat;
}

li.vimeo {
	background: url('../img/vimeo.png') left center no-repeat;
}

li.digg {
	background: url('../img/digg.png') left center no-repeat;
}

li.lastfm {
	background: url('../img/lastfm.png') left center no-repeat;
}



.contactForm{
	display: none;
	margin: 2em 0;
}

label{
	display: none;
}

input,
textarea{
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	margin-top: 1em;
	
	
}

input,
textarea{
	width: 17em;
	font-size: 2em;
	color: #fff;
	background-color: #000;
	border: 4px solid #1F1717;
	padding: 0.3em;
}



input[type=submit]{
	cursor: pointer;
	width: 18.1em;

}

input[type=submit]:hover{
	background-color: #000;
}

header{
	background: #fff url("../img/headerBack2.png") repeat-x;
	border-bottom: 20px solid #1F1717;
}


.navigation{
	float: left;
	margin-top: 3em;
}

.navigation li{
	display: inline;
	margin-right: 0.5em;
}

.navigation li a{
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	padding: 0.2em 0.7em;
	background: #000 url("../img/back.png");
	
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
	
	-webkit-box-shadow: 0 0 30px #fff;
}

.navigation li a:hover{
	background: #fff;
	color: #000;
	
	-webkit-box-shadow: 0 0 30px #AFAFAF;
	-moz-box-shadow: 0 0 30px #AFAFAF;
}

#content{
	background: url("../img/horz.gif") repeat-x;
	overflow: auto;
	

}

.panel{
	margin: 2em 0;
	float: left;
	display: block;
	width: 41em;;
}

.panel p{
	padding-right: 10px;
}

.vertSplitter{
	background: url("../img/vert.gif") right repeat-y;
	margin-right: 3em;
}


.wrapper{
	width: 85em;
	margin: 0 auto;
}

footer{

	min-height: 10em;
}

footer p{
	color: #1F1F1F;
	text-shadow: 0 -1px 0px #2F2F2F;
	font-size: 1em;

}

.noshow{
	background: none;
	border: none;
	display: none;
}

.vcard{
	display: none;
}
