@import url(Journal-fontfacekit/stylesheet.css);

body {
	background: #e1d9c7 url(../images/background.jpg) scroll center top;
	margin: 35px 0;
	color: #391f19;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#tagNew {
	display: inline;
	position: absolute;
	margin-top: -25px;
	margin-left: -10px;
}

a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
}

a:link, a:hover, a:active {
	color: #391f19;
}

a:visited {
	color: #65514c;
}

a:hover, a:active {
	text-decoration: underline;
}

h1, h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	font-style: normal;
}

h1 {
	font-style: italic;
}

#topLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 491px;
	height: 26px;
	opacity: .9;
	background: url(../images/top_left.gif) no-repeat;
}

#mainContainer {
	width: 845px;
	margin: 0 auto;
	margin-top: 34px;
	margin-bottom: 34px;
}

#header {
	height: 65px;
	margin-left: 17px;
	margin-right: 27px;
	margin-bottom: 13px;
}

#header #logo {
	float: left;
}

#header #navigation {
	float: right;
	margin-top: 21px;
}

#header #navigation ul {
	margin: 0;
}

#header #navigation li {
	display: inline;
	margin-left: 20px;
}

hr {
	background-color: none;
	background: url(../images/frame-top.gif) no-repeat;
	border: none;
	width: 845px;
	height: 39px;
}

#content {
	background: url(../images/frame.gif) no-repeat;
	height: 581px;
	width: 845px;
}

#content img {
	margin-left: 18px;
	margin-top: 20px;
}

#photoTitle {
	float: left;
	margin-left: 17px;
}

#photoDate {
	float: right;
	margin-right: 26px;
}

#footer {
	letter-spacing: .1em;
	margin-top: 60px;
	text-align: center;
	font: 18px/27px 'JournalRegular', Georgia, serif;
	/* font: small-caps bold .6em Georgia, serif; */
}

#footer #social {
	font-size: 1.2em;
	margin-bottom: 4em
}

#prevLink {
	height: 0px;
	float: left;
	position: relative;
	right: 60px;
	top: 239px;
	z-index: 4;
}

#nextLink {
	height: 0px;
	float: right;
	position: relative;
	left: 30px;
	top: 239px;
	z-index: 4;
}

#stainedError {
	height: 400px;
}

#stain {
	position: relative;
	left: 160px;
	top: 50px;
	width: 309px;
	height: 294px;
}

#error {
	float: left;
	width: 272px;
	height: 142px;
	position: relative;
	left: 260px;
	top: -180px;
}

#contentText {
	width: 810px;
	padding-left: 15px;
	padding-right: 15px;
}

#archiveGrid {
	margin: 0;
	padding: 0;
	margin-top: 25px;
	letter-spacing: 10px;
	line-height: 39px;
}

#archiveGrid li {
	list-style: none;
	display: inline;
}


.alignright {
	float: right;
}


.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}
