html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#nav {
	position: relative;
	float: left;
	width: 900px;
	padding: 0px 40px 0px 0px;
}

#nav img {
	height: 225px;
	width: 300px;
	margin: 0;
	padding: 0;
}

a, a:active, a:visited {
	font-size: 70%;
	line-height: 1.5em;
	font-family: Helvetica;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 35px;
}

#content {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#content-cell {
	font-family: Arial, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}

#content-cell p {
	margin-bottom: 15px;
}

.thumb {
	float: left;
	margin-left: 20px;
	margin-bottom: 50px;
	width: 200px;
}

.story {
	padding: 0 8px 0 8px;
	font-size: 8pt;
	line-height: 1.8em;
	font-family: Helvetica;
	color: #000000;
	margin-bottom: 75px;
}

.brief {
	font-size: 7pt;
	line-height: 1.4em;
	font-family: Helvetica;
	color: #000000;
	margin-top: 10px;
	font-style: italic;
}

hr {
	height: 1px;
	border-bottom: 0;
	margin-top: 5px;
}

h1 {
	font-size: 150%;
	padding-top: 4px;
	margin-bottom: 10px;
}


a.x, a.x:hover, a.x:active, a.x:visited {
	display: inline;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.pdf {
	margin-right: 20px;
	display: inline;
}

.excerpt {
	font-family: Garamond, Courier, serif;
	padding-top: 8px;
	font-size: 11.3pt;
	line-height: 1.5em;
	float: left;
	width: 530px;
	margin-left: 15px;
}

.excerpt p {
	margin-bottom: 3px;
	text-indent: 10px;
}









.wrapper {
    position: relative;
    padding: 0;
    width:300px;
    display:block;
    float:left;
}
.text {
    position: absolute;
    top: 0;
    color:#fff;
    background-color:rgba(0,0,0,0.8);
    width: 300px;
    line-height:225px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    font-size: 130%;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.text:hover {
    opacity:1;
}

img {
    z-index:1;
}

