/*****************************************************************
  Symbiosphere -  style sheet for project landing page. Dec 2011 
******************************************************************/
@charset "utf-8";

@font-face {font-family: 'OratorBT-TenPitch';src: url('webfonts/1815F1_0.eot');src: url('webfonts/1815F1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1815F1_0.woff') format('woff'),url('webfonts/1815F1_0.ttf') format('truetype');}

header.entry-header {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

table {
	margin:23px 0 0 1px;
	border:none;
}

table td {
	position:relative;
	padding:0 11px 11px 0;
	border:none;
}

table td a {
	border:none;
	text-decoration:none;
}
table td  span {
	position:absolute;  /*  don't use top or left, breaks in safari  */
	width:195px;
	height:31px;
	background-color:#000;
	opacity:0.4;
}

table td  p {
	position:absolute;
	width:180px;
	height:22px;	
	font-family: OratorBT-TenPitch !important;
	font-size:14px !important;
	color:#FFF;
	letter-spacing:2px;
	text-transform: uppercase;
	padding:3px 0 3px 15px;
}
table td p:hover {
	color: #D86C1D;
}