/* Bunch of Questions Stylsheet */

@import url(reset.css);
@import url(town.css);

body {
	behavior: url(csshover.htc);
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.homepage {
	behavior: url(csshover.htc);
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e6f3ec url(/resources/images/town/bg-body.jpg) top left repeat-x;
}

.homepage {
	position: relative;
}

.secondary {
	background-color:#fae502;
	margin: 15px 0 0 0;
}

div.six-degrees-result {
	padding: 5px 5px 15px 5px;
}

div.six-degrees-result-grey {
	background-color: #f1f1f1;
}

div#town-wrapper {
	margin: 0 auto;
	position: relative;
	width: 1024px;
}

div#town-map {
	width: 1024px;
	background: white url(../images/town/bg-town.jpg) top left no-repeat;
	height: 770px;
}

div#content {
	text-align: left;
	background-color: #fff;
}

img.preload {
	display: none;
}

div#wrapper {
	text-align: center;
	margin: 0 auto;
	width: 466px;
}

h1 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 15px 0;
}

ul {
	padding-bottom: 15px;
}

ul li {
	background: transparent url(../images/dot.gif) 15px 5px no-repeat;
	line-height: 1.5em;
	padding-left: 35px;
}

div#content div#items {
	margin: 10px 20px 10px 20px;
}

div#popup {
	visibility: hidden;
	padding: 5px;
	background-color: #FFFF99;
	color: #000;
	position: absolute;
	z-index: 99;
}

p {
	padding: 0 0 12px 0;
	line-height: 1.5em;
}

span.highlight {
	background-color: #FFFFB3;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#book-bottom {
	background: transparent url(../images/books/book-bottom.gif) bottom left no-repeat;
	height: 180px;
}

div#blurbs {
	border-top: 1px solid #666;
	margin: 20px 0 10px 0;
}

div#blurbs p {
	padding: 20px 0 0 0;
	font-size: 12px;
}

div#blurbs p.about {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
