@charset "UTF-8";
/* CSS Document */

/*	---------------- General */

		body,td,th {
			font-family: "Lucida Grande", Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666;
			}
		body {
			margin: 0 0 10px 0;
			padding: 0;
			background: #fff;
			}
		
		h1, h2, h3, h4 {
			margin: 0 0 20px 0;
			padding: 0;
			font-weight: normal;
			line-height: 1.2em;
			color: #444;
			font-size: 16px;
			text-transform: uppercase;
			}
			h2 {
				margin-bottom: 10px;
				font-size: 12px;
				}
		
		p {
			margin: 0 0 15px 0;
			padding: 0;
			line-height: 1.5em;
			}
		
		a {
			color: #e46616;
			text-decoration: underline;
			}
			a:hover { color: #d69d5a; }
			a img  { border: none; }
		
		ul {
			margin: 0 0 15px 30px;
			padding: 0;
			}
			ul li {
				margin: 0;
				padding: 2px 0;
				line-height: 1.5em;
				}
		
		
/*	---------------- Misc styles */

		.intropara {
			font-size: 13px;
			color: #333;
			}
		
		.subtle {
			font-size: 11px;
			color: #555;
			}
		
		.minimal {
			padding-top: 5px;
			font-size: 10px;
			color: #999;
			}
		
		.clear-left { clear: left; }
		.clear-right { clear: right; }
		.clear-both { clear: both; }
		
		div.clear-left { clear: left; height: 1px; }
		div.clear-right { clear: right; height: 1px; }
		div.clear-both { clear: both; height: 1px; }


/*	---------------- Layout */

		#wrapper {
			margin: 0 0 20px 0;
			width: 650px;
			}
		
		#header {
			width: 650px;
			height: 90px;
			background: url(../images/press/header.jpg) left no-repeat;
			}
			#header h2 {
				margin: 0;
				padding: 18px 30px 0 325px;
				font-size: 12px;
				font-weight: bold;
				color: #eee;
				text-align: right;
				text-transform: none;
				}
				#header h2 a {
					color: #eee;
					text-decoration:  none;
					}
					#header h2 a:hover { text-decoration: underline; }
		
		#datestrip {
			margin: 10px 0 0 0;
			width: 650px;
			border-bottom: 1px dotted #ccc;
			}
			#datestrip p {
				margin: 0;
				padding: 10px 30px;
				font-size: 11px;
				font-weight: bold;
				line-height: 1em;
				color: #666;
				}
		
		#content {
			padding: 30px;
			}
			
			ul.pr-photos {
				margin: 5px 0 15px 0;
				padding: 0;
				list-style: none;
				}
				ul.pr-photos li {
					float: left;
					margin: 0;
					padding: 0 5px 5px 0;
					}
					ul.pr-photos li a {
						float: left;
						border: 1px solid #999;
						padding: 4px;
						}
						ul.pr-photos li a:hover { border-color: #666; }
						ul.pr-photos li a span {
							float: left;
							width: 90px;
							height: 90px;
							text-align: center;
							background-color: #222;
							}
							ul.pr-photos li a span img { line-height: 90px; vertical-align: middle; }
		
		#footer {
			border-top: 1px dotted #ccc;
			padding: 20px 30px;
			font-size: 11px;
			}
		
