/* Awards
 * ----------------------------------------------------------------*/
#award {
	padding-left: 72px;
	margin: 0 0 15px;
	position: relative;
}
	#award.nominee {
		background: transparent url(http://www.ascribehq.com/images/public/award-nominee.png) no-repeat top left;
	}
	#award.winner { 
		background: transparent url(http://www.ascribehq.com/images/public/award-winner.png) no-repeat top left; 
	}
	
	#award h2 {
		height: 110px;
		background: #fff url(http://www.ascribehq.com/images/public/bg-gradiant.jpg) repeat-x top left;
		font: normal 32px/1.25em "Georgia", serif;
		padding: 30px 0 0 20px;
		color: #040404;
	}
	#award h3 {
		color: #666; 
		position: absolute;
		left: 94px;
		top: 64px;
		font-size: 12px;
		font-weight: normal;
	}
	#award h4 { 
		color: #666; 
		position: absolute;
		left: 96px;
		top: 86px;
	}
	#award ul.nominees {
		position: absolute;
		left: 96px;
		top: 108px;
	}
	#award .nominees li {
		margin-right: 30px;
		list-style: none;
		display: inline;
	}
		#award .nominees li a { 
			text-decoration: none; 
			color: #2C5889;
		}
		#award .nominees li a:hover { 
			text-decoration: underline;
		}
	
/* vCard
 * ----------------------------------------------------------------*/
#content .vcard {
	color: #434343;
	padding-bottom: 10px;
	border-bottom: 2px solid #ededed;
}
	#content .vcard .adr { position: relative; }
	#content .vcard .adr a {
		color: #434343;
	}
	#content .vcard a.map {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background:transparent url(http://www.ascribehq.com/images/public/buttons/map-it.gif) no-repeat center center;
		text-indent: -999em;
		width: 62px;
	}

/* Image Gallery
 * ----------------------------------------------------------------*/
.gallery img.large {
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
}
.gallery ul {
	position: relative;
	width: 206px;
	float: right;
	overflow: hidden;
}
	.gallery li {
		position: relative;
		width: 81px;
		height: 81px;
		padding: 5px;
		border: solid 1px #999;
		margin: 0 5px 10px;
		background: #fff;
		float: left;
		list-style-type: none;
	}
	.gallery li img {
		cursor: pointer;
	}

/* Award Descriptions
 * ----------------------------------------------------------------*/
#content .award-description {
	padding-right: 175px;
	background-image: url(http://www.ascribehq.com/images/public/bg-star.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 85px;
}
	.award-description h3 { padding-bottom: 10px; }

/* Project Specific Pane Content
 * ----------------------------------------------------------------*/
.pane .awards {
	width: 245px;
	float: left;
}
.pane .awards li {
	list-style: none;
}
.pane .awards a {
	display: block;
	background: transparent url(http://www.ascribehq.com/images/public/icon-gold-star.gif) no-repeat 6px 6px;
	padding-left: 30px;
	line-height: 30px;
	font-style: italic;
	color: #2c5889;
	text-decoration: none;
	border: 1px solid transparent;
}
.pane .awards a:hover {
	background-color: #faf9f9; 
	border: 1px solid #e5e5e5;
}

/* Business Cards
 * ----------------------------------------------------------------*/
#companies {
	border-top: 2px solid #ededed;
	position: relative;
	color: #434343;
	background: #fff;
	clear: left;
}
	#companies ul {
		/* left align list with page's grid */
		margin-left: -10px;
		position: relative;
		padding: 25px 0 0;
		overflow: hidden;
	}
	#companies li {
		position: relative;
		width: 198px;
		height: 50px;
		font: italic 11px 'Lucida Grande', sans-serif;
		list-style-type: none;
		float: left;
		margin-bottom: 20px;
	}
	#companies ul:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}
	#companies ul {display: inline-block;}
	/* Hides from IE-mac \*/
	* html #companies ul {height: 1%;}
	#companies ul {display: block;}
	/* End hide from IE-mac */
	
/* Sidebar Specific 
* ----------------------------------------------------------------*/

#sidebar ul.nominees {
	margin: 20px 0;
}
#sidebar ul.nominees li {
	overflow: hidden;
	margin-bottom: 40px;
	line-height: 1em;
}
	#sidebar ul.nominees li p {
		font-size: 12px;
		line-height: 1.25em;
		margin-top: 5px;
	}
	#sidebar ul.nominees li img {
		background: #fff;
		border: 1px solid #999999;
		padding: 5px;
		margin-right: 10px;
		float: left;
	}
	#sidebar .nominees li a.title,
	#sidebar .nominees li p {
		padding-bottom: 2px;
		display: block;
		float: right;
		width: 122px;
	}
	#sidebar .nominees li.winner a {
		background: transparent url(http://www.ascribehq.com/images/public/award-winner-highlight.gif) no-repeat top left;
		padding-top: 20px;
	}

