/*#############################################################
Name: Ever Hollow
Date: 2008
Description: A fantasy webcomic created by N. E. Zahed
Author: N. E. Zahed
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #519B49;
}
a:hover {
	color: #76823E;
}
body {
	background: #0E3534 url(../../images/BG.jpg) fixed;
	color: #083B27;
	scroll: stop;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #456649;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
    color: #4C7462;
	font-size: 2em;
	margin-bottom: 0px;
	padding-top: 6px;
}
h2 {
    color: #4C7462;
	font-size: 0.9em;
        padding-left: 340px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../../images/bgcontainer.gif) repeat-y;
	width: 834px;
	margin: 0 auto;
}

/* header */
.header {
	background: url(../../images/title.jpg) repeat-x;
	height: 320px;
	width: 832px;
	margin: 0 auto;
}

/* navigation */
.navigation {
	background: #FFF url(../../images/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	width: 832px;
	margin: 0 auto;
}
.navigation a {
	color: #083B27;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #0A5035;
	text-decoration: underline;
}

/* main */
.main {
	clear: both;
	padding: 12px 8px 12px 8px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 222px;
}
.sidenav h1 {
	background: #A6BD96;
	color: #124122;
	border: 1px solid #6D8973;
	font-size: 1.4em;
	height: 22px;
	width: 215px;
	margin-bottom: 6px;
}

/* content */
.content {
	float: right;
	width: 570px;
}

/* addspace */
.addspace {
	float: right;
	width: 570px;
}

/* footer */
.footer {
	background: #A6BD96 url(../../images/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	text-align: center;
	line-height: 39px;
	width: 832px;
	margin: 0 auto;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.copyright {
        display:none;
	margin: 0;
}

blockquote {
	font: normal 1.3em;
	padding-left: 29px;
        padding-right: 29px;
}

.footer2 {
	background: #A6BD96 url(http://i207.photobucket.com/albums/bb227/Wazaga/grn.jpg) repeat;
	color: #FED;
	font-size: 1.1em;
	text-align: center;
	line-height: 40px;
	width: 832px;
	margin: 0 auto;
}
