@charset "UTF-8";

@font-face
{
    font-family: my_font;
    src: url('http://www.abbyrike.com/PAPYRUS.ttf');
}

p
{
	font-family: my_font;
}
#insidepagesContainer {
	background-color: #D08A29;
	background-image: url(../images/insidepageback.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}/* CSS Document */
#insidepage_textarea {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#calendar_content {
	width: 920px;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 4px;
}

#outerwrapper {
	background-image: url(../images/abbyhome2.jpg);
	background-repeat: no-repeat;
	height: 745px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footerarea {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerbackground.png);
	background-repeat: no-repeat;
	background-color: #FFFF99;
}
body {
	background-color: #244365;
	background-image: url(../images/butterflyback.jpg);
	background-repeat: repeat;
}td img {display: block;}
#hometext {
	float: right;
	height: 450px;
	width: 460px;
	padding-right: 20px;
	padding-top: 5px;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #08385E;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #2B4258;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-align: right;
}
#footer {
	font-size: 10px;
	color: #FF9;
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	color: #FF9;
}
#footer a:visited {
	color: #FF9;
}
#footer a:hover {
	color: #FF9;
	text-decoration: underline;
}
h1 {
	color: #000;
	font-size: 17px;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: my_font;
	font-weight: bold;
}
h1 a {
	color: #08385E;
	text-decoration: none;
	
}
h1 a:hover {
	color: #82BFCF;
	text-decoration: none;
	
}
h2 {
	color: #0B2F53;
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: my_font;
	font-weight: bold;
}
h3 {
	color: #08385E;
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px 0;
	font-family: my_font;	
}
h3 a {
	color: #936C18;
	text-decoration: none;
}
h3 a:hover {
	color: #6EB6C5;
	text-decoration: none;
}
h4 {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 0;
	
}
h5 {
	color: #eb3e7c;
	font-size: 12px;
	margin: 7px 0 0 0;
	padding: 0;
}
#calendar_navigation {
	width: auto;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

