/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% geneva, arial, helvetica, serif;
	letter-spacing: 1px;
	line-height: 1.88889;
	color: #666666;
	background: #d3c89d /*url(../images/bg.jpg) no-repeat top left*/;
	margin: 0;
	padding: 0;
	}
p { 
	margin-top: 0; 
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	}
a:visited {
	text-decoration: none;
	color: #999999;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
a:active {
	text-decoration: none;
	color: #999999;
	}


/* specific divs */
#container { 
	background: url(../images/flowerOutline_topleft.gif) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	text-align:left;
	}

#intro { 
	min-width: 470px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 20px;
}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 200px; 
	float: left;
	}
#quickSummary p {
	font: 10pt/22pt georgia;
	text-align:right;
	text-transform: uppercase;	
	}
	
#resume {
	text-align: left;
	}
	
#resume p {
	font: 10px/22px geneva;
	line-height: 16px;
	letter-spacing: 0;
	}
.resumegeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 17px;
	}

#title {
	background: url(../images/title.gif) no-repeat top center;
	clear: right; 
	padding: 0px 10px 0 10px;
	padding-bottom: 7px;
	width: 600px;
	margin: 0 auto;
	}
	
#resumetitle {
	background: url(../images/title.gif) no-repeat top left; 
	clear: left;
	margin: 120px 0px 30px 225px;
	width: 600px;
	}
	

#footer {
	text-align: center;
	color: #999999;
	width: 600px;
	margin: 0 auto;

	}
#footer a:link, #footer a:visited {
	margin: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	}
	
.footer a:link, .footer a:visited {
	margin: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	}

