/* Faiths and Empires stylesheet */

body {
	margin: 0;
	padding: 0;
	background: url("images/bg-writing.jpg");
	}

:link, :visited {
	font-style: italic;
	text-decoration: none;
	}

:link:focus, :visited:focus {
	text-decoration: underline;
	}

:link {
	color: #9A7E60;
	}

:visited {
	color: #576050;
	}

:link:hover, :visited:hover {
	text-decoration: underline;
	}

:link:active, :visited:active {
	text-decoration: underline;
	}

#container {
	margin: 0 auto 0 auto;
	width: 750px;
	min-height: 65em;
	border: 5px solid #4D3523;
	background: url("images/bg-tombwall.jpg") left top repeat;
	}

#banner {
	height: 187px;
	background: url("images/banner.jpg") left top no-repeat;
	border-bottom: 5px solid #4D3523;
	}

#banner h1 {
	position: absolute;
	margin-left: -5000px;
	width: 10px;
	}

#banner .description {
	position: absolute;
	margin-left: -5000px;
	width: 10px;
	}

#left-side {
	float: left;
	margin-bottom: -62em;
	}

#nav {
	margin: 15px 0 15px 15px;
	width: 160px;
	border: 1px solid #4D3523;
	background: #F0F5F9 url("images/text-border.jpg") center top no-repeat;
	}

#nav ul {
	margin: 70px 15px 15px 15px;
	padding: 0px;
	list-style-type: none;
	}

#nav ul ul {
	margin: 0;
	}

#nav ul ul li ul {
	font-size: 90%;
	}

#nav li {
	text-align: center;
	}

#nav li ul {
	display: none;
	}

#nav :link, #nav :visited {
	display: block;
	padding: 0.4em 0;
	font: italic bold 110% georgia, "Times New Roman", times, serif;
	color: black;
	text-decoration: none;
	}

#nav :link:focus, #nav :visited:focus, #nav :link:hover,
#nav :visited:hover, #nav :link:active, #nav :visited:active,
#currentpage :link, #currentpage :visited {
	background: url("images/dagger.jpg") 50% 55% no-repeat;
	text-decoration: none;
	}

#nav li#currentpage ul {
	display: block;
	}

#nav li#currentpage ul :link, #nav li#currentpage ul :visited,
#nav .nav-divider :link, #nav .nav-divider :visited {
	background: transparent;
	font-size: 80%;
	}

#nav li#currentpage ul :link:focus, #nav li#currentpage ul :visited:focus,
#nav li#currentpage ul :link:hover, #nav li#currentpage ul :visited:hover,
#nav li#currentpage ul :link:active, #nav li#currentpage ul :visited:active,
#nav .nav-divider :link:focus, #nav .nav-divider :visited:focus, 
#nav .nav-divider :link:hover, #nav .nav-divider :visited:hover, 
#nav .nav-divider :link:active, #nav .nav-divider :visited:active {
	background: transparent;
	color: #797D7F;
	}

.nav-divider {
	margin: 15px 15px 12px 15px;
	background: url("images/khopesh.gif") center top no-repeat;
	padding-top: 30px;
	text-align: center;
	}

.navheader {
	padding: 0.5em 0em;
	color: #ABAFB3;
	font: bold 100% georgia, "Times New Roman", times, serif;
	}

#nav-bottom {
	height: 52px;
	background: url("images/text-border.jpg") right top no-repeat;
	padding: 0;
	}

#copyright {
	margin: 0 0 0 30px;
	width: 130px;
	padding-bottom: 15px;
	text-align: center;
	color: #4D3523;
	font-size: 70%;
	font-style: italic;
	}

#content {
	margin-left: 185px;
	padding-bottom: 15px;
	font-family: "Times New Roman", times, serif;
	}

#menu {
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
	}

.section {
	position: relative;
	margin: 15px;
	border: 1px solid #4D3523;
	background: #F0F5F9 url("images/text-border.jpg") center top no-repeat;
	padding: 70px 30px 70px 30px;
	}

.anchor {
	margin-top: 0px;
	}

.anchor a {
	margin-top: -70px;
	padding-top: 70px;
	display: block;
	}

.go-top {
	position: absolute;
		right: 30px;
		bottom: 10px;
	display: block;
	width: 65px;
	height: 40px;
	background: url("images/return-top.gif") no-repeat;
	}

.go-top span {
	margin-left: -5000px;
	}

h1, h2, h3 {
	text-align: center;
	font-style: italic;
	}

h1 {
	font-size: 140%;
	}

h2 {
	font-size: 120%;
	}

h3 {
	font-size: 110%;
	}

p {
	line-height: 170%;
	text-align: justify;
	font-size: 90%;
	}

li {
	line-height: 150%;
	}

.posted {
	border-top: 1px solid #ABAFB3;
	padding-top: 1em;
	font-size: 75%;
	}

.comments-head	{ 
	border-bottom:1px solid #ABAFB3;
	margin-top:1.5em;
	color: #ABAFB3;
	font-weight:bold;
	}		

.comments-body, .trackback-body, .trackback-url {
  	padding-top:1em;
	}		

.comments-post, .trackback-post {
	font-size:80%;		
	}