@import url(http://fonts.googleapis.com/css?family=Lobster|Merriweather:700,300&subset=latin,latin-ext);
/*@import url(http://fonts.googleapis.com/css?family=Merriweather:300|Lato:400,700,400italic,700italic|Lobster&subset=latin,latin-ext);
*/
/* Reset All Styles
-------------------------------------------------------------------- */

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;
}

/* Global Styles
-------------------------------------------------------------------*/
html{}

body{
  background: #fff;
  font: 62.5% 'Merriweather', serif;
  font-weight: 300;
  color: #333;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
strong{
  font-weight: bold;
}

h1, h2, h3, h4 {font-family: 'Lobster', cursive}
h1 a, h1 a:link, h1 a:hover, h1 a:visited, h1 a:active { color: #333; text-decoration: none; border:none;}
h1 img {vertical-align: middle;}
h1 { margin: 10px 0 12px; font-size: 7em;  font-weight: normal; letter-spacing: .06em; text-align: center; padding-bottom: .6em; border-bottom: thin solid #cccccc;}
h2 { font-size: 3.4em; font-weight: normal; color: #000; padding-top: 1em; padding-bottom: .8em; }
h3 { font-size: 2.0em; font-weight: normal; padding-top: .6em; padding-bottom: .4em; }
h4 { font-size: 1.6em; font-weight: normal; }


/* Links */

a:link,
a:visited{
color: rgb(0,44,246); text-decoration: none;  border-bottom: 1px dotted rgb(0,44,246); }
a:hover, a:active{ color: #cc6600; border-bottom: 1px solid #cc6600; }

pre {font-size: 1.5em; margin-left: 2em; border-left: 1px dotted #9f9; padding-left: 2em; line-height: 1.8em; margin-top: 2em; margin-bottom: 1em;}
p.photo {text-align: center; margin-bottom: 2em;}
p, li, dd, address{ margin-bottom: 1.1em; font-size: 1.85em; color: #333; }
p, dd, address { line-height: 1.9em;}
li{ list-style: square; margin-left: 17px;  line-height: 1.2em; }
li p { font-size: 1em;}

blockquote { text-align: center; margin-top: -1em;}
blockquote p {font-style: italic; font-size: 2.6em; color: #00cc66;}
address { margin-top: 2em; border-top: 1px solid black; padding-top: 1em; text-align: center;}