@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	background-color:#EFE0B7;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:focus{outline:none;}
p, h1 {
	font-size:16px;
	line-height:24px;
	margin-top:0px;
}
H1 {
	color:#8B0E04;
	font-weight:bold;
	margin-top:0px;
}
.headingaccent {
	font-style:italic;
	font-weight:normal;
}
a.group1 {
	/* cursor:
	*/
}
a {
	color:#8B0E04;
	text-decoration:none;
	font-style:italic;
}

#outecontainer {
	position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
#maincontainer {
	width:970px;
	height:590px;
	margin-left: -485px;  /***  width / 2   ***/	
	position: absolute;
	top: -295px;
	left: 50%;
	background-image:url(/images/structure/bg_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
#contentphoto {
	width:728px;
	height:590px;
	float:left;
	
}
#contenthome {
	width:970px;
	height:550px;
	display:block;
}
#contenttext {
	width:242px;
	height:550px;
	display:block;
	margin-left:728px;
}
#contenttext h1,#contentmain h1 {
	text-transform:uppercase;
}
#contenttext h1 .headingaccent {
	text-transform:none;
}
#contentmain {
	width:500px;
	height:550px;
	display:block;
	margin-left:470px;
}
#contentabout {
	width:700px;
	height:550px;
	display:block;
	margin-left:270px;
}
/* --- Nav --- */
#nav {
	margin-left:728px;
	margin-top: 1px;
	height:40px;
	font-size:12px;
	color:#8B0F03;
	font-style:italic;
}

#nav a {
	font-size:12px;
	color:#8B0F03;
	text-decoration:none;
	font-style:italic;
}

#nav a.textlinks {
	display:block;
	margin-top:12px;
	float:left;
}
#nav a.textlinks:hover {
	color:#000;
}
#nav .nib {
	float:right;
}
#nav .nibnext H1, #nav .nibprev H1 {
	display:none;
}

#nav a.nibnext, #nav a.nibprev {
	display:block;
	width:27px;
	height:40px;
	margin-left:10px;
	float:right;
}

#nav a.nibnext {
	background-image:url(/images/nibs.png);
	background-repeat:no-repeat;
	background-position: top right;
	margin-right:20px;
}

#nav a.nibprev {
	background-image:url(/images/nibs.png);
	background-repeat:no-repeat;
	background-position: top left 0px;
}
#nav a.nibnext:hover {
	background-position: bottom right;
}
#nav a.nibprev:hover {
	background-position: bottom left;
}
#credits {
	float:left;
	margin-top:12px;
	margin-left:17px;
	font-size:12px;
}
#credits a {
	color:#000;
	text-decoration:none;
}
#credits a:hover {
	text-decoration:none;
	color:#000;
}

/* inline content */
#inline_content {
	padding:20px 30px; 
	background:#EFE0B7;
}

#inline_content .inlinehead {
	font-weight:bold;
	padding-left: 35px;
	background-image:url(/images/single_nib.png);
	background-repeat:no-repeat;
	background-position: left 5px;
}
.excerpt {
	margin-left:6px;
	line-height:16px;
	width:80px;
	display:block;
	float:left;
}
a.inline {
	font-size:12px;
	color:#8B0F03;
	text-decoration:none;
	font-style:italic;
}








