/*
Theme Name: Hackvertise
Theme URI: http://hackvertise.it/
Description: Tema WP personalizzato per Hackvertise
Version: 1.0
Author: Marco Pezzano
Author URI: http://marcopezzano.com/
Tags: hackvertise, marketing, art

*/

*, html {
	margin:0;
	padding:0;
}

html {
	height:97%;	
}

body {
	background:#000;
	height:97%;
}

#page {
	margin:1%;
	background:#FBFCF2;
	min-height:100%;
	height:auto !important; /*per gli altri browser*/
    height:100%; /*per IE 6*/
	position:relative;
}

#piva {
	font-family:Helvetica,Arial,sans-serif;
	font-size:9px;
	color:#666;
	position:absolute;
	width:100px;
	left:50%;
	margin-left:-50px;
	bottom:-3px;
	text-align:center;
}

.clr {
	clear:both;
	height:0;
}

img {
	border:0;	
}

p {
	margin-top:10px;	
}

/* Contenitore dei tre box */
#boxes {
	width:960px;
	height:350px;
	position:absolute;
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-480px;
	background:url(images/hv_down.jpg) no-repeat;
	background-position:right bottom;
}

/* Stili comuni ai tre box */
.box {
	float:left;
	margin-right:30px;
	height:300px;
	width:300px;
	overflow:hidden;
	position:relative;
}

/* Immagine che scompare */
.cover {
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;
	z-index:2;
	cursor:help;
}

#box1 {
	background:url(images/bottom1.jpg) no-repeat;
}

#box2 {
	background:url(images/bottom2.jpg) no-repeat;
}

#box3 {
	background:url(images/bottom3.jpg) no-repeat;
	margin-right:0;
}

/* Contenuto di ciascun box */
.innerBox {
	width:220px;
	height:190px;
	color:#FFF;
	position:absolute;
	top:62px;
	left:30px;
	z-index:1;
	padding:10px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:24px;
	overflow:auto;
}

.innerBox a {
	color:#fff;	
}

#box3 .innerBox {
	top:32px;
	height:220px;
	font-size:20px;
}

/* Stili stream twitter */
.twitter-timestamp a {
	font-size:14px;
}


