/* 
  -----------------------------------
 Casbah Club FRONT PAGE 
 cc3_frnt1.css
 kvtdesigns based on pvii-kl3-b
  -----------------------------------
*/
body {
	background-color: #010103;
	background-image: url(../images/cc2/cc-pbgtexture.jpg);
	color: #0084D9;
	/*color: #0099FF;*/
	/*font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;*/
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px 0;
	padding: 0;

scrollbar-base-color: #333333;
scrollbar-arrow-color: #0071B9;
scrollbar-3dlight-color: #0099FF;
scrollbar-highlight-color: #313536;
scrollbar-track-color: #313539;

}
#masthead {
	height: 282px;
	width: 766px;
}

/********LAYOUT WRAPPER**********/



#layout {
	background-image: url(../images/cc1/pgbckgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 766px;
	margin: 0 auto;
	background-color: #010103;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	width: 750px;
	margin: 0 auto;
}
/*MAIN and SIDEBAR COLUMNS
  Width of 3 must equal width of columnwrapper
	540 + 210 = 750 */
	
#leftsidebox {
	float: left;
	width: 140px;
}
#mainbox {
	float: left;
	width: 310px;
}
#sidebox {
	float: left;
	width: 300px;
}

/********CONTENT CONTAINERS*********/
/*Left Sidebar*/

/*#lftsidecontent {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}*/

#frntnav {
	width: 136px;
	top:40px;
	left:0px;
	position:relative;
	margin-bottom: 10px;
	}

#frntnav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 1em;
}
#frntnav li {
	margin: 0;
}
#frntnav a {
	margin: 0 0;
	display: block;
	background-color:#010103;
}

#frntnav img {
	border: 0;
	margin: 0; 
	padding: 0; 
}


/*Main Content*/
#maincontent {
	padding: 0;
	font-size: 0.85em;
	overflow: auto;
	height: 250px;
	width: 310px;
	margin-bottom: 20px;
}
#maincontent p{
	line-height: 1.5em;
	margin: 2px 0 4px 0;
	padding: 1px 10px 0 10px;
}



/*Sidebar*/
#sidecontent {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;	
	font-size: 0.85em;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 6px 0;
}
#wmp3 {
	margin: 0 auto;
	padding: 0px;
	width: 290px;
	position: relative;
}

/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.75em;
	
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #0099FF;
	padding: 0px 5px 0px 5px;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/cc2/cc-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #CECCC4;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
.photocredit { float: right;}

/*********PAGE LINK STYLES********/
#maincontent a:link {
	color: #A4DBFF;
}
#maincontent a:visited {
	color: #57BEFF;
}
#footer a:link, #footer a:visited { color: #CECCC4; }

#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
#frntnav a:hover, #frntnav a:active, #frntnav a:focus {
	background-color: #4A4A4A;
}
