/* -- 
	[ Style Sheet for BluCustomCatering.com ]
	[ Unless otherwise noted, styles by Mark Pettit of {z}indexProductions ]
	
-- */

	/* -- [ Global Styles ] -- */
body {
	background-image: url(images/background.gif);
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:link {
	color: #e71;
	text-decoration: none; 
}
a:visited {
	color: #e71; 
}
a:hover {
	color: #1b3961;
	text-decoration: underline; 
}
a:active { }
img {
	border: 0;
}
ul {
	list-style-type: none;
}

	/* -- Body Wrapper and Header -- */
#tuna {
	position: absolute;
	width: 700px;
	margin-left: -350px;
	left: 50%;
	top: 50%;
	margin-top: -360px;
	
}

#wrapper {
	background-color: #fff;
	text-align: left;
	display: block;
	width: 700px;
	height: 675px; 
	position: relative;
}

#header {
	background-image: url(images/header.jpg);
	background-color: #13375a;
	width: 700px;
	height: 136px;
}


	/* -- [ Left Column ] -- */
#leftCol {
	background-color: #fff;
	float: left;
	width: 285px;
	height: auto;
	padding-top: 20px;
}

.nav {
	margin: -5px 0 0 0;
}
.navEND {
	position: relative;
	bottom: 5px;
}

#slideshowDiv {
	padding-bottom: 10px;
	width: 285px;
	height: 235px;
	background-color: #fff;
}

#slideshowDiv img {
	width: 284px;
	height: 230px;
}
#slideshowDivFull {
	width: 700px;
	padding-bottom: 10px;
}

	/* -- [ Right Column ] -- */
#rightbar {
	float: right;
	background-color: #fff;
	width: 415px;
	height: auto;
	display: block;
}

#contentOne {
	width: 380px;
	padding: 15px 0px 0px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: gray;
	z-index: 50;
}

#contentTwo {
	width: 380px;
	padding: 15px 0px 8px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	color: gray;
}
#contentTwo img {
	padding: 15px;
}

#contentList ul {
	margin: 20px 0 0 -30px;
	z-index: 150;
}
#indexTitle img {
	position: relative;
	left: -40px;
}
.pageTitle {
	border-bottom: solid 1px gray;
}


/* -- [ about page styles ] -- */
#aboutContent {
	line-height: 1.25em;
	font-size: 14px;
	padding: 0 10px 0 10px;
}
#aboutContent span {
	font-weight: bold;
}

/* -- [ menus pages styles ] -- */
.menusHead {
	margin: 20px 0 7px -35px;
	text-align: center;
}
#menusList ul {
	margin: 0 0 -6px -50px;
	position: relative;
	top: 15px;
}

.menu {
	float: right;
	font-size: 0.75em;
	text-align: right;
	position: relative;
	top: -135px;
}	

#blackTie {
	float: right;
	
	font-family: arial, sans-serif;
	font-size: 0.75em;
	text-align: right;
	top: -200px;
	width: 275px;
	height: 310px;
}

.heading {
	font-weight: bold;
	font-size: 1.25em;
}
.uberHeading {
	font-family: georgia, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
}

/* -- [ map ] -- */
#contentTwoDirections {
	position: absolute;
	top: 500px;
	right: 85px;
}

/* -- [ event planning styles ] -- */
#eventPlanning {
	padding: 0 10px 0 10px;
}
#eventPlanning ul {
	list-style-type: disc;
	font-size: 13px;
	font-weight: bold;
	
}

/* -- [ gallery custom styles ] -- */
#superbox-overlay {
	background:#e0e4cc;
}
#superbox-container .loading {
	width:32px;
	height:32px;
	margin: 0 auto;
	text-indent: -9999px;
	background:url(styles/loader.gif) no-repeat 0 0;
}
#superbox .close a {
	float:right;
	padding:0 5px;
	line-height:20px;
	background:#1358bf;
	cursor:pointer;
}
#superbox .close a span { 
	color:#fff;
}
#superbox .nextprev a { 
	float:left;
	margin-right:5px;
	padding:0 5px;
	line-height:20px;
	background:#1358bf;
	cursor:pointer;
	color:#fff;
}
#superbox .nextprev .disabled {
	background:#ccc;
	cursor:default;
}

/* -- [ testimonials page styles ] -- */
#testimonialsContent {
	line-height: 1.25em;
	font-size: 13px;
	padding: 0 20px 0 20px;
	
}
#testimonialsContent p {
	clear: right;
}
#testimonialsContent span {
	font-style: italic;
	float: right;
}
.newP {
padding-top: 25px;
}


/* -- [ links page styles ] -- */
#linksOne {
	width: 190px;
	float: left;
}
#linksTwo {
	width: 190px;
	float: right;
}
.linksLogo {
	margin-top: 20px;
}



	/* -- [ Footer ] -- */
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 52px;
	color: white;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 675px;
}


#footerContent {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-right: 25px;
	text-align: right;
}


