@CHARSET "UTF-8";

body { font-family: 'IM Fell DW Pica', serif; background: #000; line-height: 1.2em; }

a {
	color: #333;
}

.closebox {
	position: absolute;
	display: block;
	right: 100px;
	top: 40px;
	padding: 2px 4px;
	border: 2px solid black;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.popup_link {
	position: absolute;
	display: block;
	left: 30px;
	top: 30px;
	height: 30px;
	text-indent: -9999px;
}

.popup {
	position: absolute;
	display: none;
	left: 400px;
	top: 50px;
	width: 330px;
	height: 380px;
	padding: 40px 100px 80px 70px;
	color: #630;
	background: url(../images/popup_bg.png) left top no-repeat;
	z-index: 10;
}

#blog {
	width: 635px;
	height: 532px;
	padding: 0;
	background-image: url(../images/blog_bg.png);
}

#blog .closebox {
	top: 10px;
	right: 20px;
}

#blogBackLink {
	position: absolute;
	display: none;
	left: 20px;
	top: 10px;
}

#blogWindowList {
	float: right;
	width: 150px;
	margin: 10px 5px;
	font-size: 12px;
	line-height: 1.2em;
	font-style: italic;
}

#blogWindowList a {
	display: block;
	margin: 10px 0px;
}

#blogWindowContent, #blogWindowFullList {
	position: absolute;
	left: 20px;
	top: 40px;
	width: 588px;
	height: 470px;
	padding-right: 5px;
	overflow: auto;
}

#blogTitle {
	position: relative;
}

#blogTitle h1 {
	display: inline;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
}

#blogTitle h1 span {
	position: relative;
}

#blogTitle h2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
}

#blogBody {
	border-top: 1px solid #630;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
}

#blogWindowFullList {
	display: none;
}

.magnify {
	position: relative;
    margin: 0 auto;
    width: 1400px;
}

.mag_small {
    position: relative;
    margin: 0 auto;
    width: 1400px;
    height: 911px;
    background: transparent url(../images/map_sm.jpg) left top no-repeat;
}

.mag_bounds {
	position: absolute;
	left: 200px;
	top: 40px;
	width: 1010px;
	height: 550px;
}

.mag_large {
    position: absolute;
    display: none;
    width: 6000px;
    height: 3904px;
   /* background: transparent url(../images/map_lg.jpg) left top no-repeat;*/
}

.mag_large div {
    position: absolute;
    font-size: 10px;
	line-height: 11px;
	/*font-family: Helvetica, Arial, sans-serif;*/
	letter-spacing: -.07em;
	color: #542d04;
	padding: 10px 25px;
}

.mag_large div h2 { font-size: 18px; padding-bottom: 5px; }
.mag_large div p { margin-bottom: .5em; text-indent: 15px; }
.mag_large .white_trans_bg ul li { font-size: 1.3em; font-size: 18px; font-style: italic; font-weight: bold; line-height: 1.1em; margin-bottom: .3em; }

.mag_glass {
    position: absolute;
    display: none;
    left: 430px;
    top: 320px;
    width: 485px;
    height: 492px;
    cursor: move;
}

.mag_glass_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url(../images/mag.png) left top no-repeat;
    z-index: 2;
}

.mag_glass_in {
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.mag_glass_in.a {
    left: 116px;
    top: 56px;
    width: 250px;
    height: 58px;
}

.mag_glass_in.b {
    left: 60px;
    top: 114px;
    width: 310px;
    height: 255px;
}


#debug {
    position: absolute;
    left: 0;
    top: 0;
}

.white_trans_bg, .white_trans_bg_div { 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.white_trans_bg {
	position: relative;
	overflow: hidden;
	/*border: 1px solid #333;*/
}

.white_trans_bg p, .white_trans_bg h2, .white_trans_bg ul {
	position: relative;
	z-index: 2;
}

.white_trans_bg ul {
	list-style: outside disc;
	padding-left: 15px;
}

.white_trans_bg_div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 6000px;
	height: 6000px;
	background-color: #e1cda7;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#about {
	font-size: 24px;
	line-height: 40px;
	padding-top: 100px;
}

#contact, #buy {
	padding-top: 80px;
}

legend {
	text-indent: -9999px;
}

#contact_notify {
	font-size: 12px;
}

.form_item {
	margin-bottom: 20px;
}

label {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

label.error {
	color: #d00;
}

label span {
	display: none;
}

label.error span {
	display: inline;
}

#email_address, #name, #message {
	width: 330px;
	background-color: transparent;
	border: 1px solid #630;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

#email_address, #name {
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
}

#message {
	height: 100px;
}

#submit {
	float: right;
}

#buy a {
	display: block;
	margin-bottom: 20px;
}

#buy h2 {
	margin-bottom: 20px;
}


