@charset "UTF-8";
/* CSS Document for Steamworks Trancontinental Site */

/* Developed by  Brian Wiltsie - brwiltsie@gmail.com - Nov 2007	*/

 /******************* CSS Reset ************************/
 
 html, body, div, span, h1, h2, h3, h4, h5, h6, p, strong, img, a, ul, ol, li  {
 	margin: 0px; 
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

ol, ul {
	margin: 0px; 
	padding: 0px;
	list-style: none;
}

/**************************** END RESET ****************************/


/*********************	 FONT STYLES ************************/

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6E5F58;	/*SEPIA GREY*/
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 0 10px 0;
}

#lunchbox p {
	color: #2F436C;
	padding-left: 15px;
}

h1, h2, h3 {
	display: none;
}

h4 {
	font-size: 1.4em;
	line-height: 1.7em;
	padding: 20px 0 10px 0;
	color: #942C2C; 	/*RED*/
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 0 5px 0;
	color: #521E1E;	/*BURGUNDY*/
}

a:link.email {
	text-decoration: none;
}

a:link, a:visited {
	font-size: inherit;
	text-decoration: underline;
	color: #6E5F58;
}	
a:hover {
	color: #942C2C; 	/*RED*/
	text-decoration: underline;
}
a:active {
	text-decoration: blink;
}

#footer {
	text-align: center;
	font-size: 1.0em;
}

.indent {
padding-left: 30px;
}

em {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
}



/*********************	 STRUCTURE  FORMATTING ************************/
body {
	background-color: #5E4C3F;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}

#container {
	width: 800px;
	min-height: 800px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-image: url(../images/bg_watermark.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	height: 80px;
	background-color: #8a3429;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	
}

#nav {
	width: 100%;
	height: 20px;
	border-bottom: 2px solid #ffffff;
	background-color:#8a3429;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

#title {
	width: 100%;
	height: 200px;
	background-color: #FFFFFF;
}

#content {
	width: 570px;
	height: 100%;
	background-color: transparent;
	padding: 0 200px 0 30px;
}

#col1 {
	width: 237px;
	height: 100%;
	background-color: transparent;
	float: left;
	padding: 0 15px 0 30px;
}
#col1 img, #col2 img {
	padding: 0 0 15px 10px;
}
#col2 {
	width: 212px;
	height: 100%;
	background-color: transparent;
	float: left;
	padding: 0 15px;
}

#col3 {
	width: 231px;
	height: 100%;
	background-color: transparent;
	float: right;
	padding: 0 30px 0 15px
}

#col2-3 {
	width: 473px;
	height: 100%;
	background-color: transparent;
	float: right;
	padding: 0 30px 0 15px;
}

#lunchbox {
	width: 227px;
	height: 100%;
	background-color: transparent;
	border-right: 2px solid #2F436C;
	border-bottom: 2px solid #2F436C;
	border-left: 2px solid #2F436C;
	float: right;
	margin-left: 15px;
	padding: 0 30px 0 0;
}

#footer {
	width: 800px;
	height: 30px;
	background-color: #FFFFFF;
	border-top: 2px solid #6E5F58;
	clear: both;
	padding: 5px 0 20px 0;
	margin: 0 auto 10px auto;
}

#flashcontent {
		width: 473px;
		height: 400px;
		margin: 0;
	}

/****************************	MAIN NAVIGATION **************************/
#nav ul {
	display: inline;
}
#nav li {
	margin: 0 1px;
}
#nav img {
	float: left;
}



a.welcome {
	display: block;
	width: 80px;
	height: 20px;
	float: left;
	background: url(../images/welcome.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.welcome.here {background-position: 0 -20px;} 
a:hover.welcome {background-position: 0 -20px;}
a:hover.welcome.here {background-position: 0 -20px;}
a:active.welcome	{background-position: 0 0;}

a.hungry {
	display: block;
	width: 82px;
	height: 20px;
	float: left;
	background: url(../images/hungry.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.hungry.here {background-position: 0 -20px;} 
a:hover.hungry {background-position: 0 -20px;}
a:hover.hungry.here {background-position: 0 -20px;}
a:active.hungry	{background-position: 0 0;}

a.thirsty {
	display: block;
	width: 77px;
	height: 20px;
	float: left;
	background: url(../images/thirsty.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.thirsty.here {background-position: 0 -20px;} 
a:hover.thirsty {background-position: 0 -20px;}
a:hover.thirsty.here {background-position: 0 -20px;}
a:active.thirsty	{background-position: 0 0;}

a.reservations {
	display: block;
	width: 107px;
	height: 20px;
	float: left;
	background: url(../images/reservations.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.reservations.here {background-position: 0 -20px;} 
a:hover.reservations {background-position: 0 -20px;}
a:hover.reservations.here {background-position: 0 -20px;}
a:active.reservations	{background-position: 0 0;}

a.events {
	display: block;
	width: 78px;
	height: 20px;
	float: left;
	background: url(../images/events.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.events.here {background-position: 0 -20px;} 
a:hover.events {background-position: 0 -20px;}
a:hover.events.here {background-position: 0 -20px;}
a:active.events	{background-position: 0 0;}

a.contact {
	display: block;
	width: 71px;
	height: 20px;
	float: left;
	background: url(../images/contact.gif) 0 0 no-repeat;
	text-decoration: none;
}
a.contact.here {background-position: 0 -20px;} 
a:hover.contact {background-position: 0 -20px;}
a:hover.contact.here {background-position: 0 -20px;}
a:active.contact	{background-position: 0 0;}


#Switch {
	position: relative;
	top: -30px;
	left: 353px;

	/*padding: 0px;
	border: none;
	margin: 0 0 30px 353px;*/
}






/****************************	BEGIN TEXT STYLES **************************/


span {
	display: none;
}