
@font-face {
	font-family: 'MinionProRegular';
	src: url('minionpro-regular-webfont.eot');
	src: local('?'), url('/fonts/minionpro-regular-webfont.woff') format('woff'), url('/fonts/minionpro-regular-webfont.ttf') format('truetype'), url('/fonts/minionpro-regular-webfont.svg#webfontFKKF678Q') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font: 15px 'Minion Pro', 'MinionProRegular', Georgia, serif;
	font-variant-ligatures: additional-ligatures;
	font-variant-alternates: swash 1;
	line-height: 22px;
	color: #444;
	text-align: justify;
}
h1 {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0 20px 270px;
	text-align: left;
}
.detail h1 {
	margin: 20px 0 20px 0;
}
.detail h1:first-child {
	margin: 5px 0 20px 0;
}
p {
	margin: 5px 0 7px 0;
}	
#main {
	width: 820px;
	margin: 75px auto;
}
.fancy {
	font-style: italic;
}
.acronym {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-style: bold;
}
.number {
	font-family: 'Hoefler Text', 'Big Caslon', Georgia, serif;
}
.headline {
	width: 250px;
	text-align: right;
	float: left;
}
.detail {
	width: 450px;
	margin-left: 20px;
	float: left;
}
.story {
	margin-top: 20px;
	clear: both;
	width: 100%;
	overflow: hidden;
}
.sidenote {
	font-size:12px;
	line-height: 16px;
	position: absolute; 
	margin: 0 0 0 480px !important; 
	width:125px; 
	text-align: left;
	color: #999;
}
.examples {
	margin: 10px 0 0 0;
	width: 100%;
	overflow: auto;
}
.date {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}
.ampersand {
	font-family: 'Hoefler Text', 'Big Caslon', Georgia, serif;
	font-style: italic;
}
a {
	color: #9c1c17;
	color: #769edb;
	cursor: pointer;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
img {
	border: 0;
}

ul {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

/* PAGE HEADER */

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li {
	float: left;
	border: 1px solid  #e5e5e5;
	border-bottom-width: 0;
	margin: 0 5px 0 0;
}

#header a {
	font-size: 11px;
	text-decoration: none;
	display: block;
	background: #f3f3f3;
	padding: 3px 7px 3px 7px;
	color: #000;
	width: 85px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header a:hover {
	background:  #e5e5e5;
	color: #000;
}

#header .selected {
	border-color:  #e5e5e5;
}

#header .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #000;
}

#subhead {
	clear: both;
	height: 1px;
	border-top: 1px solid  #e5e5e5;
}

#header_title {
	font-weight: bold;
}

/* WORK PAGE */

.tabs ul li {
	margin-right: 11px;
	display: inline;
}
.tabs ul li a img {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 1px;
}
.tabs div {
	clear: both;
	margin-top: 15px;
}
.tabs ul li a {
	border-bottom: 3px solid #fff;
}	
.tabs ul li a.selected {
	border-bottom: 3px solid #ffe222;
}	

img.icon { float: left; margin:5px 15px 15px 0; }
.booktitle {
    font-style: italic;
}

img#wpstats{display:none}


