/* css Faught Family Stories style */
/* This file based on default style from CSS Gardens */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 100% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #cfc; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
abbr {
	border-bottom: none;
	}


/* specific divs */
.page-wrapper {
	padding: 0 2% 0 2%;  
	margin: 0; 
	position: relative;
	}

.intro {
	min-width: 30%;
	width: 100%;
	}

header h1 {
	margin-top: 2%;
	display: block;
	float: left;
/*	white-space: nowrap;
	overflow: hidden; */

	font: italic normal 3em georgia, sans-serif;
	color: black;
/*	color: #7D775C; */
	}
header h2 {
	margin-top: 2%; 
	margin-bottom: 1%; 
	float: right;
/*	white-space: nowrap;
	overflow: hidden; */

	font: italic normal 2em georgia, sans-serif;
	color: black;
	}
header h3 {
	margin-top: 1%; 
	margin-bottom: 1%; 
	float: right;
/*	white-space: nowrap;
	overflow: hidden; */

	font: italic normal 1.4em georgia, sans-serif;
	color: #7D775C;
	}
header {
	padding-top: 1%;
	height: 10%;
}

.summary {
	clear: both;
	background: white;
	margin: 2% 2% 2% 2%; 
	padding: 2% 2% 2% 2%; 
	width: 30%; 
	float: left;
	}
.summary p {
	font: italic 1.3em/2em georgia; 
	text-align: center;
	}
	
.article h3:first-letter {
	font-size: 1.8em;
	font-weight: bold;
	color: #444444;	
	}
.supporting {
	padding-left: 1%; 
	margin-bottom: 4%;
	margin-top: 15%;
	}

.sidebar {
	margin-left: 2%; 
/*	margin-top: 10%; */
	float: right;
/*	position: absolute; */ 
/*	top: 0; 
	right: 0; */
	}
.sidebar .wrapper {
	background: white;
	font: 60% verdana, sans-serif; 
	padding: 3%; 
	margin-top: 20%; 
	width: 15em;
/*	width: 80%; */
	}
.sidebar h3.select { 
	margin: 1% 0 0 0; 
	white-space: nowrap;
	overflow: hidden;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	}
.sidebar li {
	line-height: 110%; 
	display: block; 
	padding-top: 0; 
	margin-bottom: 10%;
	list-style-type: none;
	}
.sidebar li a:link {
	color: #988F5E;
	}
.sidebar li a:visited {
	color: #B3AE94;
	}

footer { 
	text-align: center; 
	}
footer a:link, footer a:visited { 
	margin-right: 2%; 
	}
