/* Basic Typographic Stuff and High Level Structure */

body {
	margin: 0;
/*	background: #FFF url(/_images/hand.jpg) no-repeat top center; */
    text-align: center;  
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	}

a {
	text-decoration: underline;
	font-weight: normal;
	}

a:link {
	color: #01480A;
	}

a:visited {
	color: #01480A;
	}

a:active {
	color: #01480A;
	}

a:hover {
	text-decoration: none;
	}
	
span {color: #000; font-weight: normal;}

h1 {
	display: none;
	color: #000;
/*	text-decoration: line-through; */
/* 	margin: 0px; */
/* 	padding: 0px; */
/* 	font-weight: normal; */
	}

.typekit {
	font-family: "adrianna-condensed-demibold-1","adrianna-condensed-demibold-2";  
/*	font-family: "hill-house-1","hill-house-2","sans-serif"; */
	}

h2 {
	color: #01490A;
/* 	margin: 0px; */
/* 	padding: 0px; */
/* 	font-weight: normal; */
	}
	
h3 {
	color: #603;
/* 	margin: 0px; */
/* 	padding: 0px; */
/* 	font-weight: normal; */
	}

p {

}

blockquote {
	border-left: 1px solid #999;
	padding-left: 5px;

}

/* Structure and Labeling */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 30px;
	width: 600px;
	background-color: #FFF;
	}

#banner {
	text-align: left;
	margin: 80px 0;
	display: none;
	}

#content {
	font-size: 18px;
}

#content ul {list-style: none; margin: 0 0 2em 0; padding: 0;}

#footer {
	margin-top: 15px;
/* 	border-top: 1px solid #999; */
	font-size: small;
}
	
/* Typographic for Banner */
	
#banner a {
	text-decoration: none;
	font-weight: normal;
	}

#banner a:link {
	color: #000;
	}

#banner a:visited {
	color: #000;
	}

#banner a:active {
	color: #000;
	}

#banner a:hover {
	color: #999;
	}	
	

#banner ul {
	display: inline;
}


#banner li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

	
/* Typographic for Navigation */

.navigation {
	font-family: Copperplate, Georgia, Verdana, sans-serif;
	display: inline;
}


/* To Create a selected state in the navigation */

.selected a {
	text-decoration: none;
	font-weight: normal;
	}

.selected a:link {
	color: #603;
	}

.selected a:visited {
	color: #000;
	}

.selected a:active {
	color: #000;
	}

.selected a:hover {
	color: #999;
	}	

/* Specific for Photos */

.photo {

}

.photo p {
	font-size: small;
}

.photo img {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #000;

}

.correction {
        text-decoration: line-through;
}



