/* CSS Document */
body {
	background:url(../images/new/background_fade.gif) repeat-x #232222;
	font-size:0.9em;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
p {
line-height:1em;
 }
#header {
	padding-bottom:15px;
}

/*wrapper sets the position of the site*/
#wrapper {
	position: relative;
	text-align: left;
	min-width:1200px;
	margin: 0px auto 0px auto;
}
#main {
	width:100%; 
	float:left; 
	padding-top:15px; 
}
#columns {
	border-left: 680px solid #000000;
	border-right: 250px solid #000000;

}
#columnsClubreviews {
	border-left: 250px solid #000000;
	border-right: 250px solid #000000;

}
#columnsPress {
	border-left: 130px solid #000000;
	border-right: 250px solid #000000;

}
#columnsLifestyle {
	border-left: 230px solid #000000;
	border-right: 250px solid #000000;

}
#inner {
	margin: 0;
	width: 100%;
}

#left {
	width: 680px;                      /* left column width */
	margin-left: -680px;               /* negative left column width */
	float: left;
	background:#000000;
	position: relative;
	z-index: 10;
	padding: 0px 10px 0px 0px;
}
#left p{
	padding-left:5px;
}
#leftClubreviews {
	width: 250px;                      /* left column width */
	margin-left: -250px;               /* negative left column width */
	float: left;
	min-height:600px;
	background:#000000;
	position: relative;
	z-index: 10;
	padding: 0px 10px 0px 0px;
}
#leftPress {
	width: 130px;                      /* left column width */
	margin-left: -130px;               /* negative left column width */
	float: left;
	min-height:600px;
	background:#000000;
	position: relative;
	z-index: 10;
	padding: 0px 10px 0px 0px;
}
#leftLifestyle {
	width: 230px;                      /* left column width */
	margin-left: -230px;               /* negative left column width */
	float: left;
	min-height:600px;
	background:#000000;
	position: relative;
	z-index: 10;
	padding: 0px 10px 0px 0px;
}

#right {
	width: 125px;                      /* right column width */
	margin-right: -125px;              /* negative right column width */
	background:#000000;
	color:#ffffff;
	height:405px;
	float: left;
	position: relative;
	z-index: 11;
}
#rightClubreviews {
	width: 250px;                      /* right column width */
	margin-right: -250px;              /* negative right column width */
	color:#ffffff;
	height:405px;
	float: left;
	position: relative;
	z-index: 11;
}

#right p {
	padding: 5px
}	
#content {
	float: left;
	width: 250px;;
	position: relative;
	z-index: 12;
	padding: 0px 10px 0 0px;
}
#contentReviews { float: left; width: 480px; min-height:600px; position: relative; border-left:#ffffff solid 1px; z-index: 12; padding: 0px 10px 0 10px;}

#press { 
float: left; width: 750px; min-height:1700px; position: relative; z-index: 12; padding: 0px 10px 0 10px;}

#lifestyle { 
float: left; width: 500px; min-height:1000px; position: relative; z-index: 12; padding: 0px 10px 0 10px;}
#lifestyle p { padding:5px;}

#googleAds {
	position:absolute;
	width:120px;
	left: 970px;

	
}

/*
#introbox {
	float: left;
	overflow:auto;
	width: 250px;
	height: 405px;
	scrollbar-face-color:#000000;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}
*/
/* MENU PANEL */

.menu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 0px solid #A50156;
	border-width: 1px 0;
	position:absolute;
	top: 130px;
}
.menu li{
	display: inline;
}

.menu li a{
	float: left;
	color: #ffffff;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 0px solid #A50156;
}

.menu li a:visited{
	color: #ffffff;
}

.menu li a:hover, .menu li .current {
	color:#ffffff;
	background:#A50156;
}
.menu li .current:visited {
	color:#ffffff;
}

/* dynamic panel */
.dynamic-panel {
	padding:0;
	margin:0;
	overflow:hidden!important;
}
.panelimage	{
	border: 1px solid #ffffff;
	padding: 2px;
}
.panel {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 0px solid #ffffff;
	border-width: 1px 0;
	line-height:0.5em;
	width: 679px;
}
.panel li{
	display: inline;
}
.panel li a:active {
	float: left;
	color: #FFFFFF;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 0px solid #ffffff;
}

.panel li a:visited{
	color:#FFFFFF;
}

.panel li a:hover, .panel li .current{
	color: #000000;
	background:#FFFFFF;
}
.panel li .current:visited {
	color:#FFFFFF;
}

/* white text links */
.text a:link, .text a:active, .text a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

/* Black text links */
.textBlack a:link, .textBlack a:active, .textBlack a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
.textBlack a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

/*subscription form */
h1 {
  font: 1.2em Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-bottom:-20px;
  padding: 5px;
}
input.txt {
  color: #000000;
  background-color: #ffffff;
  border: 1px outset #ffffff;
  width: 160px;
}
.dropdown {		
	background-color: #ffffff;
	color: #000000;
	border: 1px outset #000000;
	width: 160px;
		}
input.btn {
  color: #000000;
  background-color: #ffffff;
  border: 1px outset #000000;
}
form p {
  clear: left;
  margin: 0;
  padding: 5px;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
/*membership*/
#membership {
	border: 1px solid #ffffff;
	padding: 2px;
	background-image:url(../images/membershipBack.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#000000;
	width:245px;
	margin-bottom:5px;
	height: 195px;
}
#membership p {
	padding: 5px
}
/* second half of page */
#secondhalf {
	width:100%; 
	float:left; 
	padding-bottom:10px;
	padding-top:0px
}
#boxLeft {
	width: 250px;                      /* left column width */
	margin-left: -250px;               /* negative left column width */
	float: left;
	background:#000000;
	position: relative;

}
#boxLeft p {
padding-left: 5em;
}	
#boxLeftContent {
	float: left;
	width: 245px;
	z-index: 10;
	background-image:url(../images/blackBack.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	margin-bottom:5px;

}
#boxLeftContentBottom {
	margin-top:5px;
	float: left;
	width: 245px;
	z-index: 10;
	background-image:url(../images/blackBack.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;

}
#boxright {
	width: 250px;                      /* right column width */
	margin-right: -250px;              /* negative right column width */
	float: left;
	text-align:left;
	position: relative;
	z-index: 11;
}
/*below*/

