/* @override 
	http://joeandvictoria.org/styles/homepage.css
	http://joeandvictoria.org/site/wp-content/themes/joeandvictoria/styles/homepage.css
*/

div#nav-home .info {
	display:block;
}
div#nav {
	top: 350px;
}
div#nav ul {
	display:none;
}

div#spy {
	position:absolute;
	bottom:424px;
	right:-20px;
	text-align:right;
}

#spy .update {
	clear:both;
	float:right;
	margin-top:5px;
	margin-bottom:100px;
	opacity:0;
	filter:alpha(opacity=0);

	padding:02px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	background:white;
	font-size:12px;
	font-family:sans-serif;

}
#spy .update2 {

	border: 1px solid #AFC5C2;
	border-right-width: 30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	-webkit-border-top-right-radius:0px;	
	-webkit-border-bottom-right-radius:0px;	
	padding:3px;
}
#spy cite {
	color:#333;
}
#spy .loading {
	display: block;
	position: absolute;
	bottom:-0px;
	right: 30px;
	width: 16px;
	height: 16px;
	background:url(images/loading.gif);
}
#spy label {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	bottom:-30px;
	right:2px;
	color:#555;
	font-size:90%;
	white-space:nowrap;
}
#spy label .more {
	margin-left:10px;
	background:#888;
	color:#ddd;
	text-decoration: none;
	padding: 0 3px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
#spy .twitter {
}