@charset "UTF-8";
/* ----- basic styling ------ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	font-size: 85%;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	color: #999999;
	line-height: 20px;
	background-attachment: scroll;
	background-image: url(../assets/images/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0B0603;
}

a {
	text-transform: uppercase;
	font-size: 75%;
}
a:link {
	color: #66FFFF;
}

a:visited {
	color: #66FFFF;
}
a:hover {
	color: #FFFFCC;	
}
a:active {
	color: #FFFFCC;
}

/* ----- structure -------*/
#wrapper {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/images/wrapperbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
#header {
	width: 800px;
	height: 250px;
	background-image: url(../assets/images/header/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
}



#main {
	position: relative;
	text-align: left;
	width: 500px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}
#main h1 {
	text-transform: uppercase;
	color: #33FFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #725E4A;
	margin-bottom: 20px;
	padding-bottom: 3px;
	margin-top: 10px;
	font-size: 10px;
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: 0.25em;
}
#main .maintitles {
	font-size: 400%;
	letter-spacing: 0.125em;
	color: #24474B;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}



#sidebar {
	width: 260px;
	position: relative;
	float: right;
	text-align: center;
	height: auto;
	padding: 10px;
}


#footer {
	background-color: #000000;
	height: 300px;
	background-image: url(../assets/images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#footer .footerlinks {
	float: left;
	right: 590px;
	position: absolute;
	padding-top: 30px;
}
#footer .footertext {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-transform: uppercase;
	color: #666666;
	width: 420px;
	float: right;
	padding-right: 50px;
	padding-top: 20px;
}

#kdtag {
	color: #996633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	letter-spacing: .125em;
	padding-top: 10px;
	padding-right: 5px;
}
#kdtag  a  {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	letter-spacing: .125em;
	padding-right: 3px;
	padding-left: 3px;
}

.clear {
	clear: both;
}	

/* ------ header -------*/
#header .logo {
	float: left;
	width: 150px;
	margin-left: 7px;
	margin-top: 58px;
}

#header .sitetitle {
	float: right;
}

#header #navigation {
	position: absolute;
	clear: right;
	width: 90px;
	text-align: left;
	padding-right: 5px;
	height: 145px;
	top: 70px;
	left: 700px;
	background: url(../assets/images/navbg.png) no-repeat left top;
	padding-top: 5px;
}

#header #navigation ul {
	list-style: none;
}

#header #navigation li {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #817751;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #817751;
}

#header #navigation a:link, #navigation a:visited {
	color:#CCCCCC;
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	display: block;
	line-height: 1em;
}

#header #navigation a:hover {
	color: #FFFFFF;
	margin-left: 5px;
	font-weight: bold;
}


/* ----- news section --------*/

#newsflash {
	width: 500px;
	clear: both;
	margin-top: 10px;
}

#newsflash h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	float: left;
	color: #554C32;
	padding-bottom: 5px;
	padding-top: 15px;
	font-weight: lighter;
}
#newsflash p {
	text-align: justify;
	padding-bottom: 30px;
	padding-left: 150px;
	padding-top: 15px;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-right: 0px;
	font-size: 95%;
	color: #185B64;
}


/* ----- sidebar section --------*/

#sidebar .knowjesus {
	height: 220px;
	width: 260px;
	background-image: url(../assets/images/sidebar/knowjesusbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	position: relative;
}
#sidebar .knowjesus h1 {
	text-indent: -9999px;
	background-image: url(../assets/images/sidebar/knowjesush1.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 220px;
	left: 25px;
	top: 10px;
	position: absolute;
}

#sidebar .knowjesus p {
	color: #000000;
	line-height: 16px;
	padding-left: 20px;
	font-size: 80%;
	text-align: left;
	padding-right: 5px;
	position: relative;
	top: 120px;
}

#sidebar .knowjesus a {
	color: #CCCCCC;
	font-size: 85%;
	border-bottom-width: 35px;
	border-bottom-style: solid;
	border-bottom-color: #020202;
	background-color: #020202;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	text-decoration: none;
	right: 20px;
}

#sidebar .knowjesus a:hover {
	color: #B0964B;
	border-bottom-width: 35px;
	border-bottom-style: solid;
	border-bottom-color: #12130B;
	background-color: #12130B;
}
#sidebar .encounterside {
	height: 100px;
	width: 260px;
	margin-top: 10px;
	border: 1px dashed #214250;
}
#sidebar .encounterside h1 {
	text-indent: -9999px;
	background-image: url(../assets/images/sidebar/encountersideh1.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 260px;
	left: 0px;
	top: 10px;
}
#sidebar .encounterside p {
	font-size: 65%;
	color: #66CCCC;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	padding-left: 5px;
}
#sidebar .encounterside a {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 97%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #40B0C9;
	padding-right: 2px;
	padding-left: 2px;
}
#sidebar .encounterside a:hover {
	color: #FFFFCC;
}

/* ----- top link navigation -------*/
#toplinks {
	list-style: none;
	height: 45px;
	overflow: hidden;
}

#toplinks li {	
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 60%;	text-transform: uppercase;
}

#toplinks a {
    display: block;    
	background-image: url(../assets/images/toplinks.png);
	padding-top: 45px;    text-decoration: none;
}
#toplinks-pcast { 
	width: 45px;
	background-position: -135px 0px;
}	

#toplinks-pcast:hover {
	background-position: -135px -45px;
}

#toplinks-face {
	width: 45px;    
	background-position: -90px 0px;
}

#toplinks-face:hover {    
	background-position: -90px -45px;
}

#toplinks-grace { 
	width: 45px;
	background-position: -45px 0px;}

#toplinks-grace:hover {
	background-position: -45px -45px;
}

#toplinks-store {
	width: 45px;
	background-position: 0px 0px;
}

#toplinks-store:hover{ 
background-position: 0px -45px;

}

/* --- Specialized ---- */

.longtext {
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: justify;
	padding-right: 10px;
}

.longtexthdr {
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	text-align: justify;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.biopicture {
	padding-top: 75px;
}

em {
	color: #CCCC99;
	font-style: normal;
}

.cream {

}


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 500px;
	background-color: #121210;
	border: 1px solid #152D38;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 490px;

}

#slideshow .slides ul {
	width: 2880px;
}

#slideshow .slides li {
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #03171e;
	border-top: 2px solid #ccc;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
	display: block;
	padding: 15px 20px;
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #121210;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}


#sidebar .booking {
	background-color: #081213;
	height: 600px;
	margin-top: 75px;
	padding: 20px;
}
#sidebar .booking .iconimg {
	float: left;
	padding-right: 10px;
}
#sidebar .booking h2 {
	text-align: left;
	color: #666633;
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #24474B;
	padding-bottom: 5px;
	letter-spacing: .125em;	
}
#sidebar .booking p {
	line-height: 18px;
	text-align: justify;
	padding-right: 30px;
	color: #285A65;
	padding-top: 15px;
	clear: both;
}
#sidebar .booking .joan {
	color: #339999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #24474B;
	border-bottom-color: #24474B;
	padding-bottom: 10px;
	padding-top: 8px;
	margin-top: 10px;
}


/* ---------------------------------------------------- */
/* CONTACT
/* ---------------------------------------------------- */
.contactinfoh {
	color: #CCCCCC;
	padding-top: 50px;
	padding-left: 40px;
	font-size: 90%;
}

.contactinfo {
	color: #336666;
	padding-top: 10px;
	padding-left: 40px;
	font-size: 85%;
}
.contactdir {
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #24474B;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 85%;
	color: #CCCCCC;
}
