/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* font face */
@font-face {font-family: 'MuseoSlab-500';src: url('webfonts/1BFE94_0_0.eot');src: url('webfonts/1BFE94_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1BFE94_0_0.woff') format('woff'),url('webfonts/1BFE94_0_0.ttf') format('truetype');}

/* Structure */
body {
	background: url(lead1.jpg) no-repeat fixed right bottom;
}

.container {
	width:960px;
}

/* Header */
header {
	margin: 5px 0 20px 10px;
}

h1 {
	font-family:MuseoSlab-500, Rockwell, Georgia, serif;
	font-weight:normal;
	font-size: 2.5em;
	padding-bottom: 7px;
}

h2 {
	font-style:italic;
	padding-bottom: 1em;
}

.subhead1 {
	color:#D1DBE8;
}

.subhead2 {
	color:#BBC3CE;	
}

.subhead3 {
	color:#D1DBE8;	
}

/* Main content */
.nav li {
	margin: .5em 10px;

}

.content p, .content li {
	margin:0 0 .5em 10px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#0A8ACC;
	border-bottom: 1px dashed #2D637F;
}

a:hover {
	color: #D4202F;
    border-bottom: 1px solid;
}

.button a {
	font-family: 'IM Fell DW Pica SC', serif;
	font-size: 1.5em;
	color: #000;
	border-bottom:none;
}

/* Thumbnails */
.thumbs li {
	display: inline;
}

.thumbs img {
	border: 1px solid #ccc;
	margin: 0 10px 15px 0;

}

.thumbs a, .contact a {
	border-bottom:none;
}

/* Text sections */
.content {
	font-family:Baskerville,Georgia,Cambria,Times,Times New Roman,serif;
	font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
	font-size:16px;
	padding-bottom: 1em;
}


/* Media queries */
@media screen and (max-width: 960px) {
	.container {
		width:100%;
	}
	.subhead1, .subhead2, .subhead3 {
		display:block;
	}
	
	.content {
		background:rgba(255,255,255,0.7);
	}
	
	.thumbs li {
		clear:both;
		display:block;
	}
}
