/* what we have loved * others will love * and we will teach them how */

/* reset default browser css. */

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;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	}

ol, ul {
	list-style: none;
	}
	
blockquote {
	quotes: none;
	}

blockquote:before, blockquote:after {
	content: '';
	content: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

a img { 
	border: none; 
	}

/* general */

body {
	border-top: 5px solid #ddd;
	}
	
#container {
	border-top: 1px solid #ccc;	
	}	
	
.section {
	width: 480px;
	margin: 90px auto 0 auto;
	padding: 25px;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",georgia,serif;	
	font-size: 1.1em;
	line-height: 150%;
	}

/* type */

h1 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
	letter-spacing: -.5px;
	}

p {
	margin: 0 0 25px 0;	
	}

p.sub {
	color: #aaa;
	}
	
p.feature {
	margin: 0;
	padding: 20px 0 25px 0;
	border-top: 1px solid #ddd;	
	}	
	
small {
	color: #aaa;
	}	

/* links */

a,
a:visited {
	color: #906;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
 
a:hover,
a:active {
 	color: #00f;
 	border-bottom: 1px solid #00f;
 	}
 	
/* end */	