/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

div#name, #hover div.block {
	border: 1px solid #333;
}

div#name {
	position:absolute;
	top: 100px;
	left: 80px;
	background-color: #eee;
	background:url('/wp-content/themes/jalada/img/1.png') repeat;
	/*height:300px;*/
	margin: auto 20px;
	padding: 20px;
	text-align:center;	
}

	#name h1 {
		font-size: 80px;
		margin: 0;
	}

	#name h2 {
			border-top: 1px dotted #000;
			margin: 0;
			padding: 10px 0px;
			font-size:2em;
			text-align:center;
	}
	
	#name h2 a:hover {
		cursor:pointer;
	}
	
	#name h2 a:visited {
		color:#00A;
	}

#hover {
	position:absolute;
	height: 300px;
	top:100px;
	left:440px;
	vertical-align: middle;
	width: 500px;
	text-align:left;	
	font-size:1.2em;
}

#hover div.block {
	background:url('/wp-content/themes/jalada/img/1.png') repeat;
	display:none;
	position:relative;
	padding: 1em;
	width: 100%;
}

div.block h2 {
	text-align:center;
	margin-bottom:20px;
}

#hover div#contact {
	position:relative;
	margin-top:20px;
}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
	padding-left:0px;
}

  ul.posts li {
    line-height: 2em;
		margin-bottom:0.3em;
  }

  ul.posts span {
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
  }

table#twitter-updates {
	margin-bottom: 2em;
	padding-left: 0px;
	margin-top: 16px;
}

tr.twitter-update {
	text-align:left;
	vertical-align:top;
	line-height: 1.75em;
}

  tr.twitter-update td {
	padding:2px;
  }

  tr.twitter-update td.twitter-date {
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
    padding-left:0px;
    /* CSS2, because who needs stupid web browsers */
    white-space:pre;
  }

#avatar {
  float:right;
}

  #avatar img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

#background {
	position: fixed;
	left: 0px;
	height: 20px;
	width: 20px;
	overflow: hidden;
	top: 0px;
	z-index: -1;
}

	#background img {
		position: absolute;
	}

.block .archive {
		margin-top: 2em;
		text-align: center;
}

