/* -----------------------------------------------
Master Style Sheet

site:     Debtor's Inheritance
author:   Alex Gilbert
email:    alex@valueneutral.com
website:  http://www.valueneutral.com
----------------------------------------------- */

*{
  margin: 0;
  padding: 0;
}

html,
body,
div,
p {
	color: #000;
}

body {
	font: small/1.4 "Lucida Grande", "Trebuchet MS", sans-serif; 
	margin: 0;
	padding: 0;
	background: #fff;
}
body.default{	background: #fff url(/images/di-drawing.gif) no-repeat 180px 180px; }
/*
body.paths{ background: #fff url(/images/di-drawing.gif) 1400px -850px; }
*/
/* =links
----------------------------------------------- */

a:link,
a:active{
  color: #333;
}

a:visited{
  color: #666;
}

a:hover{
  color: #eb6413;
}

a img{
	border: none;
}

/* =common
----------------------------------------------- */

h1,
h2,
h3,
h4{
  margin: 0;
  padding: 0;
}

h1 { font-size: 180%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

br{
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 1em 0; 
	line-height: 150%;
}

/* =wrappers
----------------------------------------------- */

#wrapper{
  width: 720px;
	margin: 20px 40px;
	font-size: 95%;
}

/* =masthead
----------------------------------------------- */
/*
#masthead h1{
	display: block;
	margin-bottom: 20px;
	width: 569px;
	height: 91px;
  text-indent: -9999px;
	background: url(/images/di-logo.gif) no-repeat;
}
*/
/* =primary
----------------------------------------------- */

#primary{
	float: left;
	width: 450px;
}
.default #primary{ background: url(/images/15.png) repeat; }

#primary p{
	padding-right: 1em;
}

#primary .callout{
	font-size: 125%;
}

#primary .callout a{
	background: #60ba51;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}

#primary .callout a:hover{
	background: #eb6413;
}

#primary strong{
	font-weight: normal;
	color: #eb6413;
}

#primary object{
	display: block;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #000;
}

/* =secondary
----------------------------------------------- */

#secondary{
	float: right;
	width: 240px;
}

#secondary div{
	margin: 1em 0;
	padding: 1em;
	background: #eb6413;
	color: #fff;
}

#secondary div p,
#secondary div a{
	color: #fff;
}

/* =map
----------------------------------------------- */

#map{
	position: relative;
	width: 720px;
	height: 635px;
	background: url(/images/di-map-dots.gif) no-repeat top left;
}

#map #help span{
	padding: 2px 4px;
	background: #eb6413;
	color: #fff;	
}

#map #menu a{
  position: absolute;
  height: 35px;
  width: 40px;
  top: 0px; 
  text-decoration: none;
}

#map #menu a i{
	visibility: hidden;
}

/* look ma, an image map! */
#map #menu a#beech-cascade		{ top: 148px; left: 445px; }
#map #menu a#wind-dance-pond	{ top: 115px; left: 165px; }
#map #menu a#smiths-run				{ top: 80px;  left: 350px; }
#map #menu a#springhouse			{ top: 300px; left: 430px; }
#map #menu a#chestnut-grove		{ top: 264px; left: 388px; }
#map #menu a#gray-fox					{ top: 175px; left: 225px; }
#map #menu a#cat-tails				{ top: 75px;  left: 200px; }
#map #menu a#stumps						{ top: 230px; left: 367px; }
#map #menu a#tree-tracks			{ top: 190px; left: 315px; }
#map #menu a#shadow-bog				{ top: 475px; left: 315px; }
#map #menu a#media-gallery		{ top: 530px; left: 585px; }

#path{
	position: relative;
	width: 720px;
	height: 635px;
	background: url(/images/di-map-faded.gif) no-repeat top left;
}

#path div{
	width: 450px;
}

#path #snippets{
	font-size: 130%;
}

#path #description{
	padding-bottom: 30px;
}

#path a{
	background: #60ba51;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}

#path a:hover{
	background: #eb6413;
}

#close{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* =footer
----------------------------------------------- */

#footer{
	clear: both;
}

/* =misc
----------------------------------------------- */

