/*
	Screen.css
	Editor:	Aubyn Freybe-Smith (Wallop)
*/




/* = temporary stuff = DELETE LATER
--------------------------------------------------------------------------------*/

.temp_photo01 {
	height: 350px;
	position: relative;
}
.temp_photo_home {
	background: url(../graphics/photos/photo_home01.jpg) no-repeat 20px 0;
}
.temp_photo_experience {
	background: url(../graphics/photos/photo_experience01.jpg) no-repeat 20px 0;
}
.temp_photo_food {
	background: url(../graphics/photos/photo_food01.jpg) no-repeat 20px 0;
}
.temp_photo_contact {
	background: url(../graphics/photos/photo_contact01.jpg) no-repeat 20px 0;
}
.temp_photo_news {
	background: url(../graphics/photos/photo_news01.jpg) no-repeat 20px 0;
}






/* = all pages
--------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 155%;
	color: #222;
	background: #4c4c4c url(../graphics/bg_wood03.jpg) repeat-y top center;
}

A {
	color: #cf0b0b;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}


.textstyle01 h1, .textstyle01 h2 {
	margin-bottom: 15px;
}
.textstyle01 P {
	padding-bottom: 15px;
}
.textstyle01 UL {
	padding: 0 0 15px 0;
}
.textstyle01 UL LI {
	list-style: none;
	background: url(../graphics/bullet02.gif) no-repeat 0px 7px;
	padding: 0 0 5px 10px;
}
.textstyle01 OL {
	padding: 0 0 15px 0;
	margin: 0 0 0 30px;
}
.textstyle01 OL LI {
	padding: 0 0 5px 0;
}
.textstyle01 IMG { 
	border: 1px dashed #aaa;
	padding: 5px;
	background-color: #F7F7F7;
}
.textstyle01 a:hover IMG { 
	background-color: #eaeaea;
}

.text_large01 {
	font-size: 110%;
}
.text_small01 {
	font-size: 90%;
}
.text_light01 {
	color: white;
}




/* =Spacing
--------------------------------------------------------------------------------*/

ol { list-style: decimal; }

ul { list-style: none; }

li { }

p,
dl,ol,ul,
hr,
h1,h2,h3,h4,h5,h6,
pre,
table,
address,
fieldset
{
	
}

/* = Generic
--------------------------------------------------------------------------------*/

.floatleft { float: left; }
.floatright { float: right; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.textleft { text-align: left; }

/* spacers. to be used on TDs, empty DIVs, even Ps, when vertical space is needed */
.spacer5 { padding-top: 5px; }
.spacer7 { padding-top: 7px; }
.spacer10 { padding-top: 10px; }
.spacer20 { padding-top: 20px; }
.spacer30 { padding-top: 30px; }
.spacer40 { padding-top: 40px; }
.spacer50 { padding-top: 50px; }
.spacer60 { padding-top: 60px; }
.spacer70 { padding-top: 70px; }
.spacer80 { padding-top: 80px; }

/* misc positioning, layout styles */
.pos_bottom01 {
	position: absolute;
	bottom: 0;
}
.padding_right_20 > * {
	padding-right: 20px;
}
.padding_left_20 > * {
	margin-left: 20px;
}
.padding_both_20 > * {
	padding-right: 20px;
	padding-left: 20px;
}


/* used for items that show show up only when printing */
.for_print01 {
	display: none;
}

hr {
	border-color: #444;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/


/* h1,h2,h3,h4 in contribute.css */

h5 { } 

h6 { }

/* for main headings on each page */
h1 span { display: none; }
h1#h_contact {
	height: 30px;
	background: url(../graphics/headings/h_contact.png) no-repeat 0 0;
	margin-top: 15px;
}
h1#h_experience {
	height: 30px;
	background: url(../graphics/headings/h_experience.png) no-repeat 0 0;
}
h1#h_food {
	height: 30px;
	background: url(../graphics/headings/h_food.png) no-repeat 0 0;
}
h1#h_comingup {
	height: 30px;
	background: url(../graphics/headings/h_comingup.png) no-repeat 0 0;
}
h1#h_faq {
	height: 30px;
	background: url(../graphics/headings/h_faq.png) no-repeat 0 0;
}
h1#h_news {
	height: 30px;
	background: url(../graphics/headings/h_news.png) no-repeat 0 0;
}
h1#h_photos {
	height: 30px;
	background: url(../graphics/headings/h_photos.png) no-repeat 0 0;
}




