/* 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-family: 'Open Sans', sans-serif;
	line-height: 1.88889;
	color: #fff; 
	background: #fff url(https://grahamdowney.com/media/backgrounds/BG1.GIF) repeat bottom right; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	font-family: 'Open Sans', 'sans-serif';
	}
h3 { 
	font: italic normal 1.4em 'Open Sans', sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: green;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: green;
	font-family: 'Open Sans';
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #379634;
	font-family: 'Open Sans';
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #92BA83;
	font-family: 'Open Sans', sa;
	}
abbr {
	border-bottom: none;
	}


/* specific divs */
.page-wrapper {  
	padding: 0 175px 0 110px;  
	margin: 10%; 
	position: relative;
	}

.intro { 
	min-width: 470px;
	width: 100%;
	}

header h1 { 
	font-family: 'Open Sans', sans-serif;
	color: #143109;
	background-color: #828282; 
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;

	text-indent: 50%;
	}
header h2 { 
	font-family: 'Open Sans', sans-serif;
	color: green;
	margin-top: 58px; 
	margin-bottom: 40px; 
	float: right;

	text-indent: 50%;
	white-space: nowrap;
	}
header {
	padding-top: 20px;
	height: 87px;
}

.summary {
	font-family: 'Open Sans', sans-serif;
	background-color: #828282; 
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;
	clear: both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
.summary p {
	font: italic 1.1em/2.2 'Open Sans', sans-serif; 
	text-align: center;
	}

.preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
.supporting {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

footer { 
	text-align: center; 
	}
footer a:link, footer a:visited { 
	margin-right: 20px; 
	}

.sidebar {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
.sidebar .wrapper { 
	font: 10px 'Open Sans', sans-serif; 
	background-color: #828282; 
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
.sidebar h3.select { 
	font-family: 'Open Sans', sans-serif;
	background-color: #828282; 
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;
	margin: 10px 0 5px 0; 

	text-indent: 50%;
	}
.sidebar h3.archives { 
	font-family: 'Open Sans', sans-serif;
	background-color: #828282; 
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;
	margin: 25px 0 5px 0;  

	text-indent: 10%;
	}
.sidebar h3.resources { 
	font-family: 'Open Sans', sans-serif;
	background-color: #828282;
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292; 
	margin: 25px 0 5px 0; 
 

	text-indent: 10%
	}


.sidebar ul {
	margin: 0;
	padding: 0;
	}
.sidebar li {
	line-height: 1.3em; 
	background-color: #828282; 
	border-width: 4px;
	border-style: solid;
	border-color: #929292 #717171 #717171 #929292;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
.sidebar li a:link {
	color: green;
	}
.sidebar li a:visited {
	color: #379634;
	}