@charset "utf-8";
/* CSS Document */

a img { border:none; }
a { outline: none; }

body {
width: 1100px;
margin: -10px auto;
}

#shade {
width: 1000px;
padding: 0 50px 0 50px;
background-image: url(http://www.karelsbeachbar.com//images/shade.png);
background-repeat: repeat-y;
}

#photoheader { 
width: 1000px; 
height: 350px; 
margin: 10px 0 0 0; 
overflow: hidden; 
}

#photoheader a {
width: 1000px;
height: 0;
padding-top: 350px;
display: block;
background-image: url(http://www.karelsbeachbar.com//images/banner.png); 
background-repeat: no-repeat; 
}

/* BUTTONS CONTAINER */
#globalheader { width: 1000px; height: 233px; margin: 0 0 30px 0; overflow: hidden; background-color: #FFFFFF; }
#globalheader #globalnav { margin: 0; padding-left: 34px; padding-right: 34px; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 233px; height: 0; padding-top: 233px; overflow: hidden; }

/* BUTTONS NORMAL */
#globalheader #globalnav li#gn-kbb a { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: 0 0; }
#globalheader #globalnav li#gn-kcb a { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -234px 0; }
#globalheader #globalnav li#gn-zz a { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -467px 0; }
#globalheader #globalnav li#gn-is a { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -700px 0; }

/* BUTTONS HOVER */
#globalheader #globalnav li#gn-kbb a:hover { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: 0 -234px; }
#globalheader #globalnav li#gn-kcb a:hover { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -234px -234px; }
#globalheader #globalnav li#gn-zz a:hover { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -467px -234px; }
#globalheader #globalnav li#gn-is a:hover { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -700px -234px; }

/* BUTTONS PRESSED */
#globalheader #globalnav li#gn-kbb a:active { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: 0 -465px; }
#globalheader #globalnav li#gn-kcb a:active { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -234px -465px; }
#globalheader #globalnav li#gn-zz a:active { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -467px -465px; }
#globalheader #globalnav li#gn-is a:active { background-image: url(http://www.karelsbeachbar.com//images/button.png); background-repeat: no-repeat; background-position: -700px -465px; }

/* MAIN CONTENT */
.content {
width: 550px;
min-height: 900px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
float: left;
margin: 0 0 30px 50px;
}

/* MAIN CONTENT HEADERS */
.header { width: 550px; height: 120px; background-repeat: no-repeat; }
.content #beachbar_head { background-image: url(http://www.karelsbeachbar.com//images/kbb_ban.png); }
.content #cappuccino_head { background-image: url(http://www.karelsbeachbar.com//images/cap_ban.png); }
.content #zeezicht_head { background-image: url(http://www.karelsbeachbar.com//images/zee_ban.png); }
.content #imperial_head { background-image: url(http://www.karelsbeachbar.com//images/imp_ban.png); }
.content #events_head { background-image: url(http://www.karelsbeachbar.com//images/eve_ban.png); }
.content #comments_head { background-image: url(http://www.karelsbeachbar.com//images/com_ban.png); }
.content #pictures_head { background-image: url(http://www.karelsbeachbar.com//images/pic_ban.png); }
.content #sitemap_head { background-image: url(http://www.karelsbeachbar.com//images/sit_ban.png); }
.content #disclaimer_head { background-image: url(http://www.karelsbeachbar.com//images/dis_ban.png); }
.content #jobs_head { background-image: url(http://www.karelsbeachbar.com//images/job_ban.png); }
.content #welcome_head { background-image: url(http://www.karelsbeachbar.com//images/wel_ban.png); }