#contentColumns {
	border-left: 250px solid #000000;
	border-right: 250px solid #000000;

}
#contentColumnsMiddle {
	float: left;
	width: 680px;;
	position: relative;
	z-index: 12;
	padding: 0px 10px 0 0px;
}
#contentColumnsLeft {
	width: 250px;                      /* left column width */
	margin-left: -250px;               /* negative left column width */
	float: left;
	background:#000000;
	position: relative;

}
#contentColumnsRight {
	width: 250px;                      /* right column width */
	margin-right: -250px;              /* negative right column width */
	float: left;
	text-align:left;
	position: relative;
	z-index: 11;
}



#base ul{ height:180px; width:680px; padding:0; position:relative; float:right; margin:0px; }
#base ul li{ margin:0; padding:0; list-style:none; position:absolute; }
#base ul li,#nav1 ul a{ height:180px; display:block; }
#base ul li a{ text-indent:-9999px; text-decoration:none; overflow: hidden; border:0px; padding:0px; }

#base p {	padding: 5px}

#b1 { left:0px; width:215px; height:180px; background-image:url(../images/blackBackSmall2.jpg); background-repeat:no-repeat; background-position:center; }
#b2 { left:231px; width:215px; height:180px; background-image:url(../images/blackBackSmall2.jpg); background-repeat:no-repeat; background-position:center; }
#b3 { left:462px; width:215px; height:180px; background-image:url(../images/blackBackSmall2.jpg); background-repeat:no-repeat; background-position:center; }

h3.london{margin:5px 0px 0px 5px; padding:10px 10px 10px 10px; background:url(../images/ECLondon.gif) no-repeat; left bottom no-repeat; width:215px; height:36px; font-size:1px;text-indent:-1337px; margin-bottom:-25px;}

h3.leeds{margin:5px 0px 0px 5px; padding:10px 10px 10px 10px; background:url(../images/ECLeeds.gif) no-repeat; left bottom no-repeat; width:215px; height:36px; font-size:1px;text-indent:-1337px; margin-bottom:-25px;}

h3.windsor{margin:5px 0px 0px 5px; padding:10px 10px 10px 10px; background:url(../images/ECWindsor.gif) no-repeat; left bottom no-repeat; width:215px; height:36px; font-size:1px;text-indent:-1337px; margin-bottom:-25px;}

/*party*/
#party {
	border: 1px solid #ffffff;
	padding: 2px;
	background-image:url(../images/membershipBack.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#000000;
	width:245px;
	height: 195px;
}
#party p {
	padding: 5px
}
/*lifetsyle box */
#lifestyleBox {
	border: 1px solid #ffffff;
	padding: 2px;
	background-image:url(../images/lifestyleBack.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#000000;
	width:245px;
	height: 176px;
}
#lifestyleBox p {
	padding: 5px
}
/*city*/
#city {
	border: 1px solid #ffffff;
	padding: 2px;
	background-image:url(../images/blackBackSmall2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:250px;
	height: 180px;
}
#city p {
	padding: 5px
}
/*footer*/
.clear {

	clear: both;
}
.footer {
	position:absolute;
	color:#000000;	
	font-size:0.8em;
	z-index: 13;
	line-height:1.8em;
	width: 99%;
	border: 0px solid #A50156;
	border-width: 1px 0;
	margin-bottom:30px;
	
}.footer a:link, .footer a:visited{
	text-decoration:none;
	color:#000000;

}
.footer a:hover, #footer a:focus {text-decoration:underline; color:#A50156;}

.footer p {padding-left: 5em;}
/*clubs reviews */
#clubsList { float: left; width: 250px;  padding-left:5px;}

.clubsList h1 { margin-bottom:-20px;}

/* white text links */
.clubsList a:link, .clubsList a:active, .clubsList a:visited { color:#FFFFFF; text-decoration:none;}
.clubsList a:hover { color:#ffffff; text-decoration:underline;}

/*night clubs images */
h1.clubname {color:#FFFFFF; font-size:1.2em; padding:0px; line-height:0px;}

#t1 { position:relative; height:126px; width:190px; padding-bottom:15px; list-style:none; }

#clubimages ul { height:63px; width:100px; padding:0; position:relative; margin:0px;}

#pressUl ul { height:63px; width:100px; padding:0; position:relative; margin:0px;}
#pressThumbs { position:relative; height:126px; width:130px; padding-bottom:15px; list-style:none; }
#pr1 { position:relative; height:126px; width:740px; padding-bottom:15px; list-style:none; }

#lifestyleUl ul { height:63px; width:100px; padding:0; position:relative; margin:0px;}
#lifestyleThumbs { position:relative; height:160px; width:230px; padding-bottom:15px; list-style:none; }
#ls1 { position:relative; height:160px; width:640px; padding-bottom:15px; list-style:none; }

/*RSS*/
#rss {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	color:#000000;
	width: 272px;
	}
#rss  ul {
	list-style-image:url(../images/rssfeedSmall.gif);
	line-height:18px;
	}

#partiesBoxLondon {
    position:absolute;
    width:26%;
    border:1px solid #ffffff ;
    right:0;
    top:0;
    padding:0;
    background: #fff ;
}
