@charset "UTF-8";
/* CSS Document */
body {
	background-color:#006;
	color:#fff;
	font-family:AdobeGaramond, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

a:link    {color:#900;text-decoration:none;}
a:visited {color:#900;text-decoration:none;}
a:hover   {color:#0ff;text-decoration:none;}
a:active  {color:#900;text-decoration:none;} 

#navbar {
	position:relative;
	background-image: url(/img/gray75.png);
	background-repeat: repeat;
	width:100%;
	min-width:500px;
	margin-bottom:0px;
}

#navbartop {
	clear:both;
	height:125px;
	min-width:150px;
	text-align:center;
	font-size:36px;
	font-family:njnaruto, Garamond;
	color:#900;
	position:relative;
	margin-left:20%;
	margin-right:20%;
	z-index:1;
}

#navbarlinks {
	position:relative;
	height:75px;
	margin-bottom:0px;
	min-width:250px;
	z-index:1;
}

#navbarlist {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	height:75px;
	font-size:20px;
	font-family:TrajanProBold, Garamond;
	z-index:1;
}

#navbarlist li {
	float:left;
	display:block;
	height:75px;
	width:20%;
	padding-top:15px;
	color:#ff0;
	text-decoration:none;
	text-align:center;
	z-index:1;
}

#navbarlist li a {
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	z-index:1;
}

#navbarlist li:hover {
	color:#ff0;
	z-index:1;
}

#navbarlist li a:hover {
	color:#900;
	z-index:1;
}

#lightningborderyellow {
	clear:right;
	background-image:url(/img/LightningBorder.png);
	background-repeat:repeat-x;
	min-height:15px;
	max-height:15px;
	position:relative;
	width:100%;
	height:15px;
	vertical-align:baseline;
	z-index:0;
	margin-top:0px;
}

#lightningborderyellowbottom {
	clear:right;
	background-image:url(/img/LightningBorderYellowBottom.png);
	background-repeat:repeat-x;
	min-height:15px;
	max-height:15px;
	position:relative;
	width:100%;
	height:15px;
	vertical-align:baseline;
	z-index:0;
	margin-bottom:0px;
}

#lightningborderred {
	background-image:url(/img/LightningBorderRed.png);
	background-repeat:repeat-x;
	min-height:15px;
	max-height:15px;
	height:15px;
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	vertical-align:baseline;
	z-index:0;
}

#lightningborderredtop {
	background-image:url(/img/LightningBorderRedBottom.png);
	background-repeat:repeat-x;
	min-height:15px;
	max-height:15px;
	position:relative;
	margin:0px;
	margin-left:10%;
	margin-right:10%;
	padding:0px;
	width:80%;
	height:15px;
	vertical-align:baseline;
	z-index:0;
}

#lightningborderredbottom {
	background-image:url(/img/LightningBorderRedTop.png);
	background-repeat:repeat-x;
	min-height:15px;
	max-height:15px;
	position:relative;
	margin:0px;
	margin-left:10%;
	margin-right:10%;
	padding:0px;
	width:80%;
	height:15px;
	vertical-align:baseline;
	z-index:0;
}

#maincontainer {
	width:100%;
	align-content:center;
}

.maincontent {	
	clear:both;
	margin:0px;
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
	padding:15px;
	border: 2px solid #900;
}

#contactus {
	clear:both;
	border-top:5px solid #900;
	border-bottom:5px solid #900;
	margin-left:5%;
	margin-right:5%;
	padding:5%;
	font-size:1em;
	z-index:0px;
}

#services {
	clear:both;
	margin:0px;
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
	padding:15px;
	border: 2px solid #900;
}

#topics {
	clear:both;
	margin:0px;
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
	padding:15px;
	border: 2px solid #900;
}

#adventures {
	clear:both;
	margin:0px;
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
	padding:15px;
	border: 2px solid #900;
}

.pagedate {
	float:right;
	font-family:CalvinHobbes;
	font-size:1.5em;
	color:#f90;
}

.pagetitle {
	text-align:center;
	font-family:TrajanProBold;
	font-size:2em;
	color:#fff;
}

.journalentrycontentcontainer {
	clear:both;
	background-image: url(/img/gray75.png);
	background-repeat: repeat;
	margin:0px;
	margin-left:5%;
	margin-right:5%;
	padding:1%;
}

.journalentrycontent {
	padding:10px;
	font-family:TrajanPro;
	font-size:1em;
	color:#fff;
}

.journalentryquote {
	font-family:TrajanProBold;
	font-size:.8em;
	padding-left:10%;
	padding-right:10%;
	color:#ff0;
}

.journalentryclosing {
	font-family:TrajanProBold;
	font-size:.8em;
	text-align:center;
	color:#f90;
}

#footer {
	position:relative;
	width:100%;
	margin-top:0px;
	padding-left:5%;
	padding-right:5%;
	text-align:center;
	height:45px;
}