div.login{
	display:none;
}
a.logout{
	text-decoration: none;
	color: white;
}
div.printy{
	font-size: 20px;
}
div.contents {
	display: none;
	
}

/*
This is for the header & menu section.
*/

div.menucontainer{
	width: 1200px;
	height: 40px;
	background-color: #008ce6;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	margin: 0 auto 0 auto;
	
}
div.leftmenu{
	width: 450px;
	float: left;
	position: relative;
	z-index: 10;
}

div.rightmenu{
	width: 400px;
	float: left;
	position: relative;
	z-index: 20;
}

div.logo{
	float: left;
	position: relative;
	z-index: 30;
	margin-top: -80px;
}

ul.mainmenu { 
    list-style: none; 
    margin: auto;
    padding-top: 10px;
    width: 300px;
    height: 30px;
}

li.menu
{
    display:inline;
    width: 15px;
}

li a.menunav {
    text-decoration: none;
    padding: 0px 25px 0px 25px;
    width: 300px;
    height: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: white;
}

li a.menunav:hover { 
    background-color: navy;
	color: white;
}

div.nav {
	text-align: center;
	
}

div.calendar{
	float: right;
	margin-right:  25px;
	width: 325px;
	height: auto;
	border: 1px black solid;
	margin-top:  -75px;
	text-align: center;
	color: white;
	background-color: navy;
	
}
div.events{
	width: 315px;
	background-color: white;
	color: black;
	height: 395px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

span.arttitle{
	font-size: 20px;
	color: teal;
}
span.artdate{
	font-size: 18px;
}

/* 
These are the Divs for the story sections of the index page.
*/

div.main {
	width: 98%;
	height: auto;
	margin:  5px;
	padding: 5px;

}
div.bstory {
	width: 49%;
	height: 150px;
	margin:  5px;
	padding: 5px;
	float: left;
	border: 1px solid black;
}
div.cstory {
	width: 49%;
	height: 150px;
	margin:  5px;
	padding: 5px;
	float: left;
	border: 1px solid black;
}
div.dstory {
	width: 49%;
	height: 150px;
	margin:  5px;
	padding: 5px;
	float: left;
	border: 1px solid black;
}
div.estory {
	width: 49%;
	height: 150px;
	margin:  5px;
	padding: 5px;
	float: left;
	border: 1px solid black;
}
div.mainstory{
	padding: 25px;	
}
a.arttitle{
	text-decoration: none;
	color: black;
}
span.storytitle{
	font-size: 30px;
}
span.author{
	font-size: 12px;
	color: gray;
	font-style: italic;
}
span.postdate{
	font-size: 12px;
	color: gray;
	font-style: italic;	
}
span.editdate{
	font-size: 12px;
	color: red;
	font-style: italic;
}
div.story{
	font-size:  15px;
	-webkit-column-count:3; /* Chrome, Safari, Opera */
	-moz-column-count:3; /* Firefox */
	column-count:3;
}

div.fb-like-header{
	float: right;
	margin-top:  25px;
	margin-right:  25px;
	width: 325px;
	height: auto;
	border: 1px black solid;
	text-align: center;
	color: white;
	font-size: 20px;
	background-color: navy;
}

div.fb-like-box{
	background-color: white;
	color: black;
	width: 325px;
}

div.aimage{
	border: 1px solid black;
	width: 500px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
div.ainfoheader{
	border: 1px solid black;
	width: 600px;
	height: 400px;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	color: white;
	background-color: navy;
	font-size: 25px;
	text-align: center;
}
div.ainfo{
	width: 580px;
	height: 350px;
	background-color: white;
	color: black;
	font-size: 15px;
	text-align: left;
	padding: 10px;
}
div.adesc{
	border: 1px solid black;
	margin-left: 25px;
	margin-bottom: 25px;
	width: 1125px;
	float: left;
	
}
div.aspecial{
	border: 1px solid black;
	margin-left: 25px;
	margin-bottom: 25px;
	width: 1125px;
	float: left;
}

/*
This is for the footer of the page.
*/

div.footer {
	width: 1200px;
	border-top: 2px solid black;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #008ce6;
	color: white;
	margin:  auto;
	float: left;
	position: relative;
}

div.footer2 {
	width: 1200px;
	border-top: 2px solid black;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #008ce6;
	color: white;
}





/* This is the image Slider CSS - DO NOT MESS WITH UNLESS YOU KNOW WHAT YOU ARE DOING!!!!!!*/

div.slider{
	margin-top:  -75px;
	margin-left: 25px;
	padding-left: 25px;
	position: relative;
	z-index: 10;
	float: left;
	background-color: navy
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
/* // image replacement */

/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin: 0;
	padding:0;
	list-style:none;
}

#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:775px;
	height:422px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}	

#nextBtn, #slider1next{ 
	left:696px;
}														

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	
	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}

ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}

ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}

ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}

/* // Easy Slider */
