.staff h3, .staff h5, .staff p{
	display:none;
}

.staff > div{
	float:left;
	height:120px;
	vertical-align:bottom;
}

.staff img{
	position:relative;
	margin:2px;
	border:2px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#fff;
	bottom:0px;
}



/* Below is from habitizer */

body{
	padding:0px;
	margin:0px;
	font-family:times;
	color:#6a0002;
}

a img{
	border:none;
}

ol{
	text-align:left;
	margin-left:175px;
}

p{
	margin:20px 40px;
	color:#6a0002;
}

p.cancel{
	color:#999;
	font-size:13px;
}

p.cancel a{
	color:#888;
}

h1{
	margin:30px 40px 20px;
}

.right{
	float:right;
}

.overview{
	padding:5px 20px;
	border-left:1px solid #a6e1a6;
	margin:40px 0px 20px 20px;
	width:185px;
}

.overview p{
	margin:0;
	font-size:12px;
}

.overview p span{
	font-weight:bold;
}

#content_wrapper{
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	padding:0px;
	margin-top:0px;
	background:transparent url(../i/mainbg.png) repeat-y scroll 0 0;
}


#header{
	text-align:center;
	margin-top:40px;
}

	.logo{
		display:block;
		position:relative;
		left:50%;
		margin-left:-33px;
		margin-bottom:20px;
	}

#body{
	margin-top:40px;
	text-align:center;
}

.graph{
	background:#333;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.graph h2{
	height:100px;
	margin-top:30px;
	color:#fff;
	display:inline-block;
	
}

.graph h2 div{
	position:relative;
	top:35px;
	left:30px;
}

	.graph div span{
		font-weight:normal;
		opacity:.5;
	}
	
.graph .box{
	float:left;
	height:100px;
	text-align:center;
	color:#fff;
}

.graph .days .box{
	float:right;
	height:15px;
	width:30px;
	font-size:10px;
	color:#ccc;
}

.graph .days{
	width:210px;
	background:#333;
	height:15px;
	border-bottom:2px solid #333;
	clear:both;
}

.graph .yes{
	background:green;
}

.graph .no{
	background:#222;
}

.graph .goal{
	color:#aaa;
	font-size:9px;
	height:15px;
	text-indent:5px;
	background:#333;
	text-transform:uppercase;
	border-right:5px solid #0a0;
	text-align:right;
	padding-right:5px;
}

.graph .goal div{
	text-align:left;
	float:left;
	color:#aaa;
}

div.action{
	border-bottom:1px dashed #aaa;
	margin:0px 40px;
	padding-top:20px;
}

	div.action h2.date{
		color:#333;
	}
	
	div.action.unknown{
		text-align:center;
		background:#ffa;
	}
	
	div.action h3{
		margin-top:0;
	}

img.outcome{
	height:50px;
	float:left;
	margin-right:10px;
}

img.outcome.unknown{
	margin:0 20px;
	height:25px;
}

.clear{
	clear:both;
}