
* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 100%/160% georgia;
	background: #ffffff url(img/main-bg.jpg) no-repeat center top;
	color: #333333;
	width: 100%;
	display: table;
}

p {
	padding: 0 0 1.1em;
}
img {
	border: none;
}
a {
	color: #763712;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font: bold 205%/100% Georgia, Times, serif;
	padding: 0 0 8px;
	letter-spacing: -1px;
	margin-left: -2px;
	margin-bottom:12px;
	color: #2b2b2b;
}
.title {
	background: url(img/tape.gif) no-repeat center center;
	text-align: center;
	font: normal small-caps 190%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 20px 16px 0;
}
.title span {
	color: #666666;
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}


/* header
---------------------------------------------------------------------------------*/
#header {
	height: 238px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 45px;
	left: 448px;
}
#description {
	width: 360px;
	text-align: center;
	position: absolute;
	left: 490px;
	top: 95px;
	font: italic normal 24px/26px Georgia;
	color: #68391d;
}
#nav {
	position: absolute;
	left: 78px;
	bottom: 4px;
	list-style: none;
	font: bold 16px/16px;
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 114px;
	text-align: center;
}
#nav a, #nav a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000;
}
#nav a:hover {
	text-decoration: underline;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}
#nav-home span {
	background: url(img/home-over.gif) no-repeat;
	width: 168px;
	height: 29px;
	top: -30px;
	left: 35px;
}
#nav-about span {
	background: url(img/about-over.gif) no-repeat;
	width: 157px;
	height: 36px;
	top: -36px;
	left: 90px;
}
#nav-archives span {
	background: url(img/archives-over.gif) no-repeat;
	width: 205px;
	height: 33px;
	top: -32px;
	left: 110px;
}


/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 904px;
	margin: 0 auto;
	position: relative;
}
#top {
	background: url(img/top-bg.jpg) no-repeat right top;
	height: 440px;
	position: absolute;
	width: 851px;
	top: 0;
	right: 0;
	z-index: 2;
}
#content {
	width: 750px;
	float: left;
	position: relative;
	margin: 35px 0 20px 94px;
	z-index: 5;

}

.list {
font: 90%/140%;
line-height::70%;
}

/* alignments etc (content elements)
---------------------------------------------------------------------------------*/
.border-top {
	background: url(img/border-top.gif) no-repeat;
	margin: 20px 0 5px;
	padding: 15px 0 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
/* image */
img.image {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image {
	margin-top: 4px;
}
p.image em {
	display: block;
	text-align: center;
	font-size: 95%;
	color: #666;
	padding-bottom: 5px;
	line-height: 140%;
}
p.image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image a:hover img {
	border: 1px solid #666;
	background: #fff;
}
p.image a, p.image  a:visited {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
p.image a:hover {
	text-decoration: underline;
}
p.image small {
	color: #999999;
	display: block;
	font-size: 95%;
	line-height: 100%;
}
p.left {
	float: left;
	margin-right: 15px;
}
p.right {
	float: right;
	margin-left: 15px;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */