
/* nodes */

	
.node-meta{
	margin-top:25px;
	float:left;
	border-top:2px solid #e2e2e2;
	}
	
.node-links{
	float:right;
	padding:10px;
	margin:10px;
	border:4px solid #e2e2e2;
	background: #fff url(../img/backgrounds/white_gradient_flip.png) repeat-x top left;
	}
	
.node-links p{
	margin:0px;
	}	
	
.node-links ul{
	list-style:none;
	margin:5px 0px 0px 5px;
	padding:0px;
	}
	
.published p{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	}
	
.published a{
	text-transform:none;
	}
		

/* taxonomy terms */

.node-taxonomy{
	float:left;
	width:100%;
	border-top:4px solid #e2e2e2;
	padding-top:10px;
	}

.node-meta a.tag{
	float:left;
	padding:2px;
	margin-right:8px;
	text-decoration:none;
	font-size:80%;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	}

.node-meta a.tag:hover{
	background:#e54d03;
	color:white;
	text-decoration:none;
	}
	
/* images in nodes */

img.float-left{
	float:left;
	margin:0px 10px 5px 0px;
	}

.node-teaser h3{
	margin:0px 0px 0.5em 0;
	}
	
	


