/* @override 
	http://localhost:9505/css/master.css
	http://lugnut72.local:9505/css/master.css
*/

/* Global */
* {
	margin-top: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #6B9D6C url(../img/bg.gif);
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #191919;
}

a img {
	border: none;
}

/* General Typography */
p {
	font-size: 1.2em;	
	line-height: 1.6em;
	margin: 1.2em 0;
}

#content a {
	color: #596DA6;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}

#content a:hover {
	background: #eae2da;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #596DA6;
	letter-spacing: -1px;
}

h1 {
	font-size: 2.2em;
	margin: .4em 0 .8em 0;
}

h2 {
	margin-top: 1.8em;
	margin-bottom: -.5em;
	font-size: 1.8em;
	color: #584a3b;
}

h3 {
	font-size: 1.5em;
	margin-bottom: -.8em;
	margin-top: 1.5em;
}

/* Layout */

#wrappersdelight {
	position: relative;
	margin: 100px auto;
	padding: 0;
	width: 750px;
	background: #D2CAB1 url(../img/wrapbg.gif) repeat-x left top;
	border-bottom: 10px solid #BDB6A0;
	text-align: left;
}

img#jmphoto, a:hover img#jmphoto {
	behavior: url(/iepngfix.htc);
	position: absolute;
	top: -30px;
	left: -25px;
	background: transparent;
	border: none;
}

p.more {
	margin-top: -.8em;
}

#nav {
	float: left;
	display: inline;
	width: 290px;
	margin: 210px 0px 50px 0px;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: center;
}

#content {
	float: right;
	display: inline;
	margin: 30px 30px 30px 0px;
	padding: 0;
	width: 430px;
	background: #F4F0EC;
}

#blatant { /* as in, blatant use of a div for presentation only. For those playing at home, this is not recommended, but the design called for a nice inner border. Sometimes you have to compromise. */
	margin: 10px;
	border: 1px dotted #D2C5B4;
	padding: 10px;
}

/* Navigation */

#navig8 {
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 140px;
	background: transparent url(../img/navbg.gif) no-repeat 0 10px;
}

#navig8 li {
	margin: 0 0 25px 0;
	padding: 0;
	width: 140px;
	list-style: none;
	text-align: center;
}

#navig8 li a {
	display: block;
	margin: 0;
	padding: 11px 0;
	width: 140px;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(../img/linkbg.gif) no-repeat 0 -10px;
	color: #fff;
	text-decoration: none;
}

body#home li#homelink a, body#give li#givelink a, body#faq li#faqlink a, body#contact li#contactlink a, body#story li#storylink a {
	background: transparent url(../img/linkbg.gif) no-repeat 0 -102px;
	color: #fff;
}

#navig8 li a:hover {
	background: no-repeat transparent url(../img/linkbg.gif) 0 -56px;
	overflow: hidden;
	border: none;
	color: #fff;
}

/* Definition List for FAQ page */

dl {
	margin: 0 15px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

dt, dd {
	margin: 0 0 6px 24px;
}

dt {
	margin-top: 22px;
	color: #584a3b;
	font-weight: bold;
	font-size: 1.3em;
}

dd {
	color: #191919;
	margin-left: 24px;
}

form dt {
	font-size: 1.2em;
}

dt span {
	margin: 0 6px 0 -31px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;	
}

dd span {
	margin: 0 7px 0 -29px;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}


/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */