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

* {
	margin: 0;
	padding:0;	
}

.clear {
	clear:both;	
}
.fr {
	float:right;	
}
.fl {
	float:left;	
}
html {
	height:auto !important;
	/*background: black;*/
}

body {
/*	background:#c19c4c;
*/	/*:#6b360a url(images/background.jpg) top center no-repeat;*/
background-image: linear-gradient(bottom, rgb(193,156,76) 24%, rgb(225,203,102) 62%);
background-image: -o-linear-gradient(bottom, rgb(193,156,76) 24%, rgb(225,203,102) 62%);
background-image: -moz-linear-gradient(bottom, rgb(193,156,76) 24%, rgb(225,203,102) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(193,156,76) 24%, rgb(225,203,102) 62%);
background-image: -ms-linear-gradient(bottom, rgb(193,156,76) 24%, rgb(225,203,102) 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, rgb(193,156,76)),
	color-stop(0.62, rgb(225,203,102))
);
}

body > * {
	margin: 0 auto;
	padding: 0 auto;
}

.hidden-imgs {
	display: none;		
}


/*------------
------------
	Header
------------
---------------*/

.header  {
	background:url(images/black-trans-bg.png) repeat;
	width: 1100px;
	height:140px;	
	position:relative;
	
	
/* 	border-bottom:2px solid #404040; */
}
.header-wrapper {
	position:relative;
	width:1100px;
	height:100%;
	margin: 0px auto;
}


.kdb-logo-container {
	/*background:url(images/black-trans-bg.png) repeat;*/
	padding: 5px 0px 5px 5px;
	margin: 0px;
	position:absolute;
	left:10px;
	bottom:-10px;
		
}
.kdb-logo {
	background: url(images/KDB-easton-final-Logo.png) no-repeat;
	width:260px;
	height:140px;
	text-indent:-9999px;
	display:block;
	position: relative;
	z-index: 2;
		
}
.holiday-text {
	color:white;
	position:absolute;
	right:55px;
	top:55px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #333;
	-moz-text-shadow:1px 1px #333;
	-webkit-text-shadow:1px 1px #333;
	-ms-text-shadow:1px 1px #333;
	-o-text-shadow:1px 1px #333;
}

/*.kdb-logo:hover {
	background: url(images/kdb-logo-large-hover.png) no-repeat;
	width:260px;
	height:140px;
	text-indent:-9999px;
	display:block;
	position: relative;
	z-index: 2;
		
}*/

/*-------------
Header contact number
---------*/
.header-contact-number {
	color:white;
	position:absolute;
	padding: 0px 0px 0px 20px;
	bottom: 70px;
	right:20px;
	z-index:100;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 800;
	font-size: 12px;	
}
span.contact-us-header-txt {
	font-size: 17px !important;	
	text-shadow: 0px 0px 0px black;
}
.number-divider-bg {
	background:url(images/nav-dot.png) no-repeat;
	height:3px;
	width:4px;
	position:absolute;
	left:0px;
	top:6px;
	
}

/*------------
------------
	Navigation container
------------
---------------*/


/*-------------
set position of navigation container 
---------------*/

.navigation-container {
	position:absolute;
	right:-60px;
	bottom:0px;
	background: url(images/nav-og-bg.png) no-repeat;
	height:59px;
	width:900px;
}



.navigation-container ul {
	list-style:none;
	padding: 18px 0px 0px 15px;	
}


.navigation-container li {
	float:left;
	color:white;
	padding: 0px 30px 0px 0px;
	margin: 0px 30px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:800;
	font-size:17px;
	position:relative;	
	
}
.navigation-container li a {
	color:white;
	-webkit-transition:color .3s ease-in; 
	-ms-transition:color .3s ease-in; 
	-moz-transition:color .3s ease-in;  
	-o-transition:color .3s ease-in; 
	text-decoration:none;
	padding: 0px 0px 2px 0px;
	text-shadow: 0px -1px 1px black;	
}
.navigation-container li a:hover {
	color:#eebc0c;
	text-decoration:none;	
	
	
}

.divider-bg {
	background:url(images/nav-dot.png) no-repeat;
	height:3px;
	width:4px;
	position:absolute;
	right:0px;
	top:10px;
}	
/*------------
------------
	Middle container
------------
---------------*/

.middle-content-container {
	width:1100px;
	height:331px;
	position:relative;
}

.scrollbar .content{
	float:right;
	background:  white/*url(images/kdb-page-bg.png)*/;
	padding: 15px 20px 20px;
	margin: 0px 0px 50px;
	position: absolute;
	
}
.main-slider-container {
	position: absolute;
	z-index: 10;
	
}

.cycle-slider-container {
	position: absolute;
	height:300px;
	z-index: 100;
}

/*---------------------------
----------------------------
Middle view
------------------------------------*/

.frontp-middle-container {
	overflow:hidden !important;
	position: absolute;
	right:0px; 
	z-index: 200;
	height:331px;
}

.frontp-middle-container div .viewport {
	width:1085px !important;	
	background:	#e9e9e9 /*url("images/kdb-page-bg.png") repeat scroll 0 0 transparent*/;
}


#scrollbar1, #scrollbar2, #scrollbar3, #scrollbar4, #scrollbar5, #scrollbar6 {
	width:1100px !important;
}

/*------------ 
main content 
--------*/
/*-- bar --*/

.bar-heading {
	width:680px;
	
}
.main-content {
	width:680px; /*og 450px. For larger viewport*/
	margin: 0px 20px 50px 0px;
	float:left;
	font-family:calibri;
}
.main-content-full {
	width:680px;
	padding:0px 0px 15px 0px;	
	font-family:calibri;
}

.main-content ul, .main-content-full ul {
	margin: 0px 0px 0px 50px;
	
}
.main-content p,.main-content-full p {
	margin: 0px 10px 10px 0px;
}
.main-content-full img {
	margin: 0px 0px 20px 20px;
	
}
/*------------ 
sub content 
-----------*/

.sub-content {
	width:300px;
	float:left;
	font-family:calibri;
}

.main-content h2, .main-content-full h2, .sub-content h2{
	font-family:calibri;
	color:#9a0101;
	text-transform:uppercase;
	font-size: 16px;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #9a0101;
}

/*------------
------------
	Pages Navigation container
------------
---------------*/
#about-page,#bar-page, #den-page, #happenings-page, #info-page, #kitchen-page, #parties-events-page {
	position:relative;
	display:none;
}

/*------------
------------
	bottom container
------------
---------------*/
.bottom-content-container {
	position:relative;
	width:1100px;
	background:url(images/black-trans-bg.png) repeat;
	margin: 0px auto 40px;	
	padding: 15px 0px 0px;
}

/*------------
------------
	bottom link container
------------
---------------*/

.bottom-link-container {
	width:1100px;
	margin: 0px auto 40px;
	padding: 0px 100px 0px; 	
}


/*-------------
front boxes
-------------------*/
.front-boxes-container {
	width:1020px;
	float:left;
}
.front-boxes-container ul {
	list-style:none;	
}

.front-boxes-container li {
	
}

.front-boxes-container li > a {
	width:240px;
	height:248px;
	display:block;
	float:left;
	margin: 0px 14px 0px 0px;
	background:url(images/black-trans-bg.png) repeat;
}

/*-------------
social icon container
-------------------*/
.social-icons-container {
	width:60px;
	float:right;	
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
}
.find-us-text {
	/* background: url(images/social-icons/find-us-on-text.png) no-repeat; 
	width:126px;
	height:32px;
	*/
	text-align:center;
	color:yellow;
	font-size: 13px;
	font-family: 'Lobster', cursive;	
	margin: 0px 10px 0px 0px;
}

.find-us-text {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 800;
	font-size: 17px;
	color:white;
	text-align:center;
	margin: 0px 10px 0px 0px;
}




.social-icons-container ul {
	margin: 0px 0px 0px -30px;
	list-style:none;	
}

.social-icons-container li {
	width:50px;
	margin: 10px auto 0px;	
	
}

.social-icons-container li a {
	text-indent:-9999px;	
	
}
.social-icons-container .facebook-icon {
	background: url(images/social-icons/facebook-small.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	margin: 0px 0px 5px 0px;
	
}

.social-icons-container .facebook-icon:hover {
	background: url(images/social-icons/facebook-small-hover.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	
}

.social-icons-container .twitter-icon {
	background: url(images/social-icons/twitter-small.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	
}
.social-icons-container .twitter-icon:hover {
	background: url(images/social-icons/twitter-small-hover.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	
}

.social-icons-container .instagram-icon {
	background: url(images/social-icons/instagram-small.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	margin: -5px 0px 0px 0px;
	
}
.social-icons-container .instagram-icon:hover {
	background: url(images/social-icons/instagram-small-hover.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	
}


.social-icons-container .youtube-icon {
	background: url(images/social-icons/youtube-small.png) no-repeat;
	width:40px;
	height:40px;
	display:block;
	margin:-7px 0px 5px 0px;	
	
}
.social-icons-container .youtube-icon:hover {
	background: url(images/social-icons/youtube-small-hover.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	
}
.social-icons-container .foursquare-icon {
	background: url(images/social-icons/foursquare-small.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	margin: 0px 0px 0px -2px;
	
}
.social-icons-container .foursquare-icon:hover {
	background: url(images/social-icons/foursquare-small-hover.png) no-repeat;
	width:40px;
	height:40px;
	display:block;	
	
}
.icon-left {
	float:left;	
	
}
.icon-right {
	float:right;	
}


/*-------------
bottom link button container
-------------------*/


.bottom-book-party-container a {
	background:url(images/book-your-party-button.png) no-repeat;
	width:431px;
	height: 119px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0px 0px 0px 20px;
}

.bottom-e-club-container a {
	background: url(images/eclub-button.png) no-repeat;
	display: block;
	width:431px;
	height: 119px;
	text-indent: -9999px;
	float: right;
	margin: 0px 20px 0px 0px;

	
	
}

/* New CSS by Rickky 27June2012 */
.main-content h3{
	font-size:16px;
}
.sub-content h3{
		font-family:calibri;
	color:#9a0101;
	text-transform:uppercase;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #9a0101;
}
.hdTxt{
	color:#9a0101;
}
.menu-items-container h3, h2{
	margin:20px 0 0 0;
}
.redTxt{
	color:#F00;
	text-decoration:none;
}
.redTxt a{
	color:#F00;
	text-decoration:none;
}
.dayHdTxt{
	color:#9a0101;
	font-weight:bold;
}
/*------------
den page
------------*/
/*-------------------
--------------
package 
------------
--------------------*/

.package-container{
	background:#976f18;
	width:209px;
	padding:1px 1px 5px 1px;
	float:left;
	color:#fff;
	text-align:center;
	font-size:14px;
	margin:0 0 10px 11px;	
}
/*---------------
-------------------
thank you page
-----------------
----------------*/
.thank-container {

}

.thank-container p {
	padding: 5px 10px 10px;
	color:white;	
}
/* ----------------------
--------------------
Parties event Page CSS
---------------------
------------------------
*/
#parties-event-page-content-area{
	width:1100px;
	float:left;
	font-family:calibri;
	margin:28px 0 30px 0;
}
#parties-event-page-left-panel{
	width:683px;
	float:left;
	margin-right:77px;
}

#Box1{
	width:683px;
	margin: 0px 20px 0px 0px;
	float:left;
}
.leftBoxtopBg{
	background:url(images/parties-events/leftBox-topbg.png) no-repeat;
	width:683px;
	float:left;
	height:4px;
}
.leftBoxmdlBg{
	background:url(images/parties-events/leftBox-middlebg.png) repeat-y;
	float:left;
	width:667px;
	padding:18px 13px 34px 3px;
}
.leftBoxmdlBgForm{
	background:url(images/parties-events/leftBox-middlebg.png) repeat-y;
	float:left;
	width:647px;
	padding:18px 13px 34px 23px;
}

.leftBoxBottombg{
	background:url(images/parties-events/leftBox-bottombg.png) no-repeat;
	width:683px;
	height:4px;
	float:left;
}
.leftBoxBottombgForm{
	background:url(images/parties-events/leftBox-bottombg.png) no-repeat;
	width:683px;
	height:4px;
	float:left;
	margin:0 0 25px 0px;
}
.packagesHdtxt{
	background:url(images/parties-events/hdTxt-packages.png) no-repeat;
	width:359px;
	height:39px;
	float:left;
	padding-left:18px;
}
.packagesHdtxt1{
	width:359px;
	height:39px;
	float:left;
	font-size:27px;
	color:white;
	padding-left:18px;

}
.packagesHdtxt1 a{
	font-size:27px;
	color:white;
}
.line{
	width:624px;
	float:left;
	background:#a5500b;
	height:6px;
	margin-bottom: 10px;
}
.divpackagesList{
	width:627px;
	float:left;
	color:#fff;
}
.divpackagesListleft{width:310px; float:left;}
.divpackagesListleft ul{ padding:0; margin:11px 0 0 34px;}
.divpackagesListleft ul li{list-style-image:url(images/parties-events/red-arrow-bullet.png); padding:10px 0 0 0;	font-size:21px;}
#parties-events-form{
	width:683px;
	float:left;
	color:#fff;
	font-size:21px;
	margin:45px 0 0 0;
}
.parties-events-form-boxLeft{
	width:310px;
	margin:0 10px 0 0px;
	float:left;
}
.parties-events-form-boxRight{
	width:310px;
	float:left;
}
.formInputlocation{
	background:url(images/parties-events/locationIcon.png) no-repeat;
	height:35px;
	float:left;
	border:none;
	outline:none;
	padding:0px 0 15px 30px;
	width:275px;
	color:#fff;
	font-size:15px;
}
.formInputdate{
	background:url(images/parties-events/dateIcon.png) no-repeat;
	height:35px;
	float:left;
	border:none;
	outline:none;
	padding:0px 0 15px 45px;
	width:265px;
	color:#fff;
	font-size:15px;
}
.formInputevent{
	background:url(images/parties-events/eventIcon.png) no-repeat;
	height:35px;
	float:left;
	border:none;
	outline:none;
	padding:0px 0 15px 35px;
	width:270px;
	color:#fff;
	font-size:15px;
}
.formInputguest{
	background:url(images/parties-events/guestIcon.png) no-repeat;
	height:35px;
	float:left;
	border:none;
	outline:none;
	padding:0px 0 15px 40px;
	width:275px;
	color:#fff;
	font-size:15px;
}
.formInputtime{
	background:url(images/parties-events/timeIcon.png) no-repeat;
	height:35px;
	float:left;
	border:none;
	outline:none;
	padding:0px 0 15px 30px;
	width:275px;
	color:#fff;
	font-size:15px;
}
#parties-events-box3{
	width:683px;
	float:left;
}
#parties-events-box4{
	width:635px;
	float:left;
	padding:20px 50px 20px 0;
	margin:20px 0 30px 0;
	postion:relative;
}
.testimonialHdtxt{
	background:url(images/parties-events/testimonials.png) no-repeat;
	width:160px;
	height:33px;
	float:left;
	padding-left:18px;
}
.testimonialTxt{
	width:613px;
	color:#fff;
	float:left;
	padding:30px 0 0 20px;
}
.testimonialTxt h3{
	font-size:22px;
	padding:0;
	margin:0;
	font-weight:bold;
}
#parties-event-page-right-panel{
	width:277px;
	float:left;
	padding:30px;
	background:#813c08;
	border:solid 1px #b05a18;
}
.piclft{
	width:133px;
	height:81px;
	margin:0 2px 3px 0;
	float:left;
	border: solid 2px #6a3207;
}
.picrt{
	width:133px;
	height:81px;
	margin:0 0px 3px 1px;
	float:left;
	border: solid 2px #6a3207;
}
#eviteleftBoxmdlBg{
	background:url(images/parties-events/leftBox-middlebg.png) repeat-y;
	float:left;
	width:680px;
	padding:18px 0px 34px 3px;
}
.eviteHdtxt{
	background:url(images/evite/eviteTxt.png) no-repeat;
	width:59px;
	height:33px;
	float:left;
	margin-left:18px;
}
.eviteHdtxt2{
	width:59px;
	float:left;
	margin-left:18px;
	color:white;
	font-size:27px;
}
.eviteline{
	width:624px;
	float:left;
	background:#a5500b;
	height:6px;
}
#evitepicArea{
	width:680px;
	float:left;
	margin:20px 0 0 0;
}
.evitePic{
	background:#976f18;
	width:210px;
	padding:1px 1px 5px 1px;
	float:left;
	color:#fff;
	text-align:center;
	font-size:14px;
	margin:0 0 0 11px;
}
.evitePic2{
	background:#976f18;
	width:209px;
	padding:1px 1px 5px 1px;
	float:left;
	color:#fff;
	text-align:center;
	font-size:14px;
	margin:0 0 10px 11px;
}




.parties-events-page{
	width:1100px;
	margin:0 auto;
}
#evite-page{
	width:1100px;
	margin:0 auto;
}
#right-panel{
	width:339px;
	float:left;
}
#socialIcon{
	width:309px;
	float:left;
	padding:0 0 20px 30px;
}
.social-icons-container-right{width:229px; float:left;}
a.facebook-icon {
	background: url(images/social-icons/facebook-small.png) no-repeat;
	width:45px; float:left;
	height:40px;
	text-indent:-9999px;
	display:block;	
	
}

a.facebook-icon:hover {
	background: url(images/social-icons/facebook-small-hover.png) no-repeat;
	width:45px;
	height:40px;
	display:block;	
	
}

a.twitter-icon {
	background: url(images/social-icons/twitter-small.png) no-repeat;
	width:45px;text-indent:-9999px;
	height:40px; float:left;
	display:block;	
	
}
a.twitter-icon:hover {
	background: url(images/social-icons/twitter-small-hover.png) no-repeat;
	width:45px;text-indent:-9999px;
	height:40px;
	display:block;	
	
}
a.youtube-icon {
	background: url(images/social-icons/youtube-small.png) no-repeat;
	width:45px;text-indent:-9999px;
	height:40px; float:left;
	display:block;	
	
}
a.youtube-icon:hover {
	background: url(images/social-icons/youtube-small-hover.png) no-repeat;
	width:45px;
	height:40px;text-indent:-9999px;
	display:block;	
	
}
a.foursquare-icon {
	background: url(images/social-icons/foursquare-small.png) no-repeat;
	width:45px; float:left;
	height:40px;text-indent:-9999px;
	display:block;	
	
}
a.foursquare-icon:hover {
	background: url(images/social-icons/foursquare-small-hover.png) no-repeat;
	width:45px;
	height:40px;text-indent:-9999px;
	display:block;	
	
}
.find-us-text-right {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 800;
	font-size: 17px;
	color:white;
	margin: 0px 10px 0px 0px;
}

.parties-events-form{
	width:683px;
	float:left;
	color:#fff;
	font-size:21px;
	margin:45px 0 0 0;
}
/* Parties Event Page CSS End Here  */
.inputFields {
    background: url("images/parties-events/inputFieldBg.jpg") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    height: 35px;
    outline: medium none;
    padding: 0 0 15px 35px;
    width: 270px;
}

.bar-image{
	padding-top:20px;
}
.bar-image > img {
	margin: 5px 0px 10px 0px;	
}
/* Parties Event Page CSS End Here
--------------------------
Main bg for tabed data
-------------------------

  */
.content {
    background:#e9e9e9 /*url("images/kdb-page-bg.png") repeat scroll 0 0 transparent*/;
    float: right;
    margin: 0;
    padding: 15px 27px 20px;
}

#scrollbar1 .content 
{
	/*height:900px; making white box too small - bryan*/
}

/*---------------------
----------------------
Footer main
----------------------
----------------------*/

.footer {
	color:white;
	position:relative;
	width:1100px;
	padding: 30px 0px 30px 0px;
	text-align:center;
	
}
	
.footer > span, .footer span > a {
	text-decoration:none;	
	color:white;
	text-shadow: 0px 0px 10px black;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:800;
	font-size:14px;
	
}

.footer  a:hover {
	text-decoration:underline;
	
}


/*-----------------------
kid-testimonials-container
-----------------------------*/
#kids-slider-container {
	width:400px !important;
/*	height:255px;
*/	margin: 155px 0px 0px 0px;
	float:left;
	
	
}
.kid-testimonials-container {
}

.kid-testimonials-container > *{
	width:400px !important;
	
}
#leftBoxmdlBg {
	position:relative;	
}

.kids-slider-container {
		
}