/* 
design and site graphics copyright AllYourStrength LLC,
reproduction in any form is prohibited by law
*/


/* universal whitespace reset */

* {
	margin: 0;
	padding: 0;
	}
	
/* default text - scalable in all browsers and user agents */
	
body {
	font: 62.5% Verdana, sans-serif;
	color: #333;
	background: url(/img/body-tile.gif); /*#d2d2c7;*/ 
	}
	
/* link behaviour */

a, a:link, a:visited {
	color: #369;
	background: transparent;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #369;
	background: transparent;
	}
	
a#skipnav {
	display: none;
	}
	
#nav a {
	float: left;
	padding: 15px 17px 0 17px; /* remember to adjust the width on #nav, below */
	overflow: hidden;
	height: 0px !important; 
	height /**/:15px; /* for IE5/Win only */
	background-repeat: no-repeat;
	}
	
#nav a:hover, #nav a:active {
	background-position: 0 -30px;
	}
	
#nav a.selected {
	background-position: 0 -60px;
	}

#home a  {
	width: 34px;
	background: url(/img/nav/home.gif) top left no-repeat;
	}
	
#books a {
	width: 40px;
	background: url(/img/nav/books.gif) top left no-repeat;
	}
	
#programs a {
	width: 68px;
	background: url(/img/nav/programs.gif) top left no-repeat;
	}
	
#articles a {
	width: 57px;
	background: url(/img/nav/articles.gif) top left no-repeat;
	}
	
#about a {
	width: 41px;
	background: url(/img/nav/about.gif) top left no-repeat;
	}
	
#contact a {
	width: 54px;
	background: url(/img/nav/contact.gif) top left no-repeat;
	}

/* structure */

#wrapper {
	width: 900px;
	margin: 0 auto;
	color: #333;
	background: #eee url(/img/column-tile.gif) repeat-y;
	}
	
#masthead {
	margin: 0 5px;
	height: 127px;
	color: #333;
	background: url(/img/masthead-tile.gif) repeat-x;
	position: relative; /* for absolute positioned elements within */
	}
	
#jon {
	float: left;
	color: #333;
	background: url(/img/jon-tophalf.gif) no-repeat 0 0;
	height: 127px;
	width: 203px;
	}
	
#nav {
	position: absolute;
	top: 45px;
	left: 243px;
	width: 500px; /* for Safari, which insisted on wrapping the last link */
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	list-style: none;
	display: inline;
	}
	
#feed {
	position: absolute;
	top: 43px;
	right: 18px;
	}
	
#feed p {
	font-size: 1em;
	margin-top: 5px;
	color: #333;
	background: inherit;
	}
	
#masthead h1 {
	position: absolute;
	top: 95px;
	right: 5px;
	}
	
#description {
	position: absolute;
	top: 95px;
	left: 243px; /* div#sidebar's width plus div#entry's left padding */
	}

#content {
	float: left;
	width: 520px;
	background: #eee;
	}
	
#sidebar {
	float: left;
	margin-left: 5px; display: inline; /* IE float dbl margin bug */
	width: 203px;
	color: #333;
	background: url(/img/jon-bottomhalf.gif) no-repeat 0 0;
	}
	
	#sidebar cite {
		font-weight: bold;
		}
	
#sidebar, #content {
	padding-top: 60px;
	}
	
#gallery { /* #gallery is the filmstrip include, .gallery is the main body of the gallery page */
	width: 91px;
	background: url(/img/gallery-filmstrip.gif) no-repeat top center;
	float: right; display: inline; /* IE dbl float margin bug */
	margin-right: 33px;
	margin-top: 60px;
	}
	
	#gallery p {
		padding-left: 15px;
		}
		
#footer {
	clear: both;
	padding: 0 0 50px 0;
	}

acronym, dfn {
	border-bottom: 1px dotted #333;
	padding-bottom: 1px;
	cursor: help;
	font-size: .9em;
	text-transform: uppercase;
	font-style: normal; /* for DFN which defaults to italics */
	}
	
/* the slider */

div#slider {
	font-family: Verdana, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
	height: 300px;
	width: 400px;
	background: url(/img/slider-back2.gif) no-repeat top left;
	}
	
#slider a, #slider a:link, #slider a:visited {
	color: #aaa;
	background: #fff;
	border: none;
	}

#slider a:hover, #slider a:active {
	color: #999;
	background: #fff;
	}
	
#close {
	text-align: right;
	margin: 7px 15px 0 0;
	font-size: 9px;
	}
	
#slider fieldset {
	margin-top: 120px;
	border: 0;
	}

fieldset div {
	padding-left: 200px;
	}
	
#fname, #eml {
	margin: 0 0 4px 0;
	padding: 2px;
	width: 140px;
	font: 10px verdana, helvetica, sans-serif;
	border: 1px solid #ccc;
	}

#slider label {
	font-size: 10px;
	}

#slider input#sendme {
	margin: 4px 0 0;
	}
	
/* same form displayed inline on Feed page */

.entry .aweber fieldset {
	border: 1px solid #ddd;
	background: #fff;
	padding: 1em 0;
	}
	
.entry .aweber fieldset div {
	padding-left: 1em;
	}
