@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #182b49;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-y;
	}
	
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	margin-top:20px;
	text-align:left;
	}

#inside-wrapper {
	width:820px;
	background:url(portrait-images/background.gif) repeat-y;
	border:solid 1px #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	}


#header {
	width:820px;
	background-color:#336799;
	color:#000000;
	border-bottom: solid 1px #d1d4d3;
	}

#sidenav {
	float:left;
	width:160px;
	}
	
#main-area {
	float:right;
	margin-top:20px;
	margin-right:15px;
	margin-bottom:40px;
	margin-left:12px;
	width:630px;
	background-color:#FFFFFF;
	color:#000000;
	line-height:1.8em;
	}

#subhead {
	float:left;
	text-align:left;
	margin-bottom:14px;
	margin-top:2px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	margin-top:2px;
	color:#336799;
	background-color:#FFFFFF;
	width:630px;
	font-variant: small-caps;
	}


#content-area {
	clear:left;
	}

#footer {
	height:24px;
	margin-top:6px;
	margin-left:12px;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	}

#footer a, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	color:#A39161;
	background-color:#18242f;
	text-decoration:underline;
	}


.clear {
	clear:both;
	}

.pagelink {
	color:#565a5c;
	background-color:#FFFFFF;
	text-decoration:underline;
	}

.lead-text {
	color:#003145;
	font-weight:bold;
	background-color: #FFFFFF;
	}

.expanded-line-height {
	line-height:1.7em;
	}

.note {
	color:#981E32;
	background-color:#FFFFCC;
	}

.login-button {
	float:right;
	}


a img { border:0 }
img { border:0 }

/* book intro */

.margaret {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#703d29;
	background-color:#FFFFFF;
	}

/* events */

.event-area {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #D1D4D3;
	}

.event-title {
	font-size:18px;
	color:#003145;
	background-color:#FFFFFF;
	margin-bottom:3px;
	}

.event-location {
	font-size:16px;
	color:#703d29;
	background-color:#FFFFFF;
	margin-bottom:3px;
	}

.event-date {
	font-size:14px;
	color:#4d5357;
	background-color:#FFFFFF;
	}

.event-notes {
	color:#000000;
	background-color:#FFFFFF;
	}

.event-directions {
	margin-top:12px;
	}
	
/* media */

.media-area {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #D1D4D3;
	}

.media-image {
	float:left;
	clear:left;
	width:225px;
	margin-right:20px;
	}
	
.media-details {
	float:left;
	width:380px;
	}

.media-title {
	width:380px;
	font-size:18px;
	color:#003145;
	background-color:#FFFFFF;
	margin-bottom:3px;
	}

.media-source {
	width:380px;
	font-size:14px;
	color:#703d29;
	background-color:#FFFFFF;
	margin-bottom:3px;
	}

.media-date {
	width:380px;
	font-size:14px;
	color:#4d5357;
	background-color:#FFFFFF;
	}

.media-lead {
	width:380px;
	}

.media-link {
	margin-top:12px;
	}

.media-resource-link {
	margin-top:7px;
	}
	
/* purchase */

.purchase-image {
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:10px;
	width:275px;
	}





/* examples */

.example-area {
	width:620px;
	padding:5px;
	
	margin-bottom:24px;
	text-align:center;
	}

.example-thumb-left {
	float:left;
	margin-left:2px;
	margin-bottom:10px;
	}

.example-thumb-right {
	float:right;
	margin-bottom:10px;
	}


/* home */

.home-area {
	width:590px;
	padding:20px;
	border:solid 1px #336799;

	}
	
.home-image {
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:20px;
	}


.bio-photo {
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
	}

