/*#############################################################
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: 6px;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../../images/bgcontainer2.gif) repeat-y;
	width: 834px;
	margin: 0 auto;
}

/* header */
.header {
	background: url(../../images/title2.jpg) repeat-x;
	height: 200px;
	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 12px 12px 16px;
}

/* table */
.table { 
    font: normal 1em "Lucida Sans Unicode",sans-serif;
    border-top: 0px hidden;
    border-left: 0px hidden;
    border-right: 0px hidden;
    border-bottom: 1px solid #4C7462;
}
.table1 { 
    font: normal 1em "Lucida Sans Unicode",sans-serif;
    border-top: 1px solid #4C7462;
    border-left: 1px solid #4C7462;
    border-right: 1px solid #4C7462;
    border-bottom: 1px solid #4C7462;
}

.table2 { 
    font: normal 1em "Lucida Sans Unicode",sans-serif;
    border-top: 0px hidden;
    border-left: 0px hidden;
    border-right: 0px hidden;
    border-bottom: 0px hidden;
}


/* footer */
.footer {
	background: #958463 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;
}

.left {float: left;
       width: 125px;
       margin: 0 18px 18px 0;
       height: 125px;
       overflow:hidden;
}
.copyright {
         display:none;
         margin: 0 auto;
}
blockquote {
	font: normal 1.3em;
	padding-left: 28px;
        padding-right: 380px;
}
