﻿/*Unit Labs CSS*/
/*Created for Unit Interactive by Nathan Ford on 06/06/08*/

/*-------Colors----------

lt blue:	#e7fefc
lt teal:	#209b93
dk teal:	#0f5b56
green:		#7faa2d
grey:		#999
dk grey:	#666

-----------------------*/

* {
	margin: 0;
	padding: 0;
}
		
			a.button:link, a.button:visited {
				background: #ececec;
				border: 2px solid #d2d2d2;
				padding: 3px 10px;
				color: #666;
				font-size: 10px;
				font-family: Georgia, Times, "Times New Roman", serif;
				margin-left: 10px;
				text-align: center;
			}
			
			a.button:hover {
				color: #fff;
				background: #0f5b56;
				text-decoration: none;
			}
		
	
/*-------------------------------------------------- Page Specific Items --------------------------------------------------*/

/*--------- uniTip ----------*/

a.tip:link, a.tip:visited { 
	margin-top: 20px;
	width: 120px;
	text-align: center;
	font: normal bold 1.2em Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	display: block; 
	padding: 3px; 
	background: #85B521; 
	color: #0f5b56;
	border-bottom: none;
}

a.tip:hover { 
	background: #a7e22b;
}

.right { 
	float:right; 
}
	


/*---------- Clear Fix for divs with items floated inside them---------- */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
