@charset "utf-8";
/* CSS Document */

/*
	AIA CSS - AWARDS.CSS
	LAST EDITED: DECEMBER 13th, 2012 @ 11:47a by MEISHA THOMPSON NEWMAN
	DO NOT EDIT OR UPDATE THIS FILE WITHOUT PRIOR NOTIFICATION & PERMISSION
*/


/* Had to declare this separately from Style.css to work outside of box-class div's */
a.learnMore {background:url("http://code.aia.org/i/bullet_arrow_blue.gif") no-repeat scroll 100% 60% transparent;bottom:9px;line-height:12px;padding-right:9px;}

/* Had to delcare these separately from Style.css to work outside of tagline-class div's */
.tagline span.location, .tagline span.name, .tagline span.date, .tagline span.org {color:#555;padding:0;}

/* Project Pages */
#awardsPageIntro {margin-bottom:1px; margin-top:2px;}
#awardsPageIntro h2 {font-size: 21px; border-bottom: 1px dotted #DDDDDD;}
#L2 a {text-decoration: none; color: #8c8c8c; font-style: normal;}
.awards_info h2{border-bottom: 4px solid #cccccc;}
.awards_info h3{border-bottom: 2px solid #cccccc; padding-top: 10px;} 

.awardsNotes {padding-top: 25px;}
.scrollerTip {color: #666666; font-size: 10px; font-weight: normal; padding: none; margin: none; text-align: center;}
span.projectName {color: #be342c;}

.juryComments {padding: 1px 0 5px 0;}
.juryComments p {font-style: italic;  font-size: 12px; padding: 1px 0 0 0; line-height:1.5em;}
.juryComments ul {font-style:italic; margin:-10px 0px 16px 30px}
.juryComments h3, h4 {padding-top: 5px;}

.awardsJury {border-bottom: none; padding-bottom: 5px;}
.awardsInfo p {font-style: italic; padding: 1px 0 0 0;}
.awardsJury h3 {padding-top: 8px;}
.awardsJury ul {list-style: none; padding-top: 5px; margin-bottom: 6px; margin-left: -8px;}
.awardsJury li {padding: 0px; margin: 0 10px 0 10px;}

/* Category Landing Pages */
#recipientsList {padding: 10px 0 10px 0;}
.awardsCatImage img {padding:10px 10px 0 0; width:220px;height:165px;}
.awardsRecipient {padding-bottom:10px;}
.awardsRecipientLast {border-bottom:0;padding-bottom: 25px;}
.awardsRecipientDesc {padding-top:10px;}
.awardsRecipient h2 {border-bottom:1px solid #ddd;}
.awardsRecipientLast h2 {border-bottom:1px solid #ddd;}

/* Individual Recipients */
.awardsIndividualMain {margin: none; padding: none;}
.awardsIndividalRight {width:220px; height:220px; margin: 0 0 10px 0;}
.awardsIndividualBottom {float: left; margin: 0 20px 5px 0;}

/* Fellows Pages */
.portrait {list-style:none;margin-bottom:3px;padding:0;font-size:10px;color:#8C8C8C;}
.portrait span.location, .portrait span.date, .portrait span.org .portrait span.cat{color:#555;padding:0 3px;}
.portrait span.name {color:#555;padding:0; font-size: 11px;}
.portrait img {width:180px;height:180px; padding: 10px 0 10px 10px;}
.portrait ul li {list-style:none;margin:0;padding: 0 0 0 1px;}



.fellowsIntro {font-size: 12px;}
.fellowsIntro p {margin: 0 0 5px 0; padding: 0 0 10px 0;}

/* Created this because .pageIntro font size in Style.css is too big at 17px */ 
.pageIntroSmall p {font-size: 14px; margin-top: 0;}

/* Awards Landing Page Slider */
/* root element for single scroll */
	.awardsMainScroll {
		position:relative;
		overflow:hidden;
		/*width: 394px;*/
		width: 470px; 
		height: 346px;
		float:left;
	}
	
	/* root element for the scroll pics */
	.awardsMainScroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:470px !important;
		height:346px;
		margin:0px;
	}

	/* possible settings for the active scroll */
	.awardsMainScroll.active {	}
	.awardsShowcase p { font-size: 12px;  }
	.awardsCategories { font-size: 14px; list-style-image: url("http://video.aia.org/aiaawards/2011/i/aia_symbol_red_12x12.jpg") !important; padding: 5px 0 0 10px; }
	.awardsCategories .logo { list-style-image: url("http://video.aia.org/aiaawards/2011/i/aia_symbol_red_12x12.jpg"); padding: 5px 0 0 10px; }

	
	