@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/ChrismonBkgrd.png);
}
.twoColFixRtHdr #container { 
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
a {text-decoration: none;	color: #C70001;}
a:active {color: #000000;	text-decoration: underline;}
a:visited {color: #C70001; text-decoration: none;}
a:hover {text-decoration: underline; color: #000000;}

.twoColFixRtHdr #header {
	margin:20px 70px 0 70px
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #topnav {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	text-transform: uppercase;
	background-image:url(images/LongShad.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 22px; 
	padding: 4px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#topnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
} 
#topnav ul li {
display: inline;
padding-left:40px;
padding-right:40px;
}
#topnav a {text-decoration: none;	color: #000000;}
#topnav a:active {color: #C70001;	text-decoration: none;}
#topnav a:visited {color: #000000; text-decoration: none;}
#topnav a:hover {text-decoration: none; color: #C70001;}

.twoColFixRtHdr #bignav {
	font-family: 'Playfair Display', serif;
	font-size:24px;
	font-variant:small-caps;
	height:75px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/LongShad.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 3px;
} 
#bignav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
} 
#bignav ul li {
height:65px;
width: 350px;
display: inline;
float: left;
background-image:url(images/ShortShad.png);
background-repeat:no-repeat;
background-position:bottom;
}
#bignav a {text-decoration: none;	color: #000000;}
#bignav a:active {color: #C70001;	text-decoration: none;}
#bignav a:visited {color: #000000; text-decoration: none;}
#bignav a:hover {text-decoration: none; color: #C70001;}
.twoColFixRtHdr #sidebar1 {
	font-family: 'Lora', serif;
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right:30px;
	margin-bottom:5px;
}
.twoColFixRtHdr #mainContent {
    text-align: center;
    font-family: 'Lora', serif;
    margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 20px 20px 110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: 'Playfair Display', serif;
	font-variant:small-caps;
	font-size:18px;
	background-image:url(images/LongShad.png);
	background-repeat:no-repeat;
	background-position:top;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-style:bold;
	padding-bottom:0;
}
h3 {
margin-top:50px;
}


/* fade slider */
.slides {
    height:366px;
    margin:0; padding:0;
    position:relative;
	top:0; left:-15px;
	width:1000px;
}
.slides ul {
    list-style:none;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides ul li img {
    display:block;
}


.dancing {
    font-family: 'Dancing Script', cursive;
    color: #FF4A2D;
    font-size: 50px;
    text-align: center;
}


#sitebyISI { font-family: 'Lora', serif; font-size: 9px; color: #000000; background-image:url(images/LongShad.png);
	background-repeat:no-repeat;
	background-position:top;}
#sitebyISI a {text-decoration: none;	color: #414086;}
#sitebyISI a:active {color: #C70001;	text-decoration: underline;}
#sitebyISI a:visited {color: #414086; text-decoration: none;}
#sitebyISI a:hover {text-decoration: underline; color: #C70001;}
