/* ========== */
/* = Colors = */
/* ========== */
a, h2, h4, #awards li a:hover {
	color: #e91662; /*bright pink*/
	background: transparent;
}

a:visited {
	color: #B1104A; /*darker pink*/
	background: transparent;
}

#awards li a {
	color: white;
	background: #6D6D71;	/*medium gray*/
}

#awards li a:hover {
	background: #FFD6E5; /*light pink*/
}

body, h1 {
	background: white;
	color: #6D6D71;	/*medium gray*/
}

#visual #largeview .caption .rights {
	/*	color: #6d6d71; */ /*this is the color from the mockup, but its hardly visible*/
	color: #999;
}

#visual #largeview .caption {
	background: url('/assets/245/transparent_bg.png');
	background: rgba(109, 109, 113, .85);
}

#visual #largeview .pager a.image {
	border-color: white;
}

#visual #largeview .pager a.active {
	border-color: #E91662; /*bright pink*/
}

#visual #largeview .pager a.disabled {
	color: #999;
}

#visual #largeview .pager, #visual #largeview .caption {
	color: white;
}

#visual ul.galleries li.active img {
/*	border-color: #f9c1cb;*/ /*old light pink*/
	border-color: #FFD6E5;
}



/*
need separate rules for the selection styles because webkits
parser doesnt like the moz syntax and discards the rule
*/
::-moz-selection,			
.typeface-js-selected-text::-moz-selection{
	background: #e91662;
	color: white;
}

::selection,
body .typeface-js-selected-text::selection {
	background: #e91662;
	color: white;
}

/* =============== */
/* = Common Typo = */
/* =============== */
body, h1 {
	font-size: 14px;
	line-height: 1.40;
	font-family: "Helvetica Neue", "Neue Helvetica", Arial, sans-serif;
	padding: 0;
	width: 954px;
	margin: 0 auto;
}

h1 {
	margin-left: 0;
	margin-top: 11px;
	padding-bottom: 50px;
}

body.award h1 {
	border-bottom: 1px dotted;
}

p {
	margin: 0 0 12px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size:2.15em;
}

h1 a {
	color: inherit!important;
	text-decoration: none;
}

h1 a:hover {
text-decoration: none;
}

h1, h2, h3, #award p.intro, #awards span.text {
font-family: "Lexia", Rockwell, "American Typewriter", "Times New Roman", Times, serif;
  font-weight: bold;
}

h2 {
	font-size: 2.1em;
	line-height: 1;
	margin: 4px 0 0 0;
}

h3 {
        font-size: 2.1em;
        line-height: 1.3;
        margin: 0;
	padding-bottom: 35px;
	border-bottom: 1px dotted;
}

h4 {
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 0 5px;
	height: 42px; /*HACK: enough room for 2 lines of text so 1-line headlines line up*/
	overflow: hidden;
}

/* =================== */
/* = Specific Styles = */
/* =================== */
.award #header {
	border-bottom: 1px dotted;
}

#brand {
	margin-top: -11px;
	float: right;
}

#intro, #videoteaser {
	border-bottom: 1px dotted;
	border-top: 1px dotted;
}

#intro {
	margin: 0;
	padding: 1px 0 12px 0;
	float: left;
        width: 714px;
}

.award #intro {
  height: 2.8em; /*to make 1-line-intros at least 2 lines high so layout holds up*/
	margin: 0 0 10px 0;
	padding-right: 357px; /*1.5 grid columns (+margin) space to the right*/
	border: none;
	float: none;
}

#videoteaser {
  float: right;
  width: 228px;
  padding-bottom: 13px; /*should be same as margin-bottom on p (=12px), but thats 1px off in webkit*/
}

#video {
  display:none;
}

#awards {
	clear: both;
	margin: 20px -20px 0 0;
	padding: 0;
}

#awards:after,
.clear:after {
	clear: both; content: "."; display: block; height: 0; visibility: hidden;
}

#awards li, #footer ul, #footer p {
	display: block;
	float: left;
	margin: 0 15px 20px 0;
	width: 228px;
}

#awards li {
	height: 173px;
}

#awards li a {
	display: block;
	position: relative;
	padding: 7px 7px 7px 10px;
	width: 211px;
	height: 159px; /*w&h values duplicated in javascript*/

	font-size: 1.15em; /*16px*/
	line-height: 1.1;
	font-weight: normal;
	text-decoration: none;
}

#awards li .previews {
	display: none;
}

#awards li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 2;
}

#awards li a .viewport {
	display: block;
	margin: 10px 0 0 -10px;
	width: 228px;
	height: 125px;
}
#awards li a:hover .viewport {
	margin: 10px 0 0 -3px;
}
#awards li a .viewport img  {
	display: block;
	width: 100%;
	height: 100%;/*w&h values duplicated in javascript*/
}

