@import url(reset.css);

body {
	background: transparent url('../images/bg.png');
	font-family: Georgia, Times New Roman, Times, serif;
	color: #fadb9d;
}
html, body {
	height: 100%;
}

.clear {
	clear: both;
}


#container {
	padding: 25px 0px 50px 50px;
	min-width: 950px;
}

ul {
	margin-bottom: 40px;
	margin-top: -20px;
	margin-left: 30px;
}
	ul.main { margin: 0 0 40px 0; }

p, li {
	font-size: 30px;
	line-height: 50px;
}

h1, h2 {
	font-weight: normal;
	font-size: 35px;
	color: #FADB9D;
	padding-bottom: 20px;
}
	h2 ins, h2 ins span{
		border-bottom: 1px dashed #998865;
		cursor: pointer;
		color: #998865;
	}
		h2 ins span { border: 0; font-size: 22px; color: #74674c; }
	h2 ins:hover, h2 ins.active { color: #FADB9D; border-bottom: 1px dashed #FADB9D; }
	h2 ins:hover span, h2 ins.active span { color: #b49d70; }

span {
	font-size: 26px;
	color: #758A77;
}

span.new_work {
	left: 50px;
	margin-top: 18px;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	color: #FADB9D;
}

em, em a {
	font-size: 13px;
	font-style: italic;
	color: #baa375;
}

sup {
	font-size: 12px;
	font-style: italic;
	color: #95835e;
	vertical-align: top;
}


a {
	font-size: 26px;
	text-decoration: underline;
	color: #758a77;
	position: relative;
}
	a:visited { color: #736562; }
	a:hover { text-decoration: none; }
	a.sm_link { font-size: 20px; padding: 0px 6px; }
	

#screenshot {
	position: absolute;
	border: 1px solid #999;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
	font-size: 17px;
	line-height: 12px;
}


p.note {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 40px;
	margin-top: -35px;
	color: #837456;
}
	p.note a { color: #837456; font-size: 18px; }
	
	
p.resources {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 25px;
	margin-top: -10px;
	color: #837456;
}
	p.resources a { color: #837456; font-size: 14px; }
	
.past { color: #837456; }
