/*
Theme Name: frescoNoSidebar

Description: Child Theme for Fresco's Fish & Chips
Author: Helena Frei
Author URI: http://freiworks.com/
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

html {overflow-y: scroll;}
/* text elements & general layout */
ul {
	list-style: none;
	margin: 0 0 18px 1.5em;
}
/*
LAYOUT: single page; no sidebars or widgets
t
*/
/* wrapper is the area just inside the background - is same colour*/
#wrapper {
	background: #333399;
	width: 940px;

}

/*width and alignment of menu items - just barely fits in one line */
.menu-item{
	width: 148px;
	text-align: left;

}
#access {
	background: #cc9933;
	/* background: #ff9933; */
}
 #access a {
	color: #ffffff;
/*	display: block; */	
	margin-top: 6px;
	
	line-height: 30px;
	font-size: 13px;
	font-family: "arial";
/*	text-decoration: underline; */
/*	list-style-type: none;*/

}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #eee;
}


#content {
	float:right;
	margin: auto;
	width: 100%;
}
#content table {
	border: 1px solid transparent;
}
#content tr td {
	border-top: 1px solid transparent;
}
/* the area behind the content */
#main {
/* float:right;*/
	
	background: #ffffff;
	overflow: hidden;
	padding: 0px 0 0 0px;
}

/* Main global 'theme' and typographic styles */
body {
	background: #333399; 
}
#colophon {
	border-top: none;
	padding: 120px 0px 0px 10px;
}

#footer {
	position: relative;
	width: 940px;
	height: 220px;
	
	background: #fff url(images/blueBottom.png) no-repeat;
}


article, aside, figure, footer, header, section {display: block;}
body {font: "arial narrow", arial, Helvetica, sans-serif; font-size:16px;}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333366;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#oceanwiseLink {
	position: relative;
	display: block;
	float: left; 
	height: 36px;
	width: 36px;
	margin: 20px 0 0 200px;
}
/*set CSS for SPAN tag surrounding each slideshow image*/
.seqslidestyle{
margin-right: 15px;
}




table {
	position: relative;
	font-family: "arial narrow";
	margin-top: 55px;
	background: #fffffc;
	width: 100%;

	font-size: 15px;
	/* padding: 5px;*/
}
#theFood{
	position: relative;
	width: 800px;
	margin: 0px 50px 10px 70px;
	font-family: "arial narrow bold";
	background: #fffffc;
		border-color: 3px #666;

	z-index: 3;
}
#theMiddle{
	position: relative;
	width: 800px;
	margin: 0px 0px 10px 250px;
	font-family: "arial narrow bold";
	background: #fffffc;
	z-index: 3;
}

/*to center the slide show*/
#theBigPicture{
	background: #ffffff url(images/tableTop.jpg);
	position: relative;
	width: 000px;
	margin: 0px 20px 10px 241px;
	font-family: "arial narrow bold";
	background: #fffffc;
	z-index: 3;
}
.faux-header{
	font-size: 25px;
	text-align: left;
	color: #333366;
	font-weight: bold;
}
.wideitem{
	font-size: 20px;
	text-align: left;
	color: #333366;
}
.specialItem{
	font-size: 15px;
	text-align: left;
	color: #333366;
}

.price{
	width: 20%;
	text-align: right;
}

h2 {
	font-family: "arial black";
	text-transform: uppercase;
}
h3 {
	font-family: "arial black";
	color: #333366;
}
.slideshowlink {display: none;}