﻿		@media (min-width:720px) {
		
			body { background-color: #e2e2e3; }
			
			.sidebar.white {
				background-color: #efeff1;
				}

			#stripe { 
				background-color: #dea452;
				background-image: url('/common/templates/images/banners/head-nobel-short.jpg');
				background-repeat: no-repeat;	
				background-position: top right;			
				 }
			
			#navStripe { margin-bottom:0; }
				
			#footer { background-color: #dea452; }
				
			#footer p, #footer p a:visited, #footer p a:link { color: #fff;	}
			
			
			.yearBlock {
				padding:2em 0 0 0;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+47,f2f2f2+100 */
				background: rgb(255,255,255); /* Old browsers */
				background: -moz-linear-gradient(top, rgba(255,255,255,1) 47%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top, rgba(255,255,255,1) 47%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom, rgba(255,255,255,1) 47%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */			
				}
				
			.prizeDetail img {
				border:1px solid #999;
				margin-top:1.5em;
				}
				
			.prizeDetail {
				padding-top:4em;
				}
				
			.boundingBox { background-color: #f3f4f5; }


				
		}
		
	
		
		.prizeDetail h2 {
				color: #666;
				margin-bottom: 1em;
				}
		
		.prizeDetail p.caption {
				font-size: 85%;
				font-family: Arial;
				color: #0561a5;
				}
		
		
		p.year {
				color:#ccc;
				font-size: 3em;
				margin-top:10%;
				margin-bottom:0.1em;
				border-bottom:1px solid #ccc;
				}

		.portraitContainer {
				background-repeat: no-repeat;
				background-position: bottom center;
				background-size: contain;
				min-height:32em;
				}
				
		.portrait1 { background-image: url('/bnlweb/history/nobel/images/venki-steitz.png'); }
		.portrait2 { background-image: url('/bnlweb/history/nobel/images/mackinnon.png'); }
		.portrait3 { background-image: url('/bnlweb/history/nobel/images/ray-davis.png'); }
		.portrait4 { background-image: url('/bnlweb/history/nobel/images/Lederman-Schwartz-Steinberger.png'); }
		.portrait5 { background-image: url('/bnlweb/history/nobel/images/Cronin-Fitch.png'); }
		.portrait6 { background-image: url('/bnlweb/history/nobel/images/CN12-764-74-Ting.png'); }
		.portrait7 { background-image: url('/bnlweb/history/nobel/images/Lee-and-Yang.png'); }




/* ----- MOBILE STYLES ----- */

@media (max-width:720px) {
	.portraitContainer {
		background-image: none;
		min-height: inherit;
	}
}