/* MAIN CONTENT TEXT */
.content .toppicture { position: relative; left: -30px; top: 10px; margin: 0 -20px 5px 0; float: left; } 
.content .text { padding: 10px 20px 0 20px; }
.content .sub { color: #000000; font-size: 18px; }
.content .align {margin: 0; }
.content #beachbar { color: #3399CC; background-image: url(http://www.karelsbeachbar.com//images/flower_pink.png); background-position: bottom left; background-repeat: no-repeat; min-height: 500px; } /* blue text */
.content #cappuccino { color: #FF0066; background-image: url(http://www.karelsbeachbar.com//images/flower_purple.png); background-position: bottom left; background-repeat: no-repeat; min-height: 600px; } /* pink text */
.content #zeezicht { color: #FF9900; background-image: url(http://www.karelsbeachbar.com//images/flower_orange.png); background-position: bottom left; background-repeat: no-repeat; min-height: 500px; } /* yellow text */
.content #imperial { color: #009966; background-image: url(http://www.karelsbeachbar.com//images/flower_yellow.png); background-position: bottom right; background-repeat: no-repeat; min-height: 500px; } /* green text */
.content #events { color: #FF6600; background-image: url(http://www.karelsbeachbar.com//images/flower_green.png); background-position: bottom center; background-repeat: no-repeat; min-height: 500px; } /* orange text */
.content #comments { color: #009966; background-image: url(http://www.karelsbeachbar.com//images/flower_yellow.png); background-position: bottom right; background-repeat: no-repeat; min-height: 500px; } /* green text */
.content #pictures { color: #CC6699; background-image: url(http://www.karelsbeachbar.com//images/flower_blue.png); background-position: bottom right; background-repeat: no-repeat; min-height: 500px; } /* purple text */
.content #sitemap { color: #FF9900; background-image: url(http://www.karelsbeachbar.com//images/flower_orange.png); background-position: bottom right; background-repeat: no-repeat; min-height: 500px; } /* yellow text */
.content #disclaimer { color: #FF6600; background-image: url(http://www.karelsbeachbar.com//images/flower_green.png); background-position: bottom right; background-repeat: no-repeat; min-height: 500px; } /* orange text */
.content #jobs { color: #FF0066; background-image: url(http://www.karelsbeachbar.com//images/flower_purple.png); background-position: bottom right; background-repeat: no-repeat; min-height: 600px; } /* pink text */
.content #welcome { color: #3399CC; background-image: url(http://www.karelsbeachbar.com//images/flower_pink.png); background-position: bottom left; background-repeat: no-repeat; min-height: 500px; } /* blue text */

/* MAIN CONTENT LINKS */
.content .text a {text-decoration: underline; }
.content .text a:hover {text-decoration: none; }
.content #beachbar a { color: #3399CC; }
.content #cappuccino a { color: #FF0066; }
.content #zeezicht a { color: #FF9900; }
.content #imperial a { color: #009966; }
.content #events a { color: #FF6600; }
.content #comments a { color: #009966; }
.content #pictures a { color: #CC6699; }
.content #sitemap a { color: #FF9900; }
.content #disclaimer a { color: #FF6600; }
.content #jobs a { color: #FF0066; }
.content #welcome a { color: #3399CC; }

/* SIDEBAR CONTENT */
.sidebar {
width: 320px;
float: right;
margin: 0 30px 5px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
background-repeat: no-repeat;
}
#eventsbar { color: #FF6600;  }
#contentsbar { color: #FF6600;  }
#picturesbar { color: #FF6600;  }
.sidebar p { padding: 0 20px 0 20px; }
.sidebar .sub {color: #000000; font-size: 18px;}

/* SIDEBAR LINKS */
.sidebar a { text-decoration: underline; }
.sidebar a:hover { text-decoration: none; }
#eventsbar a { color: #FF6600; }
#commentsbar a { color: #009966; }
#picturesbar a { color: #CC6699; }
#picturesbar #photofield {
width: 300px;
height: 300px;
margin: 20px 0 -10px 0;
padding: 40px 0 0 40px;
background-image: url(http://www.karelsbeachbar.com//images/photofield.png);
background-repeat: no-repeat;
}

/* SIDEBARS HEADERS */
a.sidebarheader { display: block; width: 320px; height: 100px; }
/* margin: 15 auto 0 auto */

/* NORMAL */
a#eventsheader { background-image: url(http://www.karelsbeachbar.com//images/events.png); background-repeat: }
a#commentsheader { background-image: url(http://www.karelsbeachbar.com//images/comments.png); background-repeat: no-repeat; }
a#picturesheader { background-image: url(http://www.karelsbeachbar.com//images/pictures.png); background-repeat: no-repeat; }

/* HOVER */
a#eventsheader:hover { background-image: url(http://www.karelsbeachbar.com//images/events.png); background-repeat: no-repeat; background-position: 0 -100px; }
a#commentsheader:hover { background-image: url(http://www.karelsbeachbar.com//images/comments.png); background-repeat: no-repeat; background-position: 0 -100px; }
a#picturesheader:hover { background-image: url(http://www.karelsbeachbar.com//images/pictures.png); background-repeat: no-repeat; background-position: 0 -100px; }

/* PRESSED */
a#eventsheader:active { background-image: url(http://www.karelsbeachbar.com//images/events.png); background-repeat: no-repeat; background-position: 0 -200px; }
a#commentsheader:active { background-image: url(http://www.karelsbeachbar.com//images/comments.png); background-repeat: no-repeat; background-position: 0 -200px; }
a#picturesheader:active { background-image: url(http://www.karelsbeachbar.com//images/pictures.png); background-repeat: no-repeat; background-position: 0 -200px; }

/* HIDE TEXT */
.hide { display: none; }

/* CAPTCHA */
.captcha {
display: block;
clear: both;
}


/* FOOTER */
#footer {
width: 900px;
height: 250px;
margin-left: 50px;
margin-right: 50px;
clear: both;
background-image: url(http://www.karelsbeachbar.com//images/footer_mid.png);
background-repeat: repeat-x;
}

#footer_left {
width: 30px;
height: 250px;
background-image: url(http://www.karelsbeachbar.com//images/footer_left.png);
background-repeat: no-repeat;
float: left;
}

#footer_right {
width: 30px;
height: 250px;
background-image: url(http://www.karelsbeachbar.com//images/footer_right.png);
background-repeat: no-repeat;
float: right;
}

.footer_text {
width: 255px;
height: 200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
float: left;
margin: -5px 5px 0 20px;
overflow: hidden;
}

.footer_text a {
color: #FFFFFF;
text-decoration: underline;
}

.footer_text a:hover {
text-decoration: none;
}

#copyright {
width: 840px;
height: 65px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
float: left;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://www.karelsbeachbar.com//loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://www.karelsbeachbar.com//prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.karelsbeachbar.com//nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.karelsbeachbar.com//closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
