
/* reset from Blueprint */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* ----------  sarahlincoln.com styles ---------- */

/* Typography */

h1 {
	font-family: "adelle-1","adelle-2",serif;	
	font-weight: 800;
	font-size: 40px;
	line-height: 38px;
	color: #262626;
	}
	
h2 {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Ariel, Verdana, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #262626;
	}
	
p {	
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;	
	font-size: 14px;
	line-height: 20px;
	color: #494945;
	margin-bottom: 20px;
	}
	
a {
	color: #EA6A52;
	text-decoration: none;
	border-bottom: 1px dotted #EA6A52;
	}

a:hover {
	border-bottom: 1px solid #EA6A52;
	}
	
/*
a:selected {
	border-bottom: 1px solid #f09B47;
	}
	
a:visited {

	}
*/
	
p.introduction {
	font-family: "proxima-nova-1","proxima-nova-2", Ariel, Verdana, sans-serif; 
/* 	font-weight: lighter; */
	font-size: 20px;
	line-height: 27px;
	color: #262626;
	margin-bottom: 20px;
	}
	
p.sub-heading {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Ariel, Verdana, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #29AAE2;
	margin-bottom: 20px;
	}
	
p.footer {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Ariel, Verdana, sans-serif; 
	font-size: 11px;
	color: #BEBEB4;
	}
	
.col1 li {
	list-style: none;
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;	
	font-size: 14px;
	line-height: 20px;
	color: #262626;
	}
	
	
/* Layout */

body {
	background-color: #F4F4F4;
	}

#page {
	width: 980px;
	margin: auto;
	}

#header {
	height: 228px;
	margin-top: 34px;
	border-top: 1px solid #BEBEB4;
	padding-top: 14px;
	}

.col1, .col2-3 {
	float: left;
	}

.col1 {
	width: 304px;
	border-top: 1px solid #BEBEB4;
	padding-top: 14px;
	}
	
.col2-3 {
	width: 672px;
	margin-bottom: 68px;
	}
	
	
.clear {
	clear: both;
	}

.project-description {
	margin-left: 34px;
	border-top: 1px solid #BEBEB4;
	padding-top: 14px;
	}