/*			#awards li a:hover img,*/ /*done by jQuery animation*/
#awards li .slideview-container img {
	width: 268px;
	height: 147px; 
}

#awards li span.text {
	display: block;
	height: 38px;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: inherit;
}

#awards li a img.off,
#awards li a img.on  {
	display: block;
	margin-left: -3px;
	width: 217px;
	height: 38px;
}
#awards li a img.on {
	display: none;
}

#footer {
	margin-top: 10px;
	border-top: 1px dotted;
	padding-top: 7px;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 309px;
}

#footer li {
	display: inline;
	margin-right: 5px;
}

#footer p { 
	margin-left: 15px;
}

#footer #partners {
	float:right;
	width: 200px;
}

#partners li {
	margin: 0 0 0 15px;
	float: right;
}

#pager {
	float: right;
	width: 305px;
	margin-top: 3px;
}

#pager p {
	margin: 0;
}

#pager p+p {
	margin-top: 19.6px; /*14px base fontsize * 1.4 line-height*/
}

#pager a {
	display: block;
}

#award {
	clear: both;
}

#visual {
	height: 378px;
	padding: 10px 0 0 0;
	margin-bottom: 45px;
}

#visual #largeview {
	width: 631px;
	float: left;
}

#visual #largeview img {
	margin: 0;
}

#visual #largeview .caption {
	font-size: .9em;
	line-height: 1.2;
}

#visual #largeview .caption .rights {
	display: block;
}

#visual #largeview .pager, #visual #largeview .caption {
	position: relative;
	z-index: 2;
	height: 29px;
	margin: -39px 0 0 0; /*HACK: not sure where the 4px difference come from*/
	padding: 3px;
}

#visual #largeview .pager {
	padding-top: 12px;
	z-index: 3;
	list-style: none;
	float: right;
}

#visual #largeview .pager li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}

#visual #largeview .pager a.prev,
#visual #largeview .pager a.next {
	background: transparent url(/assets/9/arrow_left.png) no-repeat;
	display: block;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	text-indent: -1000em;
}

#visual #largeview .pager a.next {background-image: url(/assets/10/arrow_right.png);}
#visual #largeview .pager a.disabled.next {background-image: url(/assets/12/arrow_right_disabled.png);}
#visual #largeview .pager a.disabled.prev {background-image: url(/assets/11/arrow_left_disabled.png);}

#visual #largeview .pager a.image {
	display: block;
	border-width: 1px;
	border-style: solid;
	width: 20px;
	height: 13px;
	text-indent: -1000em;
}

#visual ul.galleries {
	list-style: none;
	margin: -10px 0 0 641px;
	padding: 0 0 0 10px;
	height: 388px; /*378 + 10px from the negative top margin*/
	overflow: auto;
}

#visual ul.galleries li {
	font-size: 12px;
	border-bottom: 1px dotted;
	padding: 10px 0;
	cursor: pointer;
}

#visual ul.galleries li p {
	margin: 0;
}

#visual ul.galleries li p.caption {
	height: 2.8em; /*2em*1.4 line-height = 2 lines of text*/
	margin-bottom: 12px;
}

#visual ul.galleries li img {
	margin-right: 10px;
	float: left;
}

#visual ul.galleries li.active img {
	margin: -3px 7px -3px -3px;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#award {
	width: 309px;
	float: left;
}

#award h3 {
	border-top: 1px dotted;	
}

#award p.intro {
	padding-top: 5px;
	padding-bottom: 1em;
	border-bottom: 1px dotted;
	margin-bottom: 0;
	font-size: 1.55em;
	line-height: 1.1;
}

#award .sponsor {
	font-size: .8em;
}
			
#award .sponsor img {
	display: block;
	margin-left: 40px;
}

#shortlist {
	margin-left: 309px; /*width of #award*/
}

#shortlist h3 {
	border-top: 1px dotted;
	margin-left: 15px;
}

#shortlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#shortlist ul li {
	display: block;
	float: left;
	width: 200px;
/*	height: 512px;*/
height:325px;
	margin: 12px 0 0 15px;
}

#shortlist ul li img.badge {
	display: block;
	margin: -55px 3px 0 0;
	float: right;
	position: relative;
	z-index: 2;
	width: 55px;
	height: 55px;
}

#shortlist ul li img {
	width: 200px;
	height: 132px;
}

/* ================= */
/* = Special Cases = */
/* ================= */
body.prudential-board-member-of-the-year.award #header h2 {
  padding-right: 530px;
}
body.award #pager p.prudential-board-member-of-the-year {
  padding-right: 100px;
}
