@CHARSET "UTF-8";

/** overall style **/
html {
	color: #000;
	background-color: rgb(215,168,8);
	font-family: "georgia", "times new roman", times, serif;
	text-align: center;
	margin: 0px;
	padding: 0;
}
h2 {
	font-size:110%;
}
a {
	color: rgb(109, 73, 85);
	text-decoration: none;
}
a:hover.imglink {
	border-style: none;
}
a:visited {
}
a:hover {
	color: rgb(215,168,8);
	text-decoration: none;
	border-bottom: 1px rgb(215,168,8) dotted;
}
/** this sets up style that implements min-width in ie **/
/* thanks to CSSplay @ http://www.cssplay.co.uk/boxes/minwidth.html */
.widthwrapper {
	width: 90%;
	min-width: 630px;
	margin: 0 auto;
	text-align: left;
}
.container {
	background-color: #ffffff;
	-moz-border-radius: 1em; 
	border-radius: 1em;
}
* html .minwidth {
	border-left: 630px solid #fff;
}
* html .container {
	margin-left: -630px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*/
.width {
	display: inline-block;
}

/** the top, right and left banner layout **/
#bannerleft {
	float:left;
	margin-top: 60px;
	width: 110px;
	height: 335px;
	background-image: url(images/bannerleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#bannerright {
	float: right;
	margin-top: 60px;
	width: 110px;
	height: 335px;
	background-image: url(images/bannerright.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.clear {
	visibility: none;
	clear: both;
}
#contentwrapper 
{
	padding: 5px;
	margin-left: 110px;
	margin-right: 110px;
	margin-top: 0px;
	overflow: visible;
}

/** page main content **/
#menu {
	background-image: url(images/tducks.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#content {
}
#content > p:first-child
{
	margin-top: 0;
}

/** nav layout **/
#nav {
	margin: 5px 0;
	font-size: 90%;
}
#nav .highlight {
	/*border-bottom: 1px solid rgb(215,168,8);*/
	color: rgb(215,168,8);
}
#nav .highlight a, #nav .highlight a:hover, 
/*#nav .thispage a,*/ #nav .thispage a:hover,
ul.linklist li:hover
{
	color: rgb(215,168,8);
	border-bottom: none;
}
#nav .thispage {
	/*color: #ffffff;*/
	/*border: 1px solid rgb(215,168,8);*/
}
ul.linklist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.linklist li, #nav #adminlist li {
	display: inline;
	background-image: url(images/leaf.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: .5ex 5px 0 32px ;
	margin-right: 5px;
	cursor: pointer;
}
ul.linklist > li:first-child
{
	margin-left: 5px;
}
/** the footer **/
#footer, .footer {
	clear: both;
	color: #eee;
	font-size: 80%;
	text-align: center;
	padding: 1ex 0;
}
#footer a {
	color: #eee;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

/** diagnostics help **/
.e_err {
	color: #a00;
	margin: 0;
	font-size: 8pt;
	font-family: monospace;
}
.e_warn {
	color: #f90;
	margin: 0;
	font-size: 8pt;
	font-family: monospace;
}
.e_notice {
	color: #a0a;
	margin: 0;
	font-size: 8pt;
	font-family: monospace;
}
.e_strict {
	color: #a0a;
	margin: 0;
	font-size: 8pt;
	font-family: monospace;
}
.trace {
	color: #00a;
	margin: 0;
	font-size: 8pt;
	font-family: monospace;
}
/** story formatting **/
div.onestory {
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align:left;
	margin: 0px;
	background-color:  rgb(250, 216, 99);
	color: #000000;
	padding: 15px 15px 0 15px;
}
.onestory h2 {
	font-family: 'Apex Sans Book T','Apex Sans Book ST','Agenda-LightCondensed','Trebuchet MS','Min-One',sans-serif;
	color: #000;
	margin: 0px 0px .5ex 0px;
}
.date {
	color: #997700;
	font-size: 80%;
	margin: 0;
}
.onestory .text p {
	font-size:95%;
}
/************* drop shadows ****************/
/* CSS container shadow */
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
	border: 1px solid #dfdfdf;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadowbox {
    position: relative;
    left: -1px;
    top: -1px;
}
	/* outer layer of shadow */
    #shadow-container .shadow1 {
        background-color: #d1d0d1;
    }
	/* middle layer of shadow */
    #shadow-container .shadow2 {
        background-color: #b8bab8;
    }
	/* inner layer of shadow */
    #shadow-container .shadow3 {
        background-color: #959695;
    }
	/* content goes here */
    #shadow-container .shadowbox {
        background-color: rgb(250, 216, 99);
        border: 1px solid #616261;
        padding: 0px;
    }
/* end CSS container shadow */
