/*  
Theme Name: GracefulSpoonResume
Description: Architecture Portfolio and Blog
Version: 2.0
Author: John Locke
Author URI: http://gracefulspoon.com

/* -------------------------------------------------------------- 
  
   reset.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-size: 12px;
	font-family: 'Liberation Serif', Georgia, "Times New Roman", serif;
	vertical-align: baseline;
}




/* -------------------------------------------------------------- 
  
   pagelayout.css
     
-------------------------------------------------------------- */


#main {
	margin-top: 30px;
	padding-top: 0px;
	width: 1000px;

	 margin-left: auto;  margin-right: auto;  text-align: left; 
  	
}


#section {
	margin-bottom: 30px;

}


#bio {
	margin-bottom: 30px;
	width: 750px;
	padding-right: 250px;

}



#dates {
	float: left;
	
}

#info {
	float:left;
	padding:0px;
	width: 950px;
}

#shortinfo {
	float:left;
	padding:0px;
	width: 850px;
}

#clear {
    clear:both;    
}


h1 {
	font-weight: normal;
	margin-bottom: 15px;
}


p a {text-decoration: underline;color: #333; }

p a:hover {text-decoration: underline;color: #ff0099; }


#footer {
	border-style: solid; border-color: #363642; border-width: 2px 0 0 0;
	margin-top: 25px;
	padding-top: 10px;
	margin-bottom: 30px;
	
}

p small {
font-size: 9px;
	
}


p big {
font-size: 18px;

	
}