﻿
/* ##########################################################################################################

	Q-ba Bar and Restaurant CSS
	Philadelphia, PA | Jan 2009 | All Rights reserved 

  ########################################################################################################### */

/* basic elements */
body { 
	font: 12px/17px tahoma, arial;
	/*background: #f8991d; */
	background: url(background.jpg);
	margin: auto auto; 
	padding: 0;
	text-align: center;
	}

p { 
	font: 12px/17px tahoma, arial, sans-serif; 
	margin: 0 0 5px 0; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: aqua;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6699FF;
	}
a.c:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #858686;
	}	
a:hover, a:active { 
	text-decoration: underline; 
	color: #3366CC;
	}
ul {
	list-style-type: none;
	margin: 0; padding: 0;
}


/* specific divs */
#container {
	width: 762px;
	padding: 0;  
	margin: auto;
	text-align: left;
	background: url(philly-skyline3.gif) no-repeat top left; 
	}

#homediv {
	border: solid 1px #ffffff;
	position:relative;
	left:-175px;
	top:384px;
	width:124px;
	height:20px;
	/* margin-left:165px; */
	z-index:1;
}

#intro { 
	vertical-align: bottom;
	}
#pageHeader { 
	padding: 0; 
	margin: 0;
	height: 420px;
	border: 1px solid white;
	}

#pageHeader h1 {
	width: 760px;
	height: 430px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}	

#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	padding: 0; margin: 0;
	}
#pageHeader h2 span {
	display: none;
	}

#preamble {
	/* background: #f8991d;  */
	width: 278px;
	float: left;
	border: 1px solid #ffffff;
	}

#preamble h3 {
	background:  url(event-header.gif) no-repeat;
	border-bottom:1px solid #ffffff;
	width: 278px;
	height: 50px;
	margin: 0; 
	padding: 0;

}

#preamble h3 span {
	display: none;
}
#preamble p {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #155970;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	width: 270px;
}
#preamble p.p1 {
	margin-top: 10px;
}
#supportingText {
	padding: 0; 
	margin: 0px 0 40px 0;
	background: #34c3f2;
	border: 1px solid #ffffff;
	width: 469px;
	float: right;
	}
#supportingText p {
	margin: 9px 17px 17px 24px;
	color: #155970;
}	


#explanation h3 {
	width: 469px;
	height: 40px;
	margin: 0; 
	padding: 0;
}
#explanation h3 span {
	display: none;
}



a.c {
	font-weight: normal;
}
#lselect {
	/* background: #f8991d;  */
	width: 278px;
	clear: left; 
	padding: 0;
	margin: 0px;
	border: 1px solid #ffffff;
	margin-top: 20px;
}

#lselect p {
	font-family:Arial, Helvetica, sans-serif;
	color: aqua;
	font-size:12px;
	font-weight:bold;
	width: 270px;
	padding-left: 5px;
}

#lselect h3 {
	background: url(contact-header.gif);
	border-bottom:1px solid #ffffff;
	width: 278px;
	height: 50px;
	margin: 0; 
	padding: 0;
}

#lselect a:visited {
	color: #155970;
	text-decoration:line-through;
	text-transform:uppercase;
}

#lselect h3 span {
	display: none;
}