/* = Header
--------------------------------------------------------------------------------*/

#header01 {
	width: 998px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	/* border: solid 1px red; */
}

p#logo01 a {
	display: block;
	width: 317px;
	height: 110px;
	background: url(../graphics/logo_munch01.png) no-repeat 0 0;
	/* border: solid 1px black; */
}
p#logo01 a:hover {
	background-position: 0 -110px;
}
p#logo01 a span {
	display: none;
}

/* nav01 = smaller text, above | nav02 = larger text, below */
ul#nav01, ul#nav02 {
	position: absolute;
	right: 40px;
}
ul#nav01 {
	top: 26px;
	height: 22px;
	/* border: solid 1px green; */
}
ul#nav02 {
	top: 58px;
	height: 30px;
	/* border: solid 1px blue; */
}

ul#nav01 li, ul#nav02 li {
	list-style-type: none;
	float: left;
}
ul#nav01 li {
	padding-left: 17px;
}
ul#nav02 li {
	padding-left: 25px;
}
ul#nav01 li a, ul#nav02 li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul#nav01 li a:hover {
	background-position: 0 -22px;
}
ul#nav02 li a:hover {
	background-position: 0 -30px;
}
ul#nav01 li a {
	height: 22px;
}
ul#nav02 li a {
	height: 30px;
	/* border: solid 1px red; */
}
ul#nav01 li a span, ul#nav02 li a span {
	display: none;
}

a#nav_home01 {
	background-image: url(../graphics/nav/home01.gif);
	width: 44px;
}
a#nav_news01 {
	background-image: url(../graphics/nav/news01.gif);
	width: 46px;
}
a#nav_faq01 {
	background-image: url(../graphics/nav/faq01.gif);
	width: 29px;
}
a#nav_comingup01 {
	background-image: url(../graphics/nav/comingup01.gif);
	width: 86px;
}
a#nav_contact01 {
	background-image: url(../graphics/nav/contact01.gif);
	width: 106px;
}
a#nav_photos01 {
	background-image: url(../graphics/nav/photos01.gif);
	width: 91px;
}
a#nav_experience01 {
	background-image: url(../graphics/nav/experience01.gif);
	width: 134px;
}
a#nav_food01 {
	background-image: url(../graphics/nav/food01.gif);
	width: 59px;
}








/* = rounded corner background styles
--------------------------------------------------------------------------------*/

.bg_rnd_12col_top01 { /* has white bg */
	height: 20px;
	background: url(../graphics/bg_rnd_12col_top01.gif) no-repeat;
}
.bg_rnd_center01 {
	background-color: #fff;
}
.bg_rnd_12col_bottom01 {
	height: 20px;
	background: url(../graphics/bg_rnd_12col_bottom01.gif) no-repeat;
}
.bg_rnd_12col_top02 { /* 02 is for bottom portion of homepage, has light grey bg */
	height: 20px;
	background: url(../graphics/bg_rnd_12col_top02.gif) no-repeat;
}
.bg_rnd_center02 {
	background-color: #f7f7f7;
	padding-bottom: 10px;
}
.bg_rnd_12col_bottom02 {
	height: 20px;
	background: url(../graphics/bg_rnd_12col_bottom02.gif) no-repeat;
}

/* tan. used for sub nav boxes */
.bg_rnd_4col_top01 {
	height: 20px;
	background: url(../graphics/bg_rnd_4col_top01.gif) no-repeat;
}
.bg_rnd_4col_center01 {
	background: #f5eeb5 url(../graphics/bg_rnd_tan_center01.gif) repeat-x;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	padding: 0 20px 0 20px;
}
.bg_rnd_4col_bottom01 {
	height: 20px;
	background: url(../graphics/bg_rnd_4col_bottom01.gif) no-repeat;
}

/* tan. used for contact box on homepage */
.bg_rnd_3col_top01 {
	height: 20px;
	background: url(../graphics/bg_rnd_3col_top01.gif) no-repeat;
}
.bg_rnd_3col_center01 {
	background: #f5eeb5 url(../graphics/bg_rnd_tan_center01.gif) repeat-x;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	padding: 0 20px 0 20px;
}
.bg_rnd_3col_bottom01 {
	height: 20px;
	background: url(../graphics/bg_rnd_3col_bottom01.gif) no-repeat;
}

/* dark tan. used for what's happening box on homepage */
.bg_rnd_5col_top01 {
	height: 20px;
	background: url(../graphics/bg_rnd_5col_top01.gif) no-repeat;
}
.bg_rnd_5col_center01 {
	background: #d0ca93 url(../graphics/bg_rnd_darktan_center01.gif) repeat-x;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	/* padding: 0 20px 0 20px; */
}
.bg_rnd_5col_bottom01 {
	height: 20px;
	background: url(../graphics/bg_rnd_5col_bottom01.gif) no-repeat;
}

/* tan. used for promotions box on Coming Up page, */
.bg_rnd_5col_top02 {
	height: 20px;
	background: url(../graphics/bg_rnd_5col_top02.gif) no-repeat;
}
.bg_rnd_5col_center02 {
	background: #f5eeb5 url(../graphics/bg_rnd_tan_center01.gif) repeat-x;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	padding: 0 20px 0 20px;
}
.bg_rnd_5col_bottom02 {
	height: 20px;
	background: url(../graphics/bg_rnd_5col_bottom02.gif) no-repeat;
}


/* special styles added to boxes above, in various cases */
#home_contact h2 {} /* homepage contact box */
#home_contact p {
	line-height: 135%;
	font-size: 90%;
	padding-bottom: 15px;
}
#home_promos { /* homepage promo items */
	min-height: 254px;
}
#home_promos h2 { 
	padding: 0 20px 15px 20px;
	background: url(../graphics/line_dotted02.gif) no-repeat bottom left;
}
#home_promos ul {
	padding: 0 20px 0 20px;
}

#subnav01 ol { /* boxes for Importance of play, and importance of food nav */
	padding: 0 0 0 0;
	margin: 0 0 0 22px;
}






/* = Misc Items
--------------------------------------------------------------------------------*/


/* creates a dotted line across a space */
DIV.separator01 {
	margin-top: 10px;
	border-top: 1px dashed #aaa;
	padding-bottom: 5px;
}

/* used on DIVs, to make them stand out */
.boxBorder01 {
	background-color: #f2f2f2;
	border: 1px dashed #aaa;
	padding: 15px 15px 0px 15px;
	margin: 10px 0 10px 0;
}


a#home_map {
	display: block;
	height: 200px;
	background: url(../graphics/home_map01.gif) no-repeat 0 0;
}
a#home_map span {
	display: none;
}

/* buttons to get to menus on food page */
a.food_menu_button01 {
	display: block;
	height: 82px;
	font-size: 90%;
	color: #222;
	padding: 10px;
	line-height: 135%;
	background: url(../graphics/bg_food_menu_button01a.gif) no-repeat 0 0;
}
a.food_menu_button01:hover {
	text-decoration: none;
	background-position: 0 -102px;
}
a.food_menu_button01 h4 {
	margin-bottom: 18px;
}

/* pop up menus from food page */
body.menu01 {
	background-image: none;
	background-color: white;
	border: solid 10px #ddd;
	padding: 40px
}
body.menu01 .textstyle01 h3 {
	padding: 15px 0 15px 0;
	border-top: 1px dashed #aaa;
}
.menu_header01 {
	text-align: right;
}
.menu_header01 h1 {
	margin-bottom: 0;
}
.menu_header01 img {
	float: left;
	padding: 0 0 15px 0;
	border: 0;
	background-color: #fff;
}
.menu_alcohol_table {
	font-size: 13px;
	margin-bottom: 15px;
}
.menu_alcohol_table td, th {
	text-align: left;
	padding-right: 20px;
}
.menu_alcohol_table th {
	font-weight: bold;
}
.menu_alcohol_table h3 {
	padding: 0 !important;
	border: none !important;
}
.menu_alcohol_table p {
	padding-bottom: 5px;
}
.menu_alcohol_table td.col1 { /* drink names */
	width: 460px;
}
.menu_alcohol_table td.col2 { /* glass price */
	width: 60px;
}
.menu_alcohol_table td.col3 { /* bottle price */
	width: 60px;
}

/* COMING UP page */
DIV.eventsCalEntry {
	padding: 24px 0 0 0;
	/* background: url(../images/line_dotted01.gif) no-repeat bottom left; */
	border-top: 1px dashed #999;
	margin: 0 0 16px 0;
}
DIV.eventsCalEntry H4 {
	padding: 0 0 12px 0;
}
/* promotions list */
DIV.promotionsEntry {
	padding: 15px 0 0 0;
	/* background: url(../images/line_dotted01.gif) no-repeat bottom left; */
	border-top: 1px dashed #999;
	margin: 5px 0 0 0;
}

/* NEWS page */
DIV.articleEntry {
	padding: 20px 0 0 0;
	/* background: url(../images/line_dotted01.gif) no-repeat bottom left; */
	border-top: 1px dashed #999;
	margin: 5px 0 0 0;
}
DIV.videoEntry {
	padding: 20px 0 0 0;
	/* background: url(../images/line_dotted01.gif) no-repeat bottom left; */
	border-top: 1px dashed #999;
	margin: 5px 0 0 0;
}


/* experience page - graphic that points to flash below */
div#experience_pointToFlash01 {
	height: 220px;
	width: 275px;
	margin-top: 30px;
	background: url(../graphics/experience_pointToFlash01.gif) no-repeat 0 0;
	position: absolute;
}

/* experience flash (old babyeats homepage) */
#noFlash {
	margin: 20px;
	border: 1px solid #ffffff; /* keep this, or else the top margin on the #instructions DIV isn't recognized */
}
#noFlash DIV#instructions {
	background-color: #cf0b0b;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	padding: 20px;
	/* border: 1px solid blue; */
}
#noFlash DIV#instructions A {
	color: #ffffff;
	text-decoration: underline;
}

/* flash anims (food and play, from old babyeats main nav) */
#flash_small_anim {
	position: absolute;
	bottom: 0;
	right: 15px;
}




/* = form (contact page) styling
--------------------------------------------------------------------------------*/

/* used on membership page, at least */
DIV.formBox01 {
	border: 1px dashed #aaa;
	padding: 20px;
	background-color: #F0F0F0;
	font-size: 90%;
	line-height: 145%;
}
.formBox01 TABLE {
	line-height: 16px;
}
.formBox01 TABLE TD {
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.formBox01 INPUT, .formBox01 SELECT, .formBox01 TEXTAREA {
	background-color: #ffffff;
	border: 1px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.formBox01 INPUT {
	padding: 4px 2px 0px 5px;
	height:20px;
}
.formBox01 INPUT.radioButton01 {
	padding: 0px 0px 0px 0px;
	height: 15px;
	width: 15px;
}
.formBox01 SELECT {
	padding: 2px 2px 2px 1px;
}
.formBox01 TEXTAREA {
	padding: 2px 2px 2px 5px;
}
.formBox01 INPUT.registerSubmit {
	border: 1px solid #555;
	font-weight : bold;
	width: 100px;
	height: 30px;
	color: #fff;
	background-color: #cf0b0b;
	padding: 5px 0 10px 0;
}
.formBox01 TABLE TD.formSpacerTR {
	padding-bottom: 20px;
}
/* use on fields that need be denoted as required */
.formBox01 .required {
	border: solid 1px #0a4b98!important;
	background-color: #dcecff;
	color: #0a4b98;
}
/* for error messages, if didn't fill out a required field */
.error {
	display: block;
	width: 200px;
	color: red;
}
/* message when form has been submitted properly */
.formSuccess {
	border: dashed 1px #0a4b98;
	background-color: #dcecff;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #0a4b98;
}

















/* = footer
--------------------------------------------------------------------------------*/

#footer01 {
	height: 35px;
	padding-top: 7px;
	background: url(../graphics/bg_footer01.gif) no-repeat 0 0;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 80%;
}
#footer01 ul {
	float: right;
}
#footer01 li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 20px;;
}
#footer01 a {
}
#footer01 a:hover {
}



/* = siteByWallop
--------------------------------------------------------------------------------*/

P#siteByWallop {
	clear: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
}
P#siteByWallop A {
	height: 20px;
	width: 68px;
	display: block;
	background: url(../graphics/siteByWallop01.gif) no-repeat 0 0;
}
P#siteByWallop A:hover {
	background-position: 0px -20px;
}
P#siteByWallop SPAN {
	display: none;
